Re: [JBoss-dev] Windows and installURL/codebase

2001-12-29 Thread Adrian Brock
Ok, I see you have. Regards, Adrian __ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66&thread=6407 ___ Jboss-development mailing list [EMA

Re: [JBoss-dev] Windows and installURL/codebase

2001-12-29 Thread Adrian Brock
Hi Scott, Have you updated CVS? Regards, Adrian __ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66&thread=6407 ___ Jboss-development maili

Re: [JBoss-dev] Windows and installURL/codebase

2001-12-29 Thread Scott M Stark
Thanks for pointing that out. This is just wrong and that is not the only place where the handling of URLs is incorrect. The problem starts with the setup of the installURL in Main: String installURL = new File(systemHome).toURL().toString(); if (!installURL.endsWith(File.separator))