]> source.dussan.org Git - aspectj.git/commit
Add missing '-options' values -1.5, -1.9 to ajc{150,190_from150}.xml
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 12 Mar 2021 03:05:07 +0000 (10:05 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 12 Mar 2021 05:54:16 +0000 (12:54 +0700)
commit42b1e6f09e00194ba2ec32e0972b91e19b9161f9
tree60c162ccea8bf9b5762a5d02021b51284370cb52
parentf08cdc3dfb187b99233d01ec5f9b531e9dc33273
Add missing '-options' values -1.5, -1.9 to ajc{150,190_from150}.xml

When trying to find out why ajc150.xml and ajc190_from150.xml look
almost identical, I found out that only in many cases the 190 version
has '-option="1.9"' set where in the 150 version it was '-option="1.9"'.

Unfortunately, in both files source/target versions are not set at all
in many places, which looks unintentional. I tried to search & replace
all relevant '<compile ...>' commands for 190 first, then ported back to
150. Only cases in which clearly compiling to an older version like 1.3
or 1.4 is necessary were left like before.

I am expecting missing or false Java target versions in many other of
the legacy XML test suites. For now, I am just committing these two.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/src/test/resources/org/aspectj/systemtest/ajc150/ajc150.xml
tests/src/test/resources/org/aspectj/systemtest/ajc190/ajc190_from150.xml