multi-modules build and consolidated jar

2007-01-23 Thread Stephane Nicoll
Hi, I am trying to setup a multi-modules build which is able to generate a consolidated build and it's a pain so far. The setup of the project is as follows: app: pom.xml (pom packaging) `-- module-a: pom.xml (jar packaging) `-- module-b: pom.xml (jar packaging) `-- module-c: pom.xml (jar

maintain own metadata

2007-01-23 Thread seva safris
Hi, I have a project that I would like to be available on Maven's central repository. I have already had a preliminary version of my project deployed to repo1.maven.org, but it seems inefficient to keep asking you guys to have new versions deployed as time goes on. The project can be identified

RE: maintain own metadata

2007-01-23 Thread hermod.opstvedt
Hi 1. How is this different from JaxB? 2. The documentation at http://xml.safris.org/bind/ leaves something to be desired Hermod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of seva safris Sent: Tuesday, January 23, 2007 11:08 AM To: dev@maven.apache.org

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-01-23 Thread Milos Kleint
this one is mine, but IMHO cause by the fact that maven core in not buildable by continuum fpr some reason. I've got no local changes on my computer and a clean build works for me. Milos On 1/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Online report :

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-01-23 Thread Brett Porter
Hi Milos, Thanks for paying attention to the notifications@ :) It's been broken since the build context was added since it was not added to continuum. I've added it now, so hopefully all will be good next cycle. - Brett On 23/01/2007, at 10:09 PM, Milos Kleint wrote: this one is mine,

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-01-23 Thread Milos Kleint
for reasons like this, I never actually undestood why continuum breaks up the logical projects (like maven itself) into small single projects that don't really make sense to build separately. any cross project commit or project addition seems to trigger a cascade of build failures. that one of

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-01-23 Thread Brett Porter
I tend to agree on the project side, though there's merits to being able to monitor the individual modules and make builds smaller and faster. Maybe just need to collate the notifications and group them better in the UI. But that's a discussion for another list and another time :) - Brett

[dashboard-maven-plugin] commit rights

2007-01-23 Thread dvicente
which are the rules to obtain the Subversion commit rights for the dashboard-maven-plugin project ? ( https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-plugin ) Thanks David Vicente -- View this message in context:

Jira down ?

2007-01-23 Thread Julien HENRY
Hi everyone, I can't access Jira anymore (http://jira.codehaus.org/), nor ibiblio (http://ibiblio.org/maven2). Do you know if something is broken? Thanks Julien ___ Découvrez une

portlet archetype broken

2007-01-23 Thread Julien HENRY
Hi again, I was trying the portlet archetype, but the latest release is totally broken, and it is not fixed on SVN. I don't know what happend, but in each file, the content is duplicated multiple time. ie :

Re: Jira down ?

2007-01-23 Thread Fabrice Bellingard
JIRA works fine for me, even if it's a bit slow... As for the repository, you can use the following URL: http://repo1.maven.org/maven2/ Fabrice. On 1/23/07, Julien HENRY [EMAIL PROTECTED] wrote: Hi everyone, I can't access Jira anymore (http://jira.codehaus.org/), nor ibiblio (

Build by Maven logo

2007-01-23 Thread Vincent Siveton
Hi, I would like to hear your comments about the build by Maven logo (DOXIA-84) and the ASF feather. This logo is the out-of-box Maven logo, a lot of projects uses Maven for their documentation so it is an important advertising way for ASF Maven. IMHO the ASF feather should be into this logo.

RE: Jira down ?

2007-01-23 Thread Brian E. Fox
It's working ok now. I see it was updated to 3.7.2, so perhaps it was reindexing when you checked before. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fabrice Bellingard Sent: Tuesday, January 23, 2007 9:15 AM To: Maven Developers List Subject: Re:

Re: Build by Maven logo

2007-01-23 Thread Brett Porter
On 24/01/2007, at 1:19 AM, Vincent Siveton wrote: Hi, I would like to hear your comments about the build by Maven logo (DOXIA-84) and the ASF feather. This logo is the out-of-box Maven logo, a lot of projects uses Maven for their documentation so it is an important advertising way for ASF

Re : Jira down ?

2007-01-23 Thread Julien HENRY
Nop, can't access to http://repo1.maven.org/maven2/ too. It should be a problem of my compagny network... Thanks for you help. - Message d'origine De : Brian E. Fox [EMAIL PROTECTED] À : Maven Developers List dev@maven.apache.org Envoyé le : Mardi, 23 Janvier 2007, 15h23mn 55s Objet :

Re: [dashboard-maven-plugin] commit rights

2007-01-23 Thread Raphaël Piéroni
Hi David Be member of the mojo community. IIRC all the members have svn commit acces on the sandbox. Raphaël PS : the proper list for mojo is user@mojo.codehaus.org or dev@mojo.codehaus.org 2007/1/23, dvicente [EMAIL PROTECTED]: which are the rules to obtain the Subversion commit rights

Spring repository sync

2007-01-23 Thread Ben Hale
We've updated our repo with beandoc 0.7.1 and need as sync please. Thanks. -Ben smime.p7s Description: S/MIME cryptographic signature

Maven 2 and EJB 3

2007-01-23 Thread Jim AtYourService
Hi chaps, Might I ask a question? I have searched the web and formums etc for how to configure maven 2 for EJB3 (on JBoss in this case) I have a project that works under maven 2 fine, with various modules jar and war artefacts and dependencies. I decided to introduce ejb3. I successfully

Re: svn commit: r498929 - /maven/continuum/branches/id-refactor/pom.xml

2007-01-23 Thread Emmanuel Venisse
Why do you need it? [EMAIL PROTECTED] a écrit : Author: rinku Date: Mon Jan 22 22:02:35 2007 New Revision: 498929 URL: http://svn.apache.org/viewvc?view=revrev=498929 Log: o incremented plexus-jdo dep version. Modified: maven/continuum/branches/id-refactor/pom.xml Modified:

Re: [mojo-dev] Re: [dashboard-maven-plugin] commit rights

2007-01-23 Thread dvicente
Hi, thanks for your help but it's me who submit the dashboard-maven-plugin at CodeHaus ( http://mojo.codehaus.org/dashboard-maven-plugin/ ) but it's annoying to submit an issue on Jira at each new version to update subversion and deploy the plugin. If i go to irc://irc.codehaus.org, i could

Re: Maven 2 and EJB 3

2007-01-23 Thread Stephane Nicoll
How did you compile your ejb3 module? with the jar packaging scheme? If so add your ejb3 module the same way you would add a library (add a dependency in the EAR pom). HTH, Stéphane On 1/23/07, Jim AtYourService [EMAIL PROTECTED] wrote: Hi chaps, Might I ask a question? I have searched the

RE: [mojo-dev] Re: [dashboard-maven-plugin] commit rights

2007-01-23 Thread Brian E. Fox
I think you need to discuss this on the mojo-dev list. Also take a look here: http://mojo.codehaus.org/development/submitting-a-plugin.html -Original Message- From: dvicente [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 10:54 AM To: dev@maven.apache.org Subject: Re:

Re: [mojo-dev] Re: [dashboard-maven-plugin] commit rights

2007-01-23 Thread Dan Tran
David, join maven IRC and bug the dev folks to give access to sandbox, you got my vote. -D On 1/23/07, Brian E. Fox [EMAIL PROTECTED] wrote: I think you need to discuss this on the mojo-dev list. Also take a look here: http://mojo.codehaus.org/development/submitting-a-plugin.html

Auto detect with continuum

2007-01-23 Thread AyoContinuum
Does any body have an idea of setting up an auto detect with continuum...goal is for continuum to build projects upon commit of code by developer to CVS. Basically Continuum monitors cvs projects and triggers build upon commit of new code to project. Thanks -- View this message in context:

Re: Auto detect with continuum

2007-01-23 Thread Jesse McConnell
thats the default behavior...it monitors for changes on the target scm, when it detects changes it rebuilds that module, and any module using that module as a dependency (in m2 projects) jesse On 1/23/07, AyoContinuum [EMAIL PROTECTED] wrote: Does any body have an idea of setting up an auto

Re: [vote] merge id-refactor branch changes

2007-01-23 Thread Emmanuel Venisse
-1. some int/Integer in DefaultContinuum aren't converted to long so continuum-web-test fails. AntProjectTest fails due to a classcast exception in DefaultContinuum line 1186. Emmanuel Rahul Thakur a écrit : Hi, I'd like to request a vote to merge the id-refactor branch changes. 'int' ids

Re: Spring repository sync

2007-01-23 Thread Jason van Zyl
It happens every 4 hours, you do not need to mail the list every time you make a change. Jason. On 23 Jan 07, at 7:48 AM 23 Jan 07, Ben Hale wrote: We've updated our repo with beandoc 0.7.1 and need as sync please. Thanks. -Ben

Re: svn commit: r498929 - /maven/continuum/branches/id-refactor/pom.xml

2007-01-23 Thread Rahul Thakur
There's a new method I added to it that allows 'long' instead of 'int' - Original Message - From: Emmanuel Venisse [EMAIL PROTECTED] To: continuum-dev@maven.apache.org Sent: Wednesday, January 24, 2007 4:53 AM Subject: Re: svn commit: r498929 -

Re: Auto detect with continuum

2007-01-23 Thread AyoContinuum
would I have to take out the --non-recursive switch in the build goal of the projects Jesse McConnell wrote: thats the default behavior...it monitors for changes on the target scm, when it detects changes it rebuilds that module, and any module using that module as a dependency (in m2

Re: Auto detect with continuum

2007-01-23 Thread Jesse McConnell
that switch just kills the processing of modules during the building of that module, which is fine since the modules exist as other projects in continuum and get their own build cycle/definition. are you having a problem or something? On 1/23/07, AyoContinuum [EMAIL PROTECTED] wrote: would I

Re: Auto detect with continuum

2007-01-23 Thread AyoContinuum
we currently have about 12 projects on an hourly schedule in continuum. These projects were loaded into continuum as Maven 2 projects(url points to CVS). In the continuum logs i have noticed that if no new code is commited to cvs, it would skip the project and build the next. All the projects are

Re: Auto detect with continuum

2007-01-23 Thread Jesse McConnell
there is an option to 'Build Fresh' that will remove the previous checkout and force a fresh checkout of that project. you might just be able to do that for the top level project and that change would cascade into the other projects. let me know if that works for you, if it doesn't then it

Re: multi-modules build and consolidated jar

2007-01-23 Thread Stephane Nicoll
Kenney helped me a lot on this and I finally have a basic solution for this issue. I have added my setup on the Wiki [1]. Could you please have a look and comment? Thanks, Stéphane [1] http://docs.codehaus.org/display/MAVEN/Multi-modules+application+with+consolidated+build On 1/23/07,

Re: [discuss] iBatis, JPA and Java 5.0

2007-01-23 Thread Andy Jefferson
JDO is not bad, but JPOX has proven to be less then robust. Sometime ago I joined this list to provide an easier a communication channel for solving continuum/jpox issues and besides a few emails no one has ever requested any help on issues neither gave any feedback. JPOX is the only

Re: [discuss] iBatis, JPA and Java 5.0

2007-01-23 Thread Jesse McConnell
well, I believe a lot of the 'less then robust' stem from a couple of things we ran into last summer doing some related work. (at least for me, others may vary) I know joakim talked to erik some about the issues we ran into with plexus-security at the time (now plexus-redback). For those

Re: Auto detect with continuum

2007-01-23 Thread AyoContinuum
I was wondering if you knew how to set up blame functionality with continuum. Basically, when a developer checks in code CVS, it should trigger a build in continuum. If the code comitted is breaks a build, then continuum would send an email sepcifically to that developer only. A

Re: Maven and JDK 1.6

2007-01-23 Thread Joerg Hohwiller
Hi there, Here's the issue I discovered with 2.0.4 and JDK 6. AppFuse 2.x users have reported other issues (i.e. plugins not firing) when using JDK 6. http://jira.codehaus.org/browse/MNG-2709 Matt FYI: I am using maven2 with JDK6 and had no problems so far. I am using junit4 and I only

Re: Maven and JDK 1.6

2007-01-23 Thread Jorg Heymans
mraible wrote: Here's the issue I discovered with 2.0.4 and JDK 6. AppFuse 2.x users have reported other issues (i.e. plugins not firing) when using JDK 6. http://jira.codehaus.org/browse/MNG-2709 http://article.gmane.org/gmane.text.xml.cocoon.devel/69786 It seems that maven builds a

Re: Re : Jira down ?

2007-01-23 Thread Franz Allan Valencia See
Good day, http://jira.codehaus.org/ , http://ibiblio.org/maven2 and http://repo1.maven.org/maven2/ are all working fine for me. Cheers, Franz On 1/23/07, Julien HENRY [EMAIL PROTECTED] wrote: Nop, can't access to http://repo1.maven.org/maven2/ too. It should be a problem of my compagny

Re: portlet archetype broken

2007-01-23 Thread Franz Allan Valencia See
Good day Julien There's already openned a jira issue for that ( see [1] ). And I've already attached a patch for that, but I am not sure if it can still be applied to the current source ( I can't check right now since I am having trouble accessing the svn repoproblem in my connection ).

Re: [vote] Collapse Maven permission groups

2007-01-23 Thread Rahul Thakur
Is this formalized then? Rahul Brett Porter wrote: After the allotted 72 hours, the results stand as: Full proposal: 9 (7 PMC, 2 committers): Brett, Arnaud, Emmanuel, Trygve, Dennis, Fabrizio, Lukas, Rahul, Milos Partial proposal: 6 (6 PMC): Joakim, John T, Kenney, Jesse, John C, Jason

Re: [vote] Collapse Maven permission groups

2007-01-23 Thread Brett Porter
Yah, I sent a follow up mail acknowledging this and to the effect of go nuts, but don't go crazy :) - Brett On 24/01/2007, at 2:02 PM, Rahul Thakur wrote: Is this formalized then? Rahul Brett Porter wrote: After the allotted 72 hours, the results stand as: Full proposal: 9 (7 PMC, 2

what to do about chronically failing plugins?

2007-01-23 Thread Brett Porter
antrun, eclipse and repository are all failing both on my machine, and on CI. Is this the case for everyone else too? I got no responses on any of these last time I asked, so the next steps I'll take are to create a branch of the current code, and then start rolling trunk back until they

Re: [vote] merge id-refactor branch changes

2007-01-23 Thread Trygve Laugstøl
Rahul Thakur wrote: Hi, I'd like to request a vote to merge the id-refactor branch changes. 'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value.

Re: Build by Maven logo

2007-01-23 Thread Trygve Laugstøl
Vincent Siveton wrote: Hi, I would like to hear your comments about the build by Maven logo (DOXIA-84) and the ASF feather. This logo is the out-of-box Maven logo, a lot of projects uses Maven for their documentation so it is an important advertising way for ASF Maven. IMHO the ASF feather

Re: [mojo-dev] Re: [dashboard-maven-plugin] commit rights

2007-01-23 Thread dvicente
i have many problems with IRC. In the place where i work, IRC is forbidden and at home, i can't connect to irc.codehaus.org with mIRC. i don't know why. But thanks for your help dan tran wrote: David, join maven IRC and bug the dev folks to give access to sandbox, you got my vote. -D

RE: [mojo-dev] Re: [dashboard-maven-plugin] commit rights

2007-01-23 Thread Jörg Schaible
dvicente wrote on Wednesday, January 24, 2007 8:00 AM: i have many problems with IRC. In the place where i work, IRC is forbidden and at home, i can't connect to irc.codehaus.org with mIRC. i don't know why. But thanks for your help Having the same problems, but you may use