Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/junit In directory sc8-pr-cvs1:/tmp/cvs-serv31320/core/src/java/xdoclet/junit
Modified Files: XMLGeneratorTest.java Log Message: Simplified everything and improved the overall design Closer to a successful build that works with Maven from CVS HEAD Index: XMLGeneratorTest.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/junit/XMLGeneratorTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** XMLGeneratorTest.java 22 Nov 2002 14:22:30 -0000 1.2 --- XMLGeneratorTest.java 28 Jan 2003 21:19:35 -0000 1.3 *************** *** 13,19 **** /** ! * Base test class for testing XMLGenerator instances. * ! * @author <a href="mailto:aslak.hellesoy at bekk.no">Aslak Hellesøy</a> * @version $Revision$ */ --- 13,19 ---- /** ! * Base test class for testing XMLGenerator mplementations. * ! * @author <a href="mailto:aslak.hellesoy at netcom.no">Aslak Hellesøy</a> * @version $Revision$ */ *************** *** 92,98 **** { Generator generator = (Generator) _plugin.getGenerators().get(generatorIndex); ! FileDestination destination = (FileDestination) generator.getDestination(); ! File testFile = new File(dir, destination.getFileName()); ! return new FileReader(testFile); } --- 92,98 ---- { Generator generator = (Generator) _plugin.getGenerators().get(generatorIndex); ! // File testFile = generator.getDestinationFileForClasses(); ! // return new FileReader(testFile); ! return null; } ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel