RE: [jira] Commented: (MAVENUPLOAD-1511) Upload objenesis-1.0

2007-05-02 Thread Jörg Schaible
Carlos Sanchez (JIRA) wrote on Wednesday, May 02, 2007 6:53 PM: > [ > http://jira.codehaus.org/browse/MAVENUPLOAD-1511?page=com.atla ssian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94828 ] > > Carlos Sanchez commented on MAVENUPLOAD-1511: >

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Stephane Nicoll
Don't label it 2.2 then. I am fan of the release early, release often paradigm as well but we need to provide understandable release number scheme. Brian worked on it meanwhile so let's just release it indeed; 2.1.1 would have been better though. Stéphane On 5/3/07, Jason Dillon <[EMAIL PROTEC

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Arik Kfir
+1 (non binding) On 5/3/07, Jason Dillon <[EMAIL PROTECTED]> wrote: On May 2, 2007, at 7:18 PM, Brian E. Fox wrote: > Ok, here's where we are at: > > Still open: > > * [MINSTALL-18] - Bad algorithm to decide if the main artifact > is to be installed or not > > I think this could be easy

New Snapshot available for maven 1.1 RC1

2007-05-02 Thread Arnaud HERITIER
Hello, I just deployed a new snapshot of maven 1.1 RC1. Excepted, that plugins will be released, the content of this snapshot is very close to the future RC1. http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20070503/ Cheers, ..

Re: [vote] release maven-release-plugin 2.0-beta-5

2007-05-02 Thread Patrick Schneider
Yeah, I don't think it's a show stopper either; I'll log an issue. Patrick On 5/2/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: I guess that we can release it since it's beta anyway. Thanks, Stéphane On 5/2/07, Patrick Schneider <[EMAIL PROTECTED]> wrote: > Existing features work for me in

Re: IllegalStateException when mvn exits

2007-05-02 Thread Jason Dillon
I ended up just hacking around this, creating a wrapper around the Classworlds launcher: https://svn.apache.org/repos/asf/geronimo/sandbox/build-support/ harness/trunk/src/main/java/ReLauncher.java And then hooking it up in bin/mvn: https://svn.apache.org/repos/asf/geronimo/sandbox/

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Jason Dillon
On May 2, 2007, at 7:18 PM, Brian E. Fox wrote: Ok, here's where we are at: Still open: * [MINSTALL-18] - Bad algorithm to decide if the main artifact is to be installed or not I think this could be easy to fix, but it needs a test case. I'm out of time for now to make one.

Re: [VOTE] MINSTALL-37 WAS forceVersion for maven-install-plugin?

2007-05-02 Thread Jason Dillon
On May 2, 2007, at 7:09 PM, Brian E. Fox wrote: Its not really that close to install:install-file, since install:install deals with attached artifacts as well as the primary artifact. To get the same affect with install:install-file with a project which has many attached artifacts, then you'd ne

RE: maven-install-plugin 2.2 release?

2007-05-02 Thread Brian E. Fox
Ok, here's where we are at: Still open: * [MINSTALL-18] - Bad algorithm to decide if the main artifact is to be installed or not I think this could be easy to fix, but it needs a test case. I'm out of time for now to make one. * [MINSTALL-30] - Command Line parameter 'version' doe

RE: [VOTE] MINSTALL-37 WAS forceVersion for maven-install-plugin?

2007-05-02 Thread Brian E. Fox
>Its not really that close to install:install-file, since >install:install deals with attached artifacts as well as the primary >artifact. To get the same affect with install:install-file with a >project which has many attached artifacts, then you'd need to >configure an execute of instal

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2007-05-02 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (5 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1512Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another http://jira.codehaus.or

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2007-05-02 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (41 issues) Subscriber: mavendevlist Key Summary MEV-519 com.jgoodies:binding:1.4.0 - POM invalid due to missing "/" character. Please correct this typo! http://jira.codehaus.org/browse/MEV-519 MEV-

Re: [VOTE] MINSTALL-37 WAS forceVersion for maven-install-plugin?

2007-05-02 Thread Jason Dillon
On May 2, 2007, at 5:30 PM, Brian E. Fox wrote: I'm looking at the remaining open issues in MINSTALL. This one http://jira.codehaus.org/browse/MINSTALL-37 has had some unresolved discussion in the past. For easy reading, please see here: http://www.nabble.com/forceVersion-for-maven-install-plugin

[VOTE] MINSTALL-37 WAS forceVersion for maven-install-plugin?

2007-05-02 Thread Brian E. Fox
I'm looking at the remaining open issues in MINSTALL. This one http://jira.codehaus.org/browse/MINSTALL-37 has had some unresolved discussion in the past. For easy reading, please see here: http://www.nabble.com/forceVersion-for-maven-install-plugin--tf3341272s1 77.html#a9292710 In summary, Jason

[vote][m1] maven-nsis-plugin 2.1

2007-05-02 Thread Arnaud HERITIER
And now, Ladies and Gentlemen, (the drum is rumbling ) This is the last plugin that we need to release for maven 1.1 RC1 ;-) Changes included in this version : New Features: o Add a new template using MODERN_UI macros for a better Look and Feel. Fixes MPNSIS-15. o The script "remove-shor

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Jason Dillon
Thanks Brian! :-) --jason On May 2, 2007, at 3:45 PM, Brian E. Fox wrote: I might be able to knock off a couple of these tonight and lets re- evaluate. I agree that more releases are better, but if I can take a swing and grab a couple quickly, it's worth the try. -Original Message

RE: maven-install-plugin 2.2 release?

2007-05-02 Thread Brian E. Fox
I might be able to knock off a couple of these tonight and lets re-evaluate. I agree that more releases are better, but if I can take a swing and grab a couple quickly, it's worth the try. -Original Message- From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason Dillon Sent: Wed

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Jason Dillon
That is unfortunate... the plugin should just be released asis IMO. It fixes at least one *critical* bug. I really don't see why its worth waiting and waiting and waiting for a few other issues to be ticked off to make a release. Release it now asis, then fix the other issues and release a

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Jason Dillon
I don't see any reason why you don't release 2.2 asis now, then move these issues to 2.3. Waiting for issues to magically fix themselves before pushing out a release which actually does fix problems now is rather pointless and a little bit harmful (cause if someone really needs this, and yo

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Christian Gruber
Ok. I'll just disable the integration tests for the release, and the ITs will just have to be a 1.0+ thing. Christian. On May 2, 2007, at 6:09 PM, Stephane Nicoll wrote: There's around 4 issues to fix before we can release 2.2. Not sure it will happen short term unless someone handles those

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Stephane Nicoll
There's around 4 issues to fix before we can release 2.2. Not sure it will happen short term unless someone handles those issues. Stéphane On 5/2/07, Christian Gruber <[EMAIL PROTECTED]> wrote: Greetings all, Any ideas on how close maven-install-plugin 2.2-SNAPSHOT is to a release. I'd l

Re: [vote] release maven-release-plugin 2.0-beta-5

2007-05-02 Thread Stephane Nicoll
I guess that we can release it since it's beta anyway. Thanks, Stéphane On 5/2/07, Patrick Schneider <[EMAIL PROTECTED]> wrote: Existing features work for me in my trials, but release:rollback does not. I'm using Perforce -- the Perforce provider requires edit mode, and it looks like RestoreBa

Re: [vote] release maven-release-plugin 2.0-beta-5

2007-05-02 Thread Patrick Schneider
Existing features work for me in my trials, but release:rollback does not. I'm using Perforce -- the Perforce provider requires edit mode, and it looks like RestoreBackupPomsPhase just tries a FileUtils.copyFile, disregarding whether the SCM requires this or not (i.e. it fails b/c the POM is read

Re: MNG 1323

2007-05-02 Thread Petr V.
I am sorry. This is the first email I have got after my post. I posted twice but I never received my first post so I thought it did not went through. Once again sorry. Carlos Sanchez <[EMAIL PROTECTED]> wrote: asking the same question over and over won't give you an answer, read the previous

Re: MNG 1323

2007-05-02 Thread Carlos Sanchez
asking the same question over and over won't give you an answer, read the previous answers and don't use the dev list for user questions On 5/2/07, Petr V. <[EMAIL PROTECTED]> wrote: I am using 2.0.6 and still hitting this issue. http://jira.codehaus.org/browse/MNG-1323?page=com.atlassian.jir

MNG 1323

2007-05-02 Thread Petr V.
I am using 2.0.6 and still hitting this issue. http://jira.codehaus.org/browse/MNG-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel Has this been fixed? Any help would be really appreciated. I can run mvn install from sub project directory but from root project,

Re: Central Repository for Maven 2.0.6

2007-05-02 Thread Carlos Sanchez
See "Using A Single Repository" http://maven.apache.org/guides/mini/guide-mirror-settings.html or 7.3. Creating a Shared Repository in "Better Builds with Maven" pdf book http://www.devzuz.com/web/guest/products/resources On 5/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I want to

Central Repository for Maven 2.0.6

2007-05-02 Thread Jaish.Singh
Hi, I want to create central repository for my project internally and doesn't want maven to go and download from Maven repo. Can some one help me to implement this? Regards Jaish - To unsubscribe, e-mail: [EMAIL PROTECTED] For

maven-install-plugin 2.2 release?

2007-05-02 Thread Christian Gruber
Greetings all, Any ideas on how close maven-install-plugin 2.2-SNAPSHOT is to a release. I'd like to release my Flex2 plugin in 1.0, but its testing relies on the install 2.2 plugin, and it won't let me do a clean release with the maven-release-plugin while I'm depending on 2.2- SNAPS

Re: MNG 1323

2007-05-02 Thread Carlos Sanchez
ìt's open so no, it's not fixed On 5/2/07, Petr V. <[EMAIL PROTECTED]> wrote: I am using 2.0.6 and still hitting this issue. http://jira.codehaus.org/browse/MNG-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel Has this been fixed? Any help would be really appre

MNG 1323

2007-05-02 Thread Petr V.
I am using 2.0.6 and still hitting this issue. http://jira.codehaus.org/browse/MNG-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel Has this been fixed? Any help would be really appreciated. I can run mvn install from sub project directory but from root project,

Re: Tool to clean snapshots from the repo

2007-05-02 Thread Jason van Zyl
On 2 May 07, at 2:26 PM 2 May 07, Brian E. Fox wrote: Is there any tool or piece of tool in existence that can clean snapshots from a repo? Tom's repositorytools in the mojo sandbox. Jason. We have consumed over 370GB in a month in snapshots (talk about lots of large builds!). My only so

Re: Tool to clean snapshots from the repo

2007-05-02 Thread Wendy Smoak
On 5/2/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: Is there any tool or piece of tool in existence that can clean snapshots from a repo? We have consumed over 370GB in a month in snapshots (talk about lots of large builds!). My only solution right now is to go hacking entire versions from the re

Re: ApacheCon EU

2007-05-02 Thread Dennis Lundberg
That works fine for me. Brett Porter wrote: I'm thinking between lunch and coffee break tomorrow is a good time. On 25/04/2007, at 1:42 AM, Brett Porter wrote: Hi, I saw that Dennis, Jason, Kenney, Eric, Martin, Robert, and Arnaud B will all be at AC EU next week - is anyone else attending

Tool to clean snapshots from the repo

2007-05-02 Thread Brian E. Fox
Is there any tool or piece of tool in existence that can clean snapshots from a repo? We have consumed over 370GB in a month in snapshots (talk about lots of large builds!). My only solution right now is to go hacking entire versions from the repo, leaving behind just the latest set. I need a tool

Re: DB schema migration

2007-05-02 Thread Erik Bengtson
Brett, INTEGER_IDX is added automatically in two conditions (column name is configurable): - For a java.util.List field. - In a JOIN table when the end of the association (element) is embedded/serialized to a column. The column is usually a BLOB which cannot be part of the JOIN table primary key,

RE: Remove auto-resolution of plugin versions from Maven 2.1

2007-05-02 Thread Clark, Gil W.
So, let me see if I understand: - Assigning arbitrary quality levels is hard to do. I agree. - Linking the version selection process to something quantitative like test results and coverage results is better. I also agree but this seems a ways off. The interface between test reporting and wha

RE: Plugin testing strategy

2007-05-02 Thread Brian E. Fox
There's a lot of test code in the dependency-plugin that could be usefull. -Original Message- From: Sommers, Elizabeth [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 9:53 AM To: dev@maven.apache.org Subject: Plugin testing strategy I am using the maven-plugin-testing-harness

v1.1 alpha 1 and tomcat / derby

2007-05-02 Thread Graham Leggett
Hi all, I am having a little trouble reconfiguring tomcat to allow the war version of continuum v1.1 alpha1 to connect to two derby databases. I am getting the cryptic error: org.jpox.exceptions.ConnectionFactoryNotFoundException: Connection Factory "java:comp/env/jdbc/continuum" not found I ha

Re: ApacheCon EU

2007-05-02 Thread Brett Porter
I'm thinking between lunch and coffee break tomorrow is a good time. On 25/04/2007, at 1:42 AM, Brett Porter wrote: Hi, I saw that Dennis, Jason, Kenney, Eric, Martin, Robert, and Arnaud B will all be at AC EU next week - is anyone else attending ApacheCon? I think it would be good to get

Re: Plugin testing strategy

2007-05-02 Thread Stephane Nicoll
Check the war plugin which creates ArtifactStub on the fly. HTH, Stéphane On 5/2/07, Sommers, Elizabeth <[EMAIL PROTECTED]> wrote: I am using the maven-plugin-testing-harness for general unit-testing of my plugins, but I find that I need something to test how I am processing dependencies.

Plugin testing strategy

2007-05-02 Thread Sommers, Elizabeth
I am using the maven-plugin-testing-harness for general unit-testing of my plugins, but I find that I need something to test how I am processing dependencies. Does anybody have a good strategy for unit-testing behavior that depends on the dependencies? Thanks Liz [EMAIL PROTECTED]

Re: [vote] release maven-release-plugin 2.0-beta-5

2007-05-02 Thread Daniel Kulp
+1 - LOTS of great stuff here. Thanks for tackling it all. Dan On Tuesday 01 May 2007 05:07, Stephane Nicoll wrote: > Hi, > > I'd like to release the maven release plugin which includes the maven > release manager and the maven release parent pom. > > The staging bits are available here: > htt

eclipse plugin and custom lyfecycle

2007-05-02 Thread nicolas de loof
The eclipse plugin currently requires code-generation plugins to attain the generate-x phase. To integrate the eclipse checkstyle plugin, we need to put the .checkstyle file either in SVN or in the POM. What about defining a custom lyfecycle phase for developper environement setting ? The eclips

Re: [vote] release maven-release-plugin 2.0-beta-5

2007-05-02 Thread Fabrizio Giustina
+1 Tested MRELEASE-209 on a multiproject build and now snapshots versions are now restored correctly, no regressions found. fabrizio On 5/1/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: Hi, I'd like to release the maven release plugin which includes the maven release manager and the maven re

RE: Dep to same artifact in different versions

2007-05-02 Thread Jörg Schaible
Andrew Williams wrote on Saturday, April 28, 2007 7:06 PM: > On 26 Apr 2007, at 13:20, Jörg Schaible wrote: > >> Hi Jason, >> >> Therefore the slots. The project itself can introduce them, if two >> major versions can be used at same time. Think about a hypothetical >> commons-logging 2.0 (it is

Re: [vote] [m1] couple of plugins for rc1

2007-05-02 Thread Stephane Nicoll
+1 Stéphane On 5/1/07, Lukas Theussl <[EMAIL PROTECTED]> wrote: Hi, Here's a bunch of plugins I'd like to release for inclusion in m11-rc1: maven-artifact-plugin-1.9 maven-changelog-plugin-1.9.2 maven-dist-plugin-1.7.1 maven-eclipse-plugin-1.12 maven-ejb-plugin-1.7.3 maven-linkcheck-plugin-1.