Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] how do I build pbs.jproxy?

The function which is supposed to start the job is;
org.eclipse.ptp.rm.pbs.jproxy.PBSProxyRuntimeServer.submitJob(int, String[])

You might get additional information if you run Eclipse with Tracing for org.eclipse.ptp.core (in the run configuration, activate all debug messages)



On Tue, Jul 20, 2010 at 4:18 PM, Steven R. Brandt <sbrandt@xxxxxxxxxxx> wrote:
Thanks, that worked great. Now I have to just track down the code that writes out the blank message....

Cheers,
Steve


On 07/20/2010 02:33 PM, Roland Schulz wrote:
Hi,

try to run buid_old.xml as Ant script. I just fixed this (thus update from CVS first) as a temporary solution.

@Dieter&Greg: Could you please replay to my last comment of 319203 so that we can decide on a solution?

Roland

On Tue, Jul 20, 2010 at 10:49 AM, Steven R. Brandt <sbrandt@xxxxxxxxxxx> wrote:
I wanted to see if I could make the error message on the PBS submit side a little more verbose. As a first step, I checked everything out from PBS and tried to run org.eclipse.ptp.rm.pbs.jproxy by clicking on "Launch an Eclipse Application" from the MANIFEST.MF.

I get the error message:


Buildfile: /home/sbrandt/workspace/org.eclipse.ptp.rm.pbs.jproxy/build.xml

pbs_proxy.jar:

BUILD FAILED
/home/sbrandt/workspace/org.eclipse.ptp.rm.pbs.jproxy/build.xml:14: taskdef class com.chartle.ant.JarEclipseProject cannot be found

Total time: 179 milliseconds

How do I get the com.chartle.ant.JarEclipseProject?

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



--
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309
_______________________________________________ ptp-user mailing list ptp-user@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/ptp-user


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




--
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309

Back to the top