Re: [tycho-user] Support for site/@associateSitesURL in eclipse-repository...
no workaround to my knowledge. Regards, Jan > -----Original Message----- > From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user- > bounces@xxxxxxxxxxx] On Behalf Of Andreas Sewe > Sent:...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
> BTW you can specify an explicit version for single goals on the commandline too: > mvn org.eclipse.tycho:tycho-versions-plugin:0.22.0:update-pom Yes, and that is what we do, but from...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
provided you add the staged repo snippet below to an active profile in ~/.m2/settings.xml (and make sure not to redirect access to it via mirror), this should work even with a staged repo. Jan From:...
View ArticleRe: [tycho-user] [tycho-dev] Tycho 0.22.0 staged
On Mon, Nov 24, 2014 at 9:15 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:Tycho milestone release 0.22.0 has been staged. For details of new features and bugfixes, see release notes [1]. Please...
View Article[tycho-user] Tycho Reactor + Maven Javadoc Aggregate
Hi i have the following project structure- parent (type pom)Â - a (type eclipse-plugin)Â - b (typeÂeclipse-plugin with plugin dep. to a)i try to use the maven javadoc plugin with goal aggregatebut this...
View ArticleRe: [tycho-user] Remove plugin defined in a feature while building a product
On 26/11/14 21:35, Jeff MAURY wrote: Can't you use the Tycho filtering feature (https://wiki.eclipse.org/Tycho/Target_Platform#Filtering) ? Thank you for your answer! I have the following scenario:...
View ArticleRe: [tycho-user] Remove plugin defined in a feature while building a product
You're right.JeffOn Fri, Nov 28, 2014 at 1:37 PM, Aleksandar Toshovski <Aleksandar.Toshovski@xxxxxxx> wrote: On 26/11/14 21:35, Jeff MAURY wrote: Can't you use the Tycho filtering feature...
View ArticleRe: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate
I think there is a special Javadoc goal in Tycho plugins.JeffOn Fri, Nov 28, 2014 at 1:24 PM, Dietrich, Christian <christian.dietrich@xxxxxxxxx> wrote:Hi i have the following project structure-...
View ArticleRe: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate
I did not find anything in the docs on that
View ArticleRe: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate
did you tryÂhttps://www.eclipse.org/tycho/sitedocs-extras/tycho-document-bundle-plugin/javadoc-mojo.html ?On Fri, Nov 28, 2014 at 3:30 PM, Dietrich, Christian <christian.dietrich@xxxxxxxxx>...
View ArticleRe: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate
Hi,ÂunfortunatelyÂtycho-document-bundle:javadocseems to be bundle specific (no aggregate) nor seems there to be an option to specify custom docletsthe only way to get it running is to call the goal...
View ArticleRe: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate
the documentation of this plugin says:"The sources for creating the javadoc are generated automatically based on the dependency that this project has. As dependency you can specify any other maven...
View Article[tycho-user] Using surefire with grade
Hi to anyone, we have gradle as default build system in our company and so I have to build our eclipse plugin projechts with grade as well. Therefore I have implemented some special grade plugins, I...
View Article[tycho-user] Failing with simple dependency on guava
Hi again,In a previous question, I was trying to bundle the gauva-18.0.jar into an OSGi compliant wrapper. As mcculls@xxxxxxxxx noted, the gauva-18.0.jar already comes with the correct OSGi metadata in...
View ArticleRe: [tycho-user] Failing with simple dependency on guava
Hi, Your current bundle manifest doesnât import any packages (it just requires the Eclipse UI and runtime) - if I add this import: Import-Package: com.google.common.baseto the manifest then it...
View ArticleRe: [tycho-user] Failing with simple dependency on guava
Ok .. I guess I was hoping for more support from PDE/Manifest editor.Manually adding "com.google.guava" to the Require-Bundle header also seems to work. I assume this means I don't have to explicitly...
View ArticleRe: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate
Hi, On 11/28/2014 01:24 PM, Dietrich, Christian wrote: i try to use the maven javadoc plugin with goal aggregate but this does not seem to work cause tycho now can no longer resolve the dependencies....
View ArticleRe: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate
Hi, i got a version running using the tycho-document-bundle-plugin unfortunately this solution has some restrictions (1) you need a document bundle where you add all "to be included" bundles...
View Article[tycho-user] Tycho milestone 0.22.0 released
Tycho milestone 0.22.0 has been released and is available from maven central. See the release notes [1] for details of enhancements and bug fixes in this release. Thanks to Alexander Kurtakov Christian...
View Article[tycho-user] Using takari with Tycho?
Hey, I haven't had time yet to try it out but wondered if others tried using takari extension like https://github.com/takari/takari-smart-builder such tycho and can share their experience ? Does it...
View Article