[MOBY-dev] Error in CVS source
Paul Gordon
gordonp at ucalgary.ca
Mon May 17 15:45:38 UTC 2010
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,
>
More information about the MOBY-dev
mailing list