You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aclement d373429ee9 test and fixes for Bug 145963: add injar aspects to the model 18 years ago
..
A.aj test and fix for 145963: faulting in aspects coming in as binary inputs 18 years ago
AbstractAspect.aj test and fixes for Bug 145963: add injar aspects to the model 18 years ago
AspectInDefaultPackage.aj test and fixes for Bug 145963: add injar aspects to the model 18 years ago
C.java test and fixes for Bug 145963: add injar aspects to the model 18 years ago
ClassForAspectPath.java test and fix for 145963: faulting in aspects coming in as binary inputs 18 years ago
ConcreteAspect.aj test and fixes for Bug 145963: add injar aspects to the model 18 years ago
Deow.aj test and fix for 145963: faulting in aspects coming in as binary inputs 18 years ago
Itd.aj test and fix for 145963: faulting in aspects coming in as binary inputs 18 years ago
NewClass.java test and fix for 145963: faulting in aspects coming in as binary inputs 18 years ago
README.txt test and fixes for Bug 145963: add injar aspects to the model 18 years ago
SrcAspect.aj test and fixes for Bug 145963: add injar aspects to the model 18 years ago
adviceAndDeow.jar test and fix for 145963: faulting in aspects coming in as binary inputs 18 years ago
adviceLabels.jar test and fixes for Bug 145963: add injar aspects to the model 18 years ago
aspectInDefaultPackage.jar test and fixes for Bug 145963: add injar aspects to the model 18 years ago

README.txt

To recreate the jar files create AspectJ projects within Eclipse containing the
required files, right click and select 'Export > Java > JAR file with AspectJ Support'

jar file files contained in the jar file
-------- -------------------------------
adviceAndDeow.jar A.aj, Deow.aj, Itd.aj, NewClass.java
adviceLabels.jar ConcreteAspect.aj
aspectInDefaultPackage.jar AspectInDefaultPackage.aj



may need classpath entries on some of these: ?

ajc A.aj Deow.aj Itd.aj NewClass.java -outjar adviceAndDeow.jar
ajc ConcreteAspect.aj -outjar adviceLabels.jar
ajc AspectInDefaultPackage.aj -outjar aspectInDefaultPackage.jar