Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
On Mon, 30 Apr 2012 14:59:12 +0100 (BST) Mark Struberg wrote: > Nope, guess there is no helper yet. > > But the only code part which is a bit more non-obvious is the one which > applies the ClassPath to the plugin itself: > > https://svn.apache.org/repos/asf/openjpa/trunk/openjpa-tools/openjpa

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Mark Struberg
/AbstractOpenJpaMojo.java See protected void extendRealmClasspath() LieGrue, strub - Original Message - > From: Tony Chemit > To: dev@maven.apache.org > Cc: > Sent: Monday, April 30, 2012 2:52 PM > Subject: Re: how to obtain project class-path with all his dependencies > > O

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
- > > From: Tony Chemit > > To: dev@maven.apache.org > > Cc: > > Sent: Monday, April 30, 2012 12:56 PM > > Subject: Re: how to obtain project class-path with all his dependencies > > > > On Mon, 30 Apr 2012 06:46:10 -0400 > > "Jason Pyeron&q

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
On Mon, 30 Apr 2012 12:22:44 +0100 Stephen Connolly wrote: > So look at the plugin's source code ;-) rohhh Stephen, please don't hurt me :) I just wonder if somebody knows a nice helper method to do that inside a share component. I already have a working code, and I looked in the dependency pl

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Stephen Connolly
So look at the plugin's source code ;-) On 30 April 2012 11:56, Tony Chemit wrote: > On Mon, 30 Apr 2012 06:46:10 -0400 > "Jason Pyeron" wrote: > > > > -Original Message- > > > From: Tony Chemit > > > Sent: Monday, April 30, 2012 6:30 > > > > > > Hi, > > > > > > I'd like to know if ther

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Mark Struberg
12:56 PM > Subject: Re: how to obtain project class-path with all his dependencies > > On Mon, 30 Apr 2012 06:46:10 -0400 > "Jason Pyeron" wrote: > >> > -Original Message- >> > From: Tony Chemit >> > Sent: Monday, April 30, 2012 6

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
On Mon, 30 Apr 2012 06:46:10 -0400 "Jason Pyeron" wrote: > > -Original Message- > > From: Tony Chemit > > Sent: Monday, April 30, 2012 6:30 > > > > Hi, > > > > I'd like to know if there is an existing helper code to > > obtain for a given scope a fresh class-path containing all > > d

RE: how to obtain project class-path with all his dependencies

2012-04-30 Thread Jason Pyeron
> -Original Message- > From: Tony Chemit > Sent: Monday, April 30, 2012 6:30 > > Hi, > > I'd like to know if there is an existing helper code to > obtain for a given scope a fresh class-path containing all > dependencies of a maven module. Could be misunderstanding you, but googling d