Changeset 13882


Ignore:
Timestamp:
2007-02-09T10:36:41+13:00 (17 years ago)
Author:
lh92
Message:

removed screen outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl-documentation/shared/ExternalRef.java

    r13650 r13882  
    2929
    3030        NodeList list = doc.getElementsByTagName(targettype);
    31         System.out.println(list.getLength());
    3231        int i=0;
    3332        for(i=0; i<list.getLength(); i++){
     
    4847        basePath = System.getProperty("user.dir");
    4948       
    50         System.err.println(basePath);
    51        
    5249        //find where is the manuals directory
    5350        File tempfile = new File(basePath);
     
    5653        boolean find = false;
    5754        while(!find){
    58             System.err.println(parentPath);
    5955            File tempfile2 = new File(parentPath+"/manuals");
    6056            if(tempfile2.exists() && tempfile2.isDirectory()){
Note: See TracChangeset for help on using the changeset viewer.