Hello Petar
 
the lib directive is embedded in the war task such as from this example
http://ant.apache.org/manual/CoreTasks/war.html
<war destfile="myapp.war" webxml="src/metadata/myapp.xml">
  <lib dir="aaa">    <include name="a.jar"/>
    <include name="b.jar"/>  </lib></war>
HTH/Martin ______________________________________________Disclaimer and 
confidentiality noteEverything in this e-mail and any attachments relates to 
the official business of Sender. This transmission is of a confidential nature 
and Sender does not endorse distribution to any party other than intended 
recipient. Sender does not necessarily endorse content contained within this 
transmission.> Date: Fri, 4 Jan 2008 20:35:09 +0200> From: [EMAIL PROTECTED]> 
To: dev@ant.apache.org> Subject: Lib in War Does Not Accept Path-like 
structures> > HI, guys> > it is Petar Tahchiev from the Jakart Cactus team.> > 
I have a (very dull maybe) suggestion for Ant.> > Does anybody know why the> 
lib tag in the war task does not accept path-like> strucures? I have a> > <path 
id="aaa">> <pathelement location="a.jar"/>> <pathelement location="b.jar"/>> 
</path>> > and I am not able to say:> > <war>> <lib>> <path refid="aaa"/>> 
</lib>> </war>> > I think would be really convenient. As I see it expects a 
FileSet structure> and I think that FileSet extends Path.> > Is there any 
chance that this would change in the near future?> > Please keep me in CC, 
since I am not subscribed to this list. Thank you.> -- > Regards, Petar!> 
Karlovo, Bulgaria.> > EOOXML Objections> 
http://www.grokdoc.net/index.php/EOOXML_objections> > Public PGP Key at:> 
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611> Key 
Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611
_________________________________________________________________
Put your friends on the big screen with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_012008

Reply via email to