Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Error building ptp master

When I try to build ptp.master feature from the ptp_4_0 branch I get:


/usr/lib64/eclipse/buildscripts/pdebuild -d 'cdt cdt-parsers rse' -f org.eclipse.ptp.master -a '-DjavacSource=1.5 -DjavacTarget=1.5' -o /builddir/build/BUILD/org.eclipse.ptp-ptp_4_0/orbitDeps

...

[javac] Compiling 224 source files to /builddir/build/BUILD/org.eclipse.ptp-ptp_4_0/core/org.
eclipse.ptp.proxy.protocol/@dot
    [javac] ----------
[javac] 1. ERROR in /builddir/build/BUILD/org.eclipse.ptp-ptp_4_0/core/org.eclipse.ptp.proxy. protocol/src/org/eclipse/ptp/proxy/runtime/server/ElementIDGenerator.java (at line 16)
    [javac]     import org.eclipse.ptp.utils.core.RangeSet;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.eclipse.ptp.utils cannot be resolved

Looks like build order/dependencies aren't correct? How is the ptp project built these days?

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com


Back to the top