You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by Brian Stoler (bstoler@rice.edu), Charles Reis (creis@rice.edu)
14
+
QuickStart Guilde For Building DrJava
15
+
by Corky Cartwright (cork@rice.edu)
16
16
17
-
1) Get SourceForge.net account and get added to the DrJava group.
17
+
The following guide presumes that you already have a Java 5.0 or 6.0 SDK, subversion (svn) 1.4 or above, and ant 1.7 or above installed on your machine. If not, follow the instructions at http://www.drjava.org/devdocs/ for setting up a DrJava development environment.
18
18
19
-
2) Make a directory to be the top-level container of DrJava stuff. I recommend
20
-
"drjava".
19
+
1) Make a directory to be the top-level container for you drjava code tree. I recommend "drjava".
21
20
22
-
3) Set CVSROOT environment variable to "user@cvs.drjava.sf.net:/cvsroot/drjava",
23
-
substituting your SourceForge account name for user.
21
+
2) Descend into this new directory by typing the command
24
22
25
-
4) Set CVS_RSH environment variable to "ssh"
23
+
cd ~/drjava
26
24
27
-
5) cd ~/drjava
25
+
3) Download the drjava source code base by typing the command
28
26
29
-
6) cvs -d $CVSROOT checkout src
27
+
svn co https://drjava.svn.sourceforge.net/svnroot/drjava/trunk/drjava
30
28
31
-
7) Install Ant (version 1.5.1 or later): http://jakarta.apache.org/ant
29
+
4) After this download completes, descend into the root directory of the dowloaded code base by typing the command
32
30
33
-
8) Download the JSR-14 prototype compiler (with generics) from
0 commit comments