Ant scripts and the Eclipse build process

2006-11-30 Thread kindsol
Hi All, Probably a dumb question, but I have searched and cannot find an answer -- I am not sure if this is an Eclipse question or and Ant question. I have a working Eclipse project that builds correctly. I also have an ant script that works from the command-line. I want to add the ant

Re: NEWBIE: Dir-attribute/script problem

2006-06-20 Thread kindsol
Thank a bunch for the reply! I have never used p.resolveFile() and am having a hard time finding documentation on it. Is it Ant api or python? Would you use it directly inside script? Would you use it for the sys.path.append() calls? If so, how? target name=bar description=Does

Re: NEWBIE: Dir-attribute/script problem

2006-06-20 Thread kindsol
Thanks, DD! I had to use project.resolveFile(), but that got it going! yes! -Sol On Jun 20, 2006, at 12:52 PM, Dominique Devienne wrote: I have never used p.resolveFile() and am having a hard time finding documentation on it. Is it Ant api or python? Ant API.

Re: rexec hangs

2006-06-20 Thread kindsol
did you run ant in verbose mode? ant -v And still nothing? On Jun 20, 2006, at 3:17 PM, Lu, Tao (MTO) wrote: Hi, All, I tried to test rexec task to execute some simple command on a remote Solaris box. Here is my task. rexec userid=bob password=pass server=localhost command=ls/ But