aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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
* permitting module builds without trimming, to have the option of using those ↵wisberg2003-05-081-3/+4
| | | | jars rather than eclipse bin directories when running junit tests
* initial draft of release build/test script. wisberg2003-05-071-0/+147
| | | | CVS portion is untested.
* Minor updates for 1.1 rc2acolyer2003-05-071-3/+3
|
* moving to all-inclusive testing client for forking wisberg2003-05-071-1/+22
| | | | (This might be wrong.. still verifying)
* adding ant script to build AspectJ sources using AspectJ as a test wisberg2003-05-062-80/+87
| | | | | listed test in release-testing.txt using spaces to avoid tab differences in release-testing.txt
* ensuring release-checklist.txt supercedes wisberg2003-05-051-44/+101
| | | | | | tests/readme-release-testing.txt and adding some optional tests
* corrected unterminated bold markwisberg2003-05-051-1/+1
|
* error messages for undefined ${module.name}wisberg2003-04-291-0/+3
|
* moving release testing list to tests/, added some old stuff. wisberg2003-04-261-105/+4
| | | | TODO: write test-release.xml ant script
* ugh. updating XML .classpath parser to handle any number of attributes wisberg2003-04-233-95/+319
| | | | | still does not handle quoted spaces or nested entities. Also updated for new attribute names in 2.1?
* extracted classpath setup method for testingwisberg2003-04-231-22/+27
|
* Release checklistacolyer2003-04-171-0/+244
|
* added API tickler pending testwisberg2003-04-091-0/+1
|