Commits
User selector
Commit History
Commits on Oct 3, 2014
Commits on Sep 3, 2014
This revision works around a JVM bug that happened in
Show description for b733063committed
rcartwright
Commits on Aug 26, 2014
This commit simply has a revised build file that makes Java 7 the
Show description for e4ada52committed
rcartwright
Commits on Aug 25, 2014
This is an experimental commit. The files were created in the Windows
Show description for 3ed3053committed
rcartwright
Commits on Feb 26, 2014
This revision includes an updated platform.jar file supporting JDK 8.
Show description for c3a494ecommitted
rcartwright
Commits on Sep 1, 2013
This commit patches build.xml to use the new svn repository address:
Show description for 3fc1b74committed
rcartwright
Commits on Aug 30, 2013
This commit consists of a few patches to support the Oracle Java 7
Show description for 523677dcommitted
rcartwright
Commits on Apr 27, 2012
This commit partially cleans up the typing to conform with the newly generified Java 7 APIs.
Show description for 37449cbcommitted
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
Commits on Mar 25, 2009
Changed Javadoc generation to include private access.
Show description for a0fc8c5committed
mgricken
Commits on Feb 2, 2009
Added findbugs-formatter property, which can be set to html or xml. Default
Show description for fa25871committed
mgricken
Commits on Dec 2, 2008
Misc minor build script cleanup.
Show description for fa92455committed
dlsmith
Commits on Nov 24, 2008
Tweaked javac invocation in build script
Show description for d1bae20committed
dlsmith
Commits on Nov 22, 2008
Another fix for resolving tools.jar in the build script.
Show description for 22ac20dcommitted
dlsmithFixed resolution of tools.jar in "ant test" -- it now correctly corresponds to the version of java used to run tests.
Show description for 52c0bcacommitted
dlsmith
Commits on Nov 21, 2008
Build script revision.
Show description for e525256committed
dlsmith
Commits on Jul 17, 2008
Build script cleanup, including a fix for "clean", which was ignoring exe files.
Show description for 1c3947ccommitted
dlsmithIncreased memory allocation for javadoc. Running under 64-bit Java 6 with the default heap size, it crashed on me after a *long* wait.
Show description for 69d4a2ecommitted
dlsmith
Commits on Jul 10, 2008
Fixed Version.java consistent with the previous change in version numbers in build.xml.
Show description for f63e9eccommitted
dlsmith