Re: [VOTE] Release Apache Maven 3.0-beta-2

2010-08-08 Thread Henri Gomez
+0 Good news and thanks for releasing it ! 2010/8/8 Tony Chemit che...@codelutin.com: +1 (none binding) works fine on all our central safe projects. Great job :) Tony Le Sat, 07 Aug 2010 13:16:42 +0200, Benjamin Bentmann benjamin.bentm...@udo.edu a écrit : Hi, We solved 28 issues:

Re: 3.0 beta 2/3/4 roadmap was Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-06 Thread Henri Gomez
Point of vue of a Maven user : We need to have a new beta release, ie beta-2 since the beta-1 is now 3/4 months old and Maven 2.2.1 is one year old. This will help us show our co-workers and may be more important, our IT managers, that Maven 3.0 progress. They didn't follow maven-dev list and

Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-04 Thread Henri Gomez
2010/8/4 Stephen Connolly stephen.alan.conno...@gmail.com: I share concerns with respect to where the code is hosted.  I recognise that as Apache is a meritocracy, there is a barrier for other developers getting involved.  The Hudson model of You want commit access, here you go is a tad too

Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-04 Thread Henri Gomez
2010/8/4 Stephen Connolly stephen.alan.conno...@gmail.com: If Aether has commit access for all Maven committers automatically, (and I'm not saying it doesn't) then a large part of my concerns can be removed... I recognise the p2 stuff as being a separate concern from the m2 repo stuff and

Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-04 Thread Henri Gomez
2010/8/4 Stephen Connolly stephen.alan.conno...@gmail.com: Alternatively, host the Aether API in one place (hey why not codehaus), the Maven Repo impl in Apache and the p2 repo impl in Eclipse ;-) Very good idea - To

Re: maven-gwt-plugin 1.2 documentation

2010-01-12 Thread Henri Gomez
Oups, right,it should be on mojo-dev. Sorry 2010/1/11 Wayne Fay wayne...@gmail.com: It's not the wrong list, I reported some miss in the gwt plugin to Nicolas. Hopefully, he'll fix them quickly. I think Jason's point is that this discussion belongs on the mojo-dev or mojo-users list, not

maven-gwt-plugin 1.2 documentation

2010-01-11 Thread Henri Gomez
Hi to all, I'll do some GWT 2.0.x application and get a look at http://mojo.codehaus.org/gwt-maven-plugin/ The documentation is still mainly for plugin 1.1 (gwt 1.7.x) with some notice for gwt 2.0 support. Did there is an up to date documentation available somewhere for best practices with

Re: maven-gwt-plugin 1.2 documentation

2010-01-11 Thread Henri Gomez
/1/11 Henri Gomez henri.go...@gmail.com Hi to all, I'll do some GWT 2.0.x application and get a look at http://mojo.codehaus.org/gwt-maven-plugin/ The documentation is still mainly for plugin 1.1 (gwt 1.7.x) with some notice for gwt 2.0 support. Did there is an up to date documentation

Re: maven-gwt-plugin 1.2 documentation

2010-01-11 Thread Henri Gomez
Sorry Jason, It's not the wrong list, I reported some miss in the gwt plugin to Nicolas. Hopefully, he'll fix them quickly. 2010/1/11 Jason van Zyl ja...@sonatype.com: Wrong list. On 2010-01-11, at 5:31 AM, Henri Gomez wrote: Hi to all, I'll do some GWT 2.0.x application and get a look

Re: [VOTE] Release Apache Maven 3.0-alpha-6

2010-01-07 Thread Henri Gomez
No problem here. Many projects build with m2eclipse (from trunk), with the maven3-alpha-6 BTW, I'd like to generalize to our Hudson instance, but it seems Hudson still didn't support maven 3.0 :( 2010/1/7 Olivier Lamy ol...@apache.org: Hi, +1. Tested on company builds with success. Thanks,

Re: [VOTE] Release Apache Maven 3.0-alpha-6

2010-01-07 Thread Henri Gomez
BTW, I'd like to generalize to our Hudson instance, but it seems Hudson still didn't support maven 3.0 :( Just use free-style projects and you're free to use any Maven version you like. i'd like to but about 250 projects to update ;(

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-09 Thread Henri Gomez
+0 (non binding) I'm using m2eclipse from the trunk, using the embedded maven 3 from the trunk, to build several in-house projects. No problems for now 2009/11/9 Arnaud HERITIER aherit...@gmail.com: +1 Tested with success on several projects It becomes to be interesting :-) Arnaud Héritier

Re: missing artifact for maven-3 dev

2009-11-07 Thread Henri Gomez
I see yesterday night (CET), build works now 2009/11/6 Brian Fox bri...@infinity.nu: On Fri, Nov 6, 2009 at 8:34 AM, Henri Gomez henri.go...@gmail.com wrote: Ok. For now, I'm building it thru our corp Nexus, and so I should define them. Do you recommand to use instead a pure proxy settings

Re: maven 3.0 build failure with IBM SDK 5

2009-11-05 Thread Henri Gomez
at all, or relying on defaults?  You might try specifying UTF-8 explicitly in there. On Tue, Nov 3, 2009 at 8:46 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Henri Gomez wrote:  What's the JIRA for this problem (and fix in r832389) ? I'd like to verify if this bug could affect

maven 3.0 build failure with IBM SDK 5

2009-11-03 Thread Henri Gomez
Hi to all, I just added a job on our Hudson server to build Maven 3.0 from the trunk. The job use maven 2.2.1 and a custom repository (to avoid collisions with our others projects). Goals are clean install and MAVEN_OPTS is set to -Xmx512m No problem when I use a Sun JVM Java 5. But if I select

Re: maven 3.0 build failure with IBM SDK 5

2009-11-03 Thread Henri Gomez
A note on this one. Build works with an IBM SDK 6. 2009/11/3 Henri Gomez henri.go...@gmail.com: Hi to all, I just added a job on our Hudson server to build Maven 3.0 from the trunk. The job use maven 2.2.1 and a custom repository (to avoid collisions with our others projects). Goals

Re: maven 3.0 build failure with IBM SDK 5

2009-11-03 Thread Henri Gomez
Henri Gomez wrote: Caused by: org.apache.maven.shared.filtering.MavenFilteringException        at org.apache.maven.shared.filtering.DefaultMavenFileFilter.copyFile(DefaultMavenFileFilter.java:130)        at org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering.filterResources

Re: maven 3.0 build failure with IBM SDK 5

2009-11-03 Thread Henri Gomez
Hi Benjamin, What's the JIRA for this problem (and fix in r832389) ? I'd like to verify if this bug could affect some of ours projects Regards 2009/11/3 Benjamin Bentmann benjamin.bentm...@udo.edu: Henri Gomez wrote: Caused by: org.apache.maven.shared.filtering.MavenFilteringException

Re: maven 3.0 build failure with IBM SDK 5

2009-11-03 Thread Henri Gomez
j9vmxi3223-20090707 (JIT enabled) J9VM - 20090706_38445_lHdSMr JIT - 20090623_1334_r8 GC - 200906_09) JCL - 20090705 Regards 2009/11/3 Henri Gomez henri.go...@gmail.com: Hi Benjamin, What's the JIRA for this problem (and fix in r832389) ? I'd like to verify if this bug could affect some

Building Maven 3.0 from trunk

2009-10-29 Thread Henri Gomez
Hi to all, After build Maven 3 from trunk (https://svn.apache.org/repos/asf/maven/maven-3/trunk/) with ant, I tried to build it with maven 2.2.1 but the build failed about a missing svn command. - To unsubscribe, e-mail:

Re: Building Maven 3.0 from trunk

2009-10-29 Thread Henri Gomez
If you have a missing SVN command, that may mean you do not have an SVN client installed. You should have one installed on your path so when you type svn --version (that's two dashes), you'll know what version you have. yep, I know that, svn command is installed on my OS/X but not on my

Re: Building Maven 3.0 from trunk

2009-10-29 Thread Henri Gomez
2009/10/29 Henri Gomez henri.go...@gmail.com: If you have a missing SVN command, that may mean you do not have an SVN client installed. You should have one installed on your path so when you type svn --version (that's two dashes), you'll know what version you have. yep, I know that, svn

Re: preparing for the next 3.x alpha release

2009-10-22 Thread Henri Gomez
I just tried a project build with the latest maven 3.0 snapshot (Apache Maven 3.0-SNAPSHOT (r828677; 2009-10-22 15:19:50+0200)) It seems to be a problem with the jaxws-maven-plugin 1.11 : Here is the stack trace : [DEBUG]

Re: preparing for the next 3.x alpha release

2009-10-22 Thread Henri Gomez
More on this one. Occurs on Snow Leopard (didn't tried yet on Linux/Windows) and with the jaxws-maven-plugin 1.11. I works with the jaxws-maven-plugin 1.10 :-( 2009/10/22 Henri Gomez henri.go...@gmail.com: I just tried a project build with the latest maven 3.0 snapshot (Apache Maven 3.0

Re: preparing for the next 3.x alpha release

2009-10-22 Thread Henri Gomez
No problem with both jaxws-maven-plugin 1.10 and the latest one, jaxws-maven-plugin 1.12. Sorry for the noise 2009/10/22 Henri Gomez henri.go...@gmail.com: More on this one. Occurs on Snow Leopard (didn't tried yet on Linux/Windows) and with the jaxws-maven-plugin 1.11. I works

Re: Maven 2.1.0 regression with war plugin

2009-03-24 Thread Henri Gomez
Not really related, but what about 'un etat de l'art' of the plugins to be used with maven 2.1.0 ? I could see in the 'embedded master pom' : pluginManagement plugins plugin artifactIdmaven-antrun-plugin/artifactId version1.3/version /plugin

maven archetypes questions

2009-03-17 Thread Henri Gomez
I'm creating some in-house archectypes. I've got some questions : - I need to add extra parameters, ie -DappId and got it resolved in the generated pom.xml I do : mvn archetype:generate -DarchetypeGroupId=org.mycorp.archetypes -DarchetypeArtifactId=myapp -DarchetypeVersion=1.0-SNAPSHOT

Re: The Future of OSGi Maven

2009-03-17 Thread Henri Gomez
2009/3/17 Georgy Bolyuba boly...@gmail.com: There is a comment [1] by Igor on [2]:   Henri, Tycho already discovers OSGi dependencies from bundle manifest. Does this mean that dependencies can be osgi-bundles? Where can one find more information about it? All I am able to find on Maven +

jspc plugins : org.codehaus.mojo.jspc/jspc-maven-plugin or org.codehaus.mojo/jspc-maven-plugin ?

2009-03-13 Thread Henri Gomez
Hi to all, Which maven plugin should be use for JSP compilation ? parent groupIdorg.codehaus.mojo.jspc/groupId artifactIdjspc/artifactId version2.0-alpha-3/version /parent or groupIdorg.codehaus.mojo/groupId artifactIdjspc-maven-plugin/artifactId version1.4.6/version I tried the 2.0-alpha-3

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-18 Thread Henri Gomez
Question about 2.1.0 / 3.0.0. In 3.0 alpha2 Jason fix a problem with jaxws-maven. Could it be backported to 2.1.0 ? Also did this new 'mileston' will be used in m2eclipse. I know Maven 3.0 is the target for m2eclipse but during the intermin, having a stable and known 2.1 would be nice.

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-18 Thread Henri Gomez
2009/2/18 Brett Porter br...@apache.org: On 18/02/2009, at 7:43 PM, Henri Gomez wrote: Question about 2.1.0 / 3.0.0. In 3.0 alpha2 Jason fix a problem with jaxws-maven. Could it be backported to 2.1.0 ? I believe that problem doesn't affect 2.1.0. Nope, the jaxws maven plugin didn't

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-18 Thread Henri Gomez
included): http://www.sonatype.com/people/2008/11/a-visual-history-of-maven-2/ - Brett On 18/02/2009, at 10:32 PM, Henri Gomez wrote: 2009/2/18 Brett Porter br...@apache.org: On 18/02/2009, at 7:43 PM, Henri Gomez wrote: Question about 2.1.0 / 3.0.0. In 3.0 alpha2 Jason fix a problem

Re: Maven 2.1.0 Plans (a proposal of sorts)

2009-02-18 Thread Henri Gomez
2009/2/18 Brett Porter br...@apache.org: On 18/02/2009, at 11:59 PM, Henri Gomez wrote: I build my JAX-WS project with maven 2.1.0-M1 and it works :) Good news, but could it be used in m2eclipse ? It's really something to take up with m2eclipse... but I don't see it happening

Re: [vote] release maven 2.0.10

2009-02-11 Thread Henri Gomez
2009/2/11 Olivier Lamy ol...@apache.org: Hi, Tested with company builds : looks fine. +1 Thanks ! Ditto here, tried with various company projects, and no problems so far - To unsubscribe, e-mail:

Re: [VOTE] Maven 3.0-alpha-2

2009-02-05 Thread Henri Gomez
I checked it with on a simple project using jaxws wsgen and it works now (it was failing with 3.0-alpha1), good news. I tried on other projects where I got an maven ant involved to grab some system informations : build plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: [VOTE] Maven 3.0-alpha-2

2009-02-05 Thread Henri Gomez
Ant stuff doesn't work properly. Let's do the same thing, make a test project and we'll work through it. Do you need a sample projet using ant task or something without ant ? - To unsubscribe, e-mail:

Re: [VOTE] Maven 3.0-alpha-2

2009-02-05 Thread Henri Gomez
I think your problem is specifically with ant so something that represents what you tried to do in the project that failed would be handy. I'll do a sample project. If you pull a new update-dev build of m2e you'll notice that we have the problem reporting integrated now. With latest build

Re: [VOTE] Maven 3.0-alpha-2

2009-02-05 Thread Henri Gomez
I'll do a sample project. Done If you pull a new update-dev build of m2e you'll notice that we have the problem reporting integrated now. With latest build you can go down to the Maven menu and at the bottom you'll see the Report Issue... option. You can put in the summary, description, and

Re: releasing 2.0.10?

2009-02-02 Thread Henri Gomez
planned it out, there was a lot of interest in new features but I don't think much has been done in the last 5 months, so I don't see the point in waiting for future features, lets get 2.1 out so people will start to use it. -Original Message- From: Henri Gomez [mailto:henri.go

Re: maven 3.0-alpha-2 tagged

2009-02-02 Thread Henri Gomez
binaries available ? 2009/1/31 Jason van Zyl jvan...@sonatype.com: Shane/Benjamin, Go ahead and roll your changes into trunk. The alpha-2 is tagged. No messages about the vote because of a problem with the upgrade on people.apache.org which is preventing me from deploying. Thanks, Jason

Re: releasing 2.0.10?

2009-02-02 Thread Henri Gomez
2009/2/2 Brian E. Fox bri...@reply.infinity.nu: Who knows. Maybe, maybe not depending on the timing and uptake of 3.x Well if 2.1.0 is quickly stable and you need to add more stuff, 2.2.0 could be a good idea. But 2.x.y should stop at some time when 3.0 will be available or users will be stuck

Re: releasing 2.0.10?

2009-02-02 Thread Henri Gomez
I agree. But no 2.2.x is planned ? 2009/2/2 Brian E. Fox bri...@reply.infinity.nu: Yes, but hopefully 2.0.x is end of life with either 2.0.10 or 2.0.11 and 2.1.x becomes the active line. -Original Message- From: Henri Gomez [mailto:henri.go...@gmail.com] Sent: Monday, February 02

Re: releasing 2.0.10?

2009-01-30 Thread Henri Gomez
I was thinking : 2.0.x is the current Maven 2 2.1 deprecated and will became 3.0 But what is 2.2 ? or 2.1 ? I'm puzzled 2009/1/30 Brian E. Fox bri...@reply.infinity.nu: My original intent was to shift the focus to 2.1 and bring that quickly to GA. The development on it has stalled so it's

maven 3.0.0-alpha-1 / wsgen

2009-01-08 Thread Henri Gomez
I checked if the maven 2.1 / wsgen (1.11) mojo problem was fixed with maven 3.0-alpha-1, but same problem ;-( [DEBUG] jaxws:wsgen args: [-d, C:\workspace-34\slib-erable-framework\target\classes, -cp,

Re: maven 3.0.0-alpha-1 / wsgen

2009-01-08 Thread Henri Gomez
It's not in the iteration for alpha-2 either, but if you want to try and tackle this we can add it to the iteration. Yes, it was a simple test case. We really need to focus on the POM specification and recent regressions we can track. The version of the embedder in m2e is from May so we are

Re: pre maven 3.0 binaries available ?

2008-12-30 Thread Henri Gomez
Jason, not sure if you remember, but m2eclipse allows to install embedder updates separately from the core. So, can publish updated embedder for early adopters consumption and it will also help to catch incompatibilities in 3.0 earlier. +1, I'll be happy to check them

pre maven 3.0 binaries available ?

2008-12-29 Thread Henri Gomez
Hi to all, I wonder if there is pre maven 3.0 tarball available somewhere. I still got problem with jaxws and maven embedded (in m2eclipse) and reopened JIRA #3586 (http://jira.codehaus.org/browse/MNG-3586). BTW, the embedded maven included in latest m2eclipse is pretty old now and may be the

Re: pre maven 3.0 binaries available ?

2008-12-29 Thread Henri Gomez
2008/12/29 Jason van Zyl jvan...@sonatype.com: On 29-Dec-08, at 4:48 AM, Henri Gomez wrote: Hi to all, I wonder if there is pre maven 3.0 tarball available somewhere. I still got problem with jaxws and maven embedded (in m2eclipse) and reopened JIRA #3586 (http://jira.codehaus.org/browse

custom packaging, how to get jars from wars

2008-11-04 Thread Henri Gomez
Hi to all, I'm writing a custom packager to help my IT create ZIP archives from a sum of jars/wars. I could get the jars/wars but can't figure how to get the jars required by wars (we didn't put them in WEB-INF/lib since we should share them). here is my actual code, how could I get jar

Re: central repository cleanup please

2008-09-19 Thread Henri Gomez
sync to central for groupId com.extjs occured just during a content update.I now have a gxt-1.1.jar.fileparthttp://repo1.maven.org/maven2/com/extjs/gxt/1.1/gxt-1.1.jar.filepartfile in http://repo1.maven.org/maven2/com/extjs/gxt/1.1/ Can someone please delete this 1.1 folder, so that it

Re: 2.0.10: Plan to update super pom dependencies?

2008-07-11 Thread Henri Gomez
Could be a good idea to send on this list, a list of up to date plugins for those of us who set the plugins dependencies in their enterprise POM. 2008/7/11 Paul Benedict [EMAIL PROTECTED]: What will be the procedure going forward to upgrade super POM dependencies? Before the RC is cut, I'd

Re: Vetting issues for 2.1-alpha-XX

2008-07-10 Thread Henri Gomez
More on this. With maven 2.0.9 here is the 'classpath' constructed by maven to jaxws : Maven 2.0.9 [DEBUG] Configuring mojo 'org.codehaus.mojo:jaxws-maven-plugin:1.10:wsgen' -- [DEBUG] (f) destDir = C:\Documents and Settings\gomezhe\Bureau\sample-wsgen\target\classes [DEBUG] (f) extension =

Re: Developing Maven 2.1

2008-07-10 Thread Henri Gomez
I tried to build the latest maven 2.1 from trunk with mvn install but it still failed in tests. What should be done to get a build of maven 2.1 ? I need it to track a classloader issue with jaxws-maven-plugin even if it seems to be a general problem with the system scope. Regards and thanks for

Re: Developing Maven 2.1

2008-07-10 Thread Henri Gomez
Well I 'll put your maven 2.1 build to our Hudson instance :) 2008/7/10 Jason van Zyl [EMAIL PROTECTED]: Henri, Here's the most recent build: http://ci.sonatype.org/view/Maven%202.1x/job/maven-2.1.x-bootstrap/ws/trunk/maven-distribution/target/ On 10-Jul-08, at 10:02 AM, Henri Gomez wrote

Re: Developing Maven 2.1

2008-07-10 Thread Henri Gomez
It builds fine for me now with 2.0.9, we've never needed to bootstrap to build 2.1 before, so what's different now? You got it works with 2.0.9 ? Just with mvn install ? If we can't trust Maven to build our own applications here, then we have a serious problem IMO that needs to be fixed.

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
I'll do 2008/7/7 Dan Tran [EMAIL PROTECTED]: you may want ping java.net ws group, they own this plugin -D On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez [EMAIL PROTECTED] wrote: BTW, I didn't get more success with tools.jar in plugin defs : [INFO

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
More on this : More on this : In the 1.10 pom file I could see : profiles profile !-- This is only for non MAC OS X builds, hence the property below -- iddefault-tools.jar/id activation property namejava.vendor/name valueSun Microsystems

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
How could I get the latest sources ? https://svn.dev.java.net/svn/jax-ws-commons/tags/jaxws-maven-plugin-1.10 require authorization. Which one ? 2008/7/7 Dan Tran [EMAIL PROTECTED]: you may want ping java.net ws group, they own this plugin -D On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
Any news on how to get the source of jaxws-maven-plugin via SVN ? I'd like to track in sources why the plugin try to open (and read) POM as zip when using IBM SDK and not with Sun SDK. [WrapperGen - method: placeOrder(com.mycorp.myapp.orderbook.service.PlaceOrderRequest)]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
Please take this to the users list. This is not even a plugin from Apache. maven dev list is not also a list for maven plugin/mojo ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
register an account with java.net, the url is here Allready got one. https://svn.dev.java.net/svn/jax-ws-commons/ Ok I'll use my account. Next step, how to provide fixes and patches ? - To unsubscribe, e-mail: [EMAIL

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
No, it's for our development of the core and our plugins. ok. Your questions are user questions, users also develop plugins. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
Please take this to the users list. This is not even a plugin from Apache. A question for the dev list. Did the system scope is still available with maven 2.1 ? --- dependencies dependency groupIdcom.sun/groupId artifactIdtools/artifactId

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
I think it should be. it should be available or no more supported ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
It will be supported. Ok, so the bug (MNG-3586) is still open, but I feel it's a problem with the tools.jar (apt) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
Hi to all, We still get errors with jaxws-maven-plugin when were using a non Sun JDK. DEBUG] jaxws:wsgen args: [-d, C:\workspace\slib-ws-core-service\target\classes, -cp,

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
A possible workaround: You could try the CXF plugins. They generate JAX-WS compliant code. Why not as a quick workaround but we should stick with JAXWS 2.1.4 impl for now ;( - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
is only included when a Sun JVM is used. Very restrictive 2008/7/7 Dan Tran [EMAIL PROTECTED]: Caused by: java.lang.NoClassDefFoundError: com.sun.tools.apt.Main you forgot to include tool.jar, check the plugin doc for exampl -D On Mon, Jul 7, 2008 at 7:23 AM, Henri Gomez [EMAIL PROTECTED

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
the dependeny must in buildpluginsplugin yes, but there is no mention about this on the plugin doc ;( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
] [INFO] Total time: 6 seconds [INFO] Finished at: Mon Jul 07 18:13:48 CEST 2008 [INFO] Final Memory: 10M/36M [INFO] 2008/7/7 Henri Gomez [EMAIL PROTECTED]: the dependeny must

Re: Vetting issues for 2.1-alpha-XX

2008-07-04 Thread Henri Gomez
Did the MNG-3586 is allready fixed or fix is delayed ? I got this mail : - Jason van Zyl updated MNG-3586: --- Fix Version/s: (was: 2.1-alpha-1) 2.1-alpha-2 -- Very annoying bug for those of us using m2eclipse 0.9.4 and

Re: Vetting issues for 2.1-alpha-XX

2008-07-04 Thread Henri Gomez
Here's some tips for folks trying to debug Maven/Plexus/Plugins in Eclipse. Using m2e you can actually debug/execute plugin _inside_ Eclipse. That means the plugin executes from the workspace in-situ. Extremely handy.

Re: Vetting issues for 2.1-alpha-XX

2008-07-04 Thread Henri Gomez
2008/7/4 Brett Porter [EMAIL PROTECTED]: I was just looking at this Henri - though I'm not longer able to compile the provided test project so it's impossible to test. Can you review the project to help make it reproducible? Done. Redone the test with m2eclipse 0.9.4 (using embedded) From

Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Henri Gomez
Hi to all, I'd like to works on maven 2.1 to locate and fix a problem with jaxws-mojo (http://jira.codehaus.org/browse/MNG-3586) (Eugene suggestion :) I grabbed the trunk from maven 2.1 into my Eclipse 3.4 workspace. I use m2eclipse 0.9.4 so I enabled Maven Dependencies Management and Enabled

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Henri Gomez
It's the same problem I was working on recently, the embedder tests don't honour your settings, so they don't work with a clean local repository. I added some plugin definitions to the build itself to try and trigger it to download the right artifacts (eg, resources plugin 2.2) - do you have

Re: Configuration guide for developping / contributing to maven 2.1

2008-06-30 Thread Henri Gomez
Tests run: 190, Failures: 4, Errors: 0, Skipped: 0 what are the failures you are getting in the target/surefire-reports directory? in maven-project/target/surefire-reports : org.apache.maven.project.MavenProjectDynamismTest.txt :