aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB
Commit message (Collapse)AuthorAgeFilesLines
* Remove AspectJ Browser (ajbrowser) code and documentationAlexander Kriegisch2022-04-026-471/+48
| | | | | | | Closes #148. TODO: Should more AJDE stuff be removed? Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-041-1/+1
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix image formatting glitch in docs/devGuideDB/ajbrowser.xmlAlexander Kriegisch2021-04-101-18/+22
| | | | | | | | | An image which should be in its own paragraph was shown inline with the text, somewhere to the right in the middle of a text paragraph. I noticed while visually checking if docs generation still works as expected after the last few commits, so I quickly fixed it. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove indentation from <programlisting> blocks in docsAlexander Kriegisch2021-04-108-890/+865
| | | | | | | | | | | | | | | Many dozens (hundreds?) of documentation code blocks were indented to match the surrounding XML or just arbitrarily. The thing is: Inside <programlisting> tags, similar to <pre> tags, line feeds and leading whitespace are being preserved, which looked very awkward in the HTML documentation. While a few files were mostly correct in this respect, which shows that it was meant to be like that, many others were not. This was tedious, stupid work to fix, but it had to be done. Please note that the documentation was in no way updated content-wise. This is also overdue, but not my focus here. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove JRockit LTW support, particularly JRockitAgentAlexander Kriegisch2021-04-101-68/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | In two places, the documentation now contains this text: "Since AspectJ 1.9.7, the obsolete Oracle/BEA JRockit agent is no longer part of AspectJ. JRockit JDK never supported Java versions higher than 1.6. Several JRockit JVM features are now part of HotSpot and tools like Mission Control available for OpenJDK and Oracle JDK." The decision to drop JRockit support was made during a discussion between Alexander Kriegisch and Andy Clement: Andy Clement wrote on 26 Mar 2021: > Yes I think so. > > > Alexander Kriegisch wrote on 26 Mar 2021: > >> https://en.wikipedia.org/wiki/JRockit >> >> Can we get rid of that? AspectJ requires Java 8, JRockit never >> supported more than Java 6. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fixed a misplaced <para> element in the Docbook documentation for ajcEmmanuel Bourg2020-07-221-1/+1
|
* typo reported by Emmanuel BourgAndy Clement2018-10-151-1/+1
|
* 168482: ref dtdaclement2008-06-121-0/+4
|
* Bug 159854 "Problem Diagnosis Guide" (first draft)mwebster2006-10-301-6/+23
|
* ajdoc patches 148906REMOVING_ASMaclement2006-10-252-24/+18
|
* patch from 158719aclement2006-09-281-1/+1
|
* bug 143903 - doc rewriting of javac tasks to support iajc via build.compilerwisberg2006-08-031-4/+21
|
* bug 149577 (darker tt tag color in .css)wisberg2006-08-031-1/+1
|
* Bug 117854 "LTW with Hibernate/CGLIB/ASM" (document beforeandafter option of ↵mwebster2006-07-041-8/+14
| | | | dump element)
* Fix 136707 new logCommand option emits command line to INFOwisberg2006-06-131-1/+9
|
* update license to EPLacolyer2006-06-011-1/+1
|
* updates from pr132111aclement2006-03-271-11/+24
|
* 101411: -XaddSerialVersionUIDPOST_MEMORY_CHANGESaclement2006-03-091-0/+10
|
* fix for 130300: cause the mysterious disappearance of -XnoWeaveaclement2006-03-052-13/+8
|
* If aspects are required to compile, then weaving must be at compile-time. duh.wisberg2006-03-031-2/+7
|
* warn about duplicate sources, convert exampled to -inpath, corrected -inpath ↵wisberg2006-03-031-44/+56
| | | | aspects and argument file descriptions, linked out to affected types and load-time weaving, deprecated -emacsym as untested/unsupported. Leaving -messageHolder undocumented (Adrian's choice, if I recall correctly - not sure why)
* matthews doc changes for ltwaclement2005-12-201-77/+79
|
* doc updates from RB_V1_5_0acolyer2005-12-191-3/+3
|
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-192-1/+4
|
* X options, crossref, 1.5wisberg2005-12-181-11/+26
|
* better xref titlewisberg2005-12-181-1/+1
|
* -1.5, compatibility link, -X optionswisberg2005-12-181-6/+42
|
* Fixed Bugzilla Bug 113554: support ajsym file generation for command line buildsmkersten2005-11-081-0/+10
|
* fix for 95516 (-outxml / -outxmlfile) - from Matthew.aclement2005-11-071-0/+12
|
* aspects/include handling and doc update as per #115275avasseur2005-11-071-6/+18
|
* bug 102479 example for getting messages from ajc programmaticallywisberg2005-11-041-1/+22
|
* pr93253: lazytjp the default. removed mention of lazytjp.aclement2005-11-011-9/+2
|
* impl and test for dec precedence in aop.xml without extendsavasseur2005-10-271-2/+30
|
* precedence doc for concrete-aspectavasseur2005-10-271-2/+6
|
* concrete-aspect impl and doc for LTW - see #95529avasseur2005-10-251-8/+88
| | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming
* named sections to avoid generated names, and omitting incremental as broken ↵wisberg2005-10-121-3/+5
| | | | for now.
* "ajdoc" for "aj"wisberg2005-10-111-1/+1
|
* unique idwisberg2005-10-111-1/+1
|
* update for LTW and compatibility - minor updateswisberg2005-10-111-11/+30
|
* update for LTW and compatibility - start with exact copy of adk15ProgGuideDB ↵wisberg2005-10-111-0/+424
| | | | variant
* update for LTW and compatibilitywisberg2005-10-114-45/+369
|
* ensure every section has an assigned id so that urls in generated html ↵acolyer2005-09-012-4/+6
| | | | remain stable across builds.
* update to style sheet to fix unpleasant title wrapping on IEacolyer2005-07-271-1/+2
|
* Ant 1.6 antlib.xml support, per bug 103493wisberg2005-07-121-2/+25
|
* naming ajdoc to make linking easierwisberg2005-05-051-2/+2
|
* add a bit of padding below h1 for IEV1_5_0M2acolyer2005-04-101-0/+5
|
* add some style to our guides ;)acolyer2005-04-102-0/+83
|
* bug 53209 - inpathDirCopyFilter doc updates and testswisberg2005-03-221-10/+35
|
* no content changes - corrected xml. Using informaltable in ant to get pdf ↵wisberg2005-03-104-96/+120
| | | | tables to work.
* dup showWeaveInfo in 1.11 - already added in revision 1.10wisberg2004-10-201-7/+0
|