Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Re: test targets should include junit in classpath

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Nasseam Elkarra" <nasseam AT hotmail.com>
  • To: <xom-interest AT lists.ibiblio.org>
  • Subject: [XOM-interest] Re: test targets should include junit in classpath
  • Date: Sat, 7 Feb 2004 14:09:05 -0800

See http://ant.apache.org/manual/CoreTasks/property.html

The environment attribute returns environment variables.

<property environment="env"/>
<echo message="ANT_HOME is set to = ${env.ANT_HOME}"/>

-Nasseam



  • [XOM-interest] Re: test targets should include junit in classpath, Nasseam Elkarra, 02/07/2004

Archive powered by MHonArc 2.6.24.

Top of Page