Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Possible regression in Tycho 0.15.0 when building eclipse-junit-tests

Hi Igor,

I think I may have found a possible regression in Tycho 0.15.0 when building eclipse-junit-tests. I thought I'd try upgrading the Tycho version in the R3_platform-aggregator repository and discovered that I am unable to successfully build eclipse-junit-tests module after updating the Tycho version to 0.15.0 or 0.16.0-SNAPSHOT. Instead I am running into the error below where it seems the file "eclipse-junit-tests.zip" is missing from the target directory after running the build. Building with Tycho 0.14.1 is successful.

Attached is a debug log capture of the eclipse-junit-tests build. Can you confirm if this is indeed a bug (if so I can create a bug on bugzilla)? or perhaps we need to modify eclipse-junit-tests when using the newer Tycho release?

Thanks,


Thanh


[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:single (make-assembly) on project eclipse-junit-tests: Failed to create assembly: Error adding file to archive: /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/eclipse-junit-tests/target/eclipse-junit-tests.zip isn't a file. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :eclipse-junit-tests

Attachment: eclipse-junit-test.zip
Description: Zip archive


Back to the top