logo       

setting XMLC_SOURCE_FILE to the right place: msg#00007

java.enhydra.xmlc

Subject: setting XMLC_SOURCE_FILE to the right place

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


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise