Where to place dependencies?

2007-10-08 Thread Andrew Leer
Hello, I have two modules/jars that I am building: - A simple general application project jar (SimpleProject20) - A Jar containing Spring AOP Interceptors that I have written (interceptor-project.jar) Now SimpleProject20 depends on interceptor-project.jar for the interceptors I have written that

Re: Improving Maven Site Docs

2007-09-27 Thread Andrew Leer
Has anyone ever used Tiddlywiki as a means to learn something as complex as Maven2? That really seems to help in my option. It's alot faster to access than the site and you can refer back to it when you need to learn how to do something. On 9/27/07, Insitu [EMAIL PROTECTED] wrote: Lee Meador

Q4E - Maven 2 Plugin - Installation Issues

2007-09-22 Thread Andrew Leer
I'm trying to install the Q4E - Maven 2 Plugin in my Eclipse 3.2.2 When I try to install it from the update site (http://q4e.googlecode.com/svn/trunk/updatesite/) I get the following error: Q for Eclipse (0.2.1.200709150155) requires plug-in org.eclipse.core.databinding. What plugin do I

${basedir} Windows and ${file.separator}

2007-09-07 Thread Andrew Leer
Hello all, I am using Maven2 on Windows XP Lets say that I have this property in my pom.xml file: log.app.directory${basedir}${file.separator}log${file.separator}/log.app.directory This property is being used to write the location of a directory for holding log files, to a log4j.xml

Re: ${basedir} Windows and ${file.separator}

2007-09-07 Thread Andrew Leer
:\workspace\dev\projectTest (under windows) I can't add an extra path separator that way Thank you, Andrew J. Leer On 9/7/07, Wayne Fay [EMAIL PROTECTED] wrote: Use 2 profiles that are auto-activated based on OS and hard-code the proper value in both. Wayne On 9/7/07, Andrew Leer [EMAIL

Multiple-Module Build? maven-assembly-plugin or maven-jar-plugin?

2007-09-07 Thread Andrew Leer
I am making my first attempt at building a multiple-module project. Should I use the maven-assembly-plugin, or the maven-jar-plugin? What is the difference between them? Does which plugin should be used have to do with if the project is a standalone app, or something else? Thank you,

Re: ${basedir} Windows and ${file.separator}

2007-09-07 Thread Andrew Leer
. ${file.separator} is simply not valid/available at this time for use in the pom. Feel free to file an RFE. Wayne On 9/7/07, Andrew Leer [EMAIL PROTECTED] wrote: Hello, Use 2 profiles that are auto-activated based on OS and hard-code the proper value in both. Wayne Doesn't the defeat

Re: Layered Archetypes?

2007-09-03 Thread Andrew Leer
, Andrew Leer [EMAIL PROTECTED]: Certainly... Here you gothe archetypes... On 8/30/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: Can you please send me the archetypes, as i am lazy to rewrite them ;-) Raphaël 2007/8/30, Andrew Leer [EMAIL PROTECTED]: Yeah its

Re: Help Creating My Own Maven 2 Archetype

2007-08-30 Thread Andrew Leer
PROTECTED] wrote: Everything looks right/good to me. What exactly is wrong, from your perspective? Its not clear what you're getting vs what you expect to get. Wayne On 8/29/07, Andrew Leer [EMAIL PROTECTED] wrote: See: http://docs.codehaus.org/download/attachments/37533

Re: Help Creating My Own Maven 2 Archetype

2007-08-30 Thread Andrew Leer
Thank you! I never thought to look at the command line for my mistake. I will do that next time! On 8/30/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 8/30/07, Andrew Leer [EMAIL PROTECTED] wrote: I don't understand where the archetype/test directories came from: Earlier, you wrote: mvn

Layered Archetypes?

2007-08-30 Thread Andrew Leer
I am certain that I have misinterpreted the meaning of this piece of documentation: Guide to Creating Archetypes - (http://maven.apache.org/guides/mini/guide-creating-archetypes.html) | - 2. Create the archetype descriptor An optional allowPartialtrue/allowPartial tag makes it

Re: Layered Archetypes?

2007-08-30 Thread Andrew Leer
not sure to understand is what you expected to have instead of what you got. Regards, Raphaël Piéroni 2007/8/30, Andrew Leer [EMAIL PROTECTED]: I am certain that I have misinterpreted the meaning of this piece of documentation: Guide to Creating Archetypes - (http://maven.apache.org

Re: Layered Archetypes?

2007-08-30 Thread Andrew Leer
Yeah its definitely Friday, I know that feeling...but I do not think you are dumb, if you don't understand what I am saying, I am just not communicating clearly enough: The resulting pom.xml file I get after running mvn archetype:create using the two aforementioned archetypes I mentioned above,

Help Creating My Own Maven 2 Archetype

2007-08-29 Thread Andrew Leer
Hello, I am trying to make an archtype in mvn2. My Archetype project has the following directory structure: blockquote pre Java6ArchetypeProjectRoot | Java6ArchetypeProject.txt | pom.xml | pom.xml~ | +---src | \---main | \---resources | +---archetype-resources |