Re: [LOADING CLASS]

2008-12-21 Thread João Kreuzberg
endorse content contained within this transmission. Date: Sun, 21 Dec 2008 06:21:33 +1030 From: baerr...@gmail.com To: users@maven.apache.org Subject: Re: [LOADING CLASS] On Sun, Dec 21, 2008 at 12:58 AM, João Kreuzberg ivanirj...@gmail.com wrote: Thanks for the quick response, This is what I

Re: [LOADING CLASS]

2008-12-20 Thread Barrie Treloar
On Sat, Dec 20, 2008 at 4:39 PM, João Kreuzberg ivanirj...@gmail.com wrote: Hello Guys, I have a maven plugin that needs to load classes from the project, but when I try I get class not found exception, so I'm guessing I need to configure something to let maven know that the application

Re: [LOADING CLASS]

2008-12-20 Thread João Kreuzberg
Thanks for the quick response, This is what I have on my mojo: * * @goal model-to-files * * @phase compile * * @requiresDependencyResolution compile I tried all compile/runtime but I can't still load classes by their names. Any hints? Do I need to look up on some special class loader

Re: [LOADING CLASS]

2008-12-20 Thread Barrie Treloar
On Sun, Dec 21, 2008 at 12:58 AM, João Kreuzberg ivanirj...@gmail.com wrote: Thanks for the quick response, This is what I have on my mojo: * * @goal model-to-files * * @phase compile * * @requiresDependencyResolution compile I tried all compile/runtime but I can't still load

RE: [LOADING CLASS]

2008-12-20 Thread Martin Gainty
...@gmail.com To: users@maven.apache.org Subject: Re: [LOADING CLASS] On Sun, Dec 21, 2008 at 12:58 AM, João Kreuzberg ivanirj...@gmail.com wrote: Thanks for the quick response, This is what I have on my mojo: * * @goal model-to-files * * @phase compile

Re: [LOADING CLASS]

2008-12-20 Thread João Kreuzberg
and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Sun, 21 Dec 2008 06:21:33 +1030 From: baerr...@gmail.com To: users@maven.apache.org Subject: Re: [LOADING CLASS] On Sun

[LOADING CLASS]

2008-12-19 Thread João Kreuzberg
Hello Guys, I have a maven plugin that needs to load classes from the project, but when I try I get class not found exception, so I'm guessing I need to configure something to let maven know that the application class path should also include the existing java classes. This plugin will via