https://issues.apache.org/bugzilla/show_bug.cgi?id=55529
Bug ID: 55529
Summary: error while building the source
Product: Tomcat 7
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: Servlet & JSP API
Assignee: [email protected]
Reporter: [email protected]
I tried to build the soure with ant but I get the following message in the
console:
validate:
compile-java7:
compile:
[javac] Compiling 1309 source files to /root/trunk/output/classes
[javac] /root/trunk/java/javax/el/ResourceBundleELResolver.java:109:
warning: getFeatureDescriptors(javax.el.ELContext,java.lang.Object) in
javax.el.ResourceBundleELResolver overrides
getFeatureDescriptors(javax.el.ELContext,java.lang.Object) in
javax.el.ELResolver; return type requires unchecked conversion
[javac] found : java.util.Iterator
[javac] required: java.util.Iterator<java.beans.FeatureDescriptor>
[javac] public Iterator getFeatureDescriptors(
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
[javac] Creating empty
/root/trunk/output/classes/org/apache/tomcat/util/http/fileupload/disk/package-info.class
[javac] Creating empty
/root/trunk/output/classes/org/apache/tomcat/util/http/fileupload/util/package-info.class
[javac] Creating empty
/root/trunk/output/classes/org/apache/tomcat/util/http/fileupload/util/mime/package-info.class
[javac] Creating empty
/root/trunk/output/classes/org/apache/tomcat/util/http/fileupload/package-info.class
[javac] Creating empty
/root/trunk/output/classes/org/apache/tomcat/util/http/fileupload/servlet/package-info.class
[copy] Copying 189 files to /root/trunk/output/classes
build-manifests:
[copy] Copying 19 files to /root/trunk/output/manifests
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]