Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Circular build dep issues with 6.0.1 for Fedora build

Orion,

I don't think there are any circular dependencies. You should build o.e.ptp.core first, then o.e.ptp.rm.jaxb.control.core, then o.e.ptp.rm.launch.

Regards,
Greg

On Jul 6, 2012, at 1:05 AM, Orion Poplawski wrote:

> I'm running into a circular build dep issue when trying to build PTP 6.0.1 for Fedora.  Namely org.eclipse.ptp.core seems to depend on org.eclipse.ptp.rm.jaxb and vise/versa.  Any suggestions for how I can resolve this.   I'm building PTP feature by feature via eclipse-pdebuild.
> 
> I get the same error trying to build the org.eclipse.ptp or ptp.core first:
> 
> [javac] 1. ERROR in /builddir/build/BUILD/eclipse-ptp-6.0.1/rms/org.eclipse.ptp.rm.launch/src/org/eclipse/ptp/rm/launch/AbstractParallelLaunchConfigurationDelegate.java (at line 68)
>    [javac] 	import org.eclipse.ptp.rm.jaxb.control.ILaunchController;
>    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>    [javac] The import org.eclipse.ptp.rm.jaxb cannot be resolved
> 
> 
> If I try to build rm.jaxb first:
> 
> [javac] ----------
>    [javac] 1. ERROR in /builddir/build/BUILD/eclipse-ptp-6.0.1/rms/org.eclipse.ptp.rm.jaxb.core/src/org/eclipse/ptp/rm/jaxb/core/AbstractJAXBResourceManagerConfiguration.java (at line 19)
>    [javac] 	import org.eclipse.ptp.core.Preferences;
>    [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>    [javac] The import org.eclipse.ptp.core cannot be resolved
> 
> -- 
> 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



Back to the top