You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by sma3har <sm...@roomity.com> on 2005/05/26 00:56:54 UTC

How to include an xml file in path

I tried
<fileset dir="Sample/src/props" casesensitive="yes"
includes="SampleMapConfig.xml"/>

I would like to include xml file in path while executing java.

But doesn't work. Somebody please help.


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


Re: How to include an xml file in path

Posted by Steve Loughran <st...@apache.org>.
sma3har wrote:
> I tried
> <fileset dir="Sample/src/props" casesensitive="yes"
> includes="SampleMapConfig.xml"/>
> 
> I would like to include xml file in path while executing java.
> 
> But doesn't work. Somebody please help.
> 

This is the kind of question the user mail list exists for, not the 
developer one

<fileset file="Sample/src/props/SampleMapConfig.xml" />

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