summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-241-3/+3
|
* Updates for AJDK1.5.0aclement2004-12-101-2/+2
|
* update installer pageacolyer2004-12-091-3/+3
|
* don't upset windows script...acolyer2004-10-221-5/+6
|
* fix for Bugzilla Bug 73369acolyer2004-10-211-0/+30
| | | | Create a jar file that can be used for load-time weaving...
* Fix for Bugzilla Bug 76104: can't build distribution from within Eclipse ↵aclement2004-10-141-2/+4
| | | | (and fixes the problem where you have to call clean and build separately)
* static ref to static variablewisberg2004-10-051-3/+3
|
* updated license textwisberg2004-10-051-9/+13
|
* unused localwisberg2004-10-051-1/+0
|
* Deprecated API calls changed.aclement2004-08-231-1/+1
|
* skip on the exclude runtime test rather than patch it in the build file.acolyer2004-06-092-4/+2
| | | | 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.
* Georges fixes for 61411aclement2004-05-281-1/+3
|
* Removed ".org" from aspectj.org image for installer logomkersten2004-04-281-0/+0
|
* Create aj and aj.bat launch scripts at install time.aclement2004-04-071-17/+108
|
* 1.2 rc1 build/pkg : Add in ajdoc target. Temp method of clearing stuff aclement2004-04-051-1/+34
| | | | from the aspectjtools jar.
* 1.2 rc1 build/pkg : Update base version from 1.1 to 1.2. Add tools.jar aclement2004-04-051-6/+6
| | | | to the ajdoc launch script.
* Add ajdoc.jar to jar classpathaclement2004-04-051-1/+3
|
* untested code to skip any /tools.jar library antecedant when building other ↵wisberg2004-04-051-2/+6
| | | | that testing jars
* Georges fix to add build date/time info to DEVELOPMENT builds.aclement2004-03-043-14/+11
|
* support for building the org.aspectj.aspectjrt pluginacolyer2004-02-242-2/+20
|
* Fix for broken license test. New file created yesterday has 2004 in the ↵aclement2004-01-281-1/+1
| | | | copyright statement. Added 2004 as a valid copyright year :)
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-2311-65/+62
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* Georges fix for Bugzilla Bug 50200 aclement2004-01-221-1/+2
| | | | aspectjrt.jar manifest file name needs changing to upper case
* 2004 copyrightwisberg2004-01-151-1/+1
|
* simple script to compile aspectjtools using ajcwisberg2003-12-151-0/+180
|
* added date to outputwisberg2003-11-261-0/+10
|
* 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...
* ensure that release builds also build eclipse pluginsacolyer2003-11-061-0/+4
|
* changes to build script to create aspectj eclipse plugins as part acolyer2003-11-052-3/+91
| | | | | of an aspectj build. Results are placed in: aj-build/dist/ide/eclipse/xxxxx
* Previous check-in got somehow corrupted once again.acolyer2003-10-101-14/+13
|
* Previous check-in got somehow corrupted.acolyer2003-10-101-3/+4
|
* Re-tweaked test-doc-links target for running behind a proxy server. acolyer2003-10-101-10/+9
| | | | Build breakage hopefully fixed !
* Tweaked test-doc-links target for running behind a proxy server. Now acolyer2003-10-101-7/+15
| | | | accepts new properties proxy.host and proxy.port.
* When performing a release build, run the test-all target in junitModules.xml ↵acolyer2003-09-291-1/+1
| | | | | | | | rather than the default one. This causes the ajc tests to be run a second time, but has the advantage of creating the junit xml output files for the ajc tests - which are needed by cruise control. Since cruise control will be the dominant caller of this script, the extra overhead of running tests multiple times is acceptable.
* in case anyone wants them... wisberg2003-09-072-0/+119
| | | | | - a compile-speed script - a script that uses Jikes to incrementally compile AspectJ
* fixed test to fail on license check failurewisberg2003-08-081-55/+57
|
* XMLEntry.toString for better errorswisberg2003-08-081-0/+15
|
* - added support for XML/Ant scriptswisberg2003-08-071-8/+35
|
* initial checkin of the sandbox. wisberg2003-08-061-0/+1011
| | | | | | | The basic structure and examples of each type are there, but I have more examples and the ones there are not altogether validated. I'll make a few more changes before emailing dev and users about usage, etc.
* Updated post 1.1.0 release build.acolyer2003-06-061-3/+3
|
* Updated for 1.1.0 releaseV1_1_0acolyer2003-06-061-3/+3
|
* change only in comment echoed to output, listing expected failures for the ↵wisberg2003-06-051-1/+4
| | | | link checker.
* - linkcheck wisberg2003-06-051-2/+96
| | | | | - 1.1 examples (disabled pending hang fix) - separate examples, since nonGui goes OOM under 1.3
* moved to docswisberg2003-06-043-1943/+0
|
* adding examples, without testing from this script. bad.wisberg2003-05-311-0/+14
|
* Trim testsrc but not testing dependencies for testing modules.wisberg2003-05-311-15/+21
|
* 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.
* - fixed keyword for ajctaskCompiler tests wisberg2003-05-311-4/+8
| | | | | | | - disabled ajdeCompiler tests as hanging (swing thread?) - added pass-through variable for aspectj build properties - now testing for Testing module tests, to force fix for testing modules not getting test classes
* Script is usable! wisberg2003-05-282-223/+377
| | | | | | | | | | - lots of rearranging and cleanup, docs - now doing 1.3 and 1.4 testing - more harness tests (some unverified) - workaround OOM in examples - cleanup after building-aspectj-with-aspectj need more integration with manual process