aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* latest versionAndy Clement2017-09-201-1/+1
|
* infra changes for 1.9 buildsAndy Clement2016-07-271-2/+6
|
* 1.8.0.m1Andy Clement2013-07-291-2/+2
|
* 1.7 updatesAndy Clement2013-04-251-3/+3
|
* slight name change to target to indicate snapshotaclement2011-08-051-1/+1
|
* 1.6.12.m1aclement2011-06-171-1/+1
|
* 1.6.12.m1 readmeaclement2011-06-071-3/+44
|
* updated with a target that can upload a milestoneV1_6_9aclement2010-06-301-12/+48
|
* can publish to maven springframework.orgaclement2010-04-051-3/+90
|
* Simones improvements for maven uploadaclement2009-04-161-54/+86
|
* can build a maven repoaclement2009-02-121-0/+65
|
* build src jar for matcherV1_6_3rc1aclement2008-12-161-0/+88
|
* dont build src just yetV1_6_2_preMatchSplitaclement2008-10-051-1/+1
|
* build.xml extended to build src jarsaclement2008-10-041-17/+157
|
* Bug 150487 "Tracing and Logging Framework" (skip commons.jar)mwebster2006-07-201-1/+2
|
* update license to EPLacolyer2006-06-011-2/+2
|
* removed rebuild, aspectjrtpath from lib/test, adopted compile-runtime-11 ↵wisberg2005-06-171-6/+42
| | | | from release build, added 1.3 switch
* whoops - removed test targetwisberg2005-06-091-21/+0
|
* revamped build scripts using Ant 1.6.3 features. Now using local.properties ↵wisberg2005-06-091-307/+175
| | | | instead of command-line flags and sharing build-properties.xml.
* junit.excludes - yuck!wisberg2005-05-211-16/+15
|
* new target "junit-test" builds and runs JUnit (leaf) *Test.java and ↵wisberg2005-05-211-1/+99
| | | | *TestCase.java
* Ant 1.6.3 imports rather than entities; updated junit taskdefwisberg2005-05-111-15/+51
|
* temporarily removing the eclipse.plugins target - we never use the output!aclement2005-05-031-1/+1
|
* removed "temp hack ahoy" jar filter. Filter need presumably for ↵wisberg2005-03-081-56/+0
| | | | non-standard libraries on classpath (update Builder.properties) or for garbage-in (remove ant gif, readme from org.eclipse.jdt.core)
* fix for Bugzilla Bug 73369acolyer2004-10-211-0/+30
| | | | Create a jar file that can be used for load-time weaving...
* skip on the exclude runtime test rather than patch it in the build file.acolyer2004-06-091-3/+0
| | | | This allows the correct testing-drivers-all.jar to be built too.
* add the runtime classes into aspectjtools.jar. needed because ofacolyer2004-06-081-0/+3
| | | | | | static dependency from weaver classes to runtime classes. Better than alternative of updating all ant scripts that fork and the ajc compiler scripts to add aspectjrt.jar into path.
* 1.2 rc1 build/pkg : Add in ajdoc target. Temp method of clearing stuff aclement2004-04-051-1/+34
| | | | from the aspectjtools jar.
* Georges fix to add build date/time info to DEVELOPMENT builds.aclement2004-03-041-2/+1
|
* support for building the org.aspectj.aspectjrt pluginacolyer2004-02-241-2/+18
|
* created the CVS module with name eclipse.plugin instead of acolyer2003-11-061-3/+3
| | | | | eclipse.plugins. Doh! Easier to change reference in this build script than fix module name now...
* changes to build script to create aspectj eclipse plugins as part acolyer2003-11-051-2/+76
| | | | | of an aspectj build. Results are placed in: aj-build/dist/ide/eclipse/xxxxx
* build of testing jars changed slightly. wisberg2003-05-311-14/+16
| | | | | Have to build non-all testing-drivers to get testing classes target. Relies on updated Module.java which trims testsrc but not testing dependencies for testing modules.
* build-testing-jars target for release testing setupwisberg2003-05-141-0/+8
|
* permitting module builds without trimming, to have the option of using those ↵wisberg2003-05-081-3/+4
| | | | jars rather than eclipse bin directories when running junit tests
* moving to all-inclusive testing client for forking wisberg2003-05-071-1/+22
| | | | (This might be wrong.. still verifying)
* error messages for undefined ${module.name}wisberg2003-04-291-0/+3
|
* - added aspectjrt target (alias to runtime) wisberg2002-12-231-16/+50
| | | | | - implemented target to fail if bootstrap libraries are out of date - moved update-tree under setup comment
* fixing version-handling. wisberg2002-12-231-2/+26
| | | | | | build-properties.xml has actual version, Version.java is generated, and "DEVELOPMENT" is default.
* initial versionwisberg2002-12-161-0/+264