[Anthill] deployDir

Joao Batistella joao-p-batistella at ptinovacao.pt
Wed Sep 1 08:27:43 CDT 2004


Here is an example:
 
<target name="dist" depends="compile" description="Create binary
distribution">
<mkdir dir="${deployDir}/builds"/>
<jar destfile="${deployDir}/builds/${version}.war" basedir="${build.home}"/>
</target>
${build.home} is the directory where are the files to be put in my war file.
The war file is created in the directory ${deployDir} and this information
come from AntHill.
Hope this helps.
João Paulo.
-----Original Message-----
From: anthill-bounces at caladin.urbancode.com
[mailto:anthill-bounces at caladin.urbancode.com]On Behalf Of Roehl, Dan
Sent: quarta-feira, 1 de setembro de 2004 10:20
To: 'anthill at lists.urbancode.com'
Subject: [Anthill] deployDir


Hi,
I have already rtfm, searched through the examples, as well as searched the
list archives and I am still unsure about how to use the deployDir
parameter. I would ideally like to have the jar final project made available
in the <myServer>/anthill/projects/<myProject> intranet site as well as
checked into the <tags> branch in my repository.
 
Thanks in advance,
DJR 
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill/attachments/20040901/b9e0ac8d/attachment-0002.htm


More information about the Anthill mailing list