Re: Live cd of an development environment

2007-10-12 Thread Tim Moloney
From what little I know, it sounds like you are talking about Buildix. * http://buildix.thoughtworks.com/ * http://en.wikipedia.org/wiki/Buildix I just stumbled across it the other day. I haven't tried it yet, so I don't know much about it. Tim [EMAIL PROTECTED] wrote: Some time ag

Re: How to release if using testng

2007-10-12 Thread Victor Cardona
Wim Deblauwe wrote: > Hi, > > how do other people release their maven project if they use TestNG? The only > surefire that works ok with TestNG is 2.4-collab-SNAPSHOT, but since it is a > snapshot, I cannot release. I could try to give the snapshot jars a real > release number, but I'd rather not

Re: help: can't exclude files from EAR file

2007-10-12 Thread Wayne Fay
There may be another way (better) to do it, but one easy to solve this is to simply copy and paste the dependencies from your WAR into your EAR and then change all the scopes to provided. Wayne On 10/12/07, Victor Okunev <[EMAIL PROTECTED]> wrote: > I need to bundle the libs in the WAR only. Ther

Re: help: can't exclude files from EAR file

2007-10-12 Thread Victor Okunev
I need to bundle the libs in the WAR only. There is just one web module in my app. Victor On 10/12/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > Are your libs being bundled in the WAR, as well as the EAR? Or are you > making the libs available in your j2ee container's lib directory such > that they

Live cd of an development environment

2007-10-12 Thread nick_stolwijk
Some time ago I found a live cd of a development environment, which combined SVN, a maven repository, a continuous integration framework and an issue tracking system. I just can't remember where I found it. With searching in Google I found maestro, but there was another project. Can someone poin

Re: help: can't exclude files from EAR file

2007-10-12 Thread Wayne Fay
Are your libs being bundled in the WAR, as well as the EAR? Or are you making the libs available in your j2ee container's lib directory such that they are shared among several apps? If you don't want the libs bundled in your WAR nor EAR, you should just change the scope to provided. Wayne On 10/

help: can't exclude files from EAR file

2007-10-12 Thread Victor Okunev
Folks, I need to build an EAR file composed of just one WAR file using Maven2. However, in addition to the WAR file, the resulting EAR file contains all the JARs that the web module has dependencies on, as well as the pom.xml. How do I exclude everything but WAR file and application.xml from the E

Re: fatal error setDefaultRepositoryPermissions no such method

2007-10-12 Thread Jan Pittner
This happened again, but now I can't get rid of it. I deleted the maven dir, copied the install over again (which previously fixed the problem), and it still happens. I tried it on a fresh user account, same thing. At this point, I'm completely stuck with a nonworking maven. Any hints/sugges

EJB Manifest file creation/update

2007-10-12 Thread EJ Ciramella
Is there any way to use the jars listed as dependencies rather than hard coding a list of jar files? We have something like this: org.apache.maven.plugins maven-ejb-plugin 2.1 true 1.0 bcprov-jdk13-119.jar crypto-1.0.0.14.jar

Re: Maven Proxy

2007-10-12 Thread Guillaume Lederrey
We are using Artifactory on Tomcat 5.5. It works mostly well for us. The only problem is that memory consumption grow very high. I finally had to reboot Tomcat every night to keep it sane ... But I havent been looking into the problem all that hard. The problem might be on my side ... Other t

Re: Complete Maven Noob, Is this possible?

2007-10-12 Thread Graham Leggett
On Fri, October 12, 2007 6:14 pm, Quakky wrote: > My question: Is there anyway a user like me (a noob, who only finished the > "simple" project and never really got it to work 100%) can be able to make > maven work with a complex project that was Not made with maven and be able > to implement this

Re: Complete Maven Noob, Is this possible?

2007-10-12 Thread Wayne Fay
I'll go out on a limb and say a non-programmer without any Maven experience has less than a 5% chance of doing this in 2 weeks. Unless the project is extremely simple... and you've already said it is complex. I've previously helped someone in a similar situation and it was not fun for either of us,

Re: Complete Maven Noob, Is this possible?

2007-10-12 Thread John Casey
How complex is the project, and what was it using to build before? Complexity is in terms of the number of different types of packagings used, number of different entry points into the build, etc...not just the number of projects. If the previous build was Ant, and the projects can be categ

Complete Maven Noob, Is this possible?

2007-10-12 Thread Quakky
Hello, I am currently in need of some advice concerning Maven. I am a new user, trying to get maven to work with a project that is pretty complex (doesn't follow the default tree structure of maven, has to be packaged in a certain way, etc) . I didn't work on the project, I dont know how to code a

Re: Maven Command Line Switches

2007-10-12 Thread Wendy Smoak
On 10/12/07, David Williams <[EMAIL PROTECTED]> wrote: > Is there a place that all the Maven command line switches are explained? I > know a few but it would be good to have a complete list. You can print them all with: mvn -help -- Wendy --

Maven Command Line Switches

2007-10-12 Thread David Williams
Is there a place that all the Maven command line switches are explained? I know a few but it would be good to have a complete list. Thanks, David

Re: 1.1-beta-3 LDAP

2007-10-12 Thread Emmanuel Venisse
ossi petz a écrit : hallo hopefully this does not end up in thread-stealing... i'd like to provide some ldap feedback on beta-3 too. i've managed to configred authentication against our active directory. users can login to continuum. thats already something! so lets switch quickly to the p

Re: Re : How to release if using testng

2007-10-12 Thread Tim Kettler
I'm using surefire-plugin 2.3 / TestNG 5.1 for my projects. -Tim Wim Deblauwe schrieb: > Good idea, I probably don't use any of the newer funcationalities also. And > what version of surefire do you use with 5.1? > > regards, > > Wim > > 2007/10/12, langlois yan <[EMAIL PROTECTED]>: >> Hi, >>

Re: Howto use libraries which are not in the repository?

2007-10-12 Thread Wayne Fay
Windows shortcuts won't work. You should generally be using mvn install. Wayne On 10/12/07, Thai Dang Vu <[EMAIL PROTECTED]> wrote: > Thanks for the 2 answers. My situation is: I'm using Spring 2.5 RC1. When I'm > free, I download the latest snapshot of Spring 2.5 RC1. Then every time I > downl

Re : Re : How to release if using testng

2007-10-12 Thread langlois yan
I did not write the tag . So I probably use the last release 2.3. Yan. - Message d'origine De : Wim Deblauwe <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Vendredi, 12 Octobre 2007, 15h18mn 09s Objet : Re: Re : How to release if using testng Good idea, I probably don't use any o

Re: Re : How to release if using testng

2007-10-12 Thread Wim Deblauwe
Good idea, I probably don't use any of the newer funcationalities also. And what version of surefire do you use with 5.1? regards, Wim 2007/10/12, langlois yan <[EMAIL PROTECTED]>: > > Hi, > > As I do not use fonctionalities of testNg5.5, I use TestNg 5.1 instead. > > Yan Langlois. > > > - M

Re: Maven Proxy

2007-10-12 Thread Vanja Petreski
Artifactory definitely! On 10/12/07, Michal Hlavac <[EMAIL PROTECTED]> wrote: > > Dňa Friday 12 October 2007 11:37:35 Wilfred Springer ste napísal: > > I would definitely recommend Artifactory. > > I am using artifactory deployed on glassfish and works very good... > > m. > >

Update from apache-archiva-1.0-beta-1 to apache-archiva-1.0-beta-2

2007-10-12 Thread Denis Schettl
I have an apache-archiva-1.0-beta-1 - installation running. Now I want to upgrade to apache-archiva-1.0-beta-2 (save the complex configuration, still use the existing archives), but could not found any step-by-step documentation. Have somebody a good documentation for me? Thanks Denis -- View th

RE: Howto use libraries which are not in the repository?

2007-10-12 Thread Thai Dang Vu
Thanks for the 2 answers. My situation is: I'm using Spring 2.5 RC1. When I'm free, I download the latest snapshot of Spring 2.5 RC1. Then every time I download the latest snapshot, I have to copy the jar files to my local repository? At home, I use Ubuntu, so I can make a link in the repository

Re: Maven Proxy

2007-10-12 Thread Michal Hlavac
Dňa Friday 12 October 2007 11:37:35 Wilfred Springer ste napísal: > I would definitely recommend Artifactory. I am using artifactory deployed on glassfish and works very good... m. smime.p7s Description: S/MIME cryptographic signature

Having to do -U everyday

2007-10-12 Thread gommo
Can someone tell what could be causing me to have to run maven with a '-U' option every morning. If I don't it just doesn't find one or more maven plugins. Once I do a full build with -U all works good. Interestingly enough I don't see this on my ubuntu build machine, only on my Vista desktop.

Re: Maven Proxy

2007-10-12 Thread Wilfred Springer
I would definitely recommend Artifactory. On Fri, 2007-10-12 at 02:10 -0700, maarten roosendaal wrote: > Hi, > > We use Archiva (beta2) which works fine. We had some problems with the beta1 > version but getting it up and running was very easy. The hard part is comming > up with procedures reg

Re: Maven good Design

2007-10-12 Thread Graham Leggett
On Fri, October 12, 2007 3:31 am, Wayne Fay wrote: > If you are truly "converting" from Ant to Maven, the correct approach > would be to "convert" the application structure into the suggested > Maven layout. > > You should be able to do this in a branch in your SCM so as to not > disturb the rest

Re: Maven Proxy

2007-10-12 Thread maarten roosendaal
Hi, We use Archiva (beta2) which works fine. We had some problems with the beta1 version but getting it up and running was very easy. The hard part is comming up with procedures regarding dependencies and management. - Original Message From: Denis Bessmertniy <[EMAIL PROTECTED]> To: Ma

Maven Proxy

2007-10-12 Thread Denis Bessmertniy
Hi, May you advise to me a good maven proxy? I know only http://proximity.abstracthorizon.org. Is it good? Maybe you know something better? - Denis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Howto use libraries which are not in the repository?

2007-10-12 Thread Giancarlo Degani
Hi, you shoul read this: http://maven.apache.org/general.html#importing-jars Giancarlo 2007/10/12, Vanja Petreski <[EMAIL PROTECTED]>: > Install them either in the local or inhouse repository and use it :) > > Vanja > > On 10/12/07, Thai Dang Vu <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > How

Re: Howto use libraries which are not in the repository?

2007-10-12 Thread Vanja Petreski
Install them either in the local or inhouse repository and use it :) Vanja On 10/12/07, Thai Dang Vu <[EMAIL PROTECTED]> wrote: > > Hi, > > How can I use libraries which are not in the repository but in my hard > disk? > > Regards. > > > NOTICE: This message (including any attachments) from Momen

Howto use libraries which are not in the repository?

2007-10-12 Thread Thai Dang Vu
Hi, How can I use libraries which are not in the repository but in my hard disk? Regards. NOTICE: This message (including any attachments) from Momentum Systems, Inc. contains information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you are hereby notified that

Re : How to release if using testng

2007-10-12 Thread langlois yan
Hi, As I do not use fonctionalities of testNg5.5, I use TestNg 5.1 instead. Yan Langlois. - Message d'origine De : Wim Deblauwe <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Vendredi, 12 Octobre 2007, 8h19mn 08s Objet : How to release if using testng Hi, how do other people r