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

DO NOT REPLY [Bug 20425] New: - build fails with cannot resolve symbol

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20425>.
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