Hey all,
Using cactus-maven-1.6dev-20040115 got the following error. I know some others have 
had it:

==SNIP==
BUILD FAILED
File...... file:/C:/blah/.maven/plugins/cactus-maven-1.6dev-20040115/
Element... ant:ear
Line...... 763
Column.... 53
Problem creating ear: c:\fileblah (Access is denied) (
and the archive is probably corrupt but I could not delete it)
==END SNIP==


The work around seems to be to add this line to project.properties:
cactus.ear=${basedir}/target/${pom.artifactId}-cactus.ear

And also these two to help out later on:
cactus.war.dir=${basedir}/target
cactus.war.name=${pom.artifactId}-cactus.war


This is really odd, as they are declared in the plugin.jelly file.  Nonetheless, 
sharing my experience.
-D



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to