list of files with ANT
- From: savithari@xxxxxxxxx
- Date: 5 May 2006 11:35:38 -0700
Consider this scenario friends.
build.xml
|
|------------lib
|
|----------averyveryverylong.jar
|----------anotherlongjarfile.jar
now when I want to build a list of files in the lib folder I am using
<fileset dir="lib" id="hi">
<include file=".jar" /<
</fileset>
I then use pathconvert
<pathconvert pathsep="," property="testing" refid="hi" />
what I am getting is
c:\lib\averyveryverylong.jar,c:\lib\anotherlongjarfile.jar
but that is not what I am expecting.
I am expecting just averyveryverylong.jar, anotherlongjarfile.jar
Can you help me out as to how to get this ?
-N
.
- Prev by Date: Moving from Netbeans to Eclipse
- Next by Date: Re: Netbeans 5 platform: How to add a Global Menu Entry
- Previous by thread: Moving from Netbeans to Eclipse
- Next by thread: frameworks
- Index(es):