Sorry my bad I found my silly mistake, sorry to waste all of yours time. 



-----Original Message-----
From: jhoomshar...@netscape.net
To: xmltask-users@lists.sourceforge.net
Sent: Fri, Jan 15, 2010 6:22 pm
Subject: regexp path error on 1.16 xmtask


Hi All,
This is interesting, I downloaded latest 1.16 version of xmltask jar put this 
into <ant/path/lib> opened a new command window tried running my regexp target 
and to my surprise I am getting this error:
 
regexp doesn't support the "path" attribute
 
This is how my target looks like:
//+++++++++++++++++
<target name="split-me-please">
     <regexp path="${act.dir.path}/pom.xml" pattern="(.*)" 
property="servlet.name"/>
  <echo message="First Version=${servlet.name}"/>
 </target>
//+++++++++++++++++
 
Any idea what may be the reason?
 
I will be thankful to you.
 


 


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to