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 2001/12/07 22:05:20 UTC

DO NOT REPLY [Bug 3703] - Javac needs to provide resetSrcdir() or clearSrcdir() method

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

Javac needs to provide resetSrcdir() or clearSrcdir() method

umagesh@apache.org changed:

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



------- Additional Comments From umagesh@apache.org  2001-12-07 13:05 -------
I have added the following method into CVS:
>     protected Path recreateSrc() {
>         src = null;
>         return createSrc();
>     }
Please reopen the PR if this doesn't help you enough.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>