Excludes in multiproject

2004-06-14 Thread Jörg Schaible
Hi folks, what is the best way to exclude some subprojects from the site generation, but nor from the other goals? I separated some of my subprojects into a "main" part and a "sublementatry" part to generate the different artifacts (e.g. the client-ejb.jar), but it does not make sense to have a

RE: Hibernate schema export

2004-06-14 Thread Eric Pugh
I did some work on the plugin to get it to work with Hibernate2, what version of Hibernate are you using? Try and build the version in CVS. Eric > -Original Message- > From: David Salib [mailto:[EMAIL PROTECTED] > Sent: Monday, June 14, 2004 8:36 PM > To: Maven Users List > Subject: Re:

Javadoc and unit tests

2004-06-14 Thread Jord
Hi, I am wanting to create Javadoc documentation for my unit tests. Is there a property or goal for the javadoc plugin that will accommodate this? I have looked at both junit-report and junitdoclet but each appears not to process javadoc comments during their default operation. Any clues or link

jaxrpc.jar dependency?

2004-06-14 Thread phillip rhodes
Sorry, Extreme newbie here. I am trying to use apache axis, and hence I need the jaxrpc.jar that works with it. I do not see jaxrpc in http://www.ibiblio.org/maven/jaxrpc/ Anyway I copied the jar that I had to the local repository and renamed it jaxrpc-1.0.jar. I have 2 questions: 1) I tried

RE: How to add a resource in a plugin classloader

2004-06-14 Thread Brett Porter
Is the resource in / of the plugin or /plugin-resources? The latter is where you pointed. I would simplify this to: Is everything working except the picking up of the resource from this point? I've had style be stubborn before regardless of this. - Brett Quoting Arnaud Heritie

Re: Perforce plugin gone?

2004-06-14 Thread Brett Porter
How were you using the perforce plugin? All it did was shoved a dependency into the classloader, which a project should be able to do reasonably easily itself. Regards, Brett Quoting Lester Ward <[EMAIL PROTECTED]>: > >From the release notes of RC3: > > The experimental codeswitcher and perforc

RE: How to add a resource in a plugin classloader

2004-06-14 Thread Arnaud Heritier
I tried to do it but without success. I created a path where I added the ${plugin.resources} and I used it in the style task as a reference but it doesn't work. I also tried to create a new task with the customized path: I don't know if it can be a problem with ma

[Checkstyle Plugin] How to avoid the message Trailing spaces

2004-06-14 Thread Manfred Wolff
Moin. I have configured the Checkstyle-Plugin with a own definition. Everything will went well. But the Message "Line has trailing spaces" is not to be deleted. My checkstyle.xml is as followed: uncommented But the message is still there. I use RC3. Any suggestions. Manfred

Re: Hibernate schema export

2004-06-14 Thread David Salib
On Sun, 2004-06-13 at 07:14, Konstantin Shaposhnikov wrote: > On 03:07 Sat 12 Jun , David Salib wrote: > > On Mon, 2004-05-24 at 16:06, Konstantin Shaposhnikov wrote: > > > May be this file could be helpful for somebody > > > > I keep getting a java.lang.NullPointerException but I can't find >

RE: Jar help

2004-06-14 Thread Tim Reilly
Well, I not so long ago began to pursue such an upstream battle. I will say that had we implemented maven, a lot of problems would have fallen away relating to a very inexperienced team considering what we were trying to accomplish. Similar environment/architecture I think; WSAD, Websphere, web ap

Re: Supplying classpath inside a goal

2004-06-14 Thread Erik Husby
[EMAIL PROTECTED] wrote: Apologies if this has been answered before but I couldn't see the answer in the mail archives If in my maven.xml I have some sort of goal that needs to do this: Now that list of jars in the classpath looks like a prime candidate for refe

RE: Jar help

2004-06-14 Thread Bielby, Randy J
>-Original Message- >From: John Casey [mailto:[EMAIL PROTECTED] >Sent: Monday, June 14, 2004 12:17 PM >To: Maven Users List >Subject: RE: Jar help > > >You mention that your company works through a large number of highly >fragmented teams. Also, I'm sure that the codebase overall consi

RE: Jar help

2004-06-14 Thread Bielby, Randy J
>-Original Message- >From: Maczka Michal [mailto:[EMAIL PROTECTED] >Sent: Monday, June 14, 2004 10:31 AM >To: 'Maven Users List' >Subject: RE: Jar help > > > > >> -Original Message- >> From: Bielby, Randy J [mailto:[EMAIL PROTECTED] >> Sent: Monday, June 14, 2004 5:17 PM >> To: M

RE: Jar help

2004-06-14 Thread John Casey
You mention that your company works through a large number of highly fragmented teams. Also, I'm sure that the codebase overall consists of many reusable libraries (proprietary). So, the question I have for you is: Is your company's inter-team communications so good that you can checkout the sourc

Supplying classpath inside a goal

2004-06-14 Thread James . Shute
Apologies if this has been answered before but I couldn't see the answer in the mail archives If in my maven.xml I have some sort of goal that needs to do this: Now that list of jars in the classpath looks like a prime candidate for referencing via the reposi

Perforce plugin gone?

2004-06-14 Thread Lester Ward
>From the release notes of RC3: > The experimental codeswitcher and perforce plugins were removed > from the distribution. Anyone know why? Any advice for someone who was actually using the Perforce plugin? - To unsubscribe, e-m

Re: Multi project problem ??

2004-06-14 Thread Dan Tran
The same concept should apply. Make your portal as the final project which depends on all other portlet projects. Your portal project should combine them all together in one package. I dont know too much about pluto thou. -Dan - Original Message - From: "Eric Chow" <[EMAIL PROTECTED]> T

RE: Jar help

2004-06-14 Thread Jesper Linvald
I just introduced Maven on a major project which made use of pretty much the same strategy as the one you describe. I found that the various duplications of jar files in the CVS repository increasingly resulted in inconsistencies and confusion - the java version of DLL HELL - this is over with ONE

RE: Jar help

2004-06-14 Thread Maczka Michal
> -Original Message- > From: Bielby, Randy J [mailto:[EMAIL PROTECTED] > Sent: Monday, June 14, 2004 5:17 PM > To: Maven Users List > Subject: RE: Jar help > > > First let me say that I really appreciate the responses I > have recieved > on this issue. They have been very helpful in a

RE: Jar help

2004-06-14 Thread Bielby, Randy J
First let me say that I really appreciate the responses I have recieved on this issue. They have been very helpful in at least giving me a start as to how to resolve this challange. I have been on other list servs of this type where responses are critical, arrogant and basically useless. Not the

Re: Direct maven output

2004-06-14 Thread Martin van den Bemt
I use to generate batch and bash files to startup our applications.. Mvgr, Martin On Mon, 2004-06-14 at 16:46, Brett Porter wrote: > Neat, but surely that won't capture other ant output or nest any ant tags? > > hmm.. tried it. You can nest tags it seems, but the output goes elsewhere (Jelly > i

RE: Direct maven output

2004-06-14 Thread Brett Porter
nag is read by some plugins, but not used by maven directly yet. You can use the exit code if you are wrapping the execution. If you want to detect the success/failure of maven from inside maven, you're best to use the reactor and pick up the failed projects from that, then send a mail based on t

Re: Direct maven output

2004-06-14 Thread Brett Porter
Neat, but surely that won't capture other ant output or nest any ant tags? hmm.. tried it. You can nest tags it seems, but the output goes elsewhere (Jelly is hijaacking the Ant output via a build listener - hence my suggestion to capture Jelly's XMLOutput) - Brett Quoting Martin van den Bemt <[

Re: Direct maven output

2004-06-14 Thread Martin van den Bemt
This is my text is a nice way of doing it :) Mvgr, Martin On Mon, 2004-06-14 at 15:52, Brett Porter wrote: > Sorry, I reread this, and realise you are probably trying to catpure output for > a segment of the build inside a plugin. That's not something that I think exists > at the moment, although

RE: Direct maven output

2004-06-14 Thread Jesper Linvald
Thank you Brett - I wont go there then :) Your answer begets the following question though: is there then a way to ask maven whether the build was a success or not? I want to create a build report and send it by mail and it seems that e.g. the nagEmailAddress haven’t really been used/implemented

Re: Direct maven output

2004-06-14 Thread Brett Porter
Sorry, I reread this, and realise you are probably trying to catpure output for a segment of the build inside a plugin. That's not something that I think exists at the moment, although it may be possible by writing a Jelly tag that redirected the XMLOutput... (you probably don't want to go there :)

Re: Direct maven output

2004-06-14 Thread Brett Porter
For Maven 1.0, the only way to do this is to write your own log4j.properties and override it (refer to log4j documentation). That will get 95% of the output - but there is still some system.* in there. - Brett Quoting Jesper Linvald <[EMAIL PROTECTED]>: > Hello all, > > I am writing a custom m

Re: How to add a resource in a plugin classloader

2004-06-14 Thread Brett Porter
I think you need to pass the classpath/classpathref element to the style task. Build the classpath using standard tags. - Brett Arnaud HERITIER wrote: Hello, I have a little problem. I want to use the ant style task to transform some xml files. My xslt file uses a resource bundle to create some

Direct maven output

2004-06-14 Thread Jesper Linvald
Hello all, I am writing a custom maven plugin and would like to know how I can redirect build output to a file. Basically i need to log/redirect what usually get sent to the console... Is there a way to do this in Jelly or in another way? Regards Jesper Linvald MAERSK DATA TRANSPORT Tel no.:

Re: upload to ibiblio policy

2004-06-14 Thread Jefferson K. French
If you have a new version of something you want uploaded to ibiblio, just follow the instructions Jason put together here: http://maven.apache.org/repository-upload.html Or ask the people maintaining the project's main site to follow those steps. Jeff On Sun, 13 Jun 2004, at 10:47:21 [GMT +02

Re: XP %HOME% and Maven

2004-06-14 Thread Brett Porter
As a workaround, you can either skip the step (Maven will download the libs again), or run install_repo.bat tmprepo move tmprepo %HOMEDRIVE%%HOMEPATH%\.maven\repository I get new directory under maven C:\maven\bin\tmprepo? Is it OK to move (by hand) content of this dir to C:\Documents and Se

How to add a resource in a plugin classloader

2004-06-14 Thread Arnaud HERITIER
Hello,   I have a little problem. I want to use the ant style task to transform some xml files. My xslt file uses a resource bundle to create some labels.   My resource bundle is stored in a properties file.   I tried to add this file in plugin’s root directory but the bundle isn’t found.   How can

RE: upload to ibiblio policy

2004-06-14 Thread Carlos Sanchez
Hi, You have the same copyright problems setting up your repository as ibiblio has, that shouldn't be a problem to create your own repository. Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Andreas Frei [mailto:[EMAIL PROTECTED]

How to add a resource in a plugin classloader

2004-06-14 Thread Arnaud HERITIER
Hello, I have a little problem. I want to use the ant style task to transform some xml files. My xslt file uses a resource bundle to create some labels. My resource bundle is stored in a properties file. I tried to add this file in plugin's root directory but the bundle isn't found.

Support for Apt?

2004-06-14 Thread Peter Nabbefeld
Hello, could You please support a goal for the JDK 1.5 Apt utility? Kind regards Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]