Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[epp-dev] Build a Package Locally

According to the README, it should be easy to build a package locally, but I am having some trouble.

I’d like to build 2019-06 cpp, so I checked out the 2019-06_R tag and my command was

mvn clean verify -Pepp.package.cpp -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/2019-06”

 

This failed with:

[ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-dmg-packager:1.1.5:package-dmg (default) on project epp.package.cpp: [Tue Jul 30 19:33:44 PDT 2019] Packaging of DMG file failed: Connect to build.eclipse.org:31338 [build.eclipse.org/198.41.30.203] failed: connect timed out -> [Help 1]

 

I noticed the following in releng/org.eclipse.epp.config/build.xml:

                <!-- Change this if building on build.eclipse.org to "server"; "local" otherwise -->

                <property name="org.eclipse.epp.buildlocation" value="server" />

I tried changing this value to local, but it did not seem to make a difference so I set it back to server.

 

I commented out the package-dmg goal in releng/org.eclipse.epp.config/parent/product/pom.xml and the build succeeded.

 

Am I doing something wrong?

Does the README need to be updated with some additional information?

 

Thanks!

Tony Homer

 


Back to the top