-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Visited https://travis-ci.org/strongback/strongback-java-examples and noticed that it doesn't look like the travis.yml is correct. It doesn't seem to build the project nor test it. Can you upload a working example?
I ran this on my local VM and also experience the same issues with openjdk8 & ant (Eclipse works fine).
Snippet from the Travis logs.
compile:
[mkdir] Created dir: /home/travis/build/strongback/strongback-java-examples/minimal-arcade-drive/build
[javac] Compiling 1 source file to /home/travis/build/strongback/strongback-java-examples/minimal-arcade-drive/build
[subant] Failure for target 'null' of: /home/travis/build/strongback/strongback-java-examples/minimal-arcade-drive/build.xml
[subant] The following error occurred while executing this line:
[subant] /home/travis/strongback/java/ant/build.xml:48: copy doesn't support the "quiet" attribute
Trying to override old definition of task classloader
compile:
[mkdir] Created dir: /home/travis/build/strongback/strongback-java-examples/simple-arcade-drive/build
[javac] Compiling 2 source files to /home/travis/build/strongback/strongback-java-examples/simple-arcade-drive/build
[subant] Failure for target 'null' of: /home/travis/build/strongback/strongback-java-examples/simple-arcade-drive/build.xml
[subant] The following error occurred while executing this line:
[subant] /home/travis/strongback/java/ant/build.xml:48: copy doesn't support the "quiet" attribute