From 38e175b1575649d690a95994e1b5b812cec1cdda Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 22 Feb 2024 10:20:45 +0700 Subject: Document AJC option '-xmlConfigured' - Add short description to AJC usage message via messages_aspectj.properties - Add longer description to ajc.adoc in the AspectJ Development Environment Guide Closes https://bugs.eclipse.org/bugs/show_bug.cgi?id=455014. Signed-off-by: Alexander Kriegisch --- .../org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org.aspectj.ajdt.core') diff --git a/org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties b/org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties index be66883e8..c1e9ad481 100644 --- a/org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties +++ b/org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties @@ -32,6 +32,8 @@ misc.usage.aspectj = AspectJ-specific options:\n\ \ (reads stdin: enter to recompile and ''q'' to quit)\n\ \ -sourceroots compile all .aj and .java files in \n\ \ ( uses classpath delimiter)\n\ +\ -xmlConfig configure weaving process (aspects to use, aspect scopes, weaving targets)\n\ +\ ( are usually one, optionally multiple .xml files)\n\ \ -crossrefs generate .ajsym file into the output directory\n\ \ -emacssym generate .ajesym symbol files for emacs support\n\ \ -Xlint same as ''-Xlint:warning''\n\ -- cgit v1.2.3