I want to use wildcards in the <java/> block. Something like:

      <java classname="**TEST**" fork="yes">
          <classpath>
            <pathelement location="..."/>
          </classpath>
      </java>

 Is there a painless way of doing this?

e

Reply via email to