-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore use of 'additional.jars' Ant build property to include additi…
…onal jars at runtime. '-cp' and '-jar' are mutually incompatible options to invoking the JVM, although not documented consistently as such. We restore the previous wrapper scripts to restore the usage of the Ant build property 'additional.jars' to include additional JAR files at runtime. Fix Ant uptodate target by excluding org/armedbear/scripting/**/*.lisp files from abcl.source.lisp.fasls. Essentially this patternset has to match the files compiled by compile-system.lisp, or you will end up invoking the Lisp compilation process each time.
- Loading branch information
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
committed
Jul 2, 2009
1 parent
39ca464
commit f3266fc
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@"@JAVA@" @ABCL_JAVA_OPTIONS@ -jar "@ABCL_CLASSPATH@" %1 %2 %3 %4 %5 %6 %7 %8 %9 | ||
@"@JAVA@" @ABCL_JAVA_OPTIONS@ @ABCL_JAVA_OPTIONS@ -cp @ABCL_CLASSPATH@ org.armedbear.lisp.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters