Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Splitting full filename into package and filename

Splitting full filename into package and filename

2004-02-17       - By F. Da Costa
Reply:     1     2     3     4     5     6     7     8     9  

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@(protected)
For additional commands, e-mail: user-help@(protected)



©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.