Menu

#19 Atrribute outline and toDir together

closed-fixed
Ant Task (13)
5
2003-07-19
2003-07-15
Anonymous
No

when using the attributes outline and toDir together, the
toDir attribute is ignored.

Example:
<target name="runtest_bea8">
<junitee url="http://localhost:7001/testweb/TestServlet"
printsummary="true">
<formatter type="xml"/>
<formatter type="plain"/>
<test outfile="Bea-Test-"
name="test.de.gillardon.ps.ejb.PersistenceService"
todir="${test-results.dir}"/>
</junitee>
</target>

The target for the results is in this case the current
directory and not the directory I defined in todir="${test-
results.dir}".

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Sorry, the attributs are outfile and todir.

     
  • Oliver Rossmueller

    • status: open --> closed-fixed
     

Log in to post a comment.