[MOBY-dev] Error in CVS source

Paul Gordon gordonp at ucalgary.ca
Tue May 18 13:53:17 UTC 2010


Hi Dominique,

In the interim, the following lines need to be added to the 
xmls/project.pom file:

   <dependency>
      <groupId>foxtrot</groupId>
      <artifactId>foxtrot</artifactId>
      <version>2.0</version>
    </dependency>

Cheers,

Paul

Dominique Jeannin wrote:
> Paul Gordon a écrit :
>> Sorry, my bad.  I forgot to commit the project POM file update.  
>> Fixing that now.
>>
>> Dominique Jeannin wrote:
>>> Hi,
>>>
>>> We've just downloaded source code of jMoby by CVS but when I launch 
>>> "ant install" (from ant view in eclipse), I get this log :
>>>
>>> compile:
>>>   [javac] Compiling 392 source files to 
>>> /home/av07/gafl/elarsonneur/workspace/jMoby/build/classes
>>>   [javac] 
>>> /home/av07/gafl/elarsonneur/workspace/jMoby/src/main/ca/ucalgary/seahawk/gui/SeahawkTransferable.java:9: 
>>> package foxtrot does not exist
>>>   [javac] import foxtrot.Task; // for fancy synchronous GUI handling 
>>> on data paste to external apps
>>>   [javac]               ^
>>>   [javac] 
>>> /home/av07/gafl/elarsonneur/workspace/jMoby/src/main/ca/ucalgary/seahawk/gui/SeahawkTransferable.java:10: 
>>> package foxtrot does not exist
>>>   [javac] import foxtrot.Worker;
>>>   [javac]               ^
>>>   [javac] 
>>> /home/av07/gafl/elarsonneur/workspace/jMoby/src/main/ca/ucalgary/seahawk/gui/SeahawkTransferable.java:104: 
>>> cannot find symbol
>>>   [javac] symbol  : class Task
>>>   [javac] location: class ca.ucalgary.seahawk.gui.SeahawkTransferable
>>>   [javac]                 targetTextType = (String) Worker.post(new 
>>> Task(){
>>>   [javac]                                                           ^
>>>   [javac] 
>>> /home/av07/gafl/elarsonneur/workspace/jMoby/src/main/ca/ucalgary/seahawk/gui/SeahawkTransferable.java:104: 
>>> cannot find symbol
>>>   [javac] symbol  : variable Worker
>>>   [javac] location: class ca.ucalgary.seahawk.gui.SeahawkTransferable
>>>   [javac]                 targetTextType = (String) Worker.post(new 
>>> Task(){
>>>   [javac]                                           ^
>>>   [javac] Note: 
>>> /home/av07/gafl/elarsonneur/workspace/jMoby/src/main/ca/ucalgary/services/util/PBERecorder.java 
>>> uses or overrides a deprecated API.
>>>   [javac] Note: Recompile with -Xlint:deprecation for details.
>>>   [javac] Note: Some input files use unchecked or unsafe operations.
>>>   [javac] Note: Recompile with -Xlint:unchecked for details.
>>>   [javac] 4 errors
>>>
>>> BUILD FAILED
>>>
>>> What's wrong ?
>>> Thanks for your help,
>>>
>> _______________________________________________
>> MOBY-dev mailing list
>> MOBY-dev at lists.open-bio.org
>> http://lists.open-bio.org/mailman/listinfo/moby-dev
>>
> Thanks for the update, but we don't get this update because the server 
> (cvs.open-bio.org) does not response (since yesterday about 7:00 pm in 
> France).
>



More information about the MOBY-dev mailing list