dave.alvarado wrote:
> Hi David, 
> 
>   <target name="check-junit" unless="isJUnitAvailable">
> <fail>DEBUG: project.class.path.property =
> "${project.class.path}"</fail>
>     <fail message="Failed: JUnit not in classpath"/>
>   </target>
> 
> I followed your suggestion, only I put the FAIL statement in the target being 
> executed ...
> 
> but what is printed out on the screen is
> 
> /export/third-party/etsbea/staging/wls_9.2.2/CedarPoint_Service/ant-common-checks.xml:41:
>  DEBUG: project.class.path.property =
> "${project.class.path}"
> 
> Am I using the right syntax for printing this out?  Why isn't evaluating what 
> is in the {}'s?
> 
> Thanks, - Dave

Hi Dave, in the other reply, David has shown techniques to print paths.

Here is another way:
<echo message="project.class.path=${toString:project.class.path}"/>

-David

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

Reply via email to