Re: how to call the .py from wsadmin using ant

2008-12-11 Thread Francis Galiegue
Le jeudi 11 décembre 2008, Shaaf Syed M a écrit : > The following works okay for me. > > >failonerror="true" output="wsconfig.out"> > > > I don't know how it works with Windows, but using arg line="" is not a good idea. I don't know whether ant s

Re: how to call the .py from wsadmin using ant

2008-12-11 Thread Shaaf Syed M
The following works okay for me. Fail on error doesnt work if the file was not found. I am not sure if it works with wsadmin at all. Also wsadmin is in my PATH env already. Regards, -- Shaaf On Wed, Dec 10, 2008 at 4:24 PM, Francis Galiegue <[EMAI

Re: how to call the .py from wsadmin using ant

2008-12-10 Thread Francis Galiegue
Le mercredi 10 décembre 2008, Beela Avinash a écrit : [...] > > > > > > > It should be ONE argument per . Ie: With this, what you pass as one single argument is "/c -lang jython [etc]" which is probably not what you wan

Re: how to call the .py from wsadmin using ant

2008-12-10 Thread Mark Salter
Beela Avinash wrote: > . . > > > > > > > > You have an arg element outside of any task as you have closed the exec element unint

how to call the .py from wsadmin using ant

2008-12-10 Thread Beela Avinash
ing ant script the scenario is ant has to call wsadamin and wsadmin has to call the .py file. can anyone help me out ... Thanx in advance -- View this message in context: http://www.nabble.com/how-to-call-the-.py-from-wsadmin-using-ant-tp20937152p20937152.html Sent from the Ant - Users mai