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

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


Back to the top