Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Next build hurdle - no network access

In Fedora, we use a modified version of maven that resolves all dependencies locally. This way we can be sure that all of the code we are shipping was compiled on Fedora from source. This is a hard requirement for us.

I've been exploring the possibility of getting what it needs in some other way by. First thought is to used the compiled cdt classes from the installed cdt package. This looks like it will have the problem that it won't have the other platforms (aix, ppc, even the opposite 32/64 bit architecture from the build host).

So I think I'm just going to have to disable remotejars for now.

Any more thoughts on this?

 On 12/09/2012 07:13 PM, Greg Watson wrote:
Orion,

The whole build system is predicated on having network access, so I'm not sure what we can do. Are you not using maven to build PTP? If so, you must have encountered other issues with the build.

Regards,
Greg

On Dec 4, 2012, at 6:37 PM, Orion Poplawski <orion@xxxxxxxxxxxxx> wrote:

So I'm on to the next build hurdle for the Fedora PTP build, namely that the Fedora builders do not have network access, so no downloading of items during the build.  This breaks the rdt-remote-jars build:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (rdt-remote-jars) on project org.eclipse.ptp.rdt.core.remotejars: An Ant BuildException has occured: The following error occurred while executing this line:
[ERROR] /builddir/build/BUILD/eclipse-ptp-6.0.3/org.eclipse.ptp-a0dac268418a969d9a24e8f641827238d2d5f0ce/rdt/org.eclipse.ptp.rdt.core.remotejars/build.xml:165: java.net.UnknownHostException: download.eclipse.org
[ERROR] around Ant part ...<ant target="server.all">... @ 4:28 in /builddir/build/BUILD/eclipse-ptp-6.0.3/org.eclipse.ptp-a0dac268418a969d9a24e8f641827238d2d5f0ce/rdt/org.eclipse.ptp.rdt.core.remotejars/target/antrun/build-main.xml: Unknown host download.eclipse.org

So it looks like I'm back to disabling building remotejars for the Fedora build.

I don't suppose there is any interest out there for supporting this somehow by providing the needed information some other way?

--
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



--
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