RE: How to refer to ws-xmlrpc as xmlrpc?

2004-10-24 Thread Eric Pugh
To: Gump code and data Subject: Re: How to refer to ws-xmlrpc as xmlrpc? On Thursday 21 October 2004 16:57, Eric Pugh wrote: So, I add this: property name=maven.jar.bsf project=jakarta-bsf id=bsf.jar / property name=maven.jar.xmlrpc project=ws-xmlrpc id=xmlrpc.jar

Re: How to refer to ws-xmlrpc as xmlrpc?

2004-10-24 Thread Niclas Hedhman
On Sunday 24 October 2004 19:52, Eric Pugh wrote: Hi Niclas.. I think the fix isn't working.. Not sure what is going on.. also, on a related note, I switched to javamail-1.3, but it doesn't seem to pick it up as well... The version doesn't matter. What matters is the match between the Maven

Re: How to refer to ws-xmlrpc as xmlrpc?

2004-10-24 Thread Niclas Hedhman
On Sunday 24 October 2004 20:04, Niclas Hedhman wrote: On Sunday 24 October 2004 19:52, Eric Pugh wrote: Hi Niclas.. I think the fix isn't working.. Not sure what is going on.. also, on a related note, I switched to javamail-1.3, but it doesn't seem to pick it up as well... The version

Re: How to refer to ws-xmlrpc as xmlrpc?

2004-10-21 Thread Niclas Hedhman
On Thursday 21 October 2004 05:56, Eric Pugh wrote: Okay.. Sorry for being dense but.. Where do I put this: maven.jar.artifactID = path to Jar For all normal cases; You don't. It is done in the maven.py script. I am not even sure it will work for non-normal cases, and if a proper classpath

RE: How to refer to ws-xmlrpc as xmlrpc?

2004-10-21 Thread Eric Pugh
-Original Message- From: Niclas Hedhman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 7:13 AM To: Gump code and data Subject: Re: How to refer to ws-xmlrpc as xmlrpc? On Thursday 21 October 2004 05:56, Eric Pugh wrote: Okay.. Sorry for being dense but.. Where do I put

Re: How to refer to ws-xmlrpc as xmlrpc?

2004-10-21 Thread Niclas Hedhman
On Thursday 21 October 2004 16:57, Eric Pugh wrote: So, I add this: property name=maven.jar.bsf project=jakarta-bsf id=bsf.jar / property name=maven.jar.xmlrpc project=ws-xmlrpc id=xmlrpc.jar No, the id refers to the declared id in the jar of the project (and I am not sure what

Re: How to refer to ws-xmlrpc as xmlrpc?

2004-10-20 Thread Adam R. B. Jack
For this project: http://brutus.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-xmlrpc/ gump_work/build_jakarta-turbine-fulcrum_fulcrum-xmlrpc.html Maven is failing looking for xmlrpc as a dependency. Unfortunantly, in Gump, xmlrpc is called ws-xmlrpc. I already have the dependency:

RE: How to refer to ws-xmlrpc as xmlrpc?

2004-10-20 Thread Eric Pugh
:17 PM To: Gump code and data Subject: Re: How to refer to ws-xmlrpc as xmlrpc? For this project: http://brutus.apache.org/gump/public/jakarta-turbine-fulcrum/fulcr um-xmlrpc/ gump_work/build_jakarta-turbine-fulcrum_fulcrum-xmlrpc.html Maven is failing looking for xmlrpc as a dependency

Re: How to refer to ws-xmlrpc as xmlrpc?

2004-10-20 Thread Niclas Hedhman
On Wednesday 20 October 2004 23:55, Eric Pugh wrote: So.. From looking at the third reference, and then looking at some examples, what I want is this: depend property=xmlrpc.jar project=ws-xmlrpc/ And then when Maven runs, it will look for xmlrpc.jar. So, something is telling Maven that

RE: How to refer to ws-xmlrpc as xmlrpc?

2004-10-20 Thread Eric Pugh
] Sent: Wednesday, October 20, 2004 7:19 PM To: Gump code and data Subject: Re: How to refer to ws-xmlrpc as xmlrpc? On Wednesday 20 October 2004 23:55, Eric Pugh wrote: So.. From looking at the third reference, and then looking at some examples, what I want is this: depend property