Changeset 1590 for trunk/docx4j/src/main


Ignore:
Timestamp:
07/03/11 14:03:21 (11 months ago)
Author:
jharrop
Message:

Getting Started for 2.7.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/samples/CreateHtml.java

    r1384 r1590  
    4848                                getInputFilePath(args); 
    4949                        } catch (IllegalArgumentException e) { 
    50                         inputfilepath = System.getProperty("user.dir") + "/docs/Docx4j_GettingStarted.docx"; 
     50                        inputfilepath = System.getProperty("user.dir") + "/docs/Docx4j_GettingStarted.xml"; 
    5151                        } 
    5252                        System.out.println(inputfilepath);               
Note: See TracChangeset for help on using the changeset viewer.