source: trunk/abcl/build.xml

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13292   14 years Mark Evenson Untabify.
(edit) @13279   14 years Mark Evenson Fix part of uptodate check for abcl.jar based on Version.java.
(edit) @13212   14 years Mark Evenson Added Ant targets to generate javadoc. 'abcl.javadoc' generates the …
(edit) @13211   14 years Mark Evenson 'abcl.source.jar' now produces a source archive intended for Maven. …
(edit) @13199   14 years Mark Evenson Fix ad infinitum appending of 'svnversion' results in incremental …
(edit) @13198   14 years ehuelsmann Update r13197 for Windows.
(edit) @13197   14 years Mark Evenson Incorporate output of 'svnversion' into LISP-IMPLEMENTATION-VERSION. …
(edit) @13029   14 years Mark Evenson Ensure that build process exits with error if abcl.contrib.compile fails.
(edit) @12988   14 years Mark Evenson Include example 'abcl.properties.in' in source release
(edit) @12960   15 years ehuelsmann Add Ant target which allows JPDA/IDE-based debugging of ABCL's …
(edit) @12901   15 years Mark Evenson Include contrib in source release.
(edit) @12847   15 years Mark Evenson Remove possible FASL artifacts from source directory. When working on …
(edit) @12826   15 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
(edit) @12808   15 years Mark Evenson Fix TAGS creation on win32 for long commandline limitations (Matt Sedon).
(edit) @12750   15 years Mark Evenson Include "examples/" is source release. Rported and Patched by Mario …
(edit) @12749   15 years Mark Evenson Undo previous commmit.
(edit) @12748   15 years Mark Evenson Include 'examples' in release source distribution. Reported by Mario Lang.
(edit) @12676   15 years Mark Evenson Muffle warning from Ant 1.8.1 about includeantruntime not being set.
(edit) @12675   15 years Mark Evenson Fix build from scratch breakage in r12673.
(edit) @12671   15 years Mark Evenson Site specific initialization code can be named by 'abcl.startup.file'. …
(edit) @12659   15 years Mark Evenson Fix Ant-based invocation of Java Unit tests. Remove reference to …
(edit) @12647   15 years ehuelsmann Don't warn about Java 1.6.0_20 being an inappropriate version.
(edit) @12621   15 years Mark Evenson Add missing shell script from distribution.
(edit) @12532   15 years Mark Evenson Rename 'build.properties' to 'abcl.properties'. Eclipse uses …
(edit) @12514   15 years Mark Evenson Create logical pathnames translations for "SYS:SRC" and "SYS:JAVA". …
(edit) @12487   15 years Mark Evenson Port of ASDF-INSTALL under 'contrib/asdf-install'. 'abcl.contrib' …
(edit) @12438   15 years Mark Evenson Implementation of Lisp build without intermediate files. It is still …
(edit) @12434   15 years Mark Evenson Revert r12430 because it fails to signal errors in a meaningful manner.
(edit) @12430   15 years Mark Evenson Lisp compilation no longer writes build to temporary file. The way to …
(edit) @12419   15 years Mark Evenson 'abcl.release' target now drives the release process.
(edit) @12405   15 years Mark Evenson Don't invoke the entire ABCL runtime just to get the version number …
(edit) @12404   15 years Mark Evenson Debugging ABCL compilation support; upgrade to JUnit-4.8.1. Netbeans …
(edit) @12338   15 years Mark Evenson Reworked test infrastructure. Use ASDF to invoke all tests from Ant. …
(edit) @12335   15 years Mark Evenson Initial fix for support for running cl-bench test suite from Ant build …
(edit) @12333   15 years astalla Removed unused patternsets from build.xml
(edit) @12295   15 years Mark Evenson Tidy up patch to fix 'abcl.compile.lisp' breakage.
(edit) @12294   15 years Mark Evenson Fix abcl.compile.lisp under Windows.
(edit) @12293   15 years vvoutilainen Fix build breakage on linux, remove daftness from build.xml.
(edit) @12292   15 years Mark Evenson Restored inadvertent typo that hosed incremental builds of the system …
(edit) @12291   15 years Mark Evenson Ant-based build process now records FASL source locations correctly. …
(edit) @12267   15 years ehuelsmann Fix build.xml when being invoked only for distribution purposes.
(edit) @12238   15 years Mark Evenson New targets for binary releases 'abcl.binary.tar' and 'abcl.binary.zip'.
(edit) @12235   15 years Mark Evenson Make default action of Ant build to clean then compile. The former …
(edit) @12197   15 years ehuelsmann Correct speling error found by lpolzer.
(edit) @12128   16 years Mark Evenson Fix typo from last commit.
(edit) @12127   16 years Mark Evenson Redo source distribution targets to explicitly change line endings. …
(edit) @12121   16 years Mark Evenson Don't include the ScriptEngineFactory? in the META-INF abcl.jar …
(edit) @12045   16 years Mark Evenson Added pattern for TAGS target to parse ' ### SYMBOL' annotation. …
(edit) @12026   16 years Mark Evenson Restore use of 'additional.jars' Ant build property to include …
(edit) @12025   16 years astalla Modified build.xml to build the gui-based prompt stream.
(edit) @12016   16 years Mark Evenson Fix current directory problems with ABCL Lisp-based test suite. Now …
(edit) @11751   16 years ehuelsmann Don't catch STDERR output into the property, so that it becomes usable …
(edit) @11740   16 years ehuelsmann Fix tarbal creation.
(edit) @11653   16 years Mark Evenson If the either the Lisp or Java compilation fails, halt the Ant based …
(edit) @11605   16 years Mark Evenson ABCL included Lisp tests now working from ASDF and Ant. The following …
(edit) @11596   16 years Mark Evenson Invocation of ASDF tests from Lisp via instructions at top of …
(edit) @11590   16 years astalla Merged the scripting branch, providing JSR-223 support and other new …
(edit) @11570   16 years Mark Evenson Refactored Ant-based build to decrease compilation time. <antcall> …
(edit) @11546   16 years Mark Evenson More fixes for the Ant target 'abcl.test'. For some odd reason, …
(edit) @11537   16 years Mark Evenson build.xml's target 'abcl.test' invokes the GCL ANSI-TEST interpreted …
(edit) @11535   16 years Mark Evenson Intermediate fix to remove double dupliation.
(edit) @11530   16 years Mark Evenson 'abcl.test' now invokes both Java and Lisp based tests. First stab at …
(edit) @11527   16 years Mark Evenson (Phil Hudson) Make FastStringBuffer? an adapter to java-1.5's …
(edit) @11515   16 years Mark Evenson Remove references to building 'j' in the 'abcl' build.xml. To build …
(edit) @11499   16 years Mark Evenson Revert Netbeans breakage.
(edit) @11495   16 years Mark Evenson Remove errant build.xml intermediate file creation.
(copy) @11457   16 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/build.xml:
(edit) @11434   16 years ehuelsmann Merge open-external-format branch back to trunk.
Note: See TracRevisionLog for help on using the revision log.