You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@multitask.com.au on 2003/01/01 01:57:27 UTC

Re: [betwixt][PATCH] build.xml

This file is generated by Maven. We need to get the generated build file 
using relative paths.

Patching the build file will give us a short term benefit.

Long term fix:
James, if you're listening, 
1) we need a tag (in util:) that outputs the relative path for a 
file/directory to a base directory. We may already have one available in 
maven (DVSLPathTool).
2) We need to update the maven ant plugin to use this tag
3) We need to regen the betwixt (and any other broken) build file.

I don't have time to do this today (being new years day), but will be able 
to get to it soon.


news <ne...@main.gmane.org> wrote on 01/01/2003 01:09:53 AM:

> Make hard coded path overrideable
> 
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-commons/betwixt/build.xml,v
> retrieving revision 1.10
> diff -u -r1.10 build.xml
> --- build.xml   30 Dec 2002 18:51:33 -0000      1.10
> +++ build.xml   31 Dec 2002 14:08:20 -0000
> @@ -91,7 +91,7 @@
>         <mkdir dir="${testreportdir}"></mkdir>
>         <junit dir="./" failureproperty="test.failure" 
> printSummary="yes" fork="true" haltonerror="true">
> 
> -        <sysproperty key="basedir" 
> 
value="D:\projects\cvs.apache.org\jakarta-commons\betwixt"></sysproperty>
> +        <sysproperty key="basedir" 
value="${resourcedir}"></sysproperty>
>           <formatter type="xml"></formatter>
>           <formatter usefile="true" type="plain"></formatter>
>           <classpath>
> @@ -198,4 +198,4 @@
>     </target>
> 
>   </project>
> -
> \ No newline at end of file

--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>