Re: Stuck on custom wagon and plexus

2008-09-04 Thread Brett Porter
2008/9/5 Edelson, Justin <[EMAIL PROTECTED]> > It's definitely a classloading issue as I was ultimately able to do what I > needed to do with reflection. But that code is really ugly and I'd like to > understand the problem. Rolling back to 2.0.8 isn't really an option as I > have some projects th

RE: Stuck on custom wagon and plexus

2008-09-04 Thread Edelson, Justin
Brett 2008/9/4 Edelson, Justin <[EMAIL PROTECTED]> > FWIW (probably not much) I also tried merging my two projects into one and > see the same result. > > Justin > > > > From: Edelson, Justin > Sent: Thu 9/4/2008 8:14 AM > To:

Re: Stuck on custom wagon and plexus

2008-09-04 Thread Brett Porter
> FWIW (probably not much) I also tried merging my two projects into one and > see the same result. > > Justin > > > > From: Edelson, Justin > Sent: Thu 9/4/2008 8:14 AM > To: users@maven.apache.org > Subject: Re: Stuck on custom wagon a

RE: Stuck on custom wagon and plexus

2008-09-04 Thread Edelson, Justin
FWIW (probably not much) I also tried merging my two projects into one and see the same result. Justin From: Edelson, Justin Sent: Thu 9/4/2008 8:14 AM To: users@maven.apache.org Subject: Re: Stuck on custom wagon and plexus I'm not instantiating the

Re: Stuck on custom wagon and plexus

2008-09-04 Thread Edelson, Justin
From: Brett Porter <[EMAIL PROTECTED]> To: Maven Users List Sent: Wed Sep 03 23:11:00 2008 Subject: Re: Stuck on custom wagon and plexus this could be a classloading issue. How are you instantiating the wagon, and how are you declaring it to Maven (is it just a dependency of the plugin?) -

Re: Stuck on custom wagon and plexus

2008-09-03 Thread Brett Porter
from that of ScpWagon > > > > > > > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Wed 9/3/2008 9:57 PM > To: Maven Users List > Subject: Re: Stuck on custom wagon and plexus > > > > Is the resource really in that direct

RE: Stuck on custom wagon and plexus

2008-09-03 Thread Edelson, Justin
Wagon From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wed 9/3/2008 9:57 PM To: Maven Users List Subject: Re: Stuck on custom wagon and plexus Is the resource really in that directory? It should be src/main/resources/META-INF/plexus/components.xml instead :) Cheers,

Re: Stuck on custom wagon and plexus

2008-09-03 Thread Brett Porter
Is the resource really in that directory? It should be src/main/resources/META-INF/plexus/components.xml instead :) Cheers, Brett 2008/9/4 Edelson, Justin <[EMAIL PROTECTED]> > I'm writing a Maven plugin that requires a customized version of the SCP > Wagon. While I've written a number of plugin

Stuck on custom wagon and plexus

2008-09-03 Thread Edelson, Justin
I'm writing a Maven plugin that requires a customized version of the SCP Wagon. While I've written a number of plugins in the past, this is the first time I've tried to create a Plexus component and I seem to be stuck. Here's what I've done: * In one project, I have a class (...JschTunnelWagon),