On Sat, 16 Mar 2002 19:59, [EMAIL PROTECTED] wrote:
> leif        02/03/16 00:59:27
>
>   Modified:    cli      build.xml
>                extension build.xml
>                i18n     build.xml
>                io       build.xml
>                naming   build.xml
>   Log:
>   Get the test tasks working
>
>   Revision  Changes    Path
>   1.11      +18 -7     jakarta-avalon-excalibur/cli/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v
>   retrieving revision 1.10
>   retrieving revision 1.11
>   diff -u -r1.10 -r1.11
>   --- build.xml       16 Mar 2002 08:29:49 -0000      1.10
>   +++ build.xml       16 Mar 2002 08:59:27 -0000      1.11
>   @@ -51,6 +51,13 @@
>            <pathelement location="${build.classes}"/>
>            <pathelement location="${junit.jar}"/>
>        </path>
>   +
>   +    <path id="test.class.path">
>   +        <path refid="project.class.path"/>
>   +        <fileset dir="${framework.dir}/tools/lib">
>   +            <include name="*.jar" />
>   +        </fileset>
>   +    </path>
>

Why do we need to bind all these products to framework ? It makes it 
virtually impossible to release packages that do not rely on anything outside 
their tree.

The tests built fine here - is there something I am missing?

-- 
Cheers,

Pete

------------------------------
Kitsch never goes out of style
------------------------------

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to