unable to install plugin in eclipse IDE(Galileo)

2012-07-12 Thread rahul bhalla
Sir/ Ma'am I tired to install plugin in my eclipse IDE but i m unable to do that I need your help to install the maven plugin into my IDE and Reason/step where i m wrong Steps Which i followed is Given Below: 1.) Open Eclipse Galileo 2.) Go Help - Install Software 3.) add url *

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-12 Thread Stephen Connolly
Each plugin invokation gets its own classloader as this is to allow for different versions of the same plugin being used in a multi-module project, also to allow for injecting different dependencies into a plugin. On 12 July 2012 06:55, Oleg Estekhin oleg.estek...@gmail.com wrote: HI, thanks

Re: Xdoclet not generating EJB's

2012-07-12 Thread Baskar D
I solved the problem using Runtime.exec() by passing command array to build the ejb's. Now xdoclet generating EJB successfully. Thank you very much Wayne Fay and Jorg for your suggestions. -- View this message in context:

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-12 Thread Oleg Estekhin
The very special test project with 7000 modules total and 4000 of them using the plugin works fine - single classloader, single singleton inside SqlJet library. The actual real-life project that has this issue has 100+ modules with almost each module using the plugin and during the build of

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-12 Thread Stephen Connolly
Are you testing with Maven 2.x and they building with Maven 3.x? Maven 2.x uses one plugin classloader for the reactor which causes tones of issues. Maven 3.x fixes this by instantiating a new classloader for every invokation On 12 July 2012 11:10, Oleg Estekhin oleg.estek...@gmail.com wrote:

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-12 Thread Oleg Estekhin
All parties use Maven 3.0.4. -Исходное сообщение- From: Stephen Connolly Sent: Thursday, July 12, 2012 2:13 PM To: Maven Users List Subject: Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously Are you

Re: Problem with maven and deleting files in a test case

2012-07-12 Thread esyimn...@gmx.de
For a better understanding I reduced my code to the problem parts and made a small project (maven-file-test, attached to the mail). In this Just so you know, this mail list strips attachments. If you want to share the project, you will need to post it somewhere like Gist. Wayne I see, I made

RE: Dependency entry changes runtime

2012-07-12 Thread Pimentel, Robert
Just out of curiosity, why are you using provided, or optional, and not runtime scope? -Original Message- From: Amir Gheibi [mailto:aghe...@fmep.ag.gov.bc.ca] Sent: Wednesday, July 11, 2012 5:04 PM To: Maven Users List Subject: RE: Dependency entry changes runtime Thanks mate. Still

Re: unable to install plugin in eclipse IDE(Galileo)

2012-07-12 Thread Ron Wheeler
If you switch to Eclipse STS, you don't need to do this. It comes with everything that you need to do Java (and some other languages) already loaded when you install it. Saves all this grief with the barebones Eclipse distribution. Ron On 12/07/2012 4:11 AM, rahul bhalla wrote: Sir/ Ma'am I

Re: Dependency entry changes runtime

2012-07-12 Thread Ron Wheeler
I would check to make sure that the version used at run time matches (or is more recent) than the version used at compile time. It looks like somebody is calling somebody with an argument of a type that the called method does not expect and can not map to anything that it knows. Perhaps the

Generating javadoc for a set of unrelated projects?

2012-07-12 Thread org.apache.maven.user
Hello. I have a set of projects, with some interdependencies. I can't modify the pom files of the individual projects, and there aren't any real links between them other than some artifact dependencies. What's the simplest way to generate (aggregated) javadoc for this set of projects?

Re: unable to install plugin in eclipse IDE(Galileo)

2012-07-12 Thread Jörg Schaible
rahul bhalla wrote: Sir/ Ma'am I tired to install plugin in my eclipse IDE but i m unable to do that I need your help to install the maven plugin into my IDE and Reason/step where i m wrong Steps Which i followed is Given Below: 1.) Open Eclipse Galileo 2.) Go Help - Install Software

Re: Generating javadoc for a set of unrelated projects?

2012-07-12 Thread Curtis Rueden
Hi org.apache.maven.user, What's the simplest way to generate (aggregated) javadoc for this set of projects? Is it enough that your javadocs cross-link with each other at their respective published locations? If so, you can add the links to the maven-javadoc-plugin configuration. E.g.:

How to change java compiler warning to error

2012-07-12 Thread dror
I'm trying to change java compiler warning to error and error to warning. For example: fallthroughCase=error nullReference=error enumIdentifier=error וnusedObjectAllocation=warning redundantNullCheck=warning It is easily done on the Eclipse environment, but I haven't found a way to do the

Re: How to change java compiler warning to error

2012-07-12 Thread Curtis Rueden
Hi Dror, I'm trying to change java compiler warning to error and error to warning. It is easily done on the Eclipse environment, but I haven't found a way to do the same on our build server. Javac (which is what Maven uses) is a completely different compiler than Eclipse's JDT core compiler.

Passing system arguments to the forked maven process for release:prepare and release:perform

2012-07-12 Thread Todd Nine
Hi all, I'm attempting to re-package a 3rd party open source project and create our own custom distribution. I've modified and the source, and the repo is available here. https://github.com/apigee/beanstalk-spring-integration/tree/usergrid I'm attempting to perform a release, however these

Re: Passing system arguments to the forked maven process for release:prepare and release:perform

2012-07-12 Thread Ansgar Konermann
Am 12.07.2012 22:33, schrieb Todd Nine: Hi all, I'm attempting to re-package a 3rd party open source project and create our own custom distribution. I've modified and the source, and the repo is available here. https://github.com/apigee/beanstalk-spring-integration/tree/usergrid I'm

Re: Problem with maven and deleting files in a test case

2012-07-12 Thread Wayne Fay
With JUnit everthing is perfekt on Linux and Windows. With Maven it What version of JUnit and how are you calling it? works perfekt under Linux, but fails sometimes under Windows 7 64. What is the failure under Windows? Can you add code to trap that error and report the details? Do you have

Re: Passing system arguments to the forked maven process for release:prepare and release:perform

2012-07-12 Thread Todd Nine
Any idea how to merge the two? I obviously want command line arguments, putting our S3 creeds into a public repo isn't a very good idea! ;) -- Todd Nine On Thursday, July 12, 2012 at 2:14 PM, Ansgar Konermann wrote: Am 12.07.2012 22:33, schrieb Todd Nine: Hi all, I'm attempting to

Re: Problem with maven and deleting files in a test case

2012-07-12 Thread Wayne Fay
I see, I made it available on http://novaexpress.dyndns.org:8181/maven/maven-file-test.zip for a few days. I hope you understand when I say that I'm not hugely interested in downloading and running code that I know 1) deletes stuff and 2) doesn't seem to work properly in all cases. But perhaps

Re: Passing system arguments to the forked maven process for release:prepare and release:perform

2012-07-12 Thread Stephen Connolly
Override back to ${arguments} -Psonatype-... On Thursday, 12 July 2012, Todd Nine wrote: Any idea how to merge the two? I obviously want command line arguments, putting our S3 creeds into a public repo isn't a very good idea! ;) -- Todd Nine On Thursday, July 12, 2012 at 2:14 PM, Ansgar

Re: Passing system arguments to the forked maven process for release:prepare and release:perform

2012-07-12 Thread Todd Nine
Thanks Stephen! Do I need to do that in the parent pom or in mine? -- Todd Nine On Thursday, July 12, 2012 at 2:33 PM, Stephen Connolly wrote: Override back to ${arguments} -Psonatype-... On Thursday, 12 July 2012, Todd Nine wrote: Any idea how to merge the two? I obviously want

Re: Passing system arguments to the forked maven process for release:prepare and release:perform

2012-07-12 Thread Stephen Connolly
yours since you don't control the parent On 12 July 2012 22:35, Todd Nine tn...@apigee.com wrote: Thanks Stephen! Do I need to do that in the parent pom or in mine? -- Todd Nine On Thursday, July 12, 2012 at 2:33 PM, Stephen Connolly wrote: Override back to ${arguments}