Bug #618
closedpermission denied to build veg_plot/xml/
0%
Description
I tried to update the website with changes to an XSL file in the xml dir on
veg_plot. The error I receieved is below. I guess I need permissions on this
directory.
[lee@vegbank]% pwd
/home/lee/vegclass/veg_plot/xml
[lee@vegbank]% ant dist-xml
Buildfile: build.xml
init:
[echo]
Targets: {init} dist
dist-xml:
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 6 files to /usr/local/devtools/jakarta-
tomcat/webapps/framework/WEB-INF/lib
BUILD FAILED
/home/lee/vegclass/veg_plot/xml/build.xml:53: Failed to
copy /home/lee/vegclass/veg_plot/xml/transformMultiPlotIdentity.xsl
to /usr/local/devtools/jakarta-tomcat/webapps/framework/WEB-
INF/lib/transformMultiPlotIdentity.xsl due to /usr/local/devtools/jakarta-
tomcat/webapps/framework/WEB-INF/lib/transformMultiPlotIdentity.xsl
(Permission denied)
Total time: 0 seconds