aboutsummaryrefslogtreecommitdiffstats
path: root/build/release/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-041-39/+39
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* nope, wont build on 1.3 still .aclement2005-08-221-1/+1
|
* reincluding 1.3 test run ... will it work?aclement2005-08-221-1/+1
|
* removed 1.3 testing temporarily to keep build happy?aclement2005-08-161-1/+1
|
* debug?aclement2005-08-151-0/+1
|
* temp removal of the call to build runtime with 11 javac. WILL NEED TO FIX ↵aclement2005-07-061-1/+2
| | | | RUNTIME before finishing 1.5.0
* install before examples, vm-setup fixwisberg2005-06-181-7/+6
|
* consolidated build script failure reports in one targetwisberg2005-06-171-10/+7
|
* removed redundant properties, failonerror=false with build-aspectj using ↵wisberg2005-06-171-53/+55
| | | | reporting, avoid multiple entries and ; in aspectjrt.path
* revamped build scripts using Ant 1.6.3 features. Now using local.properties ↵wisberg2005-06-091-682/+132
| | | | instead of command-line flags and sharing build-properties.xml.
* duplicate aj.build.jar definition, new junit target - cc still looking for ↵wisberg2005-05-211-6/+4
| | | | wrong output
* Oh alright, back to junitModule.xml - another shot in the dark at cruise controlwisberg2005-05-111-0/+25
|
* not using junitModules.xmlwisberg2005-05-111-10/+9
|
* compile runtime under 1.1, see how badly it failswisberg2005-04-211-0/+20
|
* Now testing in 1.3, 1.4, and 1.5 - consider omitting 1.4 for time reasons.wisberg2005-03-101-5/+1
|
* Building releases under 1.5 now. Scripts should define java15.home and ↵wisberg2005-02-111-12/+59
| | | | should invoke the target build-13-check before doing the release build.
* 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-281-223/+319
| | | | | | | | | | - 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.