Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 6512 invoked from network); 26 Jan 2004 22:12:21 -0000 Received: from unknown (HELO exchange.ghsinc.com) (66.252.47.12) by daedalus.apache.org with SMTP; 26 Jan 2004 22:12:21 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: cactus-maven plugin: getting it working Date: Mon, 26 Jan 2004 17:12:25 -0500 Message-ID: <5601F19F974FBB43800E8291BA82E66353CF6D@exchange.ghsinc.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cactus-user Digest 26 Jan 2004 12:17:29 -0000 Issue 445 Thread-Index: AcPkBmCeqUPhsK9gTc+AOsmzXwcT7AAUncjQ From: "Darren Hartford" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hey all, Using cactus-maven-1.6dev-20040115 got the following error. I know some = others have had it: =3D=3DSNIP=3D=3D 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) =3D=3DEND SNIP=3D=3D The work around seems to be to add this line to project.properties: cactus.ear=3D${basedir}/target/${pom.artifactId}-cactus.ear And also these two to help out later on: cactus.war.dir=3D${basedir}/target cactus.war.name=3D${pom.artifactId}-cactus.war This is really odd, as they are declared in the plugin.jelly file. = Nonetheless, sharing my experience. -D