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=6957>.
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=6957

Using RMIC fails when a package name starts with the string class

           Summary: Using RMIC fails when a package name starts with the
                    string class
           Product: Ant
           Version: 1.3
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using the RMIC core task fails when a package name starts with the string class

    <target name="compile_rmi" depends="compile">
        <rmic base="." classname="idea.classifier.search.SearchServerImpl"/>
    </target>   

will fail with...

compile_rmi:
RMI Compiling 1 class to H:\mysrc\working\source
error: Class idea not found.
1 error
Using ANT 1.3 as included with Forte 3.0 (build 010925) on NT 4.0 SP6a
SearchServerImpl is a suitable remote RMI server class. 
the commandline rmic works fine with this package structure.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to