Update of
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/src/test/java/org/xdoclet/plugin/web
In directory
sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9417/src/test/java/org/xdoclet/plugin/web
Modified Files:
AbstractTaglibPluginTestCase.java
Log Message:
fix for XDP-184 ( Thanks Ulrich )
test coverage for this improvement m, as well reworking
of test classes to get rid of dependency to testapp-web
Index: AbstractTaglibPluginTestCase.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/src/test/java/org/xdoclet/plugin/web/AbstractTaglibPluginTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AbstractTaglibPluginTestCase.java 29 Jun 2006 19:36:04 -0000 1.2
--- AbstractTaglibPluginTestCase.java 16 Sep 2006 15:09:11 -0000 1.3
***************
*** 29,34 ****
protected MetadataProvider createMetadataProvider() throws IOException {
! URL basedir = getClass().getClassLoader().getResource(".");
! return new QDoxMetadataProvider(new File(basedir.getPath(),
"../../../testapp-web/src/main/java/org/xdoclet/testapp/web"));
}
--- 29,34 ----
protected MetadataProvider createMetadataProvider() throws IOException {
! URL reader = getClass().getResource("/org/xdoclet/testapp/web");
! return new QDoxMetadataProvider(new File(reader.getPath()));
}
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits