[Swift-devel] Q about MolDyn
Mihael Hategan
hategan at mcs.anl.gov
Thu Aug 9 15:32:37 CDT 2007
You do have both FalkonStubs and GenericPortal jars in the dist. It's a
guess as to what java will pick first.
On Thu, 2007-08-09 at 15:28 -0500, Ioan Raicu wrote:
> OK, it compiled succesfully after I reworked the jar to include
> directories and files, and not just tow other jars...
> now on to testing!
>
> Ben Clifford wrote:
> > I suspect the new and updated jar! didn't work but that you old old and
> > not updated jars around in your install too because you weren't running
> > distclean enough.
> >
> > On Thu, 9 Aug 2007, Ioan Raicu wrote:
> >
> >
> >> Is that a problem? I can certainly expand the two jar files... but I thought
> >> this worked in Yong's install, where I got this new and updated jar!
> >>
> >> Mihael Hategan wrote:
> >>
> >>> Looks like that jar file contains two other jar files instead of
> >>> directories and class files.
> >>>
> >>> On Thu, 2007-08-09 at 14:52 -0500, Ioan Raicu wrote:
> >>>
> >>>
> >>>> OK, updated this to reflect the new name, still no luck, same errors...
> >>>>
> >>>> Mihael Hategan wrote:
> >>>>
> >>>>
> >>>>> That's because you didn't change the project.properties file. You need
> >>>>> to edit that and replace GenericPortal.jar with whatever the new thing
> >>>>> is.
> >>>>>
> >>>>> On Thu, 2007-08-09 at 14:36 -0500, Ioan Raicu wrote:
> >>>>>
> >>>>>
> >>>>>> Now i am trying to compile the provider-deef, and I fails... it seems
> >>>>>> that its not finding the stubs I just added... I changed the file name
> >>>>>> from GenericPortal.jar to FalkonStubs.jar. I need to do anything
> >>>>>> special, like to rebuild the classpath with the new jar name so the
> >>>>>> build can pick it up?
> >>>>>>
> >>>>>> Ioan
> >>>>>>
> >>>>>> nefedova at viper:~/cogl/modules/provider-deef> ant distclean
> >>>>>> Buildfile: build.xml
> >>>>>>
> >>>>>> distclean:
> >>>>>> ....
> >>>>>> BUILD SUCCESSFUL
> >>>>>> Total time: 4 seconds
> >>>>>> nefedova at viper:~/cogl/modules/provider-deef> ant
> >>>>>> -Ddist.dir=/home/nefedova/cogl/modules/vdsk/dist/vdsk-0.2-dev/ dist
> >>>>>> Buildfile: build.xml
> >>>>>>
> >>>>>> dist:
> >>>>>> ...
> >>>>>> delete.jar:
> >>>>>> [echo] [provider-deef]: DELETE.JAR (cog-provider-deef-1.0.jar)
> >>>>>> [delete] Deleting:
> >>>>>> /home/nefedova/cogl/modules/vdsk/dist/vdsk-0.2-dev/lib/cog-provider-deef-1.0.jar
> >>>>>>
> >>>>>> compile:
> >>>>>> [echo] [provider-deef]: COMPILE
> >>>>>> [mkdir] Created dir:
> >>>>>> /home/nefedova/cogl/modules/provider-deef/build
> >>>>>> [javac] Compiling 8 source files to
> >>>>>> /home/nefedova/cogl/modules/provider-deef/build
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:41:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.*;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:42:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.GPPortType;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:43:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance.service does
> >>>>>> not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.service.GPServiceAddressingLocator;
> >>>>>> [javac]
> >>>>>> ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:45:
> >>>>>> package org.globus.GenericPortal.stubs.Factory does not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.Factory.CreateResource;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:46:
> >>>>>> package org.globus.GenericPortal.stubs.Factory does not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.Factory.CreateResourceResponse;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:47:
> >>>>>> package org.globus.GenericPortal.stubs.Factory does not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.Factory.FactoryPortType;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:48:
> >>>>>> package org.globus.GenericPortal.stubs.Factory.service does not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.Factory.service.FactoryServiceAddressingLocator;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:50:
> >>>>>> package org.globus.GenericPortal.common does not exist
> >>>>>> [javac] import org.globus.GenericPortal.common.Notification;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:19:
> >>>>>> package org.globus.GenericPortal.stubs.Factory does not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.Factory.CreateResource;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:20:
> >>>>>> package org.globus.GenericPortal.stubs.Factory does not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.Factory.CreateResourceResponse;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:21:
> >>>>>> package org.globus.GenericPortal.stubs.Factory does not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.Factory.FactoryPortType;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:22:
> >>>>>> package org.globus.GenericPortal.stubs.Factory.service does not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.Factory.service.FactoryServiceAddressingLocator;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:24:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.UserJob;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:25:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.UserJobResponse;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:26:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.InitResponse;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:27:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.Init;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:28:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.DeInitResponse;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:29:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.DeInit;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:30:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.GPPortType;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:31:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.Executable;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:32:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance.service does
> >>>>>> not exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.service.GPServiceAddressingLocator;
> >>>>>> [javac]
> >>>>>> ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:35:
> >>>>>> package org.globus.GenericPortal.common does not exist
> >>>>>> [javac] import org.globus.GenericPortal.common.Notification;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:48:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class FactoryPortType
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] private FactoryPortType gpFactory = null;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:54:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Notification
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] private Notification userNot = null;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/NotificationThread.java:16:
> >>>>>> package org.globus.GenericPortal.common does not exist
> >>>>>> [javac] import org.globus.GenericPortal.common.Notification;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/NotificationThread.java:22:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Notification
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.NotificationThread
> >>>>>> [javac] private Notification userNot = null;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/NotificationThread.java:31:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Notification
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.NotificationThread
> >>>>>> [javac] public NotificationThread(Map tasks, Notification
> >>>>>> userNot, List completedQueue){
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:16:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.GPPortType;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:17:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.Executable;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:18:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.UserJob;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:19:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.UserJobResponse;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:26:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.SubmissionThread
> >>>>>> [javac] private Executable[] execs = null;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:27:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class UserJob
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.SubmissionThread
> >>>>>> [javac] private UserJob job = null;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:97:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.SubmissionThread
> >>>>>> [javac] public void setStatus (Executable execs[]) {
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/StatusThread.java:16:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.GPPortType;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/StatusThread.java:17:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.Executable;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/StatusThread.java:18:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.UserJob;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/StatusThread.java:19:
> >>>>>> package org.globus.GenericPortal.stubs.GPService_instance does not
> >>>>>> exist
> >>>>>> [javac] import
> >>>>>> org.globus.GenericPortal.stubs.GPService_instance.UserJobResponse;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:59:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] private Executable[] execs = null;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:60:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class UserJob
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] private UserJob job = null;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:174:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPPortType
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] public GPPortType getNextResourcePort() {
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:184:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] public void submit(Task task, Executable exec) {
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:210:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Notification
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] public static String getMachNamePort(Notification
> >>>>>> userNot){
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:229:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] public Executable removeFirstExec() throws
> >>>>>> NoSuchElementException {
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:63:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPPortType
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.JobSubmissionTaskHandler
> >>>>>> [javac] private GPPortType gGP = null;
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:206:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.JobSubmissionTaskHandler
> >>>>>> [javac] private Executable
> >>>>>> prepareSpecification(JobSpecification spec)
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:157:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.JobSubmissionTaskHandler
> >>>>>> [javac] Executable job = prepareSpecification(spec);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:211:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.JobSubmissionTaskHandler
> >>>>>> [javac] Executable exec = new Executable();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:211:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.JobSubmissionTaskHandler
> >>>>>> [javac] Executable exec = new Executable();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:289:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class DeInit
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.JobSubmissionTaskHandler
> >>>>>> [javac] DeInit deInit = new DeInit();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:289:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class DeInit
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.JobSubmissionTaskHandler
> >>>>>> [javac] DeInit deInit = new DeInit();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java:291:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class DeInitResponse
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.JobSubmissionTaskHandler
> >>>>>> [javac] DeInitResponse dr = this.gGP.deInit(deInit);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:69:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Notification
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] rp.userNot = new Notification(SO_TIMEOUT);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:110:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class FactoryServiceAddressingLocator
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] FactoryServiceAddressingLocator factoryLocator =
> >>>>>> new FactoryServiceAddressingLocator();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:110:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class FactoryServiceAddressingLocator
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] FactoryServiceAddressingLocator factoryLocator =
> >>>>>> new FactoryServiceAddressingLocator();
> >>>>>> [javac]
> >>>>>> ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:130:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class CreateResourceResponse
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] CreateResourceResponse createResponse =
> >>>>>> gpFactory
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:131:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class CreateResource
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] .createResource(new CreateResource());
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:137:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPServiceAddressingLocator
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] GPServiceAddressingLocator instanceLocator =
> >>>>>> new GPServiceAddressingLocator();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:137:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPServiceAddressingLocator
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] GPServiceAddressingLocator instanceLocator =
> >>>>>> new GPServiceAddressingLocator();
> >>>>>> [javac]
> >>>>>> ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:138:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPPortType
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] GPPortType gGP =
> >>>>>> instanceLocator.getGPPortTypePort(instanceEPR);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:140:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Init
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] Init initMsg = new Init();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:140:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Init
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] Init initMsg = new Init();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:142:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class InitResponse
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] InitResponse ir = gGP.init(initMsg);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:177:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPPortType
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] return (GPPortType) gptPool.get(next);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:230:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] return (Executable) execQueue.remove(0);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:247:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class DeInit
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] DeInit deInit = new DeInit();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:247:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class DeInit
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] DeInit deInit = new DeInit();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:252:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPPortType
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] GPPortType gGP = (GPPortType)gptPool.get(i);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:252:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPPortType
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] GPPortType gGP = (GPPortType)gptPool.get(i);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/ResourcePool.java:254:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class DeInitResponse
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.ResourcePool
> >>>>>> [javac] DeInitResponse dr = gGP.deInit(deInit);
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:44:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class UserJob
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.SubmissionThread
> >>>>>> [javac] job = new UserJob();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:67:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class Executable
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.SubmissionThread
> >>>>>> [javac] execs = new Executable[num_execs];
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:74:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class GPPortType
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.SubmissionThread
> >>>>>> [javac] GPPortType gGP = rp.getNextResourcePort();
> >>>>>> [javac] ^
> >>>>>> [javac]
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/SubmissionThread.java:75:
> >>>>>> cannot resolve symbol
> >>>>>> [javac] symbol : class UserJobResponse
> >>>>>> [javac] location: class
> >>>>>> org.globus.cog.abstraction.impl.execution.deef.SubmissionThread
> >>>>>> [javac] UserJobResponse jobRP = gGP.userJob(job);
> >>>>>> [javac] ^
> >>>>>> [javac] Note:
> >>>>>> /home/nefedova/cogl/modules/provider-deef/src/org/globus/cog/abstraction/impl/execution/deef/JobSubmissionTaskHandler.java
> >>>>>> uses or overrides a deprecated API.
> >>>>>> [javac] Note: Recompile with -deprecation for details.
> >>>>>> [javac] 74 errors
> >>>>>>
> >>>>>> BUILD FAILED
> >>>>>> /home/nefedova/cogl/modules/provider-deef/build.xml:56: The following
> >>>>>> error occurred while executing this line:
> >>>>>> /home/nefedova/cogl/mbuild.xml:463: The following error occurred while
> >>>>>> executing this line:
> >>>>>> /home/nefedova/cogl/mbuild.xml:227: Compile failed; see the compiler
> >>>>>> error output for details.
> >>>>>>
> >>>>>> Total time: 23 seconds
> >>>>>>
> >>>>>> Ioan Raicu wrote:
> >>>>>>
> >>>>>>
> >>>>>>> Right!
> >>>>>>>
> >>>>>>> Ben Clifford wrote:
> >>>>>>>
> >>>>>>>
> >>>>>>>> On Thu, 9 Aug 2007, Ioan Raicu wrote:
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>> Now, I renamed the jar to FalkonStubs.jar and it can be found in
> >>>>>>>>> /home/nefedova/cogl/modules/provider-deef/lib/
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>> you need to 'svn rm WhateverTheOldJarWas.jar' and 'svn add
> >>>>>>>> FalkonStubs.jar' before you commit.
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>> _______________________________________________
> >>>>>>> Swift-devel mailing list
> >>>>>>> Swift-devel at ci.uchicago.edu
> >>>>>>> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>> _______________________________________________
> >>>>>> Swift-devel mailing list
> >>>>>> Swift-devel at ci.uchicago.edu
> >>>>>> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>
> >>>
> >> _______________________________________________
> >> Swift-devel mailing list
> >> Swift-devel at ci.uchicago.edu
> >> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
> >>
> >>
> >>
> >
> >
>
More information about the Swift-devel
mailing list