Differences between revisions 3 and 4
Revision 3 as of 2005-02-07 16:17:04
Size: 723
Editor: ClarkUpdike
Comment:
Revision 4 as of 2005-02-10 04:24:56
Size: 1143
Editor: ClarkUpdike
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:

= Jython via CVS in Eclipse =
Eclipse is a CVS client and can be used to get the project from the repository.

 *`File -> New -> New Project -> CVS folder (expand) -> Checkout Projects from CVS -> Next`
 *Enter the following info
  *Host: `cvs.sourceforge.net`
  *Repository Path: `/cvsroot/jython`
  *User: `anonymous`
  *Password: <leave blank>
  *Connection type: `pserver`
  *User Default Port <select>

Wiki Tidbits

Create an anchor. [[Anchor(myAnchorLabel)]]

Linking to anchors on another page:: you must use an "interwiki" style link.

[wiki:Self/SomePage/SomeSubPage#someBookmark bookmarkDisplayText]

Force a new page (aka arbitrary page name).BR ["/mynewpage"]

Prevent a NewPage.BR Py``System``State

Embedding python (one way--there's [wiki:Self/HelpOnFormatting#codeDisplay others]).BR

{{{
#!python
print "jython rocks!"                
} } } <-- don't include these spaces (it's just to escape them)

Or ticks for print "jython rocks!".BR `print "jython rocks!"`

Inserting "new lines" into a paragraph.BR [[BR]]

Jython via CVS in Eclipse

Eclipse is a CVS client and can be used to get the project from the repository.

  • File -> New -> New Project -> CVS folder (expand) -> Checkout Projects from CVS -> Next

  • Enter the following info
    • Host: cvs.sourceforge.net

    • Repository Path: /cvsroot/jython

    • User: anonymous

    • Password: <leave blank>

    • Connection type: pserver

    • User Default Port <select>