Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] root option in feature.xml ignored

Hey Mort,

are you using the eclipse-repository packaging type for your product?
If not, do it like shown here:
https://docs.sonatype.org/display/TYCHO/Tycho+reference+card#Tychoreferencecard-Products

eclipse-application is out-of-date and is not using the eclise pde product export.

Greetz
Stefan


----- Original Message -----
From: mort.motes@xxxxxxxxx
To: tycho-user@xxxxxxxxxxx
Date: 30.05.2011 16:24:10
Subject: Re: [tycho-user] root option in feature.xml ignored


> I have the following (using relative paths to submodules)
> 
> project.parent
>     | -- > pom.xml
> 
> 
> project.feature
>     | -- > pom.xml
>     | -- > feature.xml
>     | -- > build.properties
>     | -- > resources
>                 | -- > lib
>                          | -- > sample.txt
> 
> project.product
>     | -- > pom.xml
>     | -- > app.product
> 
> 
> in the project.feature ->build.properties I have:
> 
> bin.includes = feature.xml
> root=resources
> 
> In the app.product I have added the project.feature project. When I
> build with PDE the folder 'lib' is in the root of my application. When
> I build with tycho its not there. What am I doing wrong?
> 
> 
> 
> 
> On Mon, May 30, 2011 at 3:26 PM, Stefan Weber <stefan@xxxxxxxxxxxxx> wrote:
> > Hey,
> >
> > tycho supports this. But only in the product defining feature.
> > Thus you have to create a feature in your product project (a maven module).
> > In that feature the rootfiles are taken into account.
> >
> > parent-pom
> >  |- feature (containing rootfiles)
> >  |- repository (product file)
> >  |- others
> >
> > Cheers
> > Stefan
> >
> > ----- Original Message -----
> > From: mort.motes@xxxxxxxxx
> > To: tycho-user@xxxxxxxxxxx
> > Date: 30.05.2011 14:53:53
> > Subject: [tycho-user] root option in feature.xml ignored
> >
> >
> >> In PDE Build I specify a directory to be included in the root of the
> >> build in the build.properties files in a feature:
> >>
> >> bin.includes = feature.xml,\
> >>                resources/
> >> root=resources
> >>
> >>
> >>
> >> http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_rootfiles.htm
> >>
> >>
> >> When I export the product the content of the resources folder is
> >> located in the root of the product. But tycho (using 0.12) does not
> >> include this folder. Is this type of feature root folder specification
> >> not supported in tycho?
> >> _______________________________________________
> >> 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