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.

ajc186.xml 697B

12345678910111213141516171819202122232425
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs186/lambdaBeans" title="lambda beans">
  4. <compile files="Foo.java Application.java" options="-1.8">
  5. </compile>
  6. </ajc-test>
  7. <ajc-test dir="bugs186/462821" title="missing method">
  8. <compile files="FooService.java AbstractLoggerAspect.java FooServiceLoggerAspect.java" options="-1.8">
  9. </compile>
  10. </ajc-test>
  11. <ajc-test dir="bugs186/romain" title="missing extends on generic target">
  12. <compile files="Code.java SubCode.java" options="-1.5" outjar="code.jar"/>
  13. <compile files="X.java Runner1.java" options="-1.5" inpath="code.jar"/>
  14. <run class="Runner1">
  15. <stdout>
  16. <line text="foo"/>
  17. </stdout>
  18. </run>
  19. </ajc-test>
  20. </suite>