Re: Fw :[m2-beta-1] Ear plugin: root-context & copied JARs/WARs

2005-09-21 Thread Stephane Nicoll
I am about to write it. There's an issue on Jira: http://jira.codehaus.org/browse/MNG-853 Cheers, Stephane On 9/21/05, Mike Perham <[EMAIL PROTECTED]> wrote: > Where's the equivalent document for the war plugin? > > mike > > -Original Message- > From: Stephane Nicoll [mailto:[EMAIL PROTEC

Re: [m2] range dependencies in (at least) plugins breaks build

2005-09-21 Thread Orjan Austvold
Ok. I'll file a bug with an example. Ørjan Brett Porter wrote: It is supported - this should work (and if there is a reason it couldn't find a version, it should report a better message). This is a bug. - Brett On 9/22/05, Orjan Austvold <[EMAIL PROTECTED]> wrote: In an eager attempt I c

Re: [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Wim Deblauwe
Hi, the documentation states that for Maven 1.x projects, you cannot extend from a parent. Is this still the case in alfa4? regards, Wim PS: The main page (http://maven.apache.org/continuum/) needs update, it still has alfa3 as the latest release. 2005/9/20, Emmanuel Venisse <[EMAIL PROTECTED]>

Re: .cvspass file not found on windows.

2005-09-21 Thread Dion Gillard
Does the information on http://maven.apache.org/reference/plugins/changelog/ help? On 9/21/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > I am trying to setup scm in maven, and I am using wincvs to access my cvs > server. I have searched, and do not find a .cvspass file and maven is also > complain

Maven Cobertura Plug-in 1.1.1 release

2005-09-21 Thread Carlos Sanchez
The maven-plugins team is pleased to announce the Maven Cobertura Plug-in 1.1.1 release! http://maven-plugins.sourceforge.net/maven-cobertura-plugin Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program

Re: SocketException downloading JARs

2005-09-21 Thread Brett Porter
I was able to find these: http://mail-archive.objectweb.org/jonas-team/2005-07/msg00119.html https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=163006 I've used JDK 5.0 successfully on FC4. Are the snapshots actually ones downloaded, or just those built by m2 in the process? HTH, Brett On 9/2

Re: SocketException downloading JARs

2005-09-21 Thread Chris Berry
I wonder if this has something to do with redirects?? http://repo1.maven.org redirects to ibiblio but the SNAPSHOTs repo does not redirect... Although I don't know what to do with that info ;-) On 9/21/05, Chris Berry <[EMAIL PROTECTED]> wrote: > Greetings, > I am having trouble building the lates

SocketException downloading JARs

2005-09-21 Thread Chris Berry
Greetings, I am having trouble building the latest/greatest m2 HEAD from SVN. I am getting a "SocketException: Invalid argument or cannot assign requested address" when it is trying to download a JAR from http://repo1.maven.org What is odd is that 1) I can see POMs that have been loaded into my .

Re: [m2] surefire output to console?

2005-09-21 Thread Johnny R. Ruiz
Mike Perham wrote: How do I tell surefire to output to the console? I want the same behavior as the old "usefile=false" flag. mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] clover example doesn't work

2005-09-21 Thread Brett Porter
Hi Dave, I've just cleaned up that POM. However it will require beta-2 in SVN to work completely - I fixed 2 important bugs yesterday. THere will be a release next week. You can use the clover report in beta-1 using "m2 clover:report", however, without additions to the pom.xml. - Brett On 9/22/

RE: RE : CruiseControl issues trying to install and run from maven.Pleasehelp.

2005-09-21 Thread Mick Knutson
My issue is not checking out from cvs as that works just fine. It is actually building the app. I keep getting a Goal 2005092100 does not exist in this project Ideas how to fix this to run the goals I selected in the goal="..."> setting? Thank You Mick Knutson Sr. Java/J2EE Consultant BAS

[m2] clover example doesn't work

2005-09-21 Thread Dave LeBlanc
Hi all, I'm starting a test project fresh with maven2, what a joy to not have to reproduce all the madness in my regular ant build infrastructure. So I'm trying to use things like clover and PMD in this new project, but running into a brick wall (no docs, examples don't seem to work). I'm assumi

Re: [m2] issues with site:deploy

2005-09-21 Thread Brett Porter
MNG-476 On 9/22/05, dohadwala, moiz <[EMAIL PROTECTED]> wrote: > Brett, > > Do you have the bug id? > > -Moiz > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 21, 2005 4:54 PM > To: Maven Users List > Subject: Re: [m2] issues with site:depl

RE: [m2] issues with site:deploy

2005-09-21 Thread dohadwala, moiz
Brett, Do you have the bug id? -Moiz -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 4:54 PM To: Maven Users List Subject: Re: [m2] issues with site:deploy This bug was closed for beta-1: can you please reopen it with this informatio

Re: [m2] issues with site:deploy

2005-09-21 Thread Brett Porter
This bug was closed for beta-1: can you please reopen it with this information. I thought catting the output had resolved this issue. - Brett On 9/22/05, dohadwala, moiz <[EMAIL PROTECTED]> wrote: > I ran into several problems with site:deploy. > > I have created a regular project using the arche

[m2] issues with site:deploy

2005-09-21 Thread dohadwala, moiz
I ran into several problems with site:deploy. I have created a regular project using the archetype plug-in. I have specified an internal repository running on RedHat Enterprise server in the project's pom.xml as follows: CORP-Internal CORP-Internal http://10.239.23.58/maven2

Re: [m2] trouble accessing internal repository with beta1

2005-09-21 Thread Brett Porter
On 9/22/05, Ralph Pöllath <[EMAIL PROTECTED]> wrote: > I would like to isolate the problem, but don't know where to start. Can you share the section of your POM, and any relevant settings you have set? > Is it possible to force m2 beta-1 to use maven-deploy-plugin alpha-3? No, they are incompat

Re: m1 - maven.xml including another script.

2005-09-21 Thread Brett Porter
Maven doesn't recognise how to traverse includes when caching tag libraries. It's a warning that can be ignored. - Brett On 9/22/05, Tim Dyck <[EMAIL PROTECTED]> wrote: > I feel stupid for even asking this question, but after digging through > google for a while I have not found my answer. > > I

Re: [m2] range dependencies in (at least) plugins breaks build

2005-09-21 Thread Brett Porter
It is supported - this should work (and if there is a reason it couldn't find a version, it should report a better message). This is a bug. - Brett On 9/22/05, Orjan Austvold <[EMAIL PROTECTED]> wrote: > In an eager attempt I came to specify a couple of dependencies in a > parent-pom of a plugin

RE: RE : CruiseControl issues trying to install and run from maven.Pleasehelp.

2005-09-21 Thread Mick Knutson
So how do I get it to try to check out a new version, then rebuild each time? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA) From: "David Jackman" <[EMAIL PROTECTED]> Reply-To: "

netbeans/cvslib jar needs updating [was Still having problem parsing cvs dates]

2005-09-21 Thread Tim Pizey
Hi, The problems with cvs date handling reported in http://jira.codehaus.org/browse/MAVEN-1447 have been fixed in netbeans version 4.1 http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15&r2=1.16 The current maven-1.1.-beta-2 i

RE: RE : CruiseControl issues trying to install and run from maven.Pleasehelp.

2005-09-21 Thread David Jackman
CC uses the lastsuccessfulbuild property when looking for changes since the last build (to determine if another build should start). The value is a date/time in MMDDhhmmss format. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 3:12

M2 beta2, svn, CruiseControl, scm:update fails

2005-09-21 Thread Kahn, Peter
I am trying to get m2 working with subversion and CruiseControl. Amy I trying to do with too early? The following describes how the goal scm:update isn't working for me. Any suggestions would be welcomed. Thanks I have a simple pom:

RE: RE : CruiseControl issues trying to install and run from maven.Pleasehelp.

2005-09-21 Thread Mick Knutson
OK, it seems that there are many values that where not correct, but I have now got it to work and is going every hour for now. What is the lastsuccessfulbuild for? SNAPSHOTS? Here is my logs: Thank You Mick Knutson Sr. Ja

Re: RE : CruiseControl issues trying to install and run from maven.Pleasehelp.

2005-09-21 Thread Doug Douglass
Vincent Massol wrote: That is not quite correct. The default CC plugin properties run CC in the target dir (for lack of a better default) but you can change them to run CC anywhere on your machine. That said, this goal is just a convenience and you're free not to use it of course. [snip] -Vin

Re: FindBugs Plug-in 0.9.2 release

2005-09-21 Thread Henning P. Schmiedehausen
Carlos Sanchez <[EMAIL PROTECTED]> writes: _big_ thanks for this! Best regards Henning >The maven-plugins team is pleased to announce the FindBugs Plug-in 0.9.2 >release! >http://maven-plugins.sourceforge.net >A plugin to automate FindBugs tasks >Changes in this vers

Re: [m2] range dependencies in (at least) plugins breaks build

2005-09-21 Thread Raphaël Piéroni
Orjan, You can found this in one of Brett's email with the subject : [m2] reasons for sticking with maven. May that helps. R Here comes the extract : Dependency ranges: - Ivy supports simple notation of 2.1+ which is equivalent to Maven's [2.1, 3.0) - Maven supports any range you can specif

RE: RE : CruiseControl issues trying to install and run from maven.Pleasehelp.

2005-09-21 Thread Vincent Massol
Hi Doug, > -Original Message- > From: Doug Douglass [mailto:[EMAIL PROTECTED] > Sent: mercredi 21 septembre 2005 22:44 > To: Maven Users List > Subject: Re: RE : CruiseControl issues trying to install and run from > maven.Pleasehelp. > > Mick Knutson wrote: > > So, the config.xml is at le

Re: RE : CruiseControl issues trying to install and run from maven. Pleasehelp.

2005-09-21 Thread Doug Douglass
Mick Knutson wrote: So, the config.xml is at least a starting point right? What I need to know then, is: 1. What is missing to at least get an initial checkout and build working 2. Where do I put the config.xml? 3. Do I just run c:\cc\main\bin\cruisecontrol.bat once to get the whole thing into

[m2] range dependencies in (at least) plugins breaks build

2005-09-21 Thread Orjan Austvold
In an eager attempt I came to specify a couple of dependencies in a parent-pom of a plugin as org.apache.maven maven-project [2.0-beta-1,) org.apache.maven maven-plugin-api

RE: RE : CruiseControl issues trying to install and run from maven. Pleasehelp.

2005-09-21 Thread Mick Knutson
So, the config.xml is at least a starting point right? What I need to know then, is: 1. What is missing to at least get an initial checkout and build working 2. Where do I put the config.xml? 3. Do I just run c:\cc\main\bin\cruisecontrol.bat once to get the whole thing into motion? Thank You

RE: RE : CruiseControl issues trying to install and run from maven. Pleasehelp.

2005-09-21 Thread David Jackman
Same here. In fact, I don't even use the CC plugin for Maven. I create and edit the config file by hand all the time. It really isn't that hard anymore with the updated docs on the CC site (it was a real pain when all there was was an example config file with only a few elements in it). ..Da

RE : CruiseControl issues trying to install and run from maven. Pleasehelp.

2005-09-21 Thread Pascal Larin
Mick, We do the same thing. If you plan to use 2 or more projects on CruiseControl, it is not the way to do it. CruiseControl is designed to be started one time. It reads his configuration file every time it builds a project. Pascal -Message d'origine- De : Doug Douglass [mailto:[EMAIL

Re: CruiseControl issues trying to install and run from maven. Please help.

2005-09-21 Thread Doug Douglass
Mick, FWIW, I don't run CC from maven. I use the CC plugin to generate a config, tweak the config.xml and start CC manually. I found the CC docs/howto and CC plugin docs/howto describe different usage patterns, so I went with the straight CC docs. YMMV Doug Mick Knutson wrote: Why do I alw

[m2] surefire output to console?

2005-09-21 Thread Mike Perham
How do I tell surefire to output to the console? I want the same behavior as the old "usefile=false" flag. mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

m1 - maven.xml including another script.

2005-09-21 Thread Tim Dyck
I feel stupid for even asking this question, but after digging through google for a while I have not found my answer. I have a maven.xml file that needs to include another xml file and make calls to defined tags that I have created. Here is a basic example of what I am trying to do: Maven.xml co

RE: CruiseControl issues trying to install and run from maven. Please help.

2005-09-21 Thread Mick Knutson
Why do I always feel ignored on this list? I get 1 out of about 30 posting responded to. I do not feel like I am asking stupid questions at all. So, _please_, I really need to get cruise control working. project.properties: === ###--

Re: [m2] tools.jar on mac

2005-09-21 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 haven't had the chance to verify on my mac, but I will now. it's checked in. - -j Ashley Williams wrote: | Think it was Bretts brainwave, I just verified it. Have you tested it | out on an actual Mac? If you checked it in then I can give it a go...

Re: [m2] tools.jar on mac

2005-09-21 Thread Ashley Williams
Think it was Bretts brainwave, I just verified it. Have you tested it out on an actual Mac? If you checked it in then I can give it a go... On 21 Sep 2005, at 18:16, John Casey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the brainwave! MNG-869 is fixed for os x now... -

FindBugs Plug-in 0.9.2 release

2005-09-21 Thread Carlos Sanchez
The maven-plugins team is pleased to announce the FindBugs Plug-in 0.9.2 release! http://maven-plugins.sourceforge.net A plugin to automate FindBugs tasks Changes in this version include: Fixed bugs: o Make project.xml follow xml schema. Solves plugin error on maven 1.1. To automatically in

[m2] Portable way of specifying JDKs in compiler plugin

2005-09-21 Thread Mark Hobson
Hi all, I have a project that is targetted for a JDK 1.4.2 environment and implements the DOM Level 2 API that is supplied in the corresponding rt.jar. I need to be able to build this project with m2 on a system that has both JDK 1.5 (the default) and JDK 1.4.2 installed. The project cannot be c

RE: Fw :[m2-beta-1] Ear plugin: root-context & copied JARs/WARs

2005-09-21 Thread Mike Perham
Where's the equivalent document for the war plugin? mike -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 1:58 AM To: Maven Users List Subject: Re: Fw :[m2-beta-1] Ear plugin: root-context & copied JARs/WARs It is except that you nee

Re: [m2] trouble accessing internal repository with beta1

2005-09-21 Thread Ralph Pöllath
I just downgraded to m2 alpha-3 and everything works just like before. I would like to isolate the problem, but don't know where to start. Is it possible to force m2 beta-1 to use maven-deploy-plugin alpha-3? Cheers, -Ralph. On 21.09.2005, at 16:15, Yann Le Du wrote: I worked around by usin

CruiseControl issues trying to install and run from maven. Please help.

2005-09-21 Thread Mick Knutson
I have maven generating my config.xml for me when I manually run "maven cruisecontrol", but there does not seem to be a cruisecontrol:install in the latest plugin. Also, when I run "maven cruisecontrol:run", I get some strange Sax Parser error. C:\opt\local\blackhawk\FastForward_AppServer\fast

Re: [m2] tools.jar on mac

2005-09-21 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the brainwave! MNG-869 is fixed for os x now... - -john Ashley Williams wrote: | Ah Mr Casey, just noticed you're taking a look at the integration test | failure it0063 again! Don't know if you read my previous post, but I | did find th

Re: [m2] first attempt at maven with single-source

2005-09-21 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What about a plugin that generates those pom files somehow? you'd need a map of interdependencies, I guess...but rather than instantiating a bunch of 'ghost' POMs on the fly, a generator plugin could give you something to put in version control and tr

[m2] first attempt at maven with single-source

2005-09-21 Thread Ashley Williams
I believe with just a few pom.xml tweaks I've managed to get something of a single source project to work with maven. It could be that a few bug fixes since Maven alpha have helped since the last time I tried but here's what I did. 1. Designed a bogus project consisting of a gui artifact th

RE : RE : RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Olivier Lamy
More details. not remove .cvspass is in $HOME. I have the build result (remplace real ip by word ip, repository name by repository, module name by module) : cvs checkout: CVSROOT may only specify a positive, non-zero, integer port (not `2401:'). cvs checkout: Perhaps you entered a relative pathname

Re: [m2] changing target directory

2005-09-21 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this is a bug where interpolated expressions are not used by default for the POM defaults that nest inside one another. For example, directory is specified by default as "/target" but outputDirectory is specified as "/target/classes" instead of "${bui

Re: [m2] tools.jar on mac

2005-09-21 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yeah, good point. since on the mac, tools.jar is available from the bootclasspath, I guess I can just leave the dep out on osx rather than trying to redefine the system path for it...good call. I'll fix that way, and figure out the toolsJar internal r

Re: [m2] changing target directory

2005-09-21 Thread Jesse McConnell
keep in mind that ../ will be evaluated from wherever you are executing this.. so if you have a root pom and execute from there then you'll probably end up putting it someplace other then you think it should be going.. if you need to do that you might want to do $[basedir}/../output maybe... at

Re: [m2] changing target directory

2005-09-21 Thread Ashley Williams
Yes, class files went under target/classes. Here are the results of m2 install: Compiling 1 source file to /Users/ashley/projects/proj1/single-source/ com/acme/util/target/classes [INFO] [resources:testResources] [INFO] [compiler:testCompile] [INFO] No sources to compile [INFO] [surefire:test

Re: [m2] changing target directory

2005-09-21 Thread Kenney Westerhof
On Wed, 21 Sep 2005, Ashley Williams wrote: Yes, this sounds like a bug. Is it the output of the compiler plugin i.e. target/classes/ ? > I'm trying to change the name and location of the target directory > but not quite sure which pom tag controls it. I did try: > > ../output > > ie create the d

[m2] changing target directory

2005-09-21 Thread Ashley Williams
I'm trying to change the name and location of the target directory but not quite sure which pom tag controls it. I did try: ../output ie create the directory one parent higher and call it output instead of target. This resulted in an artifact jar file under the ../output directory so I was

RE : RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Olivier Lamy
sorry but not fixed. A simple comment on the file ~/continuum-1.0-beta-1/apps/continuum/conf/configuration.xml It contains : /build-output-directory /working-directory As I don't start continuum as root user, I need to change it (could you use it with $PLEXUS_HOME before or not / before) Thanks

[m2] tools.jar on mac

2005-09-21 Thread Ashley Williams
Ah Mr Casey, just noticed you're taking a look at the integration test failure it0063 again! Don't know if you read my previous post, but I did find that by hardcoding a reference in the pom.xml to any old jar, rather than the mac classes.jar it then passed. In fact I used junit.jar, but I'

RE : RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Olivier Lamy
thanks for the fix (I have been notified by jira) this one http://maven.zones.apache.org/~continuum/builds/continuum-20050805.1 0.tar.gz I'm not sure about the time 05-Aug-2005 10:04 (is it US time) Or is there any other url ? Olivier -Message d'origine- De : Emmanuel Venisse [m

Re: RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Emmanuel Venisse
Can you download the new snapshot and test it? Emmanuel Olivier Lamy wrote: Ok thanks. Now is there any possible workaround ? By using a user with a password (do I need to specify it in the scmUrl) Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : me

RE: .cvspass file not found on windows.

2005-09-21 Thread David Jackman
This happens if you're using the CVSNT client (try cvs -version to know for sure) because CVSNT puts the passwords in the registry instead of the .cvspass file. I wrote a utility that extracts passwords from the registry and creates the .cvspass file. Let me know if you'd like a copy. ..David..

Re: [m2] trouble accessing internal repository with beta1

2005-09-21 Thread Yann Le Du
I worked around by using in my POM. Now : * my settings.xml is empty of and <*repositories> * my POM contains : ~ ~ ... ~ ~ ~ central ~ http://ricfiled.as.asd.asf/maven/repository ~ always ~ ~ ~ ... ~ I manage to access all artifacts,

RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Olivier Lamy
Ok thanks. Now is there any possible workaround ? By using a user with a password (do I need to specify it in the scmUrl) Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : mercredi 21 septembre 2005 11:51 À : continuum-users@maven.apache.org Objet : Re:

Re: [m2] How to get logging from commons-exec?

2005-09-21 Thread Wendell Beckwith
Actually because it was dev/users on this list telling me to use commons-exec and because I see Brett all over the checkin logs that I assumed this was the correct forum to ask my question. Now in reference to your email from yesterday, I did follow the link, but that reference you pointed me to wr

Re: [m2] Antfile plugin

2005-09-21 Thread Chris Berry
This is it Cheers, -- Chris allows use of Ant build files - Key: MNG-897 URL: http://jira.codehaus.org/browse/MNG-897 Project: Maven 2 Type: Improvement Components: maven-ant-plugin Versions: 2.0-alpha-3 Reporter: Chris Berry Attach

Re: [m2] trouble accessing internal repository with beta1

2005-09-21 Thread Ralph Pöllath
On 20.09.2005, at 14:39, Yann Le Du wrote: I'm also having troubles accessing artifacts from my corp repository. More exactly, I can access plain versions (e.g. 1.0.3), but not snapshots (e.g., 1.0.4-SNAPSHOT). I noticed that after changing the version from 0.1-SNAPSHOT to 0.1, m2 -X depl

Re: [m2] How to get logging from commons-exec?

2005-09-21 Thread Trygve Laugstøl
On Tue, 2005-09-20 at 22:20 -0500, Wendell Beckwith wrote: > I checked out the source for commons-exec and built the > commons-exec-1.0-SNAPSHOT.jar. I added this jar as a dependency to my m2 > plugin project and wrote a simple Foo app to verify that everything was > working. The app just writes th

Problem with marmalade plugin tutorial as described on M2 site.

2005-09-21 Thread Davy Toch
Hi, I tried to create the 'hello' marmalade plugin as indicated in the section 'Creating Your First Plugin' at : http://maven.apache.org/maven2/developers/developing-plugins-with-marmalade.html I'm currently using maven-2.0-beta-1. Creating the 'hello' plugin and installing it in the loca

Re: [m2] Surefire max memory

2005-09-21 Thread Brett Porter
It is not currently possible to fork the tests, so the heap size of Maven is used. It's coming. - Brett On 9/21/05, Marc Jambert <[EMAIL PROTECTED]> wrote: > Hi all, > > With Maven 2, I am looking for a way to specify the max memory that can > be used by a junit test running with the surefire pl

[m2] Surefire max memory

2005-09-21 Thread Marc Jambert
Hi all, With Maven 2, I am looking for a way to specify the max memory that can be used by a junit test running with the surefire plugin. I cannot find any kind of jvm properties in surefire plugin parameters. Is there a way I am not aware of ? Thanks Marc -

build failure

2005-09-21 Thread Ashley Williams
Just did an svn update and got the following test failure. Apologies that I don't have time to find out more. I'm running Java 5 on Mac OS X. from log: testGetBuildResult(org.apache.maven.continuum.store.ContinuumStoreTest) [ stdout ]

Re: [m2] Antfile plugin

2005-09-21 Thread Ashley Williams
On 21 Sep 2005, at 09:26, Ashley Williams wrote: Hi Chris, I've mislaid the link to your plugin - can you post it up again?? On 20 Sep 2005, at 21:55, Chris Berry wrote: Yes, it is the equivalent. But one thing confuses me, it's not about executing a java process (per se) -- it's about exe

Re: [m2] reasons for sticking with maven

2005-09-21 Thread Henning P. Schmiedehausen
"Dave Neuer" <[EMAIL PROTECTED]> writes: >To which I have to say: why the hell did someone develop surefire in the >first place? There's already a perfectly good Ant junit task? And why >their own microcontainer? What the heck was wrong w/ Spring (which lots >of people already use). >It seems to

Re: [m2] reasons for sticking with maven

2005-09-21 Thread Henning P. Schmiedehausen
Jason van Zyl <[EMAIL PROTECTED]> writes: [...] >> 5. Other project structures. Sometimes I will encounter a project >> where all the source code is in one tree (beginning with com/). I'm >> not saying its any better than one directory per artifact, but I am >> saying I encounter such proje

RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Olivier Lamy
I will try again (but after job, due to security reason and jobs I have to do ;-)). In fact, all the times I tryed the build failed due to junit failed. But no problem, I will try with builds from http://maven.zones.apache.org/~continuum/builds

Re: [m2] site:deploy password, scp error

2005-09-21 Thread Ashley Williams
JIRA request done. As for the scp error when invoking site:deploy I tried the problem line at the command line: > ssh > scp -t /Applications/tomcat/webapps/projects/master/essential/ site50990.zip at which point it just hung. Maybe it's my understanding of scp, but I've never heard of t

Re: [m2] Antfile plugin

2005-09-21 Thread Ashley Williams
Hi Chris, I've mislaid the link to your plugin - can you post it up again?? On 20 Sep 2005, at 21:55, Chris Berry wrote: Yes, it is the equivalent. But one thing confuses me, it's not about executing a java process (per se) -- it's about executing Ant. And it's not about maintenance. I think

Re: RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Emmanuel Venisse
ok, can you open an issue? Emmanuel Olivier Lamy wrote: Using scm:cvs:pserver:anoncvs:@ip:/local/cvs/Repository:module Display the error : You must provide an scm url. The cvs login doesn't work. Cheers, Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envo

Re: [m2] assembly plugin

2005-09-21 Thread Ashley Williams
Johnny, thanks for your response - I did manage to get it to work after all. Now if only I could add the task to my pom I'd be happy, but it seems I'm not allowed! AW On 21 Sep 2005, at 00:49, Johnny R. Ruiz wrote: Ashley Williams wrote: Does anyone know how to use assembly:assembly, in

Re: Fw :[m2-beta-1] Ear plugin: root-context & copied JARs/WARs

2005-09-21 Thread Stephane Nicoll
On 9/21/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > The link above explains the 'excluded' property you can set on an > artifact to ignore it for application.xml generation. And, of course, does not copy the artifact in the generated EAR. Cheers, Stéphane -- .::You're welcome ::. -