aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace "http:" by "https:" in non-XML filesAlexander Kriegisch2024-02-151-26/+26
| | | | | | | | | Maybe, the XML files and Maven wrapper files will follow. First, let us find out if this breaks the build, maybe some tests are asserting on "http:". But there, the replacement would also have taken place, so probably it just works. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Always use ":leveloffset: +1" with ":doctype: book"Alexander Kriegisch2024-02-011-4/+4
| | | | | | | | | Headlines per ADOC file should start at level 1, not 2. Adjusting the level offset for books helps to avoid warnings when including book chapters, but still allows to also use the chapters as stand-alone documents. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Bulk-rename release read-me files to version numbers with dotsAlexander Kriegisch2024-01-061-2/+2
| | | | | | | | | Also rename references. E.g. - RELEASE-11 -> RELEASE-1.1 - RELEASE-1810 -> RELEASE-1.8.10 - RELEASE-1921 -> RELEASE-1.9.21 Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Delete 50+ XML DocBook resource filesAlexander Kriegisch2024-01-061-5448/+0
| | | | | | in favour of the already existing asciidoc ones. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove references and docs about obsolete toolsAlexander Kriegisch2024-01-061-17/+7
| | | | | | | | | | | | | - AspectJ Browser (ajbrowser) - Forte IDE integration - JBuilder IDE integration - Emacs integration All this information was old and outdated. Ajbrowser was removed from AspectJ a while ago. If the other tools even still exist, any possibly existing AspectJ support is not part of AspectJ itself. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix most xref/link URLs in main documentation indexAlexander Kriegisch2024-01-061-0/+1
| | | | | | | | | | To do: - API docs (javadoc) - all-in-one guides - Eclipse website links - add links to markdown files (maybe convert md to adoc) Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Rename '*GuideDB' directories to their actual HTML site target namesAlexander Kriegisch2024-01-061-1/+1
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove all references to AOSD, but mention SpringAlexander Kriegisch2024-01-062-35/+25
| | | | | | | | | | | | | | | | | | | - The website is just a front page. - I failed to contact anyone via: * fb9553b7471df638478bbf918044bf52.gdrp@customers.whoisprivacycorp.com * info@aosd.net * admin@aosd.net - The discuss@aosd.net mailing list had its last post 6 years ago and the last one concerning AspectJ 11 years ago according to the archive at https://discuss.aosd.narkive.com/. Mention Spring support for native AspectJ an Spring AOP as a real world example in the FAQ. Also remove an FAQ link to a no longer existing PARC website about AspectJ and fix a small typo. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* AsciiDoc: updates in main index and FAQ (WIP)Alexander Kriegisch2024-01-061-86/+16
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Globally replace HTTP links to eclipse.org by HTTPSAlexander Kriegisch2024-01-062-75/+75
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove outdated JDeveloper links from AsciiDocsAlexander Kriegisch2024-01-061-1/+0
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix more AsciiDoc links and code blocks (WIP)Alexander Kriegisch2024-01-061-37/+47
| | | | | | | | | | - Add Java syntax highlighting to AspectJ and Java files - Add XML syntax highlighting to XML files (Ant, LTW etc.) - Dedent and remove empty lines, where necessary - Enclose in-line line numbers for Java code in /*23*/ comments in order to enable Java formatting Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix some AsciiDoc links (WIP)Alexander Kriegisch2024-01-061-1/+6
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add initial set of AsciiDoc files, converted from HTML/XMLAlexander Kriegisch2024-01-062-3/+3458
| | | | | | | | | Some originals have been deleted already. Others, especially the user guides, still exist in both formats because they have not been proof-read and probably lots of links do not function as expected. But I want to see what the files look like directly on GitHun. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove AspectJ Browser (ajbrowser) code and documentationAlexander Kriegisch2022-04-021-26/+2
| | | | | | | 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-10/+9
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove indentation from <programlisting> blocks in docsAlexander Kriegisch2021-04-101-682/+660
| | | | | | | | | | | | | | | 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>
* 292168aclement2010-01-251-7/+6
|
* missing section titleaclement2009-03-091-0/+1
|
* some ltw notesaclement2008-09-271-0/+27
|
* faq update for 160146aclement2008-06-111-0/+31
|
* minimal updates, e.g., links for pdguide, product storieswisberg2006-11-031-18/+19
|
* synchronized advice (I thought I checked this in right after the mail list ↵wisberg2006-08-031-1/+26
| | | | discussion)
* update license to EPLacolyer2006-06-011-1/+4
|
* improved FAQ entry for J2ME, hurrah! at last!aclement2006-03-281-10/+52
|
* more detail in memory answers, on incremental mode and strong static ↵wisberg2006-02-021-3/+19
| | | | reference to singleton aspects
* incremental and memory answers gleaned from matthew and andywisberg2006-01-221-8/+84
|
* doc updates for 76101 from Helen - how to build AJ and stuff it into AJDT.aclement2006-01-171-1/+124
|
* updated ancient LTW answerwisberg2005-12-181-5/+12
|
* AspectJ 5 featureswisberg2005-12-181-7/+196
|
* /home/technology -> /cvsroot/technology for cvsrootwisberg2005-10-121-2/+2
|
* generics, compatibility, reflective weaverwisberg2005-10-121-2/+52
|
* reflective calls, bcelwisberg2005-06-161-15/+65
|
* .css stylesheet parameter for xml-html, used in faq. Did not retrofit ↵wisberg2005-05-051-2/+1
| | | | devguide - unsure about relation to dsl file. Should remove aspectj-docs.css reference in the docbook stylesheets to avoid fork.
* update the last updated dateacolyer2005-04-131-1/+1
|
* integrating patch from Andrew Huff to update building from source instructionsacolyer2005-04-121-12/+46
|
* dead link, new source moduleswisberg2005-03-141-19/+22
|
* minor changes per AspectJ 5 releasewisberg2005-03-101-31/+11
|
* JDeveloper urlwisberg2004-11-301-3/+5
|
* project plans for Java 5 taken from Adrian's emailwisberg2004-09-021-3/+47
|
* fix bug 59203 - dynamic AOPwisberg2004-08-281-15/+44
|
* updated latest releasewisberg2004-05-041-2/+2
|
* qa div wrongmostlyLastEclipse2xTree_20040112wisberg2004-01-121-6/+6
|
* Fix for Bugzilla 37899: Document or address limitations on handler ↵ehilsdal2003-12-021-4/+4
| | | | | | | pointcut/joinpoints * changed "Implementation Limitations" to "Implementation Notes" inside ProgGuide * added section on bytecode limitations, headed by handler issues.
* referring out to sample codewisberg2003-11-261-11/+43
|
* updates listed in q:faqchanges. wisberg2003-11-131-32/+295
| | | | Many more to harvest from the list, and to move from here and the list to the programming guide.
* class is already defined entrywisberg2003-11-051-1/+19
|
* updated NoAspectBoundException entrywisberg2003-10-011-21/+37
|
* Fixed several broken links uncovered in 1.1.1rc1 testing.acolyer2003-08-271-11/+11
|
* performance faq item corrections promised on the list. wisberg2003-08-231-11/+17
| | | | I need some actual facts for a real answer.