Hello,
i get this warning:
[javac] Compiling 197 source files to
/home/chris/Projekte/velocity/bin/classes
[javac]
/home/chris/Projekte/velocity/bin/src/org/apache/velocity/runtime/parser/node/PropertyExecutor.java:111:warning:
non-varargs call of varargs method with inexact argument
type for last parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call
and to suppress this warning
[javac] return method.invoke(o, null);
[javac] ^
[javac] Note: * 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] 1 warning
when i:
cd build
ant jar
with:
javac -version
javac 1.5.0
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]