apply task

2004-01-14 Thread Vijay Prasanna
I'm trying to execute a simple DOS command thru ANT 'apply' task, say, C:\rename abc.txt test.txt, my ant script is but the ant gives an error, :no filesets specified. then changed the script to

Re: xmlproperty task

2004-01-14 Thread Will Lopez
...no problem, your welcome. Vijay Prasanna wrote: thanx a lot W.Lopez, i removed the end XML tag, and ANT gives the proper output. Vijay -Original Message- From: Will Lopez [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 5:20 PM To: Ant Users List Subject: Re: xmlproperty t

RE: xmlproperty task

2004-01-14 Thread Vijay Prasanna
thanx a lot W.Lopez, i removed the end XML tag, and ANT gives the proper output. Vijay -Original Message- From: Will Lopez [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 5:20 PM To: Ant Users List Subject: Re: xmlproperty task sorry...I noticed one more thing WIN2000

RE: problem with exec & rsh

2004-01-14 Thread Anderson, Rob (Global Trade)
Perhaps group permissions and sudo could provide the same work-around? Make the files all group writeable so you can manipulate them as yourself, and stop and start WebSphere with a sudo command. With WebSphere, after the application is installed once, you do not need to reinstall it with every

RE: sshexec with NETBeans

2004-01-14 Thread Andiputranto Sukojo
Thanks, it works now just get Exception Reject Host Key. Andi -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 1:49 PM To: Ant Users List Subject: RE: sshexec with NETBeans Download the source for Ant 1.6. Unzip it. On the

Re: xmlproperty task

2004-01-14 Thread Will Lopez
sorry...I noticed one more thing WIN2000 /export/cvsroot E:\j2sdk1.4.2_03\bin ..you have an ending tag, not needed and *may be* the cause of your problem...remove that and try again...it may be tricking the task to believe that the root is when it is Vijay Prasanna wrote: no still

RE: problem with exec & rsh

2004-01-14 Thread Basel Ahmed
Hi, Thanks for the prompt reply. Actually I use RSH not rsync. With rsh, I am able to invoke the wsadmin program to install the ear based on a JACL script. The problem I have using ssh, is the account being used to run WebSphere is one that does not permit direct logins, even through SSH. R

RE: problem with exec & rsh

2004-01-14 Thread Anderson, Rob (Global Trade)
Does the rsync command you are trying to run behave the same way if you run it from the command line? I think I have seen this behavior from rsync before. I think you might be better off trying a different strategy than calling rsync from the task. I have automated a deployment similar to the o

RE: Newbie; how to invoke an ant script from a GUI interface

2004-01-14 Thread Conelly, Luis (PS, GNF, Contractor)
Shailesh You might want to give a try to antelope http://sourceforge.net/projects/antelope/ http://antelope.smartpennies.com/ Or cruisecontrol http://cruisecontrol.sourceforge.net/ http://cruisecontrol.sourceforge.net/reporting/jsp/index.html You don't have to invent t