Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Force build to fail if p2 site not found?

sorry,i cant give u any suggestion,because i am new to tycho and p2.i hope i can do something useful to others in very close future..
 
here i want know how do you create your own p2 site? do you use the method same as
 
 
and
 
the second question i saw many people use the target definition file, how does this file used by tycho?
 
thank you!
 
 
 
 
 
 
2011-05-27

oliver_tech

发件人: motes motes
发送时间: 2011-05-27  14:36:23
收件人: Tycho user list
抄送:
主题: [tycho-user] Force build to fail if p2 site not found?
I have specified a few p2 sites that I have created on my own which I
include in my target definition. One of these p2 sites no longer
exists but tycho still builds my project. In the log I get:
[WARNING] Failed to access p2 repository http://....myrepo, will try
to use local cache. Reason:
org.eclipse.equinox.p2.core.ProvisionException: No repository found at
http://....myrepo
Is it possible to change this warning to an error since I would like
to make sure the build only completes if the updated p2 site is found
and used - it should not use cached sites/bundles/plugins (I use the
0.0.0 version for some of the features).
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top