summaryrefslogtreecommitdiffstats
path: root/build/release
Commit message (Collapse)AuthorAgeFilesLines
* Add ajdoc.jar to jar classpathaclement2004-04-051-1/+3
|
* ensure that release builds also build eclipse pluginsacolyer2003-11-061-0/+4
|
* 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.
* 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
* adding examples, without testing from this script. bad.wisberg2003-05-311-0/+14
|
* - 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
|
* no real changes, just better docs and an (untested) "all" target.wisberg2003-05-241-2/+45
|
* - typo in top-level task wisberg2003-05-141-3/+3
| | | | - incorrect pattern to copy all junit reports
* 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.
* updated with tests, etc. Not working yet: wisberg2003-05-081-42/+163
| | | | | | - junitModules.xml needs better setup with testable jars - cvs unvalidated - ajcTests unvalidated - see also ../build.xml script
* initial draft of release build/test script. wisberg2003-05-071-0/+147
CVS portion is untested.