Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 97452 invoked from network); 2 Jun 2003 16:52:09 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jun 2003 16:52:09 -0000 Received: (qmail 27400 invoked by uid 50); 2 Jun 2003 16:54:23 -0000 Date: 2 Jun 2003 16:54:23 -0000 Message-ID: <20030602165423.27399.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 20425] New: - build fails with cannot resolve symbol X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20425 build fails with cannot resolve symbol Summary: build fails with cannot resolve symbol Product: Ant Version: 1.5.3 Platform: PC OS/Version: Linux Status: NEW Severity: Blocker Priority: Other Component: Build Process AssignedTo: dev@ant.apache.org ReportedBy: jdy@cs.brown.edu using j2sdkjre on redhat 9 /usr/src/redhat/BUILD/apache-ant-1.5.3-1/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java:351: cannot resolve symbol symbol : constructor Main (java.lang.String[]) location: class com.sun.tools.javah.Main = new com.sun.tools.javah.Main(cmd.getArguments()); ^ /usr/src/redhat/BUILD/apache-ant-1.5.3-1/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java:352: cannot resolve symbol symbol : method run () location: class com.sun.tools.javah.Main main.run(); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -deprecation for details. 2 errors