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=19150>. 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=19150 Command-line argument "jvmarg" attribute "file" not working. ------- Additional Comments From [EMAIL PROTECTED] 2003-04-23 11:54 ------- I think you are misunderstanding a few things. (1) jvmarg gets passed to the java VM (i.e. java.exe) and nowhere else. The VM doesn't know how to read command line arguments from a file. (2) The file attribute of <jvmarg> means that you want to pass the absolute path of the file on the command line - it does not read the file at all.