Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util
In directory sc8-pr-cvs1:/tmp/cvs-serv11958/src/java/xdoclet/util

Modified Files:
        ClasspathManager.java 
Log Message:
Added a little demo project to get people started

Index: ClasspathManager.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util/ClasspathManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** ClasspathManager.java       16 Mar 2003 20:38:54 -0000      1.6
--- ClasspathManager.java       17 Mar 2003 13:38:57 -0000      1.7
***************
*** 116,119 ****
--- 116,122 ----
       */
      public URL getResource(String relativePath) {
+         if( relativePath == null ) {
+             throw new IllegalArgumentException( "relativePath can't be null" );
+         }
          for (Iterator files = getFiles().iterator(); files.hasNext();) {
              File file = (File) files.next();



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to