Menu

#12 Error while building with ant

open
None
7
2008-12-24
2008-12-24
No

Next compile error occurs, while building with ant:

Buildfile: build.xml

init:
[mkdir] Created dir: /opt1/f1/common/taras/workspace/default/JXPilot/distr

compile:
[javac] Compiling 74 source files to /opt1/f1/common/taras/workspace/default/JXPilot/distr
[javac] /opt1/f1/common/taras/workspace/default/JXPilot/src/net/sf/jxpilot/util/NewHolderList.java:76: setFrom(net.sf.jxpilot.util.Holder<capture#250 of ? super E>) in net.sf.jxpilot.util.Holder<capture#250 of ? super E> cannot be applied to (net.sf.jxpilot.util.Holder<capture#531 of ? super E>)
[javac] temp.setFrom(holder);
[javac] ^
[javac] Note: /opt1/f1/common/taras/workspace/default/JXPilot/src/net/sf/jxpilot/util/NewHolderList.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

BUILD FAILED
/opt1/f1/common/taras/workspace/default/JXPilot/build.xml:23: Compile failed; see the compiler error output for details.

Total time: 5 seconds

Discussion


Log in to post a comment.