|
From: <no...@so...> - 2002-11-01 16:12:54
|
Bugs item #630866, was opened at 2002-10-30 03:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=630866&group_id=65029 Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Ross Gardler (rgardler) Summary: Windows Error message when parsing file Initial Comment: Problem with shortcut : Unable to open '/C:/ARS v BLA.htm'. I believe thsi is due to the initial '/' and suspect that if this can be removed the page will load correctly. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-01 16:12 Message: Logged In: YES user_id=88713 OK. In that case I suspect what was happening was that you didn;t rebuild after updating from CVS. I should have explained this to you. Basically, whenever you do an update from CVS it is advisable to run "cent clean all". This will delete all previous build files and then regenerate everything from scratch. This is essentially what you did by deleting everything in your local copy and checking it out again. The only difference is that "cent clean" only deletes the built files, not the sourcecode, therefore there is no need to check out the module again. Sorry, I should have exaplained this, I forget that you are not familiar with programming tools. Still you're learning fast! No I will try and find a workaround for the related bug with URLs being too long for windows to handle. This one is closed. Thanks ---------------------------------------------------------------------- Comment By: Stuart Gardler (smgardler) Date: 2002-11-01 13:07 Message: Logged In: YES user_id=497075 I have done some testing and found that after I updated the CVS the windows error was still coming up. I then decided to delete all I had on my pc from the CVS for csms-core and start again. When I ran the module again the windows error did not come up and the page opened in the browser. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-01 11:30 Message: Logged In: YES user_id=88713 I can only see three possabilities for this to be the case: 1. This is one of the things MS have deliberatly broken Java with since the URL I am creating is a perfectly valid one, in which case I need to find a workaround 2. You have not updated your copies from CVS properly. Check that the file src/java/org/fanfoot/gui/ControlCentre.java is version 1.7 3. You have missed a subtle difference in the error message being given by windows. Please verify that it is *exactly* the same as that in your original report. Can you also look through the output in your dos window for a line that says "instruct native browser to display ..." and tell me what that says. Thanks. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-01 06:51 Message: Logged In: YES user_id=631335 There is no discernible difference in the parsing of a file with the change that has been made. The sae error occurs, but the file is still parsed and the file is not opened in the default browser. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-10-31 21:11 Message: Logged In: YES user_id=88713 I have checked in what I believe will be a fix for this, pleae test it and either report failur here or close this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=630866&group_id=65029 |