Skip to content

Travis.yml incorrectly declares build&test as successful #49

@jaimeyu

Description

@jaimeyu

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 the build.xml on my local VM and also experience the same issues with openjdk8 & ant 1.9.3 (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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions