Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | *minor* editorial changes for beta5 | wisberg | 2003-02-28 | 1 | -7/+6 | |
| | ||||||
* | *minor* editorial changes for beta5 just to get names right. | wisberg | 2003-02-28 | 1 | -25/+26 | |
| | | | | Still reads as a delta since beta2 and needs updates for any functionality changes since beta4. | |||||
* | added 2003 Contributors to copyright. | wisberg | 2003-02-28 | 1 | -1/+1 | |
| | ||||||
* | installer was misreporting README file name for AspectJ distribution. | wisberg | 2003-02-27 | 1 | -1/+10 | |
| | | | | (The installer could be refactored for simpilcity if/since we're not supporting multiple distributions any more.) | |||||
* | Broke out and increased build/test docs; some new info in the build module ↵ | wisberg | 2003-02-27 | 2 | -143/+495 | |
| | | | | | | notes. Included release instructions in the build/test docs | |||||
* | Ran "Organize imports" to remove redundant imports etc - | acolyer | 2003-02-26 | 12 | -48/+136 | |
| | | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees! | |||||
* | Ignore bin directory | acolyer | 2003-02-26 | 1 | -0/+1 | |
| | ||||||
* | resolving misc compiler warnings | wisberg | 2003-02-13 | 6 | -15/+10 | |
| | ||||||
* | cleaned up, added release comments. | wisberg | 2003-01-29 | 1 | -10/+55 | |
| | ||||||
* | updated to beta4 | jhugunin | 2003-01-16 | 1 | -5/+5 | |
| | ||||||
* | closer to actual 1.1beta3 contents | jhugunin | 2003-01-15 | 1 | -37/+19 | |
| | ||||||
* | skeleton update of README-11 for 1.1beta3. | ehilsdal | 2003-01-14 | 1 | -0/+75 | |
| | ||||||
* | preparation for 1.1beta3 | ehilsdal | 2003-01-14 | 1 | -68/+30 | |
| | ||||||
* | explaining more properties, basics of testing. | wisberg | 2003-01-06 | 1 | -11/+34 | |
| | ||||||
* | accidentally commented out short-circuit property | wisberg | 2003-01-06 | 1 | -1/+1 | |
| | ||||||
* | comments only. no build.jar update needed. | wisberg | 2003-01-06 | 1 | -2/+9 | |
| | ||||||
* | enabling debug symbols | wisberg | 2003-01-04 | 1 | -1/+2 | |
| | ||||||
* | - added aspectjrt target (alias to runtime) | wisberg | 2002-12-23 | 1 | -16/+50 | |
| | | | | | - implemented target to fail if bootstrap libraries are out of date - moved update-tree under setup comment | |||||
* | rolling out build changes to bootstrap jar. | wisberg | 2002-12-23 | 1 | -2/+2 | |
| | ||||||
* | fixed bug with unnamed tasks producing messages like | wisberg | 2002-12-23 | 1 | -9/+31 | |
| | | | | [null] Building Zip: foo.zip | |||||
* | fixing version-handling. | wisberg | 2002-12-23 | 10 | -622/+970 | |
| | | | | | | build-properties.xml has actual version, Version.java is generated, and "DEVELOPMENT" is default. | |||||
* | commented out code to replace licenses | wisberg | 2002-12-23 | 1 | -11/+11 | |
| |