[root@localhost webappGenerator]# ant -DappName=herrd
-Dspec=herrd_archive-spec.xml dist
Buildfile: build.xml
clean:
init:
[mkdir] Created dir: /usr/share/webappGenerator/build
[mkdir] Created dir:
/usr/share/webappGenerator/build/config
compileConfigs:
compileSearchForms:
getWebFiles:
[copy] Copying 93 files to
/usr/share/webappGenerator/build
BUILD FAILED
/usr/share/webappGenerator/build.xml:73:
/usr/share/webappGenerator/build/jsp not found.
Total time: 1 second
Logged In: YES
user_id=1133071
Hi Rowan,
Sorry for my very late reply. I'll try to responsd to
support requests more promptly in future.
You need to use the build-unix.xml build script instead of
the default one, as the regular build.xml is for Windows.
The compileConfigs and compileSearchForms Ant tasks did not
run successfully, and therefore didn't create the files
needed by the getWebFiles task.
You can specify the buildfile by adding it a parameter to
the ant command:
ant -buildfile build-unix.xml -DappName.....
David