RE: Refreshed installer available

2003-10-10 Thread dion
Vincent Massol [EMAIL PROTECTED] wrote on 10/10/2003 03:40:46 PM: Wow. I haven't used it yet but that definitely looks great. A maven installer plugin would be so nice... ;-) I reckon! It'd be easy enough to have a vanilla template that we use that provides install/uninstall and allow the

RE: castor plugin

2003-10-10 Thread Tim Anderson
Thats fine, so long as there is only a single target package. In the two projects where I use castor, I have several. Feel free to submit a patch - just don't break the existing behaviour :) -Tim -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Friday, 10 October

[continued] Re: hibernate plugin

2003-10-10 Thread khote
The hibernate plugin is all screwed up. cvs co maven no longer downloads it at all. I search around in the optional plugins listing, find the source repository link. When I execute cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co maven/src/plugins-build/hibernate/ I get a version that

RE: [continued] Re: hibernate plugin

2003-10-10 Thread Age Mooy
Checkout the maven-plugins project from the cvs repo. The Hibernate plugin has been moved there a couple days ago and obviously the docs don't reflect that move yet. Age -Original Message- From: khote [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 10:20 To: Maven Users

Re: [continued] Re: hibernate plugin

2003-10-10 Thread khote
Do you suppose that one day there will be a cvs co maven-all similar to the way you have to build xdoclet? ie, xdoclet, xjavadoc, and xdocletgui all parallel and underneath xdoclet-all - Original Message - From: Age Mooy [EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED];

Rep:RE: Refreshed installer available

2003-10-10 Thread Emmanuel Venisse
Dion, I obtain an error when I open installer files with nsis compiler Usage: File [/nonfatal] [/a] ([/r] filespec [...]|/oname=outfile one_file_only) Error in script D:\cvs_repo\jakarta\maven\src\installer\nsis\maven_setup.nsi on line 62 -- aborting creation process Do you know HM NIS Edit

user.home

2003-10-10 Thread Harden ZHU
hi, where set ${user.home}? what is default value? thanks harden - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: user.home

2003-10-10 Thread khote
You can always test these things in your maven script. goal name=echouser echo user.home = ${user.home} /echo /goal then maven echouser on your command line. user.home is set by maven or ant, one of the two, by default. This is of course if you're using a *nix system. On windows it isn't

Re: user.home

2003-10-10 Thread dion
khote [EMAIL PROTECTED] wrote on 10/10/2003 08:11:10 PM: You can always test these things in your maven script. goal name=echouser echo user.home = ${user.home} /echo /goal then maven echouser on your command line. user.home is set by maven or ant, one of the two, by default.

Re: [continued] Re: hibernate plugin

2003-10-10 Thread khote
There's something wrong with the linking (XDocletMain.start 47 ) Running hibernate/ java.lang.NoSuchMethodError: xjavadoc.XJavaDoc.setDocEncoding(Ljava/lang/String;)V at xdoclet.XmlSubTask.startProcess(XmlSubTask.java:181) at

Problem using reactor from console

2003-10-10 Thread Wijngaarde [Us Media]
Hi, I have started an EJB project using maven. The EJB project is divided in 4 sub projects. One WEB project, one UTIL project, one EJB project and a final EAR project to build the resulting EAR file. Everything works fine when i start the goals in side every subproject directly. After setting

RE: user.home

2003-10-10 Thread Brian Murray
-Original Message- From: Tomasz Pik [mailto:[EMAIL PROTECTED] where set ${user.home}? what is default value? It's system thing handled by JVM. On *nix it's $HOME, on Windows %HOMEPATH% (C:\Documents and Settings\youraccount) (even within Cygwin). Small clarification, in Windows

restricting maven -g

2003-10-10 Thread Laurie Harper
Maven's coming along fast! :-) The trouble is, now 'maven -g' produces a somewhat overwhelming amount of options. Is there any way to constrain the output to only list I expect my co-developers to care about? L. - To

relative path problems with xml entities

2003-10-10 Thread Dolf Starreveld
I've had a project (multi project) with a single parent project setup for a while and working fine with rc1 under Linux. Now I moved to Windows (temp) and suddenly the build failed. I tracked it down to a declaration of an external SYSTEM entity at the top of the project.xml. If I commented out

Re: restricting maven -g

2003-10-10 Thread Dominik Dahlem
Maven comes with plugins which provide most of the functionality you need. If there are any plugin which are not needed in your development environment you can delete them from the plugins list. Since some plugins are moved out of the core newer version of maven just contain only those which are

maven which class

2003-10-10 Thread Dominik Dahlem
Hi, is there a plugin which provides a mechanism to search for a class in the maven-classpath and prints out the location of the corresponding .jar-file? As an extension, I could imagine information on this class in the classpath as a whole. It might appear in several jars and it may be

RE: access violation when executing multiproject:site on win XP machine

2003-10-10 Thread Stefan Hedtfeld
Hi, on Sep 23 I posted a message with the above subject. I first thought it was a maven problem as I first saw it in the maven context. But a few days later I recognised the same error with a different library, so I thought it could be an Windows XP issue. But now I must admit that it's

Newbie question: how do I create Genapp templates?

2003-10-10 Thread Yoway . Buorn
Hi, I've been experimenting with Maven for some time now, but I'm still relatively new to the concepts and how a lot of the plugins work. I'm trying to modify the project descriptor that is created by Genapp. All I see in the FAQ is a question about adding a script for a template. Does this

eclipse plugin - no effect from the external tools goal?

2003-10-10 Thread Marc Portier
Hi all, have been doing my first tests with maven, most of it has been working as promised so I'm assuming the following is probably caused by some misunderstanding from my part. when testing all goals from the eclipse plugin to learn what to expect from them I can't see a noticable effect from

Chance of updating Castor plugin to 0.9.5.2?

2003-10-10 Thread Brent Hale
Hi, The Castor plugin is not up-to-date with the lastest Castor release. Can someone update the Castor plugin (the project.xml file) to use castor-0.9.5.2.jar? I've gone in and changed the dependency on my machine but our nightly build (and everybody else's machine) also needs to get

Re: Chance of updating Castor plugin to 0.9.5.2?

2003-10-10 Thread Jason van Zyl
On Fri, 2003-10-10 at 19:06, Brent Hale wrote: Hi, The Castor plugin is not up-to-date with the lastest Castor release. Can someone update the Castor plugin (the project.xml file) to use castor-0.9.5.2.jar? I've gone in and changed the dependency on my machine but our nightly build

Re: restricting maven -g

2003-10-10 Thread dion
Can you uninstall the plugins you don't want? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ news [EMAIL PROTECTED] wrote on 10/10/2003 12:55:41 PM: Maven's coming along fast! :-) The trouble is, now 'maven -g' produces a somewhat overwhelming amount