Re: Implementing ant task which extends ExecTask

2006-06-09 Thread Scot P. Floess
That's fine...just reply then and I'll see if I can help you :) Enjoy your time away ;) Markusin wrote: Hello Scot I will be awy for 2 weeks. I hope it is ok, if I will answer you when I am back again. Markus <-Original Message- mailto:[EMAIL PROTECTED] < < < Hi Scot <> <>

RE: Implementing ant task which extends ExecTask

2006-06-09 Thread Markusin
Hello Scot I will be awy for 2 weeks. I hope it is ok, if I will answer you when I am back again. Markus <-Original Message- mailto:[EMAIL PROTECTED] Hi Scot <> <> Ok, sorry for the small description. <> <> My intention is to execute shp2pgsql as an ant target. <> So first I tried to

Re: Implementing ant task which extends ExecTask

2006-06-09 Thread Scot P. Floess
Markusin: Well you can certainly do all the finds and string compares within ant. In fact, you can probably do your sql work as well from ant as well. I'm not clear as to what isn't working. You mention using the Exec task... Are you using ant to call out to the OS to find all files and

RE: Implementing ant task which extends ExecTask

2006-06-09 Thread Markusin
Hi Scot Ok, sorry for the small description. My intention is to execute shp2pgsql as an ant target. So first I tried to do this using the existing ant target exec, but because of small functionality in stringparsing (need to pass as arguments the name of the file (shapefile), the name of the targ

Re: Implementing ant task which extends ExecTask

2006-06-08 Thread Scot P. Floess
What do you mean by "parses them?" Sorry, I am not following what functionality you desire... exquisitus wrote: Hello I am trying to implement an ant task, which founds in a directory some files, parses them and pass this converted Strings to the ExexTask as arguments. So for me it's not