Hi Andreas, On Sat, Apr 21, 2012 at 4:48 PM, Andreas Veithen <[email protected]>wrote:
> On Fri, Apr 20, 2012 at 08:14, <[email protected]> wrote: > > > LibDeployerUtilsTest.class.getResource("/synapse-libraries/SynapseTestLibrary.zip").getPath() > > This is not portable and is also conceptually incorrect. That path > portion of an URL is not necessarily a valid file path (even if the > URL scheme is "file"). The only correct way to convert a file: URL to > a file system path is to convert it to a URI and then to use the > File(URI) constructor. > Sorry i missed out on this and thanks for pointing out.I will fix this.. This may be probably causing the error in Jenkins Server... Regards, udayanga-- *Udayanga Wickramasinghe* Software Engineer; WSO2 Inc.; http://wso2.com, *email: **[email protected]* <[email protected]>* cell: +94 (77) 983-4365 blog: **http://udayangawiki.blogspot.com*<http://udayangawiki.blogspot.com/> * twitter: **http://twitter.com/udayanga_wick*<http://twitter.com/udayanga_wick> * *
