setting XMLC_SOURCE_FILE to the right place
Justin Akehurst <[email protected]> Thu, 04 Dec 2003 12:11:56 -0800
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
I am compiling my HTML files with this command: xmlc -keep -nocompile -verbose -sourceout ..\generated -class org.poindextrose.servlet.xmlc.FrontPage FrontPage.html My html files are in /html/*.html and I'd like the XMLC java files to go in /generated/org/poindextrose/servlet/xmlc/*.java What I'm getting are java files with the right package of org.poindextrose.servlet.xmlc and the XMLC_SOURCE_FILE as org/poindextrose/servlet/xmlc/FrontPage.html However, that is not where my HTML file is located. So, is there a way to coerce the xmlc compiler to tell it where my html file is really located? Or am I forced to put my html file in /html/org/poindextrose/servlet/xmlc/*.html ? -Justin Akehurst