Hello,
When I attempt to create an application specification
file using the example files, the process starts ok but
I receive the following error indicating that the build
failed because Search.class could not be deleted.
Should I alter file permissions or execute the command
as root or does this indicate some other sort of problem?
thanks
rowan - university of sydney library
tracks@miranda:~$ cd webappGenerator-0.5/
tracks@miranda:~/webappGenerator-0.5$ cd webappGenerator/
tracks@miranda:~/webappGenerator-0.5/webappGenerator$
ant -DappName=herrd -Dspec=herrd_archive-spec.xml dist
Buildfile: build.xml
clean:
[delete] Deleting directory
/home/tracks/webappGenerator-0.5/webappGenerator/build
BUILD FAILED
/home/tracks/webappGenerator-0.5/webappGenerator/build.xml:87:
Unable to delete file
/home/tracks/webappGenerator-0.5/webappGenerator/build/WEB-INF/classes/xinq/web/Search.class
Total time: 0 seconds
tracks@miranda:~/webappGenerator-0.5/webappGenerator$
Logged In: YES
user_id=1479870
I think I've worked out that I need to run this as root so
the build directory can be removed.
When I run as root I get a different error - (see next
support request)