Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When performing a release build, run the test-all target in junitModules.xml ↵ | acolyer | 2003-09-29 | 1 | -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... | wisberg | 2003-09-07 | 2 | -0/+119 |
| | | | | | - a compile-speed script - a script that uses Jikes to incrementally compile AspectJ | ||||
* | fixed test to fail on license check failure | wisberg | 2003-08-08 | 1 | -55/+57 |
| | |||||
* | XMLEntry.toString for better errors | wisberg | 2003-08-08 | 1 | -0/+15 |
| | |||||
* | - added support for XML/Ant scripts | wisberg | 2003-08-07 | 1 | -8/+35 |
| | |||||
* | initial checkin of the sandbox. | wisberg | 2003-08-06 | 1 | -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. | acolyer | 2003-06-06 | 1 | -3/+3 |
| | |||||
* | Updated for 1.1.0 releaseV1_1_0 | acolyer | 2003-06-06 | 1 | -3/+3 |
| | |||||
* | change only in comment echoed to output, listing expected failures for the ↵ | wisberg | 2003-06-05 | 1 | -1/+4 |
| | | | | link checker. | ||||
* | - linkcheck | wisberg | 2003-06-05 | 1 | -2/+96 |
| | | | | | - 1.1 examples (disabled pending hang fix) - separate examples, since nonGui goes OOM under 1.3 | ||||
* | moved to docs | wisberg | 2003-06-04 | 3 | -1943/+0 |
| | |||||
* | adding examples, without testing from this script. bad. | wisberg | 2003-05-31 | 1 | -0/+14 |
| | |||||
* | Trim testsrc but not testing dependencies for testing modules. | wisberg | 2003-05-31 | 1 | -15/+21 |
| | |||||
* | build of testing jars changed slightly. | wisberg | 2003-05-31 | 1 | -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 | wisberg | 2003-05-31 | 1 | -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! | wisberg | 2003-05-28 | 2 | -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 tests | wisberg | 2003-05-25 | 1 | -2/+2 |
| | |||||
* | better harness availability, control -- untested | wisberg | 2003-05-25 | 1 | -13/+62 |
| | |||||
* | - better logging, temp dir, deletion... | wisberg | 2003-05-25 | 1 | -29/+57 |
| | | | | - using build.config system property | ||||
* | Fix for failure building with useEclipseCompiles testing-drivers initially ↵ | wisberg | 2003-05-25 | 1 | -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 ↵ | wisberg | 2003-05-25 | 1 | -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 isEmpty | wisberg | 2003-05-25 | 1 | -0/+34 |
| | |||||
* | fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵ | wisberg | 2003-05-25 | 1 | -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 logging | wisberg | 2003-05-25 | 1 | -1/+1 |
| | |||||
* | no real changes, just better docs and an (untested) "all" target. | wisberg | 2003-05-24 | 1 | -2/+45 |
| | |||||
* | Better BuildModule tests following ant.jar updates. | wisberg | 2003-05-24 | 1 | -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 ↵ | wisberg | 2003-05-24 | 1 | -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. | wisberg | 2003-05-21 | 1 | -0/+1 |
| | |||||
* | - typo in top-level task | wisberg | 2003-05-14 | 1 | -3/+3 |
| | | | | - incorrect pattern to copy all junit reports | ||||
* | absolutizing temp dir path. | wisberg | 2003-05-14 | 1 | -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 setup | wisberg | 2003-05-14 | 1 | -0/+8 |
| | |||||
* | clean-jars target | wisberg | 2003-05-14 | 1 | -0/+9 |
| | |||||
* | Testing now seems to be working (tested incrementally) | wisberg | 2003-05-14 | 1 | -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_RC2 | acolyer | 2003-05-13 | 1 | -1/+1 |
| | |||||
* | Fixed relative links to docs (was docs/index.html now doc/index.html) | acolyer | 2003-05-13 | 1 | -2/+2 |
| | | | | and examples (was eaxamples now doc/examples). | ||||
* | Fixed link to Eclipse bugs database (was dev.eclipse.org/bugs now ↵ | acolyer | 2003-05-13 | 1 | -1/+1 |
| | | | | bugs.eclipse.org/bugs) | ||||
* | updated with tests, etc. Not working yet: | wisberg | 2003-05-08 | 1 | -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 ↵ | wisberg | 2003-05-08 | 1 | -3/+4 |
| | | | | jars rather than eclipse bin directories when running junit tests | ||||
* | initial draft of release build/test script. | wisberg | 2003-05-07 | 1 | -0/+147 |
| | | | | CVS portion is untested. | ||||
* | Minor updates for 1.1 rc2 | acolyer | 2003-05-07 | 1 | -3/+3 |
| | |||||
* | moving to all-inclusive testing client for forking | wisberg | 2003-05-07 | 1 | -1/+22 |
| | | | | (This might be wrong.. still verifying) | ||||
* | adding ant script to build AspectJ sources using AspectJ as a test | wisberg | 2003-05-06 | 2 | -80/+87 |
| | | | | | listed test in release-testing.txt using spaces to avoid tab differences in release-testing.txt | ||||
* | ensuring release-checklist.txt supercedes | wisberg | 2003-05-05 | 1 | -44/+101 |
| | | | | | | tests/readme-release-testing.txt and adding some optional tests | ||||
* | corrected unterminated bold mark | wisberg | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | error messages for undefined ${module.name} | wisberg | 2003-04-29 | 1 | -0/+3 |
| | |||||
* | moving release testing list to tests/, added some old stuff. | wisberg | 2003-04-26 | 1 | -105/+4 |
| | | | | TODO: write test-release.xml ant script | ||||
* | ugh. updating XML .classpath parser to handle any number of attributes | wisberg | 2003-04-23 | 3 | -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 testing | wisberg | 2003-04-23 | 1 | -22/+27 |
| | |||||
* | Release checklist | acolyer | 2003-04-17 | 1 | -0/+244 |
| | |||||
* | added API tickler pending test | wisberg | 2003-04-09 | 1 | -0/+1 |
| |