aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove AspectJ Browser (ajbrowser) code and documentationAlexander Kriegisch2022-04-021-4/+0
| | | | | | | Closes #148. TODO: Should more AJDE stuff be removed? Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Minor 1.9.7 to 1.9.8 version bumps in docs and Ant scriptAlexander Kriegisch2021-11-201-4/+3
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-041-3/+3
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Use canonical snapshot version 1.9.7-SNAPSHOTAlexander Kriegisch2021-05-231-2/+2
| | | | | | | | | Before, we used 1.9.7.BUILD-SNAPSHOT, which according to Andy Clement was originally an intent across a group of Spring projects he was involved in, to ensure that SNAPSHOTS were sorted alphabetically ahead of MILESTONEs and ahead of RCs. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Switch from 'libx' to 'lib', delete all obsolete binariesAlexander Kriegisch2021-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | Because 'cd lib && mvn compile' can now download and (un)zip many previously SCM-committed third-party dependencies, the following 'lib' subdirectories have been deleted: - ant - asm - commons - jarjar - junit - regexp - saxon This one is new (but not stored in SCM): - jdtcore-aj For each of them, there now is a .gitignore entry, so as to prevent developers from accidentally committing the downloaded binaries again. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Replace JDT Core system dependency by deployed oneAlexander Kriegisch2021-04-091-96/+96
| | | | | | | | | | Get rid of system paths. Instead, rely on JDT Core Shadows to deploy both binary and source JARs to GitHub Packages. The former module directory was deleted completely. Instead, the JARs are redundantly copied into 'libs/jdtcore-aj' in order to be found there by tests and other Ant scripts. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Revert "Remove module 'run-all-junit-tests' from root POM -> speed up the build"Alexander Kriegisch2021-03-231-98/+95
| | | | | | This reverts commit a1867b05ba6443d32abc4049c26b92fc226d6f78. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove module 'run-all-junit-tests' from root POM -> speed up the buildAlexander Kriegisch2021-03-211-95/+98
| | | | | | | | | | | | | This module must be a relic from a test runner module once existing during the Ant build era, but transferred and kept alive in the Maven build. Actually, it almost doubles build time by running virtually all tests in all modules again when doing 'mvn test' from the project root. For now I only removed the module from the root POM, leaving behind comments there, in the module POM and in the now @Deprecated class RunTheseBeforeYouCommitTests. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* 1.9.7 milestone 1 publishedAndy Clement2020-08-211-9/+19
|
* Update ASM and fix packaging for matcher artifactAndy Clement2020-07-171-8/+23
|
* 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