Changeset 1590 for trunk/docx4j/src/main
- Timestamp:
- 07/03/11 14:03:21 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/samples/CreateHtml.java
r1384 r1590 48 48 getInputFilePath(args); 49 49 } catch (IllegalArgumentException e) { 50 inputfilepath = System.getProperty("user.dir") + "/docs/Docx4j_GettingStarted. docx";50 inputfilepath = System.getProperty("user.dir") + "/docs/Docx4j_GettingStarted.xml"; 51 51 } 52 52 System.out.println(inputfilepath);
Note: See TracChangeset
for help on using the changeset viewer.
