You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/09/06 02:46:23 UTC

[Bug 55529] New: error while building the source

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: dev@tomcat.apache.org
          Reporter: confilem@googlemail.com

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55529] error while building the source

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55529

--- Comment #3 from Violeta Georgieva <vi...@apache.org> ---
*** Bug 55565 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55529] error while building the source

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55529

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
That is an (expected) warning, not an error. Please use the Tomcat users
mailing list if you need further assistance.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55529] error while building the source

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55529

--- Comment #1 from confile <co...@googlemail.com> ---
At the end there is this: 


build:
    [javac] Compiling 31 source files to /root/trunk/output/jdbc-pool/classes
      [jar] Building jar: /root/trunk/output/jdbc-pool/tomcat-jdbc.jar
     [copy] Copying 1 file to /root/trunk/output/build/lib

BUILD SUCCESSFUL


But I am not sure if the build was sucessfull.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org