Skip to Content.
Sympa Menu

notify-dpml - Re: svn commit: r2450 - development/main/transit/core/handler

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: Niclas Hedhman <niclas AT hedhman.org>
  • To: DPML Notify <notify-dpml AT lists.ibiblio.org>
  • Subject: Re: svn commit: r2450 - development/main/transit/core/handler
  • Date: Mon, 2 May 2005 19:49:11 +0800

On Saturday 30 April 2005 08:25, mcconnell AT dpml.net wrote:
> +  <target name="setup-path" depends="init">
> +    <path id="project.test.path">
> +      <pathelement
> location="${target.deliverables.jars.dir}/${project.filename}"/> +    
>  <pathelement location="${dpml.cache}/junit/jars/${junit.filename}"/> +  
>  </path>
> +  </target>

Without deeper check, I suspect that

<pathelement location="${dpml.cache}/junit/jars/${junit.filename}"/>

is incorrect. Is dpml.cache really populated with anything at this point in
time? Isn't ant.lib be a better location? (esp. since dpml.cache will not
live forever ;o) )

Cheers
Niclas



  • Re: svn commit: r2450 - development/main/transit/core/handler, Niclas Hedhman, 05/02/2005

Archive powered by MHonArc 2.6.24.

Top of Page