summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix for Bugzilla Bug 40192 aclement2004-03-1817-14/+610
| | | | build cancel during weaving
* make sure this test behaves appropriately when run outside of acolyer2004-03-181-0/+1
| | | | a cruise control driven build.
* fix for Bugzilla Bug 47910 acolyer2004-03-1710-21/+195
| | | | ajc -outjar jarfile does not contain MANIFEST.MF
* fix for Bugzilla Bug 54618 acolyer2004-03-171-0/+39
| | | | Test to see if we can compile incrementally ignores path changes
* fix for Bugzilla Bug 54622 acolyer2004-03-172-10/+19
| | | | | Incremental support ignores resources (part II) don't copy resources from in *dirs* doh.
* fix for Bugzilla Bug 54622 acolyer2004-03-163-80/+254
| | | | Incremental support ignores resources
* partial extension of incremental test harness to stage additonal resource types acolyer2004-03-161-36/+51
| | | | | see Bugzilla Bug 54622 Incremental support ignores resources
* Deleting unnecessary class files that crept into the build.aclement2004-03-164-0/+0
|
* commenting out unreliable test - can't always delete sandbox afterwards, ↵acolyer2004-03-161-0/+3
| | | | need to find out why...
* fix for Bugzilla Bug 54625 acolyer2004-03-161-1/+1
| | | | Incremental support does not work with outjar
* fix for Bugzilla Bug 43714 acolyer2004-03-161-1/+1
| | | | better test name for second test
* fix for Bugzilla Bug 54965 acolyer2004-03-161-9/+14
| | | | Incremental compilation does twice as much work as necessary
* fix for Bugzilla Bug 43714 acolyer2004-03-161-13/+14
| | | | | weaving from an input jar into that same jar. fully qualify outjar location in sandbox, and don't specify both -d and outjar.
* fix for Bugzilla Bug 43714 acolyer2004-03-163-37/+115
| | | | weaving from an input jar into that same jar.
* fix for Bugzilla Bug 43714 acolyer2004-03-163-1/+13
| | | | | weaving from an input jar into that same jar. (adds outjar attribute to 'compile')
* fix for Bugzilla Bug 43714 acolyer2004-03-161-0/+1
| | | | weaving from an input jar into that same jar.
* Fix for Bugzilla Bug 41181 aclement2004-03-1639-35/+479
| | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker)
* Uses 0 line number when it really doesn't know the relevant line in the file ↵aclement2004-03-161-1/+1
| | | | to include in a message.
* Fix for Bugzilla Bug 41181 aclement2004-03-1610-33/+207
| | | | Support SerialVersionUID field if no new fields declared on class
* fix for Bugzilla Bug 51322 acolyer2004-03-153-0/+19
| | | | Introduce Unknown Type to class causes Null pointer exception
* guess who used a 1.4 only API then.....acolyer2004-03-151-4/+2
|
* fix for Bugzilla Bug 44272 acolyer2004-03-154-3/+25
| | | | retitle warning to "circular {advice} dependency at ..."