You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "F. Da Costa" <da...@xs4all.nl> on 2004/02/17 17:45:22 UTC

Splitting full filename into package and filename

Hi,

Have ben burning 1.5 days on this untill now and i feel i hust 1 little 
thing to move on.

Here is the situation.
I nedd to go through a unknown number of dirs to process an unknown no of 
java files (they need to be 'stuffed' into a test-thing)
Lopping through the dis goes fine.
Selecting the files *in* the di is done as follows

<!-- scan the ${dir} directory get and the test stub files -->
<path id="jml.unittestfiles.path">
  <fileset dir="${dir}" casesensitive="yes">
   <include name="**/*JML_Test.java" />
  </fileset>
</path>

The result is a list with *full* filenames.
Q 1: However, the resulting filename should have the whole dir part 
stripped out. Only leaving the relevant filename. After all i know the dir 
its from.

Q2: The retrieval of the package name from the filename (only has to done 
once obviously). Could probably use a regexp for that?

Any help/ suggestiona would be appreciated.
Have been going through the list but so far not found a proper answer.

TIA
Fermin DCG


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