summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (minimal) Apache fop 0.20.5, for bug 81654wisberg2005-03-106-0/+51
|
* patch 81654 updates docbook perwisberg2005-03-1010-91/+93
| | | | | http://xml.apache.org/fop/faq.html#no-page-master (oops - I made .xsl files binary)
* adding fop docbook to pdf processing, but currently not in distribution ↵wisberg2005-03-101-258/+374
| | | | since the results are so poor. Most changes are due to reformatting (patch reformatted and made changes)
* no content changes - corrected xml. Using informaltable in ant to get pdf ↵wisberg2005-03-104-96/+120
| | | | tables to work.
* minor changes per AspectJ 5 releasewisberg2005-03-101-31/+11
|
* Docbook comments from build.xml, fop/pdf commentswisberg2005-03-101-1/+83
|
* fix for varargs example in AJDK - 9 failing tests now left in Ajc150...acolyer2005-03-098-9/+38
|
* remove accidental 1.5 dependency in tests moduleacolyer2005-03-093-20/+15
|
* fix for Bugzilla Bug 86789acolyer2005-03-091-2/+7
| | | | annotations and "circularity in declare precedence"
* completing the set of AJDK examples coded up as test casesacolyer2005-03-0916-0/+465
|
* test cases from ajdk:annotations chapteracolyer2005-03-0929-19/+774
|
* output line numbers in stdout/err comparisons from test harnessacolyer2005-03-091-0/+4
|
* enhancements to signature to support getAccessibleMember() (see ↵acolyer2005-03-097-0/+88
| | | | ajdk:annotations)
* fixes in annotation docs uncovered through testingacolyer2005-03-091-11/+43
|
* ignoring ajcore fileswisberg2005-03-081-0/+1
|
* updated for new Builder.properties handling, strict resource patterns.wisberg2005-03-081-0/+0
|
* removed "temp hack ahoy" jar filter. Filter need presumably for ↵wisberg2005-03-081-56/+0
| | | | non-standard libraries on classpath (update Builder.properties) or for garbage-in (remove ant gif, readme from org.eclipse.jdt.core)
* doc'd skipped libraries and resource patterns moved into .properties file, ↵wisberg2005-03-082-0/+28
| | | | testing of resource pattern
* some cleanup, removed test - antecedants no longer pre-clippedwisberg2005-03-081-33/+10
|
* Now testing that all files in source directories have known suffixes. To ↵wisberg2005-03-081-10/+158
| | | | add a new kind of file will require changing the resource pattern in Builder.properties, as described in the module readme.
* libraries excluded on assembly, not on find; handling JAVA_HOME variable for ↵wisberg2005-03-081-50/+72
| | | | ajdoc
* skipped libraries and resource patterns moved into .properties file; better ↵wisberg2005-03-082-10/+80
| | | | error reporting
* skipped libraries and resource patterns moved into .properties filewisberg2005-03-081-0/+12
|
* compare dist results of two build.xml scriptswisberg2005-03-081-0/+56
|
* minimal integration with org.aspectj.lib modulewisberg2005-03-082-3/+18
|
* minimal build script (for doc distribution), instructions.wisberg2005-03-082-2/+182
|
* More accessors for the different types of value.aclement2005-02-261-0/+50
|
* Fixed URLsaclement2005-02-261-4/+8
|
* Plugins for tutorial.aclement2005-02-265-0/+27
|
* Use ability to remove problems when building using intermediate compilation ↵aclement2005-02-181-0/+9
| | | | results (fix doubling of tasks/deows in inc building)
* Includes ability to remove problems from a compilation result.aclement2005-02-182-0/+0
|
* @xxx(@Foo) -> @xxx(Foo)acolyer2005-02-1722-106/+115
|
* working bash scriptwisberg2005-02-171-6/+14
|
* tracing-lt added to collection targetswisberg2005-02-171-2/+2
|
* Flag indicating if this advice actually matched anything at all.aclement2005-02-171-0/+7
|
* Needed for SuppressAjWarnings supportaclement2005-02-171-0/+3
|
* Deal with putting out the non-matching advice lint warningaclement2005-02-171-1/+22
|
* Utility method adding for quizing whether you can find a SuppressAjWarnings ↵aclement2005-02-171-0/+41
| | | | annotation amongst some bunch of annotations and whether it suppresses a particular lint warning.
* signature for org.aspectj.lang.annotation.SuppressAjWarnings added.aclement2005-02-171-0/+1
|
* New lint message added for non-matching advice warningaclement2005-02-172-2/+6
|
* SuppressAjWarnings test.aclement2005-02-174-5/+66
|
* better handling on a 1.4 vmacolyer2005-02-172-1/+4
|
* remove syserracolyer2005-02-171-1/+0
|
* Updated with suppression attribute for non-matching advice.aclement2005-02-179-12/+18
|
* only inspect results if test could runacolyer2005-02-171-8/+10
|
* vmLevel attributed should be just vm...acolyer2005-02-171-1/+1
|
* SuppressAjWarnings test.aclement2005-02-175-0/+71
|
* Make the aspectj5rt classes available for writing 1.5 tests.aclement2005-02-172-2/+5
|
* Didnt have a default.aclement2005-02-171-1/+1
|
* parsing updates for declare annotation, annotations on itds, and use of ↵acolyer2005-02-172-0/+0
| | | | around as a method name