Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |
| | ||||||
* | - if a module has no source files, rather than aborting, create a minimal ↵ | wisberg | 2003-04-03 | 1 | -13/+38 | |
| | | | | | | file for the module jar. - if a required module has exported libraries, add those to the compile classpath of the requiring module. | |||||
* | - a module now may be valid if it contains only references to library jars. | wisberg | 2003-04-03 | 1 | -9/+44 | |
| | | | | - a module now surfaces its "exported" libraries. | |||||
* | no longer expecting sources in jdt module | wisberg | 2003-04-03 | 1 | -3/+4 | |
| | ||||||
* | Updated license checking tests to accept "Contributors" as sole copyright ↵ | wisberg | 2003-04-03 | 1 | -1/+6 | |
| | | | | holder. | |||||
* | Updated for 1.1rc1: | wisberg | 2003-03-13 | 1 | -71/+65 | |
| | | | | | | | | | | | | - removed "No exception checking during weaving" as fixed - removed promise of support for - XtargetNearSource - incremental mode in Ajbrowser (did NOT add uses-pointcut limitation for ajbrowser) - removed text polling for complaints wrt language changes - added as limitation: only one .. permitted in args - added limitation wrt error/warning source context - inlining of around advice now on by default | |||||
* | Updated refs to 1.1beta5 to read 1.1 release candidate 1 | acolyer | 2003-03-13 | 1 | -3/+3 | |
| | ||||||
* | JSR-45 and resource copying. | wisberg | 2003-03-13 | 1 | -3/+7 | |
| | | | | Still needs work for 1.1rc1. | |||||
* | Instructions for building with an IBM 1.4.x JDK. | acolyer | 2003-03-08 | 1 | -4/+23 | |
| | | | | Clarification on test harness vs JUnit tests. | |||||
* | caveats and fixes, mainly for releases | wisberg | 2003-03-06 | 1 | -32/+68 | |
| | ||||||
* | installer updates: | wisberg | 2003-03-06 | 1 | -16/+71 | |
| | | | | | | | | - removed JDK tools.jar from script classpaths - added windowlistener to exit installer when close box clicked - added -to {dir} option for easy GUI-free install (hack) due to Swing initialization, this still won't work for true command-line (remote, non-XWindows terminal to unix box) | |||||
* | better instructions for running ajcTests.xml and comparing results | wisberg | 2003-03-06 | 1 | -24/+35 | |
| | ||||||
* | incomplete list of release gaffes to watch out for | wisberg | 2003-03-04 | 1 | -1/+8 | |
| | ||||||
* | removed aspectj.org references | wisberg | 2003-02-28 | 2 | -8/+7 | |
| | ||||||
* | added comment per Mik wrt ant/javac | wisberg | 2003-02-28 | 1 | -1/+13 | |
| |