summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.2 rc1 build/pkg : Add in ajdoc target. Temp method of clearing stuff aclement2004-04-051-1/+34
| | | | from the aspectjtools jar.
* 1.2 rc1 build/pkg : Update base version from 1.1 to 1.2. Add tools.jar aclement2004-04-051-6/+6
| | | | to the ajdoc launch script.
* Add ajdoc.jar to jar classpathaclement2004-04-051-1/+3
|
* Fix broken links in ajdoc.aclement2004-04-051-2/+28
|
* 1.2 rc1 build/pkg : Make ajbrowser depend on ajdocaclement2004-04-052-0/+2
|
* @testcase PR#57432 NPE's when writing some declare errorwisberg2004-04-055-0/+99
|
* added bug db links and notes wrt newly-enforced limits for declarations on ↵wisberg2004-04-052-11/+44
| | | | interfaces
* untested code to skip any /tools.jar library antecedant when building other ↵wisberg2004-04-051-2/+6
| | | | that testing jars
* requirements for declaring members on interfaceswisberg2004-04-021-0/+11
|
* best to specify forkclasspath when forking to avoid snooping Ant's ↵wisberg2004-04-021-1/+3
| | | | classpath, which fails in some contexts
* fix for Bugzilla Bug 48389 acolyer2004-04-021-0/+8
| | | | Cannot assign to final fields in intertype constructors.
* fix for Bugzilla Bug 47321 acolyer2004-04-021-1/+1
| | | | build.xml needs iajc fork workaround
* fix for NPE EclipseAdaptorUtils.java:147 acolyer2004-04-022-1/+8
| | | | as reported by Wes.
* Fix for Bug 55341 aclement2004-04-0219-9/+63
| | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String
* fix for Bugzilla Bug 31460 acolyer2004-04-0236-6/+1261
| | | | Weaving class loader
* fixed so that failure is graceful under 1.3, and to avoid acolyer2004-04-022-2/+41
| | | | | | calling main method in javadoc since this ends by calling System.exit. Solution is to use execute method instead (1.4 and above only).
* Jan's 4/2 bug 50932 patchwisberg2004-04-024-12/+10
|
* Jan's 4/2 bug 50932 patchwisberg2004-04-0222-61/+459
|
* first completed draft of 1.2 readmeacolyer2004-04-021-1/+97
|
* updates for 1.2 release (work in progress)acolyer2004-03-311-1453/+347
|
* images for README-12acolyer2004-03-313-0/+0
|
* updates for 1.2 releaseacolyer2004-03-312-1/+25
|
* Convenience method to run ajc in a child classloader and get List/String ↵wisberg2004-03-312-9/+91
| | | | results in the parent (e.g., when running as a JUnit test)
* Jan Hannemann's design patterns implementations, plus .lst files and test ↵wisberg2004-03-31289-0/+21378
| | | | scripts
* running negative harness tests, to verify that expected-fails actually failwisberg2004-03-313-7/+26
|
* recursive message checks of run status with childrenwisberg2004-03-312-0/+58
|
* dir-changes testswisberg2004-03-317-0/+158
|
* enabled dir-changes, changed output messageswisberg2004-03-311-5/+5
|
* Improved link layout and removed generation of duplicates.mkersten2004-03-303-21/+27
|
* Added removal of temporary filesmkersten2004-03-301-5/+5
|
* Added ignores for test ouptutmkersten2004-03-303-0/+3
|
* Expanded test suite.mkersten2004-03-301-0/+1
|
* Added more information on source signature (for ajdoc)mkersten2004-03-291-1/+25
|
* Minor non-disruptive ASM API cleanup.mkersten2004-03-295-13/+13
|
* Feedback from AOSD 2004ehilsdal2004-03-241-0/+0
|
* Working ajdoc to that generates advice links, with tests mkersten2004-03-23101-548/+19679
| | | | for generating spacewar documentation.
* added in significant changes from 1.2 release.acolyer2004-03-211-4/+135
|
* updated tutorial for AOSD 2004ehilsdal2004-03-201-0/+0
|
* default compliance level is now 1.4acolyer2004-03-191-6/+5
|
* move injars below inpath and mark it as deprecated.acolyer2004-03-191-2/+3
|
* placeholder readme for 1.2acolyer2004-03-191-0/+1542
|
* added link to README-12.htmlacolyer2004-03-191-0/+5
|
* added porting to 1.2 documentationacolyer2004-03-191-1/+108
|
* fix for Bugzilla Bug 54721 acolyer2004-03-1910-13/+56
| | | | add this to API (Signature.getDeclaringTypeName())
* fix for Bugzilla Bug 54721 acolyer2004-03-191-0/+0
| | | | add this to AP (Signature.getDeclaringTypeName())
* Improvements to incremental compilation of binary source to: acolyer2004-03-192-17/+22
| | | | | | 1) Add dependents of changed binary source files 2) Only add changed binary source files in the first compile-loop iteration.
* Fix for Bugzilla Bug 53012 aclement2004-03-194-0/+46
| | | | declare precedence on a class should be a compile-time error
* fix for Bugzilla Bug 52928 acolyer2004-03-184-1/+33
| | | | Private members introduced via an interface are visible to the class
* fix for Bugzilla Bug 54621 acolyer2004-03-187-55/+257
| | | | Incremental support ignores binary source
* fix for Bugzilla Bug 55134 acolyer2004-03-185-5/+96
| | | | Incremental compilation does not delete weaver-generated class files