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/12 06:14:02 UTC

DO NOT REPLY [Bug 20699] New: - rmic and seaprate input/output directories

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

rmic and seaprate input/output directories

           Summary: rmic and seaprate input/output directories
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: vladimir@bossicard.com


It seems to me that the <rmic> task will not generate the files into another folder.

 <rmic base="${classes.rmi.dir} 
       includes="**/*.class" classpath="${classes.dir}" />

when

 <rmic base="${classes.dir} 
       includes="**/*.class" classpath="${classes.dir}" />

works perfectly.

defining sourcebase doesn't seem to help either.

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