User: ko5tik  
  Date: 02/10/07 05:27:18

  Modified:    jedit/src/java/xdocletgui/jedit XDocletGUI.java
  Log:
  fixed problems with resolving DTD from c: drive
  Now dtd resides inside xdocletgui jar
  
  Revision  Changes    Path
  1.12      +2 -3      xdocletgui/jedit/src/java/xdocletgui/jedit/XDocletGUI.java
  
  Index: XDocletGUI.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdocletgui/jedit/src/java/xdocletgui/jedit/XDocletGUI.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -w -r1.11 -r1.12
  --- XDocletGUI.java   4 Sep 2002 09:39:04 -0000       1.11
  +++ XDocletGUI.java   7 Oct 2002 12:27:18 -0000       1.12
  @@ -17,6 +17,7 @@
   
   import xdocletgui.swing.*;
   import xjavadoc.*;
  +import xjavadoc.filesystem.FileSourceSet;
   
   import java.io.File;
   import java.io.IOException;
  @@ -265,10 +266,8 @@
        public void loadFile( File fileOrDir )
        {
   
  -             SourceSet sourceSet = new SourceSet( fileOrDir );
  +             FileSourceSet sourceSet = new FileSourceSet( fileOrDir );
   
  -             Log.log( Log.DEBUG, this, "source set dir: " + 
sourceSet.getDir().getPath() );
  -             Log.log( Log.DEBUG, this, "source set contains: " + 
sourceSet.getFiles()[0] );
                // zap buffer-path relations
                _pathToBuffer.clear();
                // walk through source set and save all the buffers
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to