DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5890>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5890 XSLTC command line changes not documented [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2002-02-14 10:50 ------- Ah, I see there was one more to catch in the doc :) To get the diff view (for example your latest to manifest.xsltc), do: - go to http://cvs.apache.org/viewcvs.cgi/ - click to xml-xalan -> java -> src -> manifest.xsltc - click Diff to previous (colored) link Regarding the manifest change; what does it mean if one specifies multiple Main-Classes in a .jar's manifest? Isn't it just supposed to mean "When I run java -jar myfile.jar, the Main-Class is the one that has the main() method I will be executing"? I'm reopening this one again, because I think the manifest is not correct now; it should have either the Compile or the Transform class, depending on the wanted behaviour; not both. Please correct me if I'm wrong... Additionally, the manifest's Class-Path seems to have a couple of typos, should be regexp.jar (not regrexp.jar) and JLex.jar (not Jlex.jar). http://java.sun.com/docs/books/tutorial/jar/basics/run.html
