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 target-table (which is the name of the file without path and suffix) and the schemaname). So I start to write my own ant task, which has as input: 1) input path 2) schema name The input path will be scanned recursivly, finding all files with the suffix *.shp, than starts the stringparsing, which creates the name of the table and after that for each found shape will there should be calles shp2pgsql <shapefile> <tablename> <schemaname> . So this I am actually trying (by using the ExecTask class), but without success. ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]