RE: [M1.0.2] Can a CD be a remote repository

2005-07-13 Thread Eric Lapierre
We use this property on Unix successfully: maven.repo.remote=file:/vobs/oam_tps/maven/repository I would look at your slash and backslash combination -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 8:25 PM To: users@maven.apache.org

RE: File Reading from maven

2005-06-23 Thread Eric Lapierre
An easy way to load the whole file: util:loadText var=fileContent file=${filename}/ To read line by line: j:new var=aFileReader className=java.io.FileReader j:arg type=java.lang.String value=${file.toString()}/ /j:new j:new var=aBufferedReader className=java.io.BufferedReader j:arg

RE: JEXL arithmatic strangeness

2005-06-16 Thread Eric Lapierre
Here is how I do it: j:new var=aBigDecimal1 className=java.math.BigDecimal j:arg type=java.lang.String value=${passrateTotal.toString()}/ /j:new j:new var=aBigDecimal2 className=java.math.BigDecimal

RE: [maven 1.1] Clover Tasks not found - a solution

2005-05-10 Thread Eric Lapierre
Did you clean your directory D:\java\drools-2.0\drools-smf/target/ first? It seems that the java compile of the first project did not recompile anything as if there was nothing to recompile: java:compile: [echo] Compiling to D:\java\drools-2.0\drools-smf/target/clover/classes -Original

RE: Multiproject cactus problem

2005-04-27 Thread Eric Lapierre
There was a bug in cactus plugin 1.6.x that started to appear with the removal of the maven.compile.target default plugin property from the maven java plugin 1.5. This has been fixed in cactus plugin 1.7. http://mail-archives.apache.org/mod_mbox/jakarta-cactus-dev/200412.mbox/%3C1 [EMAIL

How to open a bug for the cactus plugin

2005-04-21 Thread Eric Lapierre
I could not find anywhere where I can open a JIRA against the cactus plugin version 1.7. Is this plugin still supported? Thanks Eric

RE: Error with dashboard plugin

2005-02-09 Thread Eric Lapierre
I have seen similar problems when I ran out of memory. You can try to set the MAVEN_OPTS variable to something higher than the default like -Xmx1000m -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 11:53 AM To: 'Maven Users List'

RE: Cruise Control View results here

2005-01-27 Thread Eric Lapierre
You are most likely missing the buildresulturl parameter in your cruisecontrol configuration file. publishers currentbuildstatuspublisher file=logs/apps_navigation/buildstatus.txt/ htmlemail buildresultsurl= -Original Message- From: Chris

RE: deploy via ftp

2005-01-11 Thread Eric Lapierre
The group property maven.remote.group does not seem to be set. -Original Message- From: Chris Huisman [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 1:45 PM To: Maven Users List Subject: jar:deploy via ftp Hello, I am trying to get my artifacts deployed to a central

RE: jar:deploy via ftp

2005-01-11 Thread Eric Lapierre
Does the userid you use to ftp has the proper permission to create file/directory in the deployDirectory? -Original Message- From: Chris Huisman [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 4:34 PM To: Maven Users List Subject: Re: jar:deploy via ftp Line 76 of

RE: trying to get changelog working with clearcase

2005-01-07 Thread Eric Lapierre
I just put this in each project.xml. connectionscm:clearcase:/connection The plugin is looking for an entry, my experience is that it does not really care what is contains for clearcase. -Original Message- From: Tom Bostelmann [mailto:[EMAIL PROTECTED] Sent: Friday, January 07,

RE: jelly if test tag

2004-12-09 Thread Eric Lapierre
{$mainplugin == 'true'} should be ${mainplugin == 'true'} -Original Message- From: Eric Black [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 2:54 PM To: [EMAIL PROTECTED] Subject: jelly if test tag Hi, I'm trying to use the following code: ant:available

RE: 1.0.2 startup slow

2004-12-07 Thread Eric Lapierre
Have you tried cleaning up your local repo first? -Original Message- From: Chad Brandon [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 1:27 PM To: 'Maven Users List' Subject: RE: 1.0.2 startup slow Strange, what OS are you running on? I'm on an XP 3.2 ghz with 2 gigs of

RE: problem *not* forking unit tests

2004-11-24 Thread Eric Lapierre
I had a similar problem. A workaround that worked for me was to set the MAVEN_OPTS like this setenv MAVEN_OPTS -Xbootclasspath/a:$CLASSPATH where CLASSPATH is the list of jars that you get a ClassDefNotFound exception for. -Original Message- From: Micah Craig [mailto:[EMAIL PROTECTED]

inheritance in maven 1.0.1

2004-11-12 Thread Eric Lapierre
Hi, The default properties like maven.repo.remote does not seem to be inherited properly from the ancestors project.properties. Is that the expected behavior in maven 1.0.1? Thanks Eric

Reactor performance degradation

2004-09-20 Thread Eric Lapierre
Hi, We have a project with about 50 subprojects, and, on average, each subproject has 20 dependencies. Every time we try to compile all subprojects, the reactor takes about 17 minutes to determine the order of the subprojects. I found that the reactor is trying to sort all the