Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 16940 invoked by uid 500); 11 Aug 2003 09:17:50 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 16922 invoked from network); 11 Aug 2003 09:17:49 -0000 Received: from dnsinet.rzf-nrw.de (193.109.238.66) by daedalus.apache.org with SMTP; 11 Aug 2003 09:17:49 -0000 Received: from z011104.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.9/8.12.9) with ESMTP id h7B9HqfU014853 for ; Mon, 11 Aug 2003 11:17:52 +0200 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2653.19) id <377KNS75>; Mon, 11 Aug 2003 11:17:55 +0200 Message-ID: <879A5AD5DD0ED511891F0003473A9B5608FF6D42@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: user@ant.apache.org Subject: RE: Ant Pretty Build... (The Return) Date: Mon, 11 Aug 2003 11:17:49 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C35FE9.6F6C19C0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C35FE9.6F6C19C0 Content-Type: text/plain; charset="iso-8859-1" > I'll explicitly describe how to use this tool: Screenshots would be good so the user knows what he should get :-) > 2- Environment variables. > Environment variables may be set or not in the xsl stylesheet > depending on your > system. > So, if you already have configured your environment to run Ant, > you only need to clear tag content of xsl:variable like this: > > > > > > > If not, you have to set variables to match your local paths. > (I can't imagine you don't know what are JAVA_HOME, ANT_HOME > and PATH!) > In the tag text, you can use '/' or '\\' as separator this way: > > > > C:/Program Files/Apache > Group/Ant > %PATH%;C:/Program Files/Apache > Group/Ant/bin > > or > > > > C:\\Program Files\\Apache > Group\\Ant > %PATH%;C:/Program Files/Apache > Group/Ant/bin fine > If someone needs to pass these as params from outside the > xsl, s may > be used instead of s. You should use the instead of . s can define the values like s but have the ability that the can be set from outside. Jan ------_=_NextPart_001_01C35FE9.6F6C19C0--