aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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
* incorrect log file name for harness testswisberg2003-05-251-2/+2
|
* better harness availability, control -- untestedwisberg2003-05-251-13/+62
|
* - better logging, temp dir, deletion... wisberg2003-05-251-29/+57
| | | | - using build.config system property
* Fix for failure building with useEclipseCompiles testing-drivers initially ↵wisberg2003-05-251-13/+20
| | | | | | | | | | (or any module that only indirectly depended on jdt.core, which has no sources) - better logging - checking zip results - returns false positive for empty zips - compile(..) API change for adopting classes Also, copyright clearly wrong - file created last fall.
* Fix for failure building with useEclipseCompiles testing-drivers initially ↵wisberg2003-05-251-16/+33
| | | | | | | | (or any module that only indirectly depended on jdt.core, which has no sources) - better logging - checking zip results - returns false positive for empty zips - compile(..) API change for adopting classes
* delete, close, and isEmptywisberg2003-05-251-0/+34
|
* fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵wisberg2003-05-251-2/+2
| | | | | | compliance set incorrectly (-1.3 instead of 1.4) and (2) warn:... form was ignored. These would break only when running from a Javac compiler adapter and using <compilerarg>
* better loggingwisberg2003-05-251-1/+1
|
* no real changes, just better docs and an (untested) "all" target.wisberg2003-05-241-2/+45
|
* Better BuildModule tests following ant.jar updates. wisberg2003-05-241-18/+116
| | | | | These now build with assemble-all off and on, and tests were updated to check by running classes.
* To support the new testing ICommand wrapper for AjcTask, permit ant.jar in a ↵wisberg2003-05-241-5/+9
| | | | | | testing module (ant is omitted from non-testing modules because it is normally deployed separately in ant/lib/ant.jar). This does not affect regular module or product builds.
* forcing target to be 1.1 in case someone builds using 1.4.wisberg2003-05-211-0/+1
|
* - typo in top-level task wisberg2003-05-141-3/+3
| | | | - incorrect pattern to copy all junit reports
* absolutizing temp dir path. wisberg2003-05-141-9/+26
| | | | | When File.getTempFile() fails, workaround temp dir is relative, which messes up the zip resource copying.
* build-testing-jars target for release testing setupwisberg2003-05-141-0/+8
|
* clean-jars targetwisberg2003-05-141-0/+9
|
* Testing now seems to be working (tested incrementally) wisberg2003-05-141-34/+177
| | | | CVS and entire-run still not verified - takes long on my machine.
* Fixed relative links to examples. This time did it properly.V1_1_0_RC2acolyer2003-05-131-1/+1
|
* Fixed relative links to docs (was docs/index.html now doc/index.html) acolyer2003-05-131-2/+2
| | | | and examples (was eaxamples now doc/examples).
* Fixed link to Eclipse bugs database (was dev.eclipse.org/bugs now ↵acolyer2003-05-131-1/+1
| | | | bugs.eclipse.org/bugs)