Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Dealing with optional dependencies at compile time?

You have bad/missing entries in build.properties files, which are now
detected by Tycho [1]. Either cleanup build.properties files or tell
tycho to ignore the problem.

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.14.0:package-plugin (default-package-plugin) on project org.eclipse.dstore.doc.isv: Error assembling JAR: /opt/users/hudsonbuild/workspace/tm-master-nightly/org.eclipse.tm.rse/doc/org.eclipse.dstore.doc.isv/build.properties: bin.includes value(s) [index/] do not match any files.


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=350005

--
Regards,
Igor

On 12-02-13 4:47 PM, Anna Dushistova wrote:
I fixed it-but still no luck with getting at least to the point where
it used to fail with 0.13...
https://hudson.eclipse.org/hudson/job/tm-master-nightly/18/console

On Mon, Feb 13, 2012 at 11:53 PM, Igor Fedorenko<igor@xxxxxxxxxxxxxx>  wrote:
Actually, scratch that. Your build is setup to use both tycho 0.13 and
tycho 0.14. This is not supported. Please make sure all modules use the
same version of tycho.

--
Regards,
Igor


On 12-02-13 3:32 PM, Igor Fedorenko wrote:

Are you able to build locally? AFAICT, the build on hudson.eclipse.org
uses tycho 0.13.0, so exceptions that you get most likely mean
problems with that particular build machine.

--
Regards,
Igor

On 12-02-13 3:25 PM, Anna Dushistova wrote:

Now it's complaining about something else:
https://hudson.eclipse.org/hudson/job/tm-master-nightly/lastBuild/console

On Mon, Feb 13, 2012 at 10:44 PM, Igor Fedorenko<igor@xxxxxxxxxxxxxx>
wrote:

This is odd. Can you clean maven local repository and try again?

--
Regards,
Igor


On 12-02-13 1:36 PM, Anna Dushistova wrote:


Jan,
With tycho 0.14.0 I cannot go even that far with my build:
https://hudson.eclipse.org/hudson/job/tm-master-nightly/14/console

Should I change anything else in my pom.xml to make it work?

Thanks!
Anna.


On Mon, Feb 13, 2012 at 11:01 AM, Sievers, Jan<jan.sievers@xxxxxxx>
wrote:


you may want to try staged tycho 0.14.0 [1] which has optional deps
bug
[2] fixed.

Jan

[1] http://dev.eclipse.org/mhonarc/lists/tycho-user/msg01868.html
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=351842

-----Original Message-----
From: tycho-dev-bounces@xxxxxxxxxxx
[mailto:tycho-dev-bounces@xxxxxxxxxxx] On Behalf Of Anna Dushistova
Sent: Montag, 13. Februar 2012 08:13
To: Tycho developers list
Subject: [tycho-dev] Dealing with optional dependencies at compile
time?

Hi All,

What is the correct setup for a plugin that has an optional
dependency?
Right now it fails to find it:
https://hudson.eclipse.org/hudson/job/tm-master-nightly/9/console

Thanks!
Anna.
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


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


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

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

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

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


Back to the top