Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.14.0

It's my mistake, I wasn't aware of that. The error doesn't have line wrap in Eclipse console, the key information is hidden by default. :(

[INFO] --- tycho-packaging-plugin:0.14.0:package-plugin (default-package-plugin) @ bin-includes --- [INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39.157s
[INFO] Finished at: Thu Feb 09 19:21:36 CST 2012
[INFO] Final Memory: 48M/346M
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.14.0:package-plugin (default-package-plugin) on project bin-includes: Error assembling JAR: /media/disk-d/workspace/wrInstaller/bin-includes/build.properties: bin.includes value(s) [test.product] do not match any files. -> [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

Mengxin Zhu


On 02/09/2012 04:25 PM, Sievers, Jan wrote:
judging from tycho sources [1] you should either get a warning or an exception with a message pointing you to the build.properties file and missing bin.includes entri(es).
We would need a sample project to reproduce this.

Regards
Jan

[1] http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/diff/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/IncludeValidationHelper.java?id=1e1d160c5b9031e9ccc4f9ccacc2a74ddb3b6cc5

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Mengxin Zhu
Sent: Donnerstag, 9. Februar 2012 03:51
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] please test staged tycho 0.14.0

Yes. I did "mvn clean install", the build failed without any hint for
the error.

Mengxin Zhu


On 02/08/2012 07:57 PM, Igor Fedorenko wrote:

On 12-02-08 4:54 AM, Mengxin Zhu wrote:
There is no blocking issue found after migrating to 0.14.0.

Release notes of 0.14.0 mentions,

Missing entries in build.properties for bin.includes and src.includes
will now fail the build by default. You can change these from error to
warning
<http://www.eclipse.org/tycho/sitedocs/tycho-packaging-plugin/package-plugin-mojo.html#strictBinIncludes>

for ease of migration

My project has non-exist file in bin.includes list, the build failed.
That's good. However no information was given for the failure when doing
tycho-package. If enabling verbose debug information, it gave me the
explanation. Could you add the error information by default? It can
quickly help developers finding root cause.

I am not sure I understand. Are you saying running "mvn clean package"
does not raise the error when bin.includes references missing files
and/or directories?

--
Regards,
Igor
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top