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 s

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 task to execute some simple command on a remote Solaris box. Here is my task. But it hangs, by hang, I mean the ant doesn't produce any output. Th

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. org.apache.tools.ant.Project#

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 ? Would you use it for the sys.path.append() calls? If so, how?