Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Synchronized project remote build is broken - Managed Build project

this is with yesterday's build, remember...  not from a development workspace
Greg had to make alot of changes to the build, we want to make sure all the pieces are there before he leaves for the rest of the year (after today!)

Now when i try it this morning I get
java.lang.NoClassDefFoundError: org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection
at org.eclipse.ptp.rdt.sync.git.core.GitServiceProvider.synchronize(GitServiceProvider.java:325)
at org.eclipse.ptp.rdt.sync.core.SyncManager$SynchronizeJob.run(SyncManager.java:108)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Beth Tibbitts---12/09/2011 11:31:52 AM---Yes it works fine (in 5.0.4 anyway, unless I'm doing somethiBeth Tibbitts---12/09/2011 11:31:52 AM---Yes it works fine (in 5.0.4 anyway, unless I'm doing something wrong in my newer build)


    From:

Beth Tibbitts/Watson/IBM@IBMUS

    To:

Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>,

    Date:

12/09/2011 11:31 AM

    Subject:

Re: [ptp-dev] Synchronized project remote build is broken - Managed Build project

    Sent by:

ptp-dev-bounces@xxxxxxxxxxx




Yes it works fine (in 5.0.4 anyway, unless I'm doing something wrong in my newer build)

New Fortran project, Executable XLF toolchain (It says Mac OS X but that's a misnomer)
add single source file with two lines  "hello.f90" at project root
    print *, "Hello"
    end project
New>Other... Remote>Convert to sync project
Project>Build Configurations >Set active > Remote
Build


There are no remote toolchains for Fortran.  But if i'm not using remote indexing etc. I don't need them.
The sync project does all the indexing locally.



...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  
http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Chris Recoskie ---12/09/2011 10:25:00 AM---I'm a bit confused... I don't think there's a Remote FortrChris Recoskie ---12/09/2011 10:25:00 AM---I'm a bit confused... I don't think there's a Remote Fortran toolchain is there?  You can't do remot
    From:

Chris Recoskie <recoskie@xxxxxxxxxx>
    To:

Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>,
    Date:

12/09/2011 10:25 AM
    Subject:

Re: [ptp-dev] Synchronized project remote build is broken - Managed Build project
    Sent by:

ptp-dev-bounces@xxxxxxxxxxx




I'm a bit confused... I don't think there's a Remote Fortran toolchain is there? You can't do remote builds with managed build without a remote toolchain, as without a remote command launcher, the build will try to launch commands locally.

Sounds like user error...

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for John Eblen ---12/09/2011 10:21:01 AM---Hi Beth There were no changes to synchronized projects in thatJohn Eblen ---12/09/2011 10:21:01 AM---Hi Beth There were no changes to synchronized projects in that time period. The

From:

John Eblen <jeblen@xxxxxxx>

To:

Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

Date:

12/09/2011 10:21 AM

Subject:

Re: [ptp-dev] Synchronized project remote build is broken - Managed Build project

Sent by:

ptp-dev-bounces@xxxxxxxxxxx




Hi Beth

There were no changes to synchronized projects in that time period. The only change that
seems related is "Bug 365665 - multiple problems with remote managed build projects".

I haven't been able to reproduce the error yet. What project type, toolchain, etc. did you use to create the
Fortran project?


Thanks
John

On Thu, Dec 8, 2011 at 6:09 PM, Beth Tibbitts <
tibbitts@xxxxxxxxxx> wrote: 
    We did a build of 5.0.4+ today
    There are a lot of changes since the last one, which was the 5.0.4 final build on Nov 12.
    See
    http://wiki.eclipse.org/PTP/builds for links to download it - we are still working out how to make these available from the hudson builds.
    This is build #96 from
    https://hudson.eclipse.org/hudson/job/ptp-release



    When I create a Fortran Managed Build project and convert it to a synchronized project, change the active build config to Remote, and try to build,
    it tries to do something on my local machine.  Console output below:

    ====5.0.4+ build (incorrect)


    **** Build of configuration Remote for project fortranXLF_1208b ****
    make all
    **** Build Finished ****
    /bin/sh: line 0: cd: /Applications/ecl/epp-parallel-indigo-SR1-5.0.4+test/eclipse/Eclipse.app/Contents/MacOS/test1208-505build/fortranXLF_1208b/Remote: No such file or directory



    Instead of what it did in 5.0.4 which was to build remotely:
    ====5.0.4 build (correct):

    **** Build of configuration Remote for project fortranXLF_1208a ****
    make all
    Building file: ../hello.f90
    Invoking: IBM XLF Fortran Compiler
    xlf95 -qsuffix=f=f90 -O0 -g -c -o "hello.o" "../hello.f90"
    ....  
    Finished building target: fortranXLF_1208a
    **** Build Finished ****





    ...Beth


    Beth Tibbitts
    Eclipse Parallel Tools Platform  
    http://eclipse.org/ptp
    IBM STG - High Performance Computing Tools
    Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


    _______________________________________________
    ptp-dev mailing list

    ptp-dev@xxxxxxxxxxx
    https://dev.eclipse.org/mailman/listinfo/ptp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


GIF image

GIF image


Back to the top