Classpath woes ...

2006-11-30 Thread David Whitehurst
I'm using Maven to do a number of things and I'm unable to obtain access to a jar dependency using two plugins to accomplish my purpose. First I use maven to jar my application and it writes an executable JAR file and a manifest that contains my needed Jar file for log4j. I then use the

Re: Examples of using Spring with JUnit

2006-11-09 Thread David Whitehurst
Mick: Take a look at the source for appfuse2 David On 11/9/06, Mick Knutson [EMAIL PROTECTED] wrote: I am wondering if anyone has some examples of calling a test Spring resource (test/resources/applicationContext.xml) from JUnit to run when Maven is running my Unit tests... -- Thanks DJ

Re: JDK 1.5 Problem

2006-11-08 Thread David Whitehurst
David: You stated that you're moving from maven2 to ant. You need to be sure that the proper version of java is set on your path. If you type $java -version and it's not what you expect, then the Ubuntu java symbolic link is probably in place and an old version is installed somewhere. Do a

Calling parameters

2006-11-08 Thread David Whitehurst
What am I doing wrong? I've created additional goals for a plugin for Maven and when I call the goal, I don't get the property. Is my syntax wrong? e.g. mvn myplugin:mygoal -Dmypropertyfile=properties.xml Is this correct syntax? David

Re: We need some explanation ...

2006-11-06 Thread David Whitehurst
] http://jira.codehaus.org/browse/mng [5] http://maven.apache.org/guides/mini/guide-apt-format.html David Whitehurst wrote: Franz: This is excellent discussion. This was what I was looking for. I had seen the intro to the lifecycle link before but that seems out there somewhat for most

Re: Maven 2.0.4 Project Creationm Problem

2006-11-06 Thread David Whitehurst
mvn archetype:create -DarchetypeGroupId=archetype-groupId -DarchetypeArtifactId=archetype-artifactId \ -DarchetypeVersion=archetype-version -DgroupId=my.groupid -DartifactId=my-artifactId Also be sure that you use the -DarchetypeVersion= ... that's probably your problem David On 11/6/06,

Re: Maven 1.0.2

2006-11-06 Thread David Whitehurst
Scott: It sounds as if you're looking for the ground that I'm always looking for. I think you're going to find that you have to create some play projects and try it out. I don't think any books have done it justice. I would roll up the sleeves and try it out. David On 11/6/06, Scott Purcell

Re: Maven rant

2006-11-05 Thread David Whitehurst
Excellent thoughts! I want to adopt maven2 and in-fact we are debating the issue at work. And the cons are the lack of documentation and the fact that ANT is easier to customize. And, that's what we all do, customize everything to support our needs. I WIKI everything and I wish I had a public

We need some explanation ...

2006-11-05 Thread David Whitehurst
will do when I run them in eclipse? Also, I imagine some of them may or may not be there. That would be worth documenting for folks on the WIKI. Thanks, David Whitehurst

Re: We need some explanation ...

2006-11-05 Thread David Whitehurst
and document it for others. Thanks, David Whitehurst On 11/5/06, franz see [EMAIL PROTECTED] wrote: Good day to you, David, The generate-sources, phase is used for auto code generation. An example for this would be the maven-modello-plugin (see [1]) which allows the creation of Xpp3 Readers, Writers

Re: Can't get project.xml to work ...

2004-01-25 Thread David Whitehurst
I'm confused, what does my project depend on other than the JAR's that are in my /lib folder, but that's on CVS too along with /src. Am I supposed to be looking for the java sdk jar? I only depend on the /lib jars and the /conf folder, but each are on CVS, where would I download that from?

Re: Can't get project.xml to work ...

2004-01-25 Thread David Whitehurst
... Cheers, john On Sun, 2004-01-25 at 23:02, David Whitehurst wrote: I'm confused, what does my project depend on other than the JAR's that are in my /lib folder, but that's on CVS too along with /src. Am I supposed to be looking for the java sdk jar? I only depend on the /lib jars and the /conf