Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new version of build.jar that does not exclude runtime | acolyer | 2004-06-09 | 1 | -0/+0 |
| | |||||
* | updated aspectjrt.jar with new Factory methods in | acolyer | 2004-06-08 | 1 | -0/+0 |
| | |||||
* | Georges fixes for 61411 | aclement | 2004-05-28 | 1 | -0/+0 |
| | |||||
* | Updated with fix for Bugzilla Bug 62631 | aclement | 2004-05-21 | 1 | -0/+0 |
| | | | | Generated class gives "Illegal constant pool index" on loading | ||||
* | Had wrong entry for version in MANIFEST - due to some packaging I had done ↵ | aclement | 2004-05-10 | 1 | -0/+0 |
| | | | | to build my own 1.2rc1 - should be fixed now. | ||||
* | Fix for Bugzilla Bug 59909 | aclement | 2004-05-05 | 1 | -0/+0 |
| | | | | CFlowStack removesThreads to late | ||||
* | Create aj and aj.bat launch scripts at install time. | aclement | 2004-04-07 | 1 | -0/+0 |
| | |||||
* | 1.2 rc1 build/pkg : Includes changes to version and to build ajdoc. | aclement | 2004-04-05 | 1 | -0/+0 |
| | |||||
* | fix for Bugzilla Bug 54721 | acolyer | 2004-03-19 | 1 | -0/+0 |
| | | | | add this to AP (Signature.getDeclaringTypeName()) | ||||
* | Fix for Bugzilla Bug 41125: | ehilsdal | 2004-01-29 | 1 | -0/+0 |
| | | | | LocalVariableTable sometimes gets BCEL-supplied parameter names | ||||
* | Fix for Bugzilla Bug 43792: Illegal Opcode Detected | ehilsdal | 2004-01-29 | 1 | -0/+0 |
| | | | | | this is now a patched version of bcel-5.1 -- it was previously an unpatched version of bcel-5.0. | ||||
* | Implemented feature for Bugzilla Bug 48091 | jhugunin | 2004-01-24 | 1 | -0/+0 |
| | | | | | | | | | | | | | | Lazy instantiation of thisJoinPoint Speed-ups of 10-100X are measured even when running a small test case with minimal GC issues. The actual feature implemented is that thisJoinPoint objects are only created just before calling the method for advice that requires them. To take advantage of this feature you must use an if PCD or some other dynamic test that occurs in the PCD not the advice body to guard the expensive creation of the thisJoinPoint object. -XlazyTjp flag must be passed to compiler to enable this feature. If any around advice is present on the joinpoint then lazy instantiation will be disabled. An Xlint warning will be displayed in this case. As a related optimization, several helper methods were added to Factory.makeJP to reduce the code size when thisJoinPoint is used. | ||||
* | Georges fix for Bugzilla Bug 50200 | aclement | 2004-01-22 | 1 | -0/+0 |
| | | | | aspectjrt.jar manifest file name needs changing to upper case | ||||
* | Fix for Bugzilla Bug 44587 | jhugunin | 2004-01-14 | 1 | -0/+0 |
| | | | | | | | | | | | Erroneous exception conversion and Bugzilla Bug 34206 before():execution(new(..)) does not throw NoAspectBoundException All exceptions that occur during the static intialization of a persingleton aspect will be swallowed. When using that aspect (via aspectOf()) a NoAspectBoundException will be thrown with the original exception from the staitc initializer as the cause. | ||||
* | updated version of aspectjrt.jar which includes getCause on SoftException | acolyer | 2004-01-07 | 1 | -0/+0 |
| | |||||
* | One more attempt at increasing max heap size to enable | acolyer | 2003-10-13 | 2 | -3/+3 |
| | | | | automated release tests to successfully complete. | ||||
* | Bumped up max heap size to enable automated release tests to | acolyer | 2003-10-13 | 2 | -3/+6 |
| | | | | successfully complete. | ||||
* | adding taskdefs/bin to classpath on command | wisberg | 2003-10-01 | 1 | -0/+5 |
| | |||||
* | former version was built with -target 1.2, so it has a bad major version ↵ | wisberg | 2003-06-02 | 1 | -0/+0 |
| | | | | when running under 1.1 | ||||
* | bootstrap jar for trim fixes | wisberg | 2003-05-31 | 1 | -0/+0 |
| | |||||
* | updating build.jar to bootstrap changes to permit ant.jar in a testing module | wisberg | 2003-05-24 | 1 | -0/+0 |
| | |||||
* | forcing target to be 1.1 in case someone builds using 1.4. | wisberg | 2003-05-21 | 1 | -0/+0 |
| | |||||
* | updating for installer temp dir fix when File.getTempFile() fails. | wisberg | 2003-05-14 | 1 | -0/+0 |
| | |||||
* | updating library per binary-compatible change in feb to make build check pass | wisberg | 2003-05-05 | 1 | -0/+0 |
| | |||||
* | updated to reflect runtime changes for 1.1 compatibility | wisberg | 2003-04-23 | 1 | -0/+0 |
| | |||||
* | ugh. updating XML .classpath parser to handle any number of attributes | wisberg | 2003-04-23 | 1 | -0/+0 |
| | | | | | still does not handle quoted spaces or nested entities. Also updated for new attribute names in 2.1? | ||||
* | updated build to handle empty jdt module | wisberg | 2003-04-03 | 1 | -0/+0 |
| | |||||
* | Major changes in order to move to Eclipse-JDT 2.1 as a base. | jhugunin | 2003-03-28 | 2 | -0/+0 |
| | | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future. | ||||
* | now quiet, and fixed classpath wrt junit, tools.jar | wisberg | 2003-03-13 | 1 | -4/+4 |
| | |||||
* | adding junit automatically for taskdef resolution | wisberg | 2003-03-13 | 1 | -0/+4 |
| | |||||
* | installer updates: | wisberg | 2003-03-06 | 1 | -0/+0 |
| | | | | | | | | - 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) | ||||
* | duplicate src.jar file | wisberg | 2003-03-06 | 1 | -0/+0 |
| | |||||
* | correcting Junit version in readme | wisberg | 2003-03-06 | 1 | -458/+4 |
| | |||||
* | JUnit 3.8.1 upgrade | wisberg | 2003-03-06 | 2 | -0/+0 |
| | |||||
* | installer was misreporting README file name for AspectJ distribution. | wisberg | 2003-02-27 | 1 | -0/+0 |
| | | | | (The installer could be refactored for simpilcity if/since we're not supporting multiple distributions any more.) | ||||
* | ignoring some generated files when jython is used | jhugunin | 2003-01-21 | 2 | -0/+2 |
| | |||||
* | enabling debug symbols | wisberg | 2003-01-04 | 1 | -0/+0 |
| | |||||
* | making jython-2.1 available for scripting | jhugunin | 2003-01-03 | 329 | -0/+73432 |
| | |||||
* | updated to remove ignored manifest, make more recent than sources checked in ↵ | wisberg | 2002-12-23 | 1 | -0/+0 |
| | | | | later. | ||||
* | updated with DEVELOPMENT manifest | wisberg | 2002-12-23 | 1 | -0/+0 |
| | |||||
* | rolling out build changes to bootstrap jar. | wisberg | 2002-12-23 | 1 | -0/+0 |
| | |||||
* | rollout new fixes | wisberg | 2002-12-18 | 1 | -0/+0 |
| | |||||
* | rolling out installer class changes | wisberg | 2002-12-18 | 1 | -0/+0 |
| | |||||
* | trying to avoid incompatible class change error | wisberg | 2002-12-18 | 1 | -0/+0 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+0 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 9 | -0/+763 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 2 | -0/+5 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 2 | -0/+5 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 3 | -0/+5 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 4 | -0/+87 |
| |