Classloading issues with Maven 3 on Linux (was: maven-antrun-plugin fails because of missing class)

2012-02-09 Thread Lewis, Eric
Me again :-) Ok, it turns out this is not a maven-antrun-problem, but a general classloading problem which we seem to have on Linux. The local builds are on Windows, and to make sure I'm in the same situation as on Linux, I removed my local Maven repo and started over, using the gmaven-plugin

Classloading issues with Maven 3 on Linux (was: maven-antrun-plugin fails because of missing class)

2012-02-09 Thread Lewis, Eric
anything like this? Or should I ask on the Nexus mailing list? Best regards, Eric -Ursprüngliche Nachricht- Von: Lewis, Eric [mailto:eric.le...@ipi.ch] Gesendet: Donnerstag, 9. Februar 2012 15:38 An: Maven Users List Betreff: Classloading issues with Maven 3 on Linux (was: maven-antrun

gmaven classloading issues

2008-07-08 Thread Kallin Nagelberg
I'm encountering some really strange classloading issues with the gmaven plugin. I am executing it to generate some sources for a project of mine, and the script I wrote calls some classes in a dependency. I get all sorts of exceptions saying classnotfound. I debugged it, and found

RE: Classloading Issues

2007-11-20 Thread Paul Hepworth
Just to add, the weblogic dependencies scope is system. -Original Message- From: Paul Hepworth [mailto:[EMAIL PROTECTED] Sent: 20 November 2007 18:42 To: users@maven.apache.org Subject: Classloading Issues Hi On my project, we are using Weblogic 8.1 and XmlBeans 2.3 and associated

Classloading Issues

2007-11-20 Thread Paul Hepworth
Hi On my project, we are using Weblogic 8.1 and XmlBeans 2.3 and associated dependencies. The problem we have is that there are duplicate implementations (of different versions) of things such as QName, and so when running our tests, depending on which one is loaded first, it either works or

Classloading issues in offline mode with 2.0.5

2007-02-21 Thread Cagatay Civici
Hi, After switching to 2.0.5 from 2.0.4, classloading problems come up in offline mode. We have a custom plugin and it throws a NoClassDefFoundError in -o mode. When we turn off the -o mode off, it works ok. This was no issue when using 2.0.4. Any ideas? Regards, Cagatay Civici [EMAIL

Re: [m2] maven-antrun-plugin classloading issues?

2005-11-26 Thread Brett Porter
How do you define your ant task? I think this is just a matter of how the classpaths are defined and can be fixed - check that it is not in JIRA and if not, please add it. Thanks, Brett On 11/25/05, Henry Isidro [EMAIL PROTECTED] wrote: Hi. I'm trying to run an ant task from the antrun plugin.

[m2] maven-antrun-plugin classloading issues?

2005-11-24 Thread Henry Isidro
Hi. I'm trying to run an ant task from the antrun plugin. When I try to define some dependencies as provided so that the packaging won't include them, the build stops and complains that the ant task can't find classes found in those provided dependencies. Everything works fine if I specify