FYI: building continuum today

2006-03-15 Thread Bob Herrmann
I checked out contiuum this morning and did a build... I get this... sh build.xml # I'm using cygwin on win2k. ... There was no such logger 'org.apache.maven.artifact.transform.ArtifactTransforma tion:latest' 15282461. [2006.03.15 10:13:50] Used 28859ms [surefire]

Re: svn commit: r386085

2006-03-15 Thread Emmanuel Venisse
sure, i'll do it Emmanuel Brett Porter a écrit : [EMAIL PROTECTED] wrote: Author: evenisse Date: Wed Mar 15 06:49:02 2006 New Revision: 386085 URL: http://svn.apache.org/viewcvs?rev=386085view=rev Log: o Add CHECKOUTED state, it's similar to NEW state but the difference is that sources are

Re: NPE in Surefire

2006-03-15 Thread Hiram Chirino
Thanks! But I worked around it by removing the system properties that I was trying to define (the unit test case now defines them.) Regards, Hiram On 3/14/06, Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/3/13, Hiram Chirino [EMAIL PROTECTED]: I was just using the latest deployed

[M2] build FAQ issue

2006-03-15 Thread Szczepan Faber
Hi, According to FAQ info on http://maven.apache.org/guides/development/guide-building-m2.html, in order to build M2, you should set env variables to point to new installation of M2. set M2_HOME=c:\maven-2.0.1-SNAPSHOT set PATH=%M2_HOME%\bin;%PATH% But when you set those variables, the script

Re: possible performance regression?

2006-03-15 Thread Milos Kleint
brett, can you point me to the code which you rollbacked? I'd like to include the rollback into my copy of the embedder artifact I have and that I plan to include with the next version of mevenide/netbeans? Thanks.. Milos On 3/11/06, Brett Porter [EMAIL PROTECTED] wrote: If this is on

Question about xml-apis dependencies

2006-03-15 Thread Grzegorz Słowikowski
Hello This is important for me, so don't ignore if you can help!! There are xml-apis dependencies in commons-digester and commons-modeler poms on ibiblio (for example). When do I need them? When I run Maven with Java 1.5 or 1.4, I have all javax.xml.* classes in rt.jar. So I don't need

Re: svn commit: r385672 - /maven/maven-1/core/trunk/project.properties

2006-03-15 Thread Lukas Theussl
Is there a specific reason for that? In general, I think that test code should be subject to the same quality criteria as main code. -Lukas [EMAIL PROTECTED] wrote: Author: aheritier Date: Mon Mar 13 14:15:20 2006 New Revision: 385672 URL: http://svn.apache.org/viewcvs?rev=385672view=rev

Re: possible performance regression?

2006-03-15 Thread Brett Porter
Milos Kleint wrote: brett, can you point me to the code which you rollbacked? I'd like to include the rollback into my copy of the embedder artifact I have and that I plan to include with the next version of mevenide/netbeans? Why are you working from trunk instead of 2.0.x branch? Anyway,

Re: svn commit: r386085

2006-03-15 Thread Brett Porter
[EMAIL PROTECTED] wrote: Author: evenisse Date: Wed Mar 15 06:49:02 2006 New Revision: 386085 URL: http://svn.apache.org/viewcvs?rev=386085view=rev Log: o Add CHECKOUTED state, it's similar to NEW state but the difference is that sources are checkouted Not to nitpick, but can this be

Re: possible performance regression?

2006-03-15 Thread Jason van Zyl
Brett Porter wrote: Milos Kleint wrote: brett, can you point me to the code which you rollbacked? I'd like to include the rollback into my copy of the embedder artifact I have and that I plan to include with the next version of mevenide/netbeans? Why are you working from trunk instead of

Re: [M2] build FAQ issue

2006-03-15 Thread Carlos Sanchez
bootstrap is to create a new maven installation without needing maven installed, you still need M2_HOME pointing to where you want maven to be installed. It also works when you already have a woring installation, removing it and installing again (not using it for building) If you just want to

Archive layout created by maven-assembly-plugin

2006-03-15 Thread David Blevins
I need to create an assembly that doesn't put everything under a artifactId-version style directory; meaning I want it to unzip right into ./ with no directory prefix such as: $ unzip openejb-tomcat-3.0.1.zip deflating ... ./conf/openejb.xml ./server/lib/openejb-core-3.0.1.jar

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-03-15 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (24 issues) Subscriber: mavendevlist Key Summary MEV-358 Missing POMs for Spring 2.0-m3 http://jira.codehaus.org/browse/MEV-358 MEV-339 Missing POMs for Spring 2.0-m2

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-03-15 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (8 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-782A framework for home automation based the the xPL protocol. http://jira.codehaus.org/browse/MAVENUPLOAD-782 MAVENUPLOAD-778Please update 2.3.5

Re: Archive layout created by maven-assembly-plugin

2006-03-15 Thread Wendy Smoak
On 3/15/06, David Blevins [EMAIL PROTECTED] wrote: I need to create an assembly that doesn't put everything under a artifactId-version style directory; I haven't tried it, but the 'includeBaseDirectory' element looks promising...