Sorry, but I cannot quote the relevant section of the original email
because I had already deleted my copy.
This commit replaces the dependency on junit 4.8.2 with 4.11. It causes
collateral damage to the current version of netbeans support. It is on
my todo list to come up with a less fragile solution, but in the
meantime could someone please commit the following change on my behalf?
brian@schizo:~/sandboxApache/tomcat8/trunk$ svn diff
Index: res/ide-support/netbeans/project.xml
===================================================================
--- res/ide-support/netbeans/project.xml (revision 1492631)
+++ res/ide-support/netbeans/project.xml (working copy)
@@ -189,9 +189,9 @@
<compilation-unit>
<package-root>test</package-root>
<unit-tests/>
- <classpath
mode="compile">output/classes:output/testclasses:${base.path}/junit4.8.2/junit-4.8.2.jar</classpath>
+ <classpath
mode="compile">output/classes:output/testclasses:${base.path}/junit-4.11/junit-4.11.jar</classpath>
<source-level>1.7</source-level>
</compilation-unit>
</java-data>
</configuration>
-</project>
\ No newline at end of file
+</project>
BTW.. I don't understand the "no newline" warning - I tried my diff
against new copies with and without a trailing newline, but got the
message in both cases.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org