Re: Inteference between multiple plugins with extensions

2007-06-15 Thread Shane Isbell
There is an open issue in NMaven to investigate the problem of conflicting packaging names : http://jira.codehaus.org/browse/NMAVEN-65. The most likely solution is to change the packaging name to include a dotnet: identifier; so instead of "library", we would use "dotnet:library". Shane On 6/13

Help in Configuring ArtifactHandler for Standalone Plugin

2007-05-10 Thread Shane Isbell
I am creating a standalone plugin (@requiresProject false, @requiresDirectInvocation true) that invokes the org.apache.maven.artifact.resolver.ArtifactResolver.resolveTransitivelymethod. I also have a components.xml file within the jar that contains an entry for the artifact handlers. or

Re: maven.compile.bootclasspath property in 2.0?

2005-06-23 Thread Shane Isbell
Brett > > On 6/24/05, Shane Isbell <[EMAIL PROTECTED]> wrote: > > In Maven 1.0, there is a maven.compile.bootclasspath property. Is this > > property used within Maven 2.0 alpha-2? If not, how do I set the &g

maven.compile.bootclasspath property in 2.0?

2005-06-23 Thread Shane Isbell
In Maven 1.0, there is a maven.compile.bootclasspath property. Is this property used within Maven 2.0 alpha-2? If not, how do I set the bootclasspath? Thanks, Shane - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

URL of the Maven 2.0 alpha-3 SVN release?

2005-06-23 Thread Shane Isbell
What is the URL of the Maven 2.0 alpha-3 SVN release? Thanks, Shane - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem targeting two platform builds with Maven 2.0

2005-06-20 Thread Shane Isbell
m SVN > today, or wait for the release next week. Some of the repository support may > still need some work, so we'd be interested to hear your experiences. > > > > > >Cheers, > > >Brett > > > > > >On 6/17/05, Shane Isbel

Re: Problem targeting two platform builds with Maven 2.0

2005-06-16 Thread Shane Isbell
By separate executions, I mean separate executions of xml.pom[myproject]. On 6/16/05, Shane Isbell <[EMAIL PROTECTED]> wrote: > Say the project structure is something like > > > ---pom.xml > +-- > ---pom.xml > +-- > ---pom.xml > > In this case,

Re: Problem targeting two platform builds with Maven 2.0

2005-06-16 Thread Shane Isbell
elaborate on that? This is the part that is not > currently supported, the profile executions must be separate. > > Thanks, > Brett > > On 6/17/05, Shane Isbell <[EMAIL PROTECTED]> wrote: > > Hi Brett, > > > > The use case is as follows: Each sub project h

Re: Problem of targetting two JDK versions

2005-06-16 Thread Shane Isbell
> Thus the library would have a unique name, but the dependency on it would say > if > I need the jdk 1.4 or jdk 1.5 version. > > This may in fact be related to an earlier post by Shane Isbell [EMAIL > PROTECTED] > of totally different targets: > Re: Problem targeting two

Re: Problem targeting two platform builds with Maven 2.0

2005-06-16 Thread Shane Isbell
27;d like to > walk through the use case with you. > > Cheers, > Brett > > On 6/17/05, Shane Isbell <[EMAIL PROTECTED]> wrote: > > For my current project, I am testing a migration from ANT to Maven 2.0 > > (alpha 2). I have encountered an issue that I am unable

Problem targeting two platform builds with Maven 2.0

2005-06-16 Thread Shane Isbell
For my current project, I am testing a migration from ANT to Maven 2.0 (alpha 2). I have encountered an issue that I am unable to resolve. I have a single source tree, but I need to compile and package a JAR for two different platforms: J2SE and CDC. I have built two separate pom.xml files: pom-J2