Hi
I use tried to test the dirset wit the following lines (later I want to do sth.
With some dirs):
<target name="antcontrib.sortlist">
<dirset dir="D:/Entwicklung" includes="*" id="my.dirlist" />
<property name="sortlist.ausgabe1" refid="my.dirlist" />
<echo>Sortlist ${sortlist.ausgabe1}</echo>
<sortlist property="my.sorted.list" refid="my.dirlist"
delimiter=";" />
<echo message="${my.sorted.list}" />
</target>
The result are not directories, as I expected, but the only file that is in
this path:
Buildfile: D:\Entwicklung\JK Nightly Build\ant_dopenightlybuild.xml
antcontrib.sortlist:
[echo] Sortlist fixhelp.mac
[echo] fixhelp.mac
BUILD SUCCESSFUL
Total time: 782 milliseconds
I cant understand this. Can you help me?
Greetings
Juergen
--
Jürgen Knuplesch
icon Systemhaus GmbH
Sophienstraße 40
D-70178 Stuttgart
Geschäftsführer: Uwe Seltmann
HRB Stuttgart 17655
USt-IdNr.: DE 811944121
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]