summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - if a module has no source files, rather than aborting, create a minimal ↵wisberg2003-04-031-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. wisberg2003-04-031-9/+44
| | | | - a module now surfaces its "exported" libraries.
* no longer expecting sources in jdt modulewisberg2003-04-031-3/+4
|
* Updated license checking tests to accept "Contributors" as sole copyright ↵wisberg2003-04-031-1/+6
| | | | holder.
* Updated for 1.1rc1: wisberg2003-03-131-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 1acolyer2003-03-131-3/+3
|
* JSR-45 and resource copying. wisberg2003-03-131-3/+7
| | | | Still needs work for 1.1rc1.
* Instructions for building with an IBM 1.4.x JDK. acolyer2003-03-081-4/+23
| | | | Clarification on test harness vs JUnit tests.
* caveats and fixes, mainly for releaseswisberg2003-03-061-32/+68
|
* installer updates: wisberg2003-03-061-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 resultswisberg2003-03-061-24/+35
|
* incomplete list of release gaffes to watch out forwisberg2003-03-041-1/+8
|
* removed aspectj.org referenceswisberg2003-02-282-8/+7
|
* added comment per Mik wrt ant/javacwisberg2003-02-281-1/+13
|
* *minor* editorial changes for beta5wisberg2003-02-281-7/+6
|
* *minor* editorial changes for beta5 just to get names right. wisberg2003-02-281-25/+26
| | | | Still reads as a delta since beta2 and needs updates for any functionality changes since beta4.
* added 2003 Contributors to copyright.wisberg2003-02-281-1/+1
|
* installer was misreporting README file name for AspectJ distribution. wisberg2003-02-271-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 ↵wisberg2003-02-272-143/+495
| | | | | | notes. Included release instructions in the build/test docs
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-2612-48/+136
| | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees!
* Ignore bin directoryacolyer2003-02-261-0/+1
|
* resolving misc compiler warningswisberg2003-02-136-15/+10
|
* cleaned up, added release comments.wisberg2003-01-291-10/+55
|
* updated to beta4jhugunin2003-01-161-5/+5
|
* closer to actual 1.1beta3 contentsjhugunin2003-01-151-37/+19
|
* skeleton update of README-11 for 1.1beta3.ehilsdal2003-01-141-0/+75
|
* preparation for 1.1beta3ehilsdal2003-01-141-68/+30
|
* explaining more properties, basics of testing.wisberg2003-01-061-11/+34
|
* accidentally commented out short-circuit propertywisberg2003-01-061-1/+1
|
* comments only. no build.jar update needed.wisberg2003-01-061-2/+9
|
* enabling debug symbolswisberg2003-01-041-1/+2
|
* - added aspectjrt target (alias to runtime) wisberg2002-12-231-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.wisberg2002-12-231-2/+2
|