Skip to main content

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

Hi Tony,

I haven't been trying this in a while, but my guess is that it is either the DMG creation, or (most likely) the signing of the DMG that fails. But in all cases I think you won't be able to create the DMG files without the DMG tooling and signing service available on your machine, or somewhere else in your network. See [1] for a description of the DMG parameters.

Commenting out the DMG configuration in the build is probably the easiest way to solve that.

[1] https://www.eclipse.org/cbi/sitedocs/eclipse-dmg-packager/package-dmg-mojo.html

Regards,
Markus

On Wed, 31 Jul 2019 at 05:34, Homer, Tony <tony.homer@xxxxxxxxx> wrote:

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

 

_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/epp-dev



Back to the top