Re: [m2]Error running remote debug

2006-10-03 Thread Carlos Sanchez
what about using export instead of set ? On 10/2/06, Alan Mosely <[EMAIL PROTECTED]> wrote: Hi, I am trying to run a remote debug on an example project (daytrader from the Better Builds with Maven book) using Eclipse. I set SET MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE-Xrunjdwp:transpor

Re: [m2]Error running remote debug

2006-10-03 Thread Carlos Sanchez
export MAVEN_OPTS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005" On 10/3/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: what about using export instead of set ? On 10/2/06, Alan Mosely <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to run a remote debug on an

Re: XFire 1.2.2 released - please sync repo with Codehaus

2006-10-03 Thread Carlos Sanchez
done On 10/3/06, Dan Diephouse <[EMAIL PROTECTED]> wrote: Hiya, Last I checked the repo still had to be sync'd with Codehaus by hand. Could someone please do this? Thanks, - Dan -- Dan Diephouse Envoi Solutions http://envoisolutions.com http://netzooid.com/blog --

Releasing javadoc plugin

2006-10-03 Thread Carlos Sanchez
There has been a lot of changes in the javadoc plugin, and last release was in march. Can we go for a new one? This is a question mostly for Vincent Siveton, which has done a lot of work in the plugin. -- I could give you my word as a Spaniard. No good. I've known too many Spaniards.

Mojo javadoc tags

2006-10-03 Thread Jörg Schaible
Hi folks, where is the code that defines the different javadoc tags that are used to generate the plugin.xml? Especially I am looking for a flat list/array definition: Two parameters are arrays, but I do not want the entries define in a "wrapped" field, but in a "flat" one. In Modello I can defin

Re: [vote] rbac-integration branch merge to trunk

2006-10-03 Thread Joakim Erdfelt
+1 from me. - Joakim Jesse McConnell wrote: > Brett suggested we do a vote for this today so I figured I would just > do that now. > > [-1/0/+1] vote will be open for 72 hours > > Pulling from the other mail, this branch was pulled a bit over a week > ago to test out the plexus-security integrati

Re: Mojo javadoc tags

2006-10-03 Thread Jason van Zyl
On 3 Oct 06, at 6:05 AM 3 Oct 06, Jörg Schaible wrote: Hi folks, where is the code that defines the different javadoc tags that are used to generate the plugin.xml? Especially I am looking for a flat list/array definition: Two parameters are arrays, but I do not want the entries define in

Re: Mojo javadoc tags

2006-10-03 Thread Jörg Schaible
Jason van Zyl wrote: > > On 3 Oct 06, at 6:05 AM 3 Oct 06, Jörg Schaible wrote: > >> Hi folks, >> >> where is the code that defines the different javadoc tags that are >> used to >> generate the plugin.xml? Especially I am looking for a flat list/array >> definition: >> >> Two parameters are arr

Re: jdeveloper plugin donation

2006-10-03 Thread Fneuch
Someone have news on the migration of this plugin to the maven sandbox? Regards, Sylvain On 9/25/06, Fneuch <[EMAIL PROTECTED]> wrote: I didn't post it anywhere now, I didn't wanted to override the plugin that was in the ADF Myfaces SVN. I could have posted there because my stuff isn't in the

Re: Releasing javadoc plugin

2006-10-03 Thread Geoffrey De Smet
+1 because the aggregate issue will be released: http://jira.codehaus.org/browse/MJAVADOC-72 At spring-richclient we're waiting on a release which contains that, and I believe Wendy of Struts is also waiting for it. Carlos Sanchez wrote, On 2006-10-03 11:08 AM: There has been a lot of changes

Re: ScopeArtifactFilter

2006-10-03 Thread Kenney Westerhof
Brian E. Fox wrote: Is it correct that ScopeArtifactFilter effectively ignores provided and system scopes in the includes check? By the code below, you can see that only compile, runtime and test are supported. Unfortunately, yes. I've tried to get this changed a bunch of times in the past b

Re: Releasing javadoc plugin

2006-10-03 Thread Carlos Sanchez
you should have asked before ;) On 10/3/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: +1 because the aggregate issue will be released: http://jira.codehaus.org/browse/MJAVADOC-72 At spring-richclient we're waiting on a release which contains that, and I believe Wendy of Struts is also waiting

Issues with the maven-invoker-plugin plugin

2006-10-03 Thread Vincent Massol
Hi (John), I'm trying to use the invoker plugin in exactly the same manner as it's used in the assembly plugin. However I have 2 issues: 1) If I have the "clean" goal defined in goals.txt, it fails with: [INFO] [clean:clean] [INFO] Deleting directory C:\dev\maven\trunks\plugins\maven-clover-plug

RE: ScopeArtifactFilter

2006-10-03 Thread Brian E. Fox
Well that's odd. In my case I'm using this for the dependency plugin but I also want to support the other scopes. It means I have to write a bunch of code around this existing class and I figured I couldn't be the only one doing this. I'm not sure how adding: > else if ( DefaultArtifact.SCO

RE: Issues with the maven-invoker-plugin plugin

2006-10-03 Thread Vincent Massol
I've created an issue for this: http://jira.codehaus.org/browse/MNG-2587 Thanks -Vincent > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: mardi 3 octobre 2006 16:33 > To: 'Maven Developers List' > Subject: Issues with the maven-invoker-plugin plugin > > Hi (J

Re: [vote] rbac-integration branch merge to trunk

2006-10-03 Thread Kenney Westerhof
+1 Jesse McConnell wrote: Brett suggested we do a vote for this today so I figured I would just do that now. [-1/0/+1] vote will be open for 72 hours Pulling from the other mail, this branch was pulled a bit over a week ago to test out the plexus-security integration with continuum. Some of t

Trunk system not adding or editing build definition

2006-10-03 Thread Christian Edward Gruber
Hey folks. It seems that the edit build def is not hooked up, and the add new build def gets an invalid group id error. I don't have time to hunt them down, but I wanted to check if they're real bugs or are "in process" before I log to JIRA. Christian. -- *christian** gruber + process coach

Re: build archiva from sources

2006-10-03 Thread Henri Yandell
I didn't get anything new from svn update, but when I run mvn install I see: [INFO] snapshot org.codehaus.plexus:plexus-appserver-maven-plugin:2.0-alpha-3-SNAPSHOT: checking for updates from codehaus.snapshots [INFO] snapshot org.codehaus.plexus:plexus-appserver-maven-plugin:2.0-alpha-3-SNAPSHOT:

Re: jdeveloper plugin donation

2006-10-03 Thread John Casey
Yes. I've moved it over to: http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-jdeveloper-plugin However, the artifactId/groupId hasn't been changed to reflect this move. Would you be able to file a JIRA issue under: http://jira.codehaus.org/browse/MNG that contains your changes? Once

Re: jdeveloper plugin donation

2006-10-03 Thread Fneuch
Thanks, I issue a JIRA for it. (http://jira.codehaus.org/browse/MNG-2588) Regards, Sylvain On 10/3/06, John Casey <[EMAIL PROTECTED]> wrote: Yes. I've moved it over to: http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-jdeveloper-plugin However, the artifactId/groupId hasn't bee

How to run plugins in other than the pom.xml dir

2006-10-03 Thread kovalen pechaycaren
Hello, I have developed some maven2 plugins and to run them I should be in the directory of the pom.xml file. Is there a way of running my plugin anywhere (like for e.g mvn archetype:create)? Thanks -- Kovalen

Re: Releasing javadoc plugin

2006-10-03 Thread Vincent Siveton
Hi Carlos, I think so. But I prefer to release org.apache.maven.plugins:maven-plugins:4 first, due to a bug in the version 3 for the generated index.html Standardization Cheers, Vincent 2006/10/3, Carlos Sanchez <[EMAIL PROTECTED]>: There has been a lot of changes in the javadoc plugin,

Plugin testing (WAS: MNG-2571 - weird exception using the embedder)

2006-10-03 Thread Vincent Siveton
Hi Kenney and others, Background: I added more tests for the antlr plugin. One of them is to call "mvn site" to generate reports. Because I was unable to play with maven-embedder and to specify the correct classloader for the archive and it's dependencies (doxia classes problems!), I decided to c

Sprign 2.0 on ibiblio

2006-10-03 Thread Nicolas De Loof
I've created an upload request for Spring 2.0 archetypes. http://jira.codehaus.org/browse/MAVENUPLOAD-1166 As there is no official POM for maven (work in progress from spring developers) and there are lot's of artefact, I DIDN'T follow the upload request convention for upload bundles, but crea