Re: Unable to set property with a dash in the key

2003-06-09 Thread Ben Walding
This sounds like bug listed in MAVEN-410? You seem to have tracked it down a bit more, so adding your information to MAVEN-410 would be appreciated. That being said, as I understand things, JEXL is interpreting the dashes as subtraction (mathematical) which is not so useful. I'm not necessaril

Re: cvs commit: maven/src/test/touchstone-build maven.xml

2003-06-09 Thread Jason van Zyl
On Mon, 2003-06-09 at 23:31, Brett Porter wrote: > Hi Jason, > > I noticed this was failing too - the original test in maven.xml was > calling the wrong location, but that seems to be fixed. > > maven maven:jar-install currently fails this test too, so the problem is > probably still reactor re

Re: cvs commit: maven/src/test/touchstone-build maven.xml

2003-06-09 Thread Brett Porter
Hi Jason, I noticed this was failing too - the original test in maven.xml was calling the wrong location, but that seems to be fixed. maven maven:jar-install currently fails this test too, so the problem is probably still reactor related. I've also noticed that setting ~/build.properties to ha

cvs commit: maven/src/test/touchstone-build maven.xml

2003-06-09 Thread jvanzyl
jvanzyl 2003/06/09 20:23:51 Modified:src/test/touchstone-build maven.xml Log: o This will fix the bootstrap until I find out what the problem is. I actually think there is a problem with the bootstrap ... Revision ChangesPath 1.35 +3 -1 maven/src/test/touchs

cvs commit: maven/src/test/touchstone-build/src/reactor-build/username_test maven.xml

2003-06-09 Thread jvanzyl
jvanzyl 2003/06/09 20:15:39 Modified:.maven.xml src/test/touchstone-build/src/reactor-build/username_test maven.xml Added: .build-bootstrap-core.xml Log: o Adding a build-bootstrap-core.xml file that only goes through bui

Jelly Bug?

2003-06-09 Thread nick . minutello
I am getting the following error with Maven-cvs-head : In my maven.xml, I have And I get the error: BUILD FAILED null:37:50: null:34:37: null:164:48: Replace: source file \entityengine.xml doesn't exist Total time: 2 minutes 57 seconds ... even though ${maven.test.dest

Re: getting involved again

2003-06-09 Thread Ben Walding
Ok, I'll take a look. Thanks for the patches, I'll be reviewing and applying them tonight. Cheers, Ben Brett Porter wrote: Ben Walding wrote: MAVEN-159 - Not sure what this is about, but pretty simple and self-contained It looks to me like the solution is included in the issue and they a

Re: getting involved again

2003-06-09 Thread Brett Porter
Ben Walding wrote: MAVEN-159 - Not sure what this is about, but pretty simple and self-contained It looks to me like the solution is included in the issue and they are just requesting the file be added? - Brett - To unsubscri

Hard-coded www.ibiblio.org ?

2003-06-09 Thread nick . minutello
Hi, We have a problem with the (stupidly high level of) security of our internet proxy which makes it practically impossible for us to reliably get to www.ibiblio org. Therefore we have an internal mirror of ibiblio via Jobo : http://www.matuschek.net/software/jobo/ What I want to do is to do a

Properties ordering in build-bootstrap.xml ?

2003-06-09 Thread nick . minutello
Hi, I have a question regarding the initialisation of properties in the build-bootstrap.xml Should the ${user.home}/build.properties come last - as in the case of properties initialisation in a regular maven build? I want to over-ride some defaults - like maven.repo.remote and it see

Unable to set property with a dash in the key

2003-06-09 Thread Simmerman, Eric
I am unable to set a property with a dash in the key. When I use either or to set a property with a dash in the key, echoing the key will result in "0" on the console. I spent a little time tracking this bug, and I can't find it in the "set" control flow or Jelly's Context implementation. Can som

[Repository Upload Request] xmldb

2003-06-09 Thread Kevin Ross
-Original Message- From: Kevin Ross [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: [Repository Upload Request] xmldb Please upload these items to the repository at your convenience. jars http://iverticalleap.com/maven/xmldb/jars/xmldb-a

Re: Maven web site and Wiki ? Nice idea - but I would prefer a release

2003-06-09 Thread nick . minutello
Hi Chaps, I apolagise in advance if I have missed some essential past discussion on my following topic. From past experience on the mailing list, my topic has been a recurring one. Forgive me if I am flogging a dead horse - or if I am re-hashing a settled issue. Please post a link if I missed i

[Repository Upload Request] Commons FileUpload 1.0 RC1

2003-06-09 Thread Martin Cooper
The required project descriptor is attached. The Commons FileUpload distribution is available here: http://www.apache.org/dist/jakarta/commons/fileupload/ Thanks! -- Martin Cooper begin 666 fileupload.xml M/'!R;VIE8W0^#0H@(#QP;VU697)S:6]N/C,\+W!O;59E

cvs commit: maven/src/plugins-build/plexus/src/plugin-resources/templates plexus.vm

2003-06-09 Thread knielsen
knielsen2003/06/09 10:16:30 Modified:src/plugins-build/plexus/src/plugin-resources/templates plexus.vm Log: updating classworlds Revision ChangesPath 1.6 +1 -1 maven/src/plugins-build/plexus/src/plugin-resources/templates/plexus.vm

cvs commit: maven/src/plugins-build/uberjar project.xml

2003-06-09 Thread bwalding
bwalding2003/06/09 01:34:35 Modified:src/plugins-build/uberjar project.xml Log: Use the 1.0-rc1 of classworlds Revision ChangesPath 1.13 +1 -1 maven/src/plugins-build/uberjar/project.xml Index: project.xml =