Author: bodewig Date: Fri Sep 1 13:09:08 2006 New Revision: 439449 URL: http://svn.apache.org/viewvc?rev=439449&view=rev Log: update junit FAQ
Modified: ant/core/trunk/xdocs/faq.xml Modified: ant/core/trunk/xdocs/faq.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/faq.xml?rev=439449&r1=439448&r2=439449&view=diff ============================================================================== --- ant/core/trunk/xdocs/faq.xml (original) +++ ant/core/trunk/xdocs/faq.xml Fri Sep 1 13:09:08 2006 @@ -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 @@ <classpath></question> <answer> + <p>Starting with Ant 1.7.0, <junit> will honor your + nested <classpath>.</p> + <p>These tasks don't ignore your classpath setting, you are facing a common problem with delegating classloaders.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]