Re: War plugin does not include optional dependencies in WEB-INF/lib

2007-01-07 Thread David Whitehurst
Mike: How responsive were the "war-plugin" folks when you made suggestions about the overlays? I've been on and off the other lists so I lost the history so to speak. I feel like you deeply understand the needs of "todays" web packaging and some umph.. in diplomacy might help things. I'm beginn

Re: Comprehensive List of Phases

2007-01-02 Thread David Whitehurst
lifecycle like "site", "site-deploy" ... and > a packaging can alter the bindings in the default lifecycle. > > Jason. > > > > > On 1/3/07, David Whitehurst <[EMAIL PROTECTED]> wrote: > >> > >> I've seen this and I've also

Re: Comprehensive List of Phases

2007-01-02 Thread David Whitehurst
maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html You can find it in the maven site by going to the "Index" option on the menu of the main page. Hope this helps, Arik. On 1/3/07, David Whitehurst <[EMAIL PROTECTED]> wrote: > > I'm writing this mai

Comprehensive List of Phases

2007-01-02 Thread David Whitehurst
I'm writing this mail to the dev list because I'm unable to find a "comprehensive" list of development phases, and I also assume that these phases are in someway string literals in the Maven code somewhere. Is there a comprehensive list or a code module that I can go find? Thanks, David

Re: Integration Testing

2006-12-18 Thread David Whitehurst
Jason: Here! here! I recently joined the AppFuse bunch and being more the builder, packager, deployer-type, I'm working on AppFuse2 and the use of the archetype. Since, I've been on a large state project for Massachusetts, we have not used Maven, so my knowledge of Maven has been some small use

Re: Maven and Fedora

2006-12-09 Thread David Whitehurst
out-the-box with AppFuse (permissions) I'm all for "quit trying to support Linux users who don't know Linux/UNIX" My two-cents (or Euro's) David Whitehurst On 12/9/06, Henning P. Schmiedehausen <[EMAIL PROTECTED]> wrote: Carl Trieloff <[EMAIL PROTECTED]> w

Is this still an issue?

2006-12-02 Thread David Whitehurst
Is this still an issue? I don't understand the comments. http://jira.codehaus.org/browse/MNG-2261;jsessionid=atZK5r5j2N8bRm0-m5 I want to use an archetype for AppFuse in our local repository but it keeps defaulting to the Maven one and never looks in ours. Suggestions? Thanks, David

Classpath woes ...

2006-11-30 Thread David Whitehurst
r AppFuse QuickStart 1.0-SNAPSHOT 2006 http://appfuse.dev.java.net 2.0.4 The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo dlwhitehurst

Re: Question about Archetype and Velocity

2006-11-27 Thread David Whitehurst
David, You can use the filtered attribute to turn off the filtering of a particular source / resource ( see [1] ). Cheers, Franz [1] http://www.nabble.com/archetype-descriptor-schema--tf2181358.html#a6061573 On 11/27/06, David Whitehurst <[EMAIL PROTECTED]> wrote: > We made an archetyp

Question about Archetype and Velocity

2006-11-27 Thread David Whitehurst
We made an archetype and would like to leave undetermined properties, e.g. ${my.property} in the pom.xml for the archetype. Velocity gags on this because it can't determine it's value during archetype:create. Here's some trace on an archetype:create. The archetype is created and they are only w

Re: Archetype selection

2006-11-14 Thread David Whitehurst
hanks for the reply, David On 11/14/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 11/14/06, David Whitehurst <[EMAIL PROTECTED]> wrote: > I'm creating an archetype for a rather large web application architecture. > This architecture contains various technologies. It would

Archetype selection

2006-11-14 Thread David Whitehurst
I'm creating an archetype for a rather large web application architecture. This architecture contains various technologies. It would be very useful if e.g. one archetype could be created and after the archetype:create command was issued, the user could be prompted to provide a selection. Is this

Re: Problem referencing a resource in a plugin jar

2006-11-11 Thread David Whitehurst
ning this into a string and passing that to new File() will help. Instead try using getting the resource as a stream. InputStream is = getClass().getClassLoader().getResourceAsStream(...); Reader reader = new InputStreamReader(is); On 11/11/06, David Whitehurst <[EMAIL PROTECTED]> wrote: >

Problem referencing a resource in a plugin jar

2006-11-11 Thread David Whitehurst
Can someone tell me how to get the maven plugin classloader? Or tell me if that's I can't obtain the reference file as such ... from a plugin.java file e.g. ClassLoader classLoader = this.getClass().getClassLoader(); File file = new File(classLoader.getResource (getLocalPro

Archetype generation issue

2006-11-06 Thread David Whitehurst
I setup a new archetype project in maven/archetype/maven-archetype-bundles/maven-archetype-catdog . At maven-archetype-catdog/src/main/resources/archetype-resources/ ...I have service , data, and web . CatDog is a web project. When I run mvn install on the archetype generation I get an error wh