Custom Tag library => ClassNotFoundException

2003-10-10 Thread Sri Sankaran
Using: Maven 1.0 rc1 I am trying to use a custom tag library that I've written in a plug-in. However, it fails with a ClassNotFoundException on the TagLibrary class. Following are the relevant snippets: Plugin.jelly ... The plugin's project.xml specifies the appropriate

Re: Chance of updating Castor plugin to 0.9.5.2?

2003-10-10 Thread dion
Raised as MAVEN-925. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brent Hale <[EMAIL PROTECTED]> wrote on 11/10/2003 09:06:59 AM: > Hi, > > The Castor plugin is not up-to-date with the lastest Castor release. > Can someone update the Castor plugin (th

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 amo

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 buil

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 auto-up

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 ru

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 mea

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 simply

RE: maven "which class"

2003-10-10 Thread Alexey Krasnoriadtsev
maven -X runs maven in debug mode and gives you everything you need to know -Original Message- From: Dominik Dahlem [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 9:28 AM To: [EMAIL PROTECTED] Subject: maven "which class" Hi, is there a plugin which provides a mechanism to s

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 interestin

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 co

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

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 unsubscr

Re: user.home

2003-10-10 Thread Tomasz Pik
Brian Murray wrote: On *nix it's $HOME, on Windows %HOMEPATH% (C:\Documents and Settings\youraccount) (even within Cygwin). Small clarification, in Windows (XP at least) %HOMEPATH% does not include the drive letter. You would need to use either %HOMEDRIVE%%HOMEPATH% or %USERPROFILE% Right,

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 Windo

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 up

optional plugins : viewcvs broken links

2003-10-10 Thread Nicolas . CHALUMEAU
It seems that for all the optional plugins the viewcvs link point to the old repositry and not to the maven-plugins repo Nicolas, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [continued] Re: hibernate plugin

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

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. > > > user.home = ${user.home} > > > > then maven echouser on your command line. > > user.home is set by maven or ant, one of the two, by default. 'user.home' is a standard

Re: Rep:RE: Refreshed installer available

2003-10-10 Thread dion
"Emmanuel Venisse" <[EMAIL PROTECTED]> wrote on 10/10/2003 07:00:25 PM: > 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\

Re: [continued] Re: hibernate plugin

2003-10-10 Thread dion
"khote" <[EMAIL PROTECTED]> wrote on 10/10/2003 06:20:05 PM: > The hibernate plugin is all screwed up. It's been moved. > cvs co maven no longer downloads it at all. Nor should it. > I search around in the optional plugins listing, find the source repository > link. it's wrong. I'll fix that n

Re: user.home

2003-10-10 Thread Tomasz Pik
Harden ZHU wrote: hi, 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). Regards, Tomek thanks harden

Re: user.home

2003-10-10 Thread khote
You can always test these things in your maven script. user.home = ${user.home} 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 always so wonderful. - Original M

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]

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 (

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]

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 User

[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 att

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 Octob