Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Matthew fix for 83380: don't use enum as a variable name. | aclement | 2005-01-24 | 1 | -3/+3 |
| | |||||
* | Updates for AJDK1.5.0 | aclement | 2004-12-10 | 1 | -2/+2 |
| | |||||
* | update installer page | acolyer | 2004-12-09 | 1 | -3/+3 |
| | |||||
* | don't upset windows script... | acolyer | 2004-10-22 | 1 | -5/+6 |
| | |||||
* | fix for Bugzilla Bug 73369 | acolyer | 2004-10-21 | 1 | -0/+30 |
| | | | | Create a jar file that can be used for load-time weaving... | ||||
* | Fix for Bugzilla Bug 76104: can't build distribution from within Eclipse ↵ | aclement | 2004-10-14 | 1 | -2/+4 |
| | | | | (and fixes the problem where you have to call clean and build separately) | ||||
* | static ref to static variable | wisberg | 2004-10-05 | 1 | -3/+3 |
| | |||||
* | updated license text | wisberg | 2004-10-05 | 1 | -9/+13 |
| | |||||
* | unused local | wisberg | 2004-10-05 | 1 | -1/+0 |
| | |||||
* | Deprecated API calls changed. | aclement | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | skip on the exclude runtime test rather than patch it in the build file. | acolyer | 2004-06-09 | 2 | -4/+2 |
| | | | | This allows the correct testing-drivers-all.jar to be built too. | ||||
* | add the runtime classes into aspectjtools.jar. needed because of | acolyer | 2004-06-08 | 1 | -0/+3 |
| | | | | | | static dependency from weaver classes to runtime classes. Better than alternative of updating all ant scripts that fork and the ajc compiler scripts to add aspectjrt.jar into path. | ||||
* | Georges fixes for 61411 | aclement | 2004-05-28 | 1 | -1/+3 |
| | |||||
* | Removed ".org" from aspectj.org image for installer logo | mkersten | 2004-04-28 | 1 | -0/+0 |
| | |||||
* | Create aj and aj.bat launch scripts at install time. | aclement | 2004-04-07 | 1 | -17/+108 |
| | |||||
* | 1.2 rc1 build/pkg : Add in ajdoc target. Temp method of clearing stuff | aclement | 2004-04-05 | 1 | -1/+34 |
| | | | | from the aspectjtools jar. | ||||
* | 1.2 rc1 build/pkg : Update base version from 1.1 to 1.2. Add tools.jar | aclement | 2004-04-05 | 1 | -6/+6 |
| | | | | to the ajdoc launch script. | ||||
* | Add ajdoc.jar to jar classpath | aclement | 2004-04-05 | 1 | -1/+3 |
| | |||||
* | untested code to skip any /tools.jar library antecedant when building other ↵ | wisberg | 2004-04-05 | 1 | -2/+6 |
| | | | | that testing jars | ||||
* | Georges fix to add build date/time info to DEVELOPMENT builds. | aclement | 2004-03-04 | 3 | -14/+11 |
| | |||||
* | support for building the org.aspectj.aspectjrt plugin | acolyer | 2004-02-24 | 2 | -2/+20 |
| | |||||
* | Fix for broken license test. New file created yesterday has 2004 in the ↵ | aclement | 2004-01-28 | 1 | -1/+1 |
| | | | | copyright statement. Added 2004 as a valid copyright year :) | ||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 11 | -65/+62 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | Georges fix for Bugzilla Bug 50200 | aclement | 2004-01-22 | 1 | -1/+2 |
| | | | | aspectjrt.jar manifest file name needs changing to upper case | ||||
* | 2004 copyright | wisberg | 2004-01-15 | 1 | -1/+1 |
| | |||||
* | simple script to compile aspectjtools using ajc | wisberg | 2003-12-15 | 1 | -0/+180 |
| | |||||
* | added date to output | wisberg | 2003-11-26 | 1 | -0/+10 |
| | |||||
* | created the CVS module with name eclipse.plugin instead of | acolyer | 2003-11-06 | 1 | -3/+3 |
| | | | | | eclipse.plugins. Doh! Easier to change reference in this build script than fix module name now... | ||||
* | ensure that release builds also build eclipse plugins | acolyer | 2003-11-06 | 1 | -0/+4 |
| | |||||
* | changes to build script to create aspectj eclipse plugins as part | acolyer | 2003-11-05 | 2 | -3/+91 |
| | | | | | of an aspectj build. Results are placed in: aj-build/dist/ide/eclipse/xxxxx | ||||
* | Previous check-in got somehow corrupted once again. | acolyer | 2003-10-10 | 1 | -14/+13 |
| | |||||
* | Previous check-in got somehow corrupted. | acolyer | 2003-10-10 | 1 | -3/+4 |
| | |||||
* | Re-tweaked test-doc-links target for running behind a proxy server. | acolyer | 2003-10-10 | 1 | -10/+9 |
| | | | | Build breakage hopefully fixed ! | ||||
* | Tweaked test-doc-links target for running behind a proxy server. Now | acolyer | 2003-10-10 | 1 | -7/+15 |
| | | | | accepts new properties proxy.host and proxy.port. | ||||
* | 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 |