Menu

Tree [r5763] / branches / drjavaNoDocLocks /
 History

HTTPS access


File Date Author Commit
 lib 2008-06-25 mgricken [r4528] Many small changes:
 packaging 2008-03-05 dlsmith [r4385] Restored revision 4380, with fix for broken bui...
 src 2008-07-07 mgricken [r4542] This commmit transfers the changes from revisio...
 testFiles 2008-06-15 rcartwright [r4519] This revision adds many assert statements to th...
 COPYRIGHT 2008-01-30 mgricken [r4314] Changed copyright notices to 2008 and made drja...
 LICENSE 2008-01-30 mgricken [r4314] Changed copyright notices to 2008 and made drja...
 README 2008-05-06 dlsmith [r4470] Updated plt.jar and dynamicjava-base-15.jar.
 build.xml 2008-06-02 dlsmith [r4503] Downgraded the junit.jar used for testing to 3....
 relicense 2005-09-08 dlsmith [r3457] Misc cleanup
 strip-license 2005-09-08 dlsmith [r3457] Misc cleanup

Read Me

-------------------------------------------------------------------------------
DrJava Development README

$Id$
-------------------------------------------------------------------------------

Full and updated documentation for developers (including how to set up 
your build environment), is online at the address below.

http://drjava.sf.net/devdocs/

-------------------------------------------------------------------------------

QuickStart Guide For Building DrJava
  by Corky Cartwright (cork@rice.edu)

The following guide presumes that you already have the following
software systems installed on your system and accessible via your 
shell search path:

* Java 5.0 or 6.0 SDK, 
* subversion (svn) 1.4 or above, and 
* ant 1.7 or above.

If not, follow the instructions at http://www.drjava.org/devdocs/ for
setting up a DrJava development environment.

1) Make a directory to be the top-level container for you drjava code
   tree.  I recommend "drjava".

2) Descend into this new directory by typing the command

   cd ~/drjava

3) Download the drjava source code base by typing the command

   svn co https://drjava.svn.sourceforge.net/svnroot/drjava/trunk/drjava

4) After this download completes, descend into the root directory of
   the dowloaded code base by typing the command

   cd ~/drjava

5) To compile the code base and generate a jar file containing the
   compiled program, enter the command

   ant jar

   which builds a jar filed named drjava-15.jar

If the build is successful, you can execute the built program by
entering the command

  java -jar drjava-15.jar

If you encounter any problems, consult the Developer Docs at
drjava.org by visiting http://www.drjava.org/devdocs/.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.