Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Instructions for PTP Maven build

One thing you might try is changing your repo location in case you have anything old cached:

mvn -Dmaven.repo.local=/some/location clean install

Regards,
Greg

On May 10, 2019, at 10:14 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:

Hi Dave,

Are you still having problems building? I tried running the same command from the top of the org.eclipse.ptp directory on the master branch and it worked fine for me. I'm using maven 3.5.3 on a Mac though, so I'm not sure if this makes a difference.

Regards,
Greg

On May 7, 2019, at 7:31 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:

Hi Dave,

Sorry for taking so long to get back to you. The build command should work. I suspect that there has been some changes to the dependent repos. I'll take a look today and see if I can work it out.

Greg

On Apr 30, 2019, at 11:25 AM, David Wootton <dwootton@xxxxxxxxxx> wrote:

I'm trying to build PTP using Maven and I wasn't able to find instructions explaining how to do that. I tried running mvn -Dinstall-directory=c:/temp/ptp clean install in the org.eclipse.ptp directory and got errors

[INFO] Scanning for projects...
[ERROR] Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.eclipse.ptp:org.eclipse.ptp.target:target:photon:9.2.1-SNAPSHOT -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.eclipse.ptp:org.eclipse.ptp.target:target:photon:9.2.1-SNAPSHOT

I don't need to build Photon, but I'm not sure how to run a PTP-only build.

Is there a set of instructions that explains how to build just PTP?
Dave

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

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

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


Back to the top