Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove AspectJ Browser (ajbrowser) code and documentation | Alexander Kriegisch | 2022-04-02 | 1 | -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 script | Alexander Kriegisch | 2021-11-20 | 1 | -4/+3 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 1 | -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-SNAPSHOT | Alexander Kriegisch | 2021-05-23 | 1 | -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 binaries | Alexander Kriegisch | 2021-04-10 | 1 | -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 one | Alexander Kriegisch | 2021-04-09 | 1 | -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 Kriegisch | 2021-03-23 | 1 | -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 build | Alexander Kriegisch | 2021-03-21 | 1 | -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 published | Andy Clement | 2020-08-21 | 1 | -9/+19 |
| | |||||
* | Update ASM and fix packaging for matcher artifact | Andy Clement | 2020-07-17 | 1 | -8/+23 |
| | |||||
* | latest version | Andy Clement | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | infra changes for 1.9 builds | Andy Clement | 2016-07-27 | 1 | -2/+6 |
| | |||||
* | 1.8.0.m1 | Andy Clement | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | 1.7 updates | Andy Clement | 2013-04-25 | 1 | -3/+3 |
| | |||||
* | slight name change to target to indicate snapshot | aclement | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | 1.6.12.m1 | aclement | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | 1.6.12.m1 readme | aclement | 2011-06-07 | 1 | -3/+44 |
| | |||||
* | updated with a target that can upload a milestoneV1_6_9 | aclement | 2010-06-30 | 1 | -12/+48 |
| | |||||
* | can publish to maven springframework.org | aclement | 2010-04-05 | 1 | -3/+90 |
| | |||||
* | Simones improvements for maven upload | aclement | 2009-04-16 | 1 | -54/+86 |
| | |||||
* | can build a maven repo | aclement | 2009-02-12 | 1 | -0/+65 |
| | |||||
* | build src jar for matcherV1_6_3rc1 | aclement | 2008-12-16 | 1 | -0/+88 |
| | |||||
* | dont build src just yetV1_6_2_preMatchSplit | aclement | 2008-10-05 | 1 | -1/+1 |
| | |||||
* | build.xml extended to build src jars | aclement | 2008-10-04 | 1 | -17/+157 |
| | |||||
* | Bug 150487 "Tracing and Logging Framework" (skip commons.jar) | mwebster | 2006-07-20 | 1 | -1/+2 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | removed rebuild, aspectjrtpath from lib/test, adopted compile-runtime-11 ↵ | wisberg | 2005-06-17 | 1 | -6/+42 |
| | | | | from release build, added 1.3 switch | ||||
* | whoops - removed test target | wisberg | 2005-06-09 | 1 | -21/+0 |
| | |||||
* | revamped build scripts using Ant 1.6.3 features. Now using local.properties ↵ | wisberg | 2005-06-09 | 1 | -307/+175 |
| | | | | instead of command-line flags and sharing build-properties.xml. | ||||
* | junit.excludes - yuck! | wisberg | 2005-05-21 | 1 | -16/+15 |
| | |||||
* | new target "junit-test" builds and runs JUnit (leaf) *Test.java and ↵ | wisberg | 2005-05-21 | 1 | -1/+99 |
| | | | | *TestCase.java | ||||
* | Ant 1.6.3 imports rather than entities; updated junit taskdef | wisberg | 2005-05-11 | 1 | -15/+51 |
| | |||||
* | temporarily removing the eclipse.plugins target - we never use the output! | aclement | 2005-05-03 | 1 | -1/+1 |
| | |||||
* | removed "temp hack ahoy" jar filter. Filter need presumably for ↵ | wisberg | 2005-03-08 | 1 | -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 73369 | acolyer | 2004-10-21 | 1 | -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. | acolyer | 2004-06-09 | 1 | -3/+0 |
| | | | | This allows the correct testing-drivers-all.jar to be built too. | ||||
* | add the runtime classes into aspectjtools.jar. needed because of | acolyer | 2004-06-08 | 1 | -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 | aclement | 2004-04-05 | 1 | -1/+34 |
| | | | | from the aspectjtools jar. | ||||
* | Georges fix to add build date/time info to DEVELOPMENT builds. | aclement | 2004-03-04 | 1 | -2/+1 |
| | |||||
* | support for building the org.aspectj.aspectjrt plugin | acolyer | 2004-02-24 | 1 | -2/+18 |
| | |||||
* | created the CVS module with name eclipse.plugin instead of | acolyer | 2003-11-06 | 1 | -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 | acolyer | 2003-11-05 | 1 | -2/+76 |
| | | | | | of an aspectj build. Results are placed in: aj-build/dist/ide/eclipse/xxxxx | ||||
* | build of testing jars changed slightly. | wisberg | 2003-05-31 | 1 | -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 setup | wisberg | 2003-05-14 | 1 | -0/+8 |
| | |||||
* | permitting module builds without trimming, to have the option of using those ↵ | wisberg | 2003-05-08 | 1 | -3/+4 |
| | | | | jars rather than eclipse bin directories when running junit tests | ||||
* | moving to all-inclusive testing client for forking | wisberg | 2003-05-07 | 1 | -1/+22 |
| | | | | (This might be wrong.. still verifying) | ||||
* | error messages for undefined ${module.name} | wisberg | 2003-04-29 | 1 | -0/+3 |
| | |||||
* | - added aspectjrt target (alias to runtime) | wisberg | 2002-12-23 | 1 | -16/+50 |
| | | | | | - implemented target to fail if bootstrap libraries are out of date - moved update-tree under setup comment | ||||
* | fixing version-handling. | wisberg | 2002-12-23 | 1 | -2/+26 |
| | | | | | | build-properties.xml has actual version, Version.java is generated, and "DEVELOPMENT" is default. | ||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+264 |