export

2005-10-07 Thread Wolfgang Häfelinger
Greetings, One of the really great ant features is the ability to other build files. So what I'm doing is something like .. and it's really cool that a entity (target, macro, patternset ..) defined in b${i} overrides a entity with the same name. Now what is missing (well, have no c

Re: How to start tomcat with ant in linux OS

2013-04-29 Thread wolfgang häfelinger
gt; > -- > View this message in context: > http://ant.1045680.n5.nabble.com/How-to-start-tomcat-with-ant-in-linux-OS-tp5714092.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > ----- > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > > -- Wolfgang Häfelinger

Re: Ant on Mac OS X

2014-03-08 Thread wolfgang häfelinger
his: > >>> > >>> set_env_var ANT_HOME /Users/me/software/ant > >>> > >>> PATH="$PATH:$ANT_HOME/bin" export PATH launchctl setenv PATH > >>> "$PATH" > >>> > >>> > >>> Peter West > >>> > >>> ...and again, as his custom was, he taught them. > >>> > >>> > >>> On 6 Mar 2014, at 7:03 am, Tony Anecito > >>> wrote: > >>> > >>>> Hi All, > >>>> > >>>> I am new to Mac OS X. What is the easiest way to get Ant > >>>> running on OS > >> X? I tried copying my ant folder from Windows to Mac OS X and it > >> would not run. > >>>> > >>>> Thanks! -Tony > >>> > >>> - > >>> > >>> > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > >>> For additional commands, e-mail: user-h...@ant.apache.org > >> > > > > > > > > > - > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > > -- Wolfgang Häfelinger

Re: Ant on Mac OS X

2014-03-09 Thread wolfgang häfelinger
GUI. > > > > > > > > After your PATH environment variable has been set, add this: > > > > > > > > set_env_var ANT_HOME /Users/me/software/ant > > > > > > > > PATH="$PATH:$ANT_HOME/bin" > > > > export PATH > > > > launchctl setenv PATH "$PATH" > > > > > > > > > > > > Peter West > > > > > > > > ...and again, as his custom was, he taught them. > > > > > > > > > > > > On 6 Mar 2014, at 7:03 am, Tony Anecito wrote: > > > > > > > >> Hi All, > > > >> > > > >> I am new to Mac OS X. What is the easiest way to get Ant running on > OS > > > X? I tried copying my ant folder from Windows to Mac OS X and it would > > not > > > run. > > > >> > > > >> Thanks! > > > >> -Tony > > > > > > > > - > > > > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > > > > For additional commands, e-mail: user-h...@ant.apache.org > > > > > > > > > > > -- > > Harold PUTMAN > > Web Technology Specialist > > *Lexmark International, Inc. <http://www.lexmark.com/>* > > 740 W New Circle Rd. > > Lexington, KY 40550 > > +1(859) 232-2839 > > hput...@lexmark.com > > > -- Wolfgang Häfelinger

puzzled with installing my own PropertyHelper

2005-05-24 Thread Wolfgang Häfelinger
Hi Antees, I wonder whether someone got his own PropertyHelper installed and what needs exactly to be done? What I'm doing is basically this: 1. I'm deriving my PropertyHandler from `org.apache.tools.ant.PropertyHelper' 2. I wrote a `Init' task to install my propery handler. The execute method lo

Re: Alternative to PropertyTask from Ant delivery

2005-06-09 Thread Wolfgang Häfelinger
The alternative would be to install your own PropertyHelper. However, had no luck in get this up and running properly. I posted a message to this list a couple of weeks ago but didn't get any response. "Ant Users List" schrieb am 09.06.05 09:44:37: > > Hej, > > Need an alternative to the Prope