Re: war-plugin bug?

2003-08-30 Thread Dan Tran
that is an anoying bug to me, i think it is reported already. (not sure thou) So the first suggested solution solve this dilema. -Dan - Original Message - From: "khote" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 8:22 AM Subject: Re: w

Re: war-plugin bug?

2003-08-30 Thread khote
Those are good suggestions, some things I hadn't thought of. I am using a war:webapp postGoal to copy in some docs into my webapp before the WAR is created. What I discovered was that the first use of taglibs taglib-session 1.0.1 etc. when I wanted the jar in /WEB-INF/lib, was overwritten in t

Re: war-plugin bug?

2003-08-30 Thread Dan Tran
Since tld file can live any where under WEB-INF directory, it is ambiguous for maven to blindfully copy the tld file to WEB-INF/ there are 2 solutions: 1. if you are usig servet 2.3 configure your taglib to look for tld in the jar file so you dont have to copy it to web-inf. 2. You need

Re: Excluding files from .war using war:war

2003-08-30 Thread Norbert Pabiƛ
WAR plugin needs some improvements, they are scheduled for 1.0-final See description of http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-667 Konrad wrote: Hi Sri. Thanks for your suggestion, but I already tried that: src/webapp/images *.*

RE: [ANN] PMD plugin 1.1 released

2003-08-30 Thread Vincent Massol
Hi Andy, I've tried it with Maven beta 10 (that's the version I'm currently using on my machine) and it works for me. That said, I know that Maven beta 10 has a dependency somewhere in a plugin on a SNAPSHOT version of the maven jar (and the first time you run maven it downloads the latest snapsh

Re: [ANN] PMD plugin 1.1 released

2003-08-30 Thread Andy Jefferson
On Saturday 30 Aug 2003 12:53, Vincent Massol wrote: > The Maven team is pleased to announce the PMD plugin 1.1 release! Vincent, I just tried the PMD 1.1 plugin (and im using Maven beta10) and it gets to [echo] Converting the PMD report to xdoc ... BUILD FAILED File.. /home/andy/.maven/pl

Correct location of maven-java-plugin-1.3.jar

2003-08-30 Thread Roger Ackroyd
Hi all I would like to know please, where I should locate this jar. Am attempting to build turbine project.. Maven starts up then following some of the build and compilation steps, the following error occurs. BUILD FAILED File.. file:/C:/Documents and Settings/Owner/.maven/plugins/mave

[ANN] PMD plugin 1.1 released

2003-08-30 Thread Vincent Massol
The Maven team is pleased to announce the PMD plugin 1.1 release! http://maven.apache.org/reference/plugins/pmd The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for pote

war-plugin bug?

2003-08-30 Thread khote
Wanting to try out some jakarta-taglibs. It's not on ibiblio, so I downloaded them and moved them into a taglibs (both jars and tlds) directory in my local repository. taglibs session 1.0.1 true taglibs session 1.0.1 tld true

Re: [aspectj-users] Problem with iajc and jdk 1.4.1 - RESOLVED

2003-08-30 Thread Robert
Chad Woolley wrote: Hi, This is apparently a maven bug. I converted my maven.xml to an ant build.xml, and now it works fine. I'm crossposting this to the maven group, I'll open a bug if I get time. If you don't have the time to file a bug report, how can you expect it to ever get fixed ? Than

Re: plugin.jelly variables not available in

2003-08-30 Thread khote
Guess I can answer part of my own question. If I want to store this in my war as /xdocs in maven-war-plugin's project.properties, the value of maven.war.webapp.dir is set as per the documents: maven.war.build.dir = ${maven.build.dir} maven.war.webapp.dir = ${maven.war.build.dir}/${pom.artifactId

Re: Excluding files from .war using war:war

2003-08-30 Thread khote
from http://ant.apache.org/manual/CoreTasks/copy.html Copy a set of files to a directory can you use - Original Message - From: "Sri Sankaran" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 1:34 PM Subject

plugin.jelly variables not available in

2003-08-30 Thread khote
I'm playing around with a postGoal for webapp ... I'm copying the docs directory generated by the xdoc plugin into my .war I notice in the plugin documentation that certain values such as maven.war.webapp.dir have default values. I look in the maven-war-plugin's plugin.jelly and see wher