aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer
Commit message (Collapse)AuthorAgeFilesLines
* Remove AspectJ Browser (ajbrowser) code and documentationAlexander Kriegisch2022-04-022-82/+82
| | | | | | | Closes #148. TODO: Should more AJDE stuff be removed? Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove Aspectj.dev artifact and plugin repositoriesAlexander Kriegisch2022-04-011-1/+2
| | | | | | | | | | | After having removed the custom-built Maven Shade version, there should be no more references to artifacts in that repository left. Let us see if the build passes. Furthermore, since being a committer, I can also attach AspectJ installers to GitHub releases. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* POM bug: separate jvm.arg.allowSecurityManager from jvm.arg.addOpensAlexander Kriegisch2022-03-311-2/+6
| | | | | | | | | | | | Before, this was in a single variable, and for JDK 18+, the security manager setting also falsely overwrote the '--add-opens' command. This was the root cause for a few dozen LTW tests to fail on JDK 18, if they were not run in full LTW mode, i.e. in a separate JVM. After this fix, it should be possible to revert the corresponding commits, at least their non-cosmetic parts. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* IDE.md: add download info for AspectJ installerAlexander Kriegisch2022-03-241-0/+12
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* IDE.md: update AJDT update site infos for 4.23Alexander Kriegisch2022-03-241-3/+4
| | | | | | | Also add some Eclipse, AspectJ and Java version information to the existing update sites. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* IDE.md points to AJDT Eclipse update sitesAlexander Kriegisch2022-02-111-2/+2
| | | | Because the Jenkins builds for Eclipse now exist and deploy to the correct update sites, we no longer need the AspectJ.dev ones.
* More minor 1.9.7 to 1.9.8 version bumps in docsAlexander Kriegisch2021-11-261-2/+2
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* IDE.md: Add Eclipse update site for AJDT compatible with 2021-09Alexander Kriegisch2021-11-201-0/+1
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Minor 1.9.7 to 1.9.8 version bumps in docs and Ant scriptAlexander Kriegisch2021-11-201-8/+8
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add JDK 16+ workaround for Nexus Staging Maven PluginAlexander Kriegisch2021-09-281-4/+0
| | | | | | | | | Plugin version 1.6.8 does not work on JDK 16+ without special MAVEN_OPTS opening certain modules, because the XStream version used needs it. One workaround is to use a more recent XStream version. TODO: remove plugin dependency after OSSRH-66257, NEXUS-26993 are fixed. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add "Setting up an AspectJ development environment" guideAlexander Kriegisch2021-08-051-0/+98
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Minor build + release read-me improvementsAlexander Kriegisch2021-06-262-15/+9
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* 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