You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Warwick Burrows <wa...@e2open.com> on 2004/11/30 01:16:16 UTC

Small version change problem in server build.xml

Hi,
 
I noticed a small build.xml issue with the latest submission of server
build.xml. On line 52 the build version is hard-coded instead of using
${version} eg.
 
    <property name="jakarta-slide-webdavlib.jar"
value="${lib.dir}/jakarta-slide-webdavlib-2.1b2.jar"/>
 
instead of:
 
    <property name="jakarta-slide-webdavlib.jar"
value="${client.lib.dir}/jakarta-slide-webdavlib-${version}.jar"/>
 
Warwick

Re: Small version change problem in server build.xml

Posted by Oliver Zeigermann <ol...@gmail.com>.
Right, this is a dependency on the of the server on the client, but I
guess it would be better to have it dynamic.

Done.

Oliver


On Mon, 29 Nov 2004 16:16:16 -0800, Warwick Burrows
<wa...@e2open.com> wrote:
> Hi,
> 
> I noticed a small build.xml issue with the latest submission of server
> build.xml. On line 52 the build version is hard-coded instead of using
> ${version} eg.
> 
>     <property name="jakarta-slide-webdavlib.jar"
> value="${lib.dir}/jakarta-slide-webdavlib-2.1b2.jar"/>
> 
> instead of:
> 
>     <property name="jakarta-slide-webdavlib.jar"
> value="${client.lib.dir}/jakarta-slide-webdavlib-${version}.jar"/>
> 
> Warwick
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org