aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer
Commit message (Collapse)AuthorAgeFilesLines
* Update RELEASE.mdAndy Clement2021-06-241-0/+1
|
* Update RELEASE.mdAndy Clement2021-06-241-1/+1
|
* Update RELEASE.mdAndy Clement2021-06-241-0/+31
| | | Fixes #71
* Document build profiles and properties in docs/developer/BUILD.mdAlexander Kriegisch2021-06-101-0/+200
| | | | | | | | | | | | | | | | | | | In doing so, I also noticed a few things in need of improvement. So, documenting the build also drive those enhancements, such as - the new 'fast-build' profile skipping test compilation and execution as well as documentation generation, - an option to skip generating source assemblies, - to skip unzipping source assemblies if javadoc generation for them is to be skipped too, - activating the 'create-docs' profile by property which is true by default instead of using 'activeByDefault=true', because the latter does not work reliably if other profiles are activated manually according to a Maven bug that was closed as "won't fix", - no longer generating separate javadocs for the 'runtime' module, because that module is not deployed and the main artifacts recreate Javadocs from scratch for all of their constituent sources anyway. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Build readme whitespace cosmeticsAlexander Kriegisch2021-06-081-1/+1
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-041-5/+5
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Merge pull request #62 from kriegaex/release-1.9.7.M3Andy Clement2021-05-281-3/+0
|\ | | | | Bugfix release 1.9.7.M3
| * Remove duplicate command from RELEASE.mdAlexander Kriegisch2021-05-281-3/+0
| | | | | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* | RELEASE.md: Deploying AspectJ installer to aspectj.devAlexander Kriegisch2021-05-261-1/+29
|/ | | | | | | How to deploy to the aspectj.dev Maven repository, mounted as a WebDAV share. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add "how to release" guide and point to it from README.mdAlexander Kriegisch2021-05-241-0/+154
| | | | | | Also fix a few minor wording and formatting things in the main read-me. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add developer info + sample config about how to work with a RAM diskAlexander Kriegisch2021-03-253-0/+69
| | | | | | | | | | | | | | | | | | There are two files: - docs/developer/ram-disk/maven.config - docs/developer/ram-disk/settings-ramdisk.xml The latter contains info about how to set up a development environment inside a RAM disk. Both files are to be copied to the project's '.mvn' folder in the root directory and adjusted according to the description. Just in case, .gitignore ignores the files if they exist in '.mvn', so they are not being staged and committed accidentally. An additional screenshot shows how to configure the Windows Recycle Bin to immediately delete files in order too save space on the RAM disk. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* update license to EPLacolyer2006-06-011-7/+7
|
* /home/technology -> /cvsroot/technology for cvsrootwisberg2005-10-121-4/+4
|
* useful?aclement2005-04-261-0/+52
|
* AOPAlliance adapter sampleacolyer2004-05-171-1/+1
|
* to do list for building the 'ajdt.core' part of AJDT.acolyer2004-05-121-0/+255
|
* move weaving to inside of the compiler.compile loop. acolyer2004-03-151-0/+388
| | | | ensure messages are associated with source wherever possible
* Design of XReweavable feature.aclement2004-02-231-0/+0
|
* first pass at a guide for developers of compiler and weaverjhugunin2004-02-1912-317/+925
|
* Added known limitations to ajbrowser documentation.mkersten2004-02-181-0/+0
|
* Added links to user feedback on language features.mkersten2004-01-211-0/+8
|
* Added link to class cast pointcut user langauge feature request.mkersten2003-12-121-4/+9
|
* Minor changes.mkersten2003-10-201-0/+0
|
* Testing to see if Cruise Control will pick up this change and run a build.acolyer2003-10-031-0/+1
|
* Updated org.aspectj.asm relationship model to string-handle-based API in ↵mkersten2003-08-141-0/+0
| | | | order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model.
* Minor improvements to structure model generation, clean up of test suite ↵mkersten2003-08-121-0/+0
| | | | output, and port of AJDT to new ASM APIs.
* Expanded developer documentation. Moved ASM doc to MSWord format since it ↵mkersten2003-08-115-420/+158
| | | | will have graphics and revision support will help.
* *** empty log message ***mkersten2003-07-301-1/+1
|
* added mailing list discussion itemsmkersten2003-07-301-0/+13
|
* Using to force a build.acolyer2003-07-281-1/+1
|
* Using to force a build.acolyer2003-07-281-0/+1
|
* Using to force a build.acolyer2003-07-281-1/+2
|
* Initial upload. Only a placeholder for now.acolyer2003-07-251-0/+3
|
* annotated traces of ajc compilationsacolyer2003-07-242-0/+3139
|
* Minor fixes.mkersten2003-07-221-2/+22
|
* Started compiler design doc.mkersten2003-07-212-0/+155
|
* Updated ASM docs, added dependency to ajbrowser in modules doc.mkersten2003-07-172-28/+74
|
* looks good. fixed "org.eclipse.ajdt.core", wisberg2003-07-161-7/+20
| | | | added how to build, jdt.core patch/sources
* Updated modules documentation. mkersten2003-07-151-0/+353
| | | | Added ASM documentation.
* Updated dependency list.mkersten2003-07-151-2/+3
|
* Updated module docs.mkersten2003-07-152-71/+399
|
* Finally adding some design docs (after 4 years).mkersten2003-07-143-0/+590