Browse Source

update junit FAQ

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439449 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
f0cd366637
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      xdocs/faq.xml

+ 4
- 1
xdocs/faq.xml View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
@@ -1357,6 +1357,9 @@ mv /tmp/foo $ANT_HOME/bin/antRun
&lt;classpath&gt;</question>

<answer>
<p>Starting with Ant 1.7.0, &lt;junit&gt; will honor your
nested &lt;classpath&gt;.</p>

<p>These tasks don&apos;t ignore your classpath setting, you
are facing a common problem with delegating classloaders.</p>



Loading…
Cancel
Save