RE: How to create my own genapp template?

2004-09-14 Thread Jörg Schaible
Gisbert Amm wrote on Monday, September 13, 2004 7:20 PM: Hi all, sorry for the probably newbie question; I didn't find the answer in the documentation. I want to create my own customized template based on the web template so that I can call maven genapp myapp to create customized

Maven test goal fails (ClassNotFoundException)

2004-09-14 Thread Dinko Hadzic
Hi, Since I started working with Maven few days ago, I have come a long way - however not all the way yet ;) To be honest - without the help of the mailing lists I would have probably given up, although Maven is a great tool. The problem: when executing Maven test goal, the process fails

Re: How to create my own genapp template?

2004-09-14 Thread Gisbert Amm
Jörg Schaible wrote: Gisbert Amm wrote on Monday, September 13, 2004 7:20 PM: I want to create my own customized template based on the web template so that I can call maven genapp myapp to create customized projects. Have a look at the properties:

RE: Maven test goal fails (ClassNotFoundException)

2004-09-14 Thread Jörg Schaible
Dinko Hadzic wrote on Tuesday, September 14, 2004 9:58 AM: [snip] The problem: when executing Maven test goal, the process fails generating an ClassNotFoundException. I assume a wrong path was specified somewhere in my configuration files. Any hints at all would be greatly appreciated!

CVS checking out stuffed

2004-09-14 Thread jeff mutonho
Hi guys I've got a top level project directory called Support which has the sub-projects Support_Logging, Support_Messaging and Support_Persistence , each with it's own maven and project xml files. In the top level project , i.e Support , I have a maven.xml file that looks like as follows:

RE: How to create my own genapp template?

2004-09-14 Thread Jörg Schaible
Gisbert Amm wrote on Tuesday, September 14, 2004 11:32 AM: [snip] By default Maven searches also templates in the directory ${maven.local.home}/templates i.e. $HOME/.maven/templates. Create subdirectories there (the name of the template equals the directory name), that have own

Re: How to create my own genapp template?

2004-09-14 Thread Gisbert Amm
Jörg Schaible wrote: Gisbert Amm wrote on Tuesday, September 14, 2004 11:32 AM: By default Maven searches also templates in the directory ${maven.local.home}/templates i.e. $HOME/.maven/templates. Create subdirectories there (the name of the template equals the directory name), that have own

RE: How to create my own genapp template?

2004-09-14 Thread Jörg Schaible
Gisbert Amm wrote on Tuesday, September 14, 2004 12:41 PM: [snip] Hmm. This should work. Can you give it a try and define maven.genapp.template.repository manually (remember it points to the root of the templates)? When I call $ maven -b genapp

Proxy not working

2004-09-14 Thread Yvon Leclerc
I'm trying to get maven to work behind my firewall (it's been one week). Here's my build.properties: maven.proxy.host=proxy.ca.mycompany.com maven.proxy.port=8080 maven.username=myuserid maven.password=mypassword When I maven jar I get: Attempting to download

Getting plugin version

2004-09-14 Thread Eric Giguere
Hi all Anybody knows if there is a way to print out on the console the active version of a plugin? Could usefull when environment checks are required. Ex.: one of my team members have a problem building, first check to do the version of the plugin used to see if its up to date. thx Eric.

Re: Proxy not working

2004-09-14 Thread Brett Porter
are you sure you have the host/domain right? Have you successfully used the proxy through any other Java based applications? Cheers, Brett On Tue, 14 Sep 2004 09:19:14 -0400, Yvon Leclerc [EMAIL PROTECTED] wrote: I'm trying to get maven to work behind my firewall (it's been one week).

Re: Getting plugin version

2004-09-14 Thread Brett Porter
maven --info On Tue, 14 Sep 2004 09:17:20 -0400, Eric Giguere [EMAIL PROTECTED] wrote: Hi all Anybody knows if there is a way to print out on the console the active version of a plugin? Could usefull when environment checks are required. Ex.: one of my team members have a problem

Re: Getting plugin version

2004-09-14 Thread Eric Giguere
:) How nice. thx Brett! Eric. Brett Porter wrote: maven --info On Tue, 14 Sep 2004 09:17:20 -0400, Eric Giguere [EMAIL PROTECTED] wrote: Hi all Anybody knows if there is a way to print out on the console the active version of a plugin? Could usefull when environment checks are required. Ex.:

RE: Proxy not working

2004-09-14 Thread Yvon Leclerc
For my host/domain in Win2000, I used the My Computer/Properties/Network ID info. My hostname is a.b.c.d.e and domain b.c.d.e so I used a.b.c.d.e for maven.proxy.ntlm.host, and b.c.d.e for maven.proxy.ntlm.domain. I even tried just a for host. ... Yvon -Original Message- From: Brett

RE: How to schedule a nightly build in Maven

2004-09-14 Thread Peter Melling
-Original Message- From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 10:40 AM To: 'Maven Users List' Subject: RE: How to schedule a nightly build in Maven Anytime a build fails I and whoever checked in code since the last build get notified. The

RE: How to schedule a nightly build in Maven

2004-09-14 Thread Springer, Ian P.
Use cruisecontrol (http://cruisecontrol.sourceforge.net/). | -Original Message- | From: Peter Melling [mailto:[EMAIL PROTECTED] | Sent: Tuesday, September 14, 2004 2:23 PM | To: 'Maven Users List' | Subject: RE: How to schedule a nightly build in Maven | | | | -Original

Local Repository contents

2004-09-14 Thread Peter Melling
Hello everyone, I am concerned about the fact that Maven periodically attempts to download jars that I have not specified in my dependencies. I will run maven knowing that all the dependencies needed to compile my project are in my own repository, and Maven will say that it needs, for example,

RE: Local Repository contents

2004-09-14 Thread Courtney, Craig
I asked the same question a while back, and the basic answer was no. I am currently working on a plug-in that extracts project dependencies to a database and validates them against an approved list. In addition I'm setting up an internal remote repository to contain our releases and

How do I upgrade to multiproject snapshot plugin?

2004-09-14 Thread Helck, Christopher
I would like to upgrade to the multiproject 1.4-SNAPSHOT. How do I do this? I tried Maven -DartifactId=maven-multiproject-plugin -DgroupId=maven-plugins -Dversion=1.4-SNAPSHOT plugin:download But maven was unable to find the snapshot. Thanks, C. Helck The information contained in this e-mail

Re: How do I upgrade to multiproject snapshot plugin?

2004-09-14 Thread Emmanuel Venisse
You must checkout maven-plugins module and build the multiproject project. maven clean:clean plugin:install Emmanuel - Original Message - From: Helck, Christopher [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 10:54 PM Subject: How do I

multiproject eclipse

2004-09-14 Thread Ricardo de Souza Moura
How are you doing to organize your eclipse projects to mapping your maven multiprojects ? Are you doing one eclipse project for each maven subproject ? Are you organizing the maven subprojects inside subdirectories on only one eclipse project ? Does anybody use the mevenide eclipse plugin with

RE: How to schedule a nightly build in Maven

2004-09-14 Thread STRAYER, JON (SBCSI)
CruiseControl does that automatically if it can use the CVS id as an email address. Otherwise you have to map them for it. -Original Message- From: Peter Melling [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 1:23 PM To: 'Maven Users List' Subject: RE: How to schedule

RE: Maven and Web Service ???

2004-09-14 Thread Eric White
If anyone is interested, I couldn't get the ant task to work, but the tool class seems to work with ant:java. Haven't test thoroughly yet. -E goal name=wsdeployhack attainGoal name=war:load/ ant:java classname=com.sun.xml.rpc.tools.wsdeploy.Main failonerror=true fork=true arg

Re: multiproject eclipse

2004-09-14 Thread Philippe Monnet
Ricardo, See http://wiki.codehaus.org/maven/CreatingEjbApplications . It addresses specifically how to create a multiproject structure compatible with Eclipse. The net net is that both the parent and the children directories are at the same level (as opposed to the children being subdirectories

Re: multiproject eclipse

2004-09-14 Thread Adam Fisk
My Eclipse projects map directly to my Maven projects. To me, this makes a lot of sense because if you want your dependencies to be a certain way in Maven, you probably want them to be the same way in Eclipse and vice versa. This allows Eclipse to properly recognize build errors if you

running app

2004-09-14 Thread Adam Fisk
It seems like there must be a simple way to actually run my app using Maven, but I can't seem to track it down. Is there anything like a maven run command where I can specify a maven.mainclass property to just run a main class in my program, something like that? Seems like a silly question,

Re: running app

2004-09-14 Thread Craig S . Cottingham
On Sep 14, 2004, at 23:37, Adam Fisk wrote: It seems like there must be a simple way to actually run my app using Maven, but I can't seem to track it down. Is there anything like a maven run command where I can specify a maven.mainclass property to just run a main class in my program, something

Re: running app

2004-09-14 Thread Adam Fisk
Pretty simple. I'll use exactly that. Thanks Craig. -Adam Craig S.Cottingham wrote: On Sep 14, 2004, at 23:37, Adam Fisk wrote: It seems like there must be a simple way to actually run my app using Maven, but I can't seem to track it down. Is there anything like a maven run command where I can