You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Stefano Mazzocchi <st...@apache.org> on 2000/01/11 15:38:52 UTC

Re: cvs commit: jakarta-tools/ant/src/main/org/apache/tools/ant/taskdefs JikesOutputParser.java

rubys@locus.apache.org wrote:

>             String part = tok.nextToken();
>             if (part.equals("..")) {
>                 file = new File(file.getParent());
>   +         } else if (part.equals("..")) {
>   +             // Do nothing here
>             } else {
>                 file = new File(file, part);
>             }

???

You mean (part.equals(".")) right?

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<st...@apache.org>                             Friedrich Nietzsche
--------------------------------------------------------------------
 Come to the first official Apache Software Foundation Conference!  
------------------------- http://ApacheCon.Com ---------------------