Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] IRemoteProcess.isCompleted occaisionally fails to report process completion

Dave,

I think it was my fault. Try running 'mvn clean install' instead of 'mvn clean package'. I just checked the pom.xml and it looks like the copy happens in the install phase.

Thanks,
Greg

On Feb 15, 2018, at 1:07 PM, David Wootton <dwootton@xxxxxxxxxx> wrote:

Greg
This is the contents
wootton@IBM748-PBT5D6Y MINGW64 ~/git/org.eclipse.remote/releng/org.eclipse.remote.proxy.server.product/target/products (master)
$ ls
proxy.server/ proxy.server-macosx.cocoa.x86_64.tar.gz
proxy.server-linux.gtk.ppc64le.tar.gz proxy.server-win32.win32.x86.zip
proxy.server-linux.gtk.x86.tar.gz proxy.server-win32.win32.x86_64.zip
proxy.server-linux.gtk.x86_64.tar.gz

There's a lot of files in the proxy.server subdirectory, so a recursive list of that is attached.

Dave
(See attached file: proxy.server.list)



<graycol.gif>Greg Watson ---02/15/2018 12:13:34 PM---From: Greg Watson <g.watson@xxxxxxxxxxxx> To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

From: Greg Watson <g.watson@xxxxxxxxxxxx>
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date: 02/15/2018 12:13 PM
Subject: Re: [ptp-dev] IRemoteProcess.isCompleted occaisionally fails to report process completion
Sent by: ptp-dev-bounces@xxxxxxxxxxx





What's in org.eclipse.remote.proxy.server.product/target/products?

Greg
      On Feb 15, 2018, at 11:57 AM, David Wootton <dwootton@xxxxxxxxxx> wrote:

      Greg
      All three copy tasks are in the pom.xml
      There is no proxy.server.tar.gz anywhere in my local git repository before I start the build
      The build failed
      There is still no proxy.server.tar.gz anywhere in my local git repository


      I'm assuming the git repository is where the build output goes. If build output goes somewhere else, I have no idea where that would be.


      Dave


      <graycol.gif>Greg Watson ---02/15/2018 09:44:31 AM---From: Greg Watson <g.watson@xxxxxxxxxxxx> To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

      From:
      Greg Watson <g.watson@xxxxxxxxxxxx>
      To:
      Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
      Date:
      02/15/2018 09:44 AM
      Subject:
      Re: [ptp-dev] Fw: IRemoteProcess.isCompleted occaisionally fails to report process completion
      Sent by:
      ptp-dev-bounces@xxxxxxxxxxx






      Dave,

      I'm not sure what is going on, but I'm wondering if it might be a Windows issue. The build step for org.eclipse.remote.proxy.server.product should copy the tar files to the correct plugins. Can you do the following:

      1. Check that the org.eclipse.remote.proxy.server.product/pom.xml contains the three <copy> tasks.
      2. Remove the proxy.server.tar.gz from all of the plugins.
      3. Rerun the build. When it fails, check if any of the plugins contain proxy.server.tar.gz

      If not, then check in org.eclipse.remote.proxy.server.product/target/products and see if there are proxy.server files for each architecture. If there is, you might need to manually copy them into the plugins.

      Regards,
      Greg

    _______________________________________________
    ptp-dev mailing list
    ptp-dev@xxxxxxxxxxx
    To change your delivery options, retrieve your password, or unsubscribe from this list, visit
    https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_ptp-2Ddev&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=yA1Giwd7Ls577uUKQ3fQWICGHopYggQ46OvlB30WK5M&m=_A-dWTsBikkG6YMUkvf_csaHko0YffBEB-qcwjdGsHQ&s=egpqljC_ivQlJFp8iohnkESkkVhPmfB1wkVvSKdE4xk&e=


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


    Back to the top