Re: Problem in Build

2007-04-16 Thread David E. Jones
I committed a temporary fix in rev 529492. Hopefully this is an adequate fix. -David On Apr 16, 2007, at 10:50 PM, Tim Ruppert wrote: Thanks Ashish, I'll get this updated immediately. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On A

Re: Problem in Build

2007-04-16 Thread Tim Ruppert
Thanks Ashish, I'll get this updated immediately. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Apr 16, 2007, at 10:47 PM, Ashish Vijaywargiya wrote: Tim, In the recent update Andy has changed the URLConnector.openConnection() method

Re: Problem in Build

2007-04-16 Thread Ashish Vijaywargiya
Change on Line # 359 of HttpClient.java con = URLConnector.openConnection(requestUrl, timeout, clientCertAlias,0); On 4/17/07, Ashish Vijaywargiya <[EMAIL PROTECTED]> wrote: Tim, In the recent update Andy has changed the URLConnector.openConnection() method and increased its one parameter. I

Re: Problem in Build

2007-04-16 Thread Ashish Vijaywargiya
Tim, In the recent update Andy has changed the URLConnector.openConnection() method and increased its one parameter. I have added the fourth parameter (i.e 0) in the URLConnector.openConnection() method to resolve the problem. May be some other integer value should be kept standard in ofbiz. Le