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

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


Back to the top