https://issues.apache.org/bugzilla/show_bug.cgi?id=31667
Sami Näätänen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|INVALID | --- Comment #6 from Sami Näätänen <[email protected]> 2011-11-30 10:17:40 UTC --- This is in fact a bug. At least in 1.7.1 and later. The reason for this is that the temporary source file list should NOT contain the quotation around the file names even if the file paths contain spaces. JVC tries to find files where the quotation marks are part of the file name and obviously can't find these. So to sum this up quotation is required on command line arguments if they contain spaces, but are NEVER ALLOWED in the temporary file containing all the source files. Sadly I don't have time to try to fix this, but I can test this if you can create a test version. Yours, Sami Näätänen -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
