Commits
User selector
Commit History
Commits on May 28, 2016
This revision cleans up references to Java 6 in build.xml and deletes
Show description for b6133e5committed
Commits on May 26, 2016
Commits on May 24, 2016
This revision updates the build.xml files and src trees to refer to Java 8 instead of Java 5/6/7. Some irrelevant
Show description for 12b976aauthored andcommitted

Commits on Sep 30, 2015
This revision only includes a streamlined build file that eliminates
Show description for 8f0121ecommitted
Commits on Sep 10, 2015
Cleaned up unit testing and almost all issues with projects. The
Show description for bcbb9e0committed
Commits on Sep 9, 2015
This revision cleans up unit testing of scala source files and assorted
Show description for 998c338committed
Commits on Sep 3, 2015
This revision comments out more irrelevant code involving the disabled
Show description for 641b153committed
Commits on Sep 2, 2015
This revision continues the clean up of vestiges of the old
Show description for d7fa23acommitted
Commits on Aug 25, 2015
This revision eliminate yet more "Java" vestiges of the old DrJava
Show description for 572f18dcommitted
Commits on Aug 16, 2015
Commits on Aug 15, 2015
Commits on Oct 17, 2014
This commit includes a major revision of the DrScala indenting code, but bugs still remain. It also updates DrScala to use the library
Show description for 642ad07committed
Commits on Dec 9, 2012
changed property, 'readable-project-name', to DrScala for the Mac app
Show description for e89077bcommitted
wdforson
Commits on Aug 26, 2012
This commit includes minor changes in OptionConstants to add the Sea Glass LookAndFeel as an option
Show description for f19ccc3committed
rcartwright
Commits on Aug 21, 2012
Changed javac element in build script
Show description for 612cdf9committed
wdforson
Commits on Aug 17, 2012
Indenting appears to be in good shape with no glaring bugs. This commit
Show description for 84198e8committed
rcartwright
Commits on Aug 15, 2012
This commit is a major indenting update. There are still glitches involving "=>" as a brace
Show description for c243659committed
rcartwright
Commits on Mar 19, 2012
This build successfully compiles Scala files, but the target location for class files is the directory in which drjava.jar resides.
Show description for 2a4092bcommitted
rcartwright
Commits on Aug 2, 2011
Java 7 support in DrJava. Removed plenty of new warnings.
Show description for cfce2bbcommitted
mgricken
Commits on Jun 3, 2010
Added NetBeans memory leak utilities.
Show description for 1591118committed
mgricken
Commits on Apr 24, 2010
drjava-custombundle branch merged back into trunk.
Show description for 68d14b5committed
mgricken
Commits on Apr 16, 2010
This fixes a bug in the build script that caused JUnit to fail in the Windows exe file.
Show description for 093f33ecommitted
mgricken
Commits on Apr 13, 2010
Filtering out Eclipse's about.html from jar.
Show description for 785ceb6committed
mgricken
Commits on Nov 23, 2009
Fixes bug 2902638: Double-Clicking in Mac Finder Not Working
Show description for 3bfda0fcommitted
mgricken
Commits on Oct 19, 2009
Simplified the 'treat major versions from different
Show description for bd123d0committed
mgricken
Commits on Oct 17, 2009
Added single quotes around ConcJUnit boot classpath parameter to allow spaces in paths, as on Hudson.
Show description for f38b2c1committed
mgricken
Commits on Oct 16, 2009
Added some NOJOIN annotations to test methods and switched to ConcJUnit as default for unit testing.
Show description for 8d4de68committed
mgrickenNow including ConcJUnit 4.7 instead of JUnit. By default,
Show description for 045c361committed
mgricken
Commits on Oct 5, 2009
Bugfix: ConcJUnit was included in boot classpath even when
Show description for f09079bcommitted
mgricken
Commits on Sep 30, 2009
Added -Dlink-source=yes Ant parameter to create Javadoc
Show description for d8743e3committed
mgricken
Commits on Sep 4, 2009
Merged drjava-concjunit branch back into the trunk.
Show description for 3549437committed
mgricken
Commits on Aug 23, 2009
Fixes unit test failures on Windows and Mac OS:
Show description for 1a00210committed
mgricken
Commits on Aug 21, 2009
Merging drjava-concjunit branch back into trunk.
Show description for fdcbc94committed
mgricken
Commits on Aug 6, 2009
Updated the OS X executable stub file to support 64-bit JVMs. This should allow users to select Java 6 in "Java Preferences" and launch DrJava accordingly. Unfortunately, 64-bit VMs seem to be pr…
Show description for 1035596committed
dlsmithTemporary workaround for limited memory when testing under Java 6. The correct fix is to change the tests so that each process only creates a single MainFrame (and make MainFrame a singleton).
Show description for 9e8acb2committed
dlsmith