Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] maven/tycho builds on Fedora

Greg -

Could you point me to the commit that made this fix? Thanks. I think I need to tread a fine line between tycho and cdt versions now to get this working.

Thanks!

 - Orion

On 08/16/2012 02:54 PM, Greg Watson wrote:
Ok, it was the different version of tycho causing the problem. Tycho 0.15 is stricter about plugin components, but it should build ok now.

Regards,
Greg

On Aug 16, 2012, at 9:41 AM, Greg Watson wrote:

Orion,

Are you just checking out the ptp git repo and running maven? You seem to be using a different version of tycho to the one we're using.

In any case, the build.properties file should not be being consulted as the o.e.p.rdt.core.remotejars plugin uses a custom build.xml. The associated pom.xml  should just run ant with the 'server.all' target.

Regards,
Greg

On Aug 7, 2012, at 12:53 PM, Orion Poplawski wrote:

On 07/06/2012 02:50 PM, Greg Watson wrote:

In any case, I'd definitely recommend going to maven. You basically just need to clone each of the org.eclipse.photran, org.eclipse.ptp, and org.eclipse.ptp.master repos and run 'mvn -P production clean install' at the top level of each repo in turn. The only caveat is that you'll need to change the <properties> in each top level pom.xml to point to the correct URLs for your site.

With lots of help from the Fedora tycho packager I'm getting farther building with maven.  The first note is that I needed to not specify "-P production" because that tries to copy the repo to a specific location and really only germane for your builds.

Now I'm getting:

[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: /export/home/orion/fedora/eclipse-ptp/eclipse-ptp-6.0.1/org.eclipse.ptp-PTP_6_0_1/rdt/org.eclipse.ptp.rdt.core.remotejars/build.properties: bin.includes value(s) must be specified. -> [Help 1]

And indeed, bin.includes is not specified in that build.properties file.  Is there something else I need to set?

Thanks for all the help.

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder Office                  FAX: 303-415-9702
3380 Mitchell Lane                       orion@xxxxxxxx
Boulder, CO 80301                   http://www.nwra.com
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

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

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



--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com


Back to the top