summaryrefslogtreecommitdiffstats
path: root/ajdoc
Commit message (Collapse)AuthorAgeFilesLines
* test and fixes for 143930, 143924aclement2006-05-301-1/+1
|
* message fix for 134063aclement2006-03-311-5/+5
|
* test and fix for 134063aclement2006-03-313-10/+47
|
* test and fix for 132130aclement2006-03-171-1/+1
|
* pr58524 (golden oldie...) - from Helen - removing use of deprecated API in ↵aclement2006-01-165-779/+93
| | | | ajdoc.
* pr121711 - from Helen - comment #19aclement2006-01-164-5/+281
|
* pr121711 - from Helen - removing >1.3 apis that were introduced in previous ↵aclement2006-01-162-4/+12
| | | | patch.
* more ajdoc changes - see pr121711 - from Helen.aclement2006-01-1318-185/+1407
|
* ajdoc changes - moving to using a sandbox for testing, plus other bits and ↵aclement2006-01-1318-584/+1088
| | | | pieces - see pr121711 - from Helen.
* fixes for ajdoc crash - bug 122728aclement2006-01-096-1/+130
|
* fix from comment #14 on bug 119453 to do with incorrect results for decp ↵aclement2006-01-093-0/+17
| | | | statements. (from helen)
* ajdoc: fixes for 58520 from Helen.aclement2005-12-213-0/+116
|
* ajdoc: fixes from Helen for 119453aclement2005-12-214-12/+368
|
* testcode for 119453aclement2005-12-212-0/+37
|
* test and fix for 119451aclement2005-12-091-1/+1
|
* Helens changes to ensure these tidy up after themselves and avoid ↵aclement2005-11-073-2/+18
| | | | synchronization being a pain.
* Updated ajdoc projects setting for 1.3 source compliance and 1.4 library ↵mkersten2005-10-063-1/+16
| | | | compliance. You must now have a JRE14_LIB variable set in your workspace.
* ensuring that this project can still be built at 1.3 level...acolyer2005-10-061-2/+11
|
* Fixed Bug #56779: [ajdoc] add ajdoc support for inter-type declarations and ↵mkersten2005-10-0512-52/+185
| | | | | | other declare forms Also fixed ajdoc tests to run correctly when executed via RunTheseBeforeYouCommit tests (previously they were not being run and silently failing).
* unused imports (only)wisberg2005-06-092-4/+0
|
* Package Tests file, aspectjrt.jar finderwisberg2005-06-085-15/+68
|
* Andrew Huff's patch fixing miscellaneous ajdoc NPEs....acolyer2005-06-024-20/+66
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* not requiring 1.5wisberg2005-05-211-3/+4
|
* uncommented preflight to ensure javadoc is invocable - in this case tests ↵wisberg2005-05-211-5/+5
| | | | don't run but pass (false positives)
* expanded test for tools.jar to cases where jar is available but VM can't ↵wisberg2005-05-211-2/+8
| | | | load the classes
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-77/+3
|
* Andrew's patch for: bug#82755 update ajdoc to support Java 5 language featuresmkersten2005-05-122-2/+10
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* Delete bintest, not quite in with Alex's policy as paths hardcoded - could ↵aclement2005-04-201-0/+1
| | | | be improved.
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+73
| | | | individually or via master in build module.
* Fixed 3 bugs reported in bug#82340, including correct use of visibility ↵mkersten2005-01-137-104/+184
| | | | modifiers.
* Updated to support running on JDK 1.5, and fixed related bug#82218mkersten2005-01-136-26/+78
|
* Fixed bug#71811 "AJDoc: should be able to set encoding like javadoc"mkersten2004-08-202-1/+34
|
* Made reference to tools.jar relative to JAVA_HOME variable. (which you must ↵aclement2004-08-061-1/+1
| | | | define!!!)
* fix for Bugzilla Bug 40206acolyer2004-07-291-2/+1
| | | | need common isAspectJSourceFile() method
* organized imports.aclement2004-07-292-14/+0
|
* organized imports.aclement2004-07-271-8/+5
|
* Fixed bug#70008 "problem with ajdoc -public"mkersten2004-07-144-28/+75
|
* Fixed bug#69011 "ajdoc fails when using default package"mkersten2004-07-053-2/+17
|
* Fixed: 68494 ajdoc does not support .aj filesmkersten2004-06-246-71/+56
|
* replace hard-coded use of ';' with File.pathSeparatoracolyer2004-06-021-3/+3
|
* don't sync bin diracolyer2004-06-021-0/+1
|
* Georges fix for relative paths in ajdoc. Means we support multiple browsers ↵aclement2004-04-141-4/+16
| | | | and the doc is portable.
* Clean-up ensuring no resources modified as a result of test runs.mkersten2004-04-084-3/+5
|
* Extended test coverage.mkersten2004-04-0815-294/+422
|
* Extended test coverage.mkersten2004-04-089-0/+294
|
* Fixed: mkersten2004-04-086-74/+69
| | | | | | 57780: ajdoc package summary should not show synthetic information; 57773: ajdoc crash; Cleaned up link generation, added support for arbitrary levels of type nesting.
* Extended test coverage to various permutations of crossing package and type ↵mkersten2004-04-087-29/+82
| | | | boundaries with links.
* Fixes for: mkersten2004-04-082-79/+55
| | | | | 57780: ajdoc package summary should not show synthetic information 57773: ajdoc crash