Browse Source

-s arg is not necessary

Signed-off-by: hsestupin <stupin.sergey@gmail.com>
tags/V1_8_2
hsestupin 10 years ago
parent
commit
e5e126f4dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/src/org/aspectj/systemtest/apt/apt-spec.xml

+ 1
- 1
tests/src/org/aspectj/systemtest/apt/apt-spec.xml View File

@@ -87,7 +87,7 @@

<ajc-test dir="apt/test2" title="annotation processing generating java files with aspects">
<compile options="-1.6" files="DemoProcessor.java Marker.java" />
<compile options="-1.6 -showWeaveInfo -processor DemoProcessor -s generated" files="Code.java">
<compile options="-1.6 -showWeaveInfo -processor DemoProcessor" files="Code.java">
<message kind="warning" text="Generated aspect to advise too"/>
<message kind="warning" text="Generated aspect to advise boo"/>
<message kind="weave"

Loading…
Cancel
Save