]> source.dussan.org Git - aspectj.git/commitdiff
updated list of -X options for AspectJ 5
authorwisberg <wisberg>
Sun, 18 Dec 2005 23:20:52 +0000 (23:20 +0000)
committerwisberg <wisberg>
Sun, 18 Dec 2005 23:20:52 +0000 (23:20 +0000)
taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java

index 68d95f594abcaafdc1f6c79a10357e821e11a1b5..e496b5fc437fc321d2cdafb6436abed98056e141 100644 (file)
@@ -254,10 +254,14 @@ public class AjcTask extends MatchingTask {
     private static final ICommandEditor COMMAND_EDITOR;
             
     static {
+        // many now deprecated: reweavable*, noWeave, ...
         String[] xs = new String[] 
             {   "serializableAspects", "incrementalFile", "lazyTjp",
-                       "reweavable", "reweavable:compress", "notReweavable", "noInline"
-               //, "targetNearSource", "OcodeSize",
+                       "reweavable", "reweavable:compress", "notReweavable", "noInline",
+               "noWeave","hasMember",
+                "ajruntimelevel:1.2", "ajruntimelevel:1.5", 
+                
+                //, "targetNearSource", "OcodeSize",
                  };
         VALID_XOPTIONS = Collections.unmodifiableList(Arrays.asList(xs));