Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Another build.properties problem in 0.15.0

when upgrading, it helps to read the release notes.
http://wiki.eclipse.org/Tycho/Release_Notes/0.15 

"For plugin and feature projects, a missing build.properties file or a missing bin.includes entry in build.properties will now fail the build by default as this would create an empty bundle/feature jar (warning only if strictBinIncludes=false)"



-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan
Sent: Freitag, 29. Juni 2012 09:41
To: Tycho user list
Subject: Re: [tycho-user] Another build.properties problem in 0.15.0

you can use strictBinIncludes=false
http://www.eclipse.org/tycho/sitedocs/tycho-packaging-plugin/package-plugin-mojo.html#strictBinIncludes

Jan



-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Greg Watson
Sent: Freitag, 29. Juni 2012 08:35
To: Tycho user list
Subject: Re: [tycho-user] Another build.properties problem in 0.15.0

The build was working fine using 0.13.0. Is there any way to enable this behavior, or do I need to revert to 0.13.0?

Greg


On Jun 29, 2012, at 1:20 AM, Igor Fedorenko wrote:

> 'custom=true' is not supported by Tycho and most likely will never be
> 
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=364477
> 
> --
> Regards,
> Igor
> 
> On 12-06-28 4:27 PM, Greg Watson wrote:
>> Hi,
>> 
>> I have a project that contains a build.properties with 'custom=true'. Tycho fails to build this plugin with the message:
>> 
>> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-plugin (default-package-plugin) on project org.eclipse.ptp.rdt.core.remotejars: Error assembling JAR: /opt/users/hudsonbuild/workspace/ptp-nightly/rdt/org.eclipse.ptp.rdt.core.remotejars/build.properties: bin.includes value(s) must be specified. -> [Help 1]
>> 
>> However, I don't think this is correct. Since for 'custom=true', no other value should be consulted (according to the PDE docs).
>> 
>> Can you confirm this is a bug? Also, if it is a bug, then how can I selectively disable strict checking for just this project?
>> 
>> Thanks,
>> Greg
>> _______________________________________________
>> 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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top