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

Greg
I thought the build worked, but I'm not getting the build output I expected.
I tried running the commands mvn -Dinstall-directory=/c/temp/ptp_build clean install and mvn -Dinstall-directory=c:/temp/ptp_build clean install since I'm running in a MINGW shell in Windows and I wasn't sure what the correct pathname was. In both cases I was expecting a ptp_build directory in my temp directory where I would find the PTP update site file but neither the directory nor the update site zip file are created.
The build completes successfully and I find the individual PTP jar files in directories within my .m2 directory
Am I missing some flags to the build command?
Dave

Inactive hide details for Greg Watson ---05/14/2019 02:18:45 PM---Great! Regards,Greg Watson ---05/14/2019 02:18:45 PM---Great! Regards,

From: Greg Watson <g.watson@xxxxxxxxxxxx>
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date: 05/14/2019 02:18 PM
Subject: [EXTERNAL] Re: [ptp-dev] Instructions for PTP Maven build
Sent by: ptp-dev-bounces@xxxxxxxxxxx





Great!

Regards,
Greg
      On May 14, 2019, at 1:29 PM, David Wootton <dwootton@xxxxxxxxxx> wrote:

      Greg
      I was building from the wrong directory, releng/org.eclipse.ptp. When I built from the top directory it worked.
      Dave


      <graycol.gif>Greg Watson ---05/10/2019 10:28:17 AM---One thing you might try is changing your repo location in case you have anything old cached: mvn -Dm

      From:
      Greg Watson <g.watson@xxxxxxxxxxxx>
      To:
      Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
      Date:
      05/10/2019 10:28 AM
      Subject:
      Re: [ptp-dev] Instructions for PTP Maven build
      Sent by:
      ptp-dev-bounces@xxxxxxxxxxx





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