Humm.. Okay.. But.. I am slowly getting it..
So, I ran into the same issue with the bsf.jar.. I call it bsf, but the
project is jakarta-bsf.
So, I add this:
<maven basedir="bsf" goal="jar" >
<property name="maven.jar.bsf" project="jakarta-bsf" id="bsf.jar" />
</maven>
And, based on what you said, for the xmlrpc, I am adding this:
<maven basedir="xmlrpc" goal="jar" >
<property name="maven.jar.xmlrpc" project="ws-xmlrpc" id="xmlrpc.jar"
/>
</maven>
Hopefully this will work! There is a light at the end of the project, more
of the fulcrum projects properly gumped last night!
Eric
> -----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 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 can be picked up at all, but I think IF it doesn, it would be
> something like;
>
> <maven goal="jar" basedir="whatever" >
> <property name="maven.jar.abc" project="abc-project" id="IdOfAJar" />
> </maven>
>
> But I am not sure...
>
> Cheers
> Niclas
> --
> +------//-------------------+
> / http://www.bali.ac /
> / http://niclas.hedhman.org /
> +------//-------------------+
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]