You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Wickersheimer Jeremy <jw...@opensourcestrategies.com> on 2009/11/20 10:30:25 UTC

rev 836020 in release 09.04 branch

Hi,

I just noticed something odd:

In .classpath, there is no .jar extension:

-	<classpathentry kind="lib" path="framework/entity/lib/commons-dbcp-1.3-20080708-
r674758.jar"/>
+	<classpathentry kind="lib" path="framework/entity/lib/commons-dbcp-1.3-20091113-
r835956"/>

the jar itself has a whitespace in the file name which i think might have been the problem, 
see the new jar itslef and the entry in LICENSE:

-ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20080708-r674758.jar
+ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20091113-r835956 .jar

A whitespace in a jar file name is unusual, maybe it was a typo upstream ?

-- 
Wickersheimer Jeremy

Re: rev 836020 in release 09.04 branch

Posted by Scott Gray <sc...@hotwaxmedia.com>.
Thanks Jeremy, I've renamed the file in r882857 and Jacques had  
already fixed the .classpath entry in r882473

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 20/11/2009, at 10:30 PM, Wickersheimer Jeremy wrote:

> Hi,
>
> I just noticed something odd:
>
> In .classpath, there is no .jar extension:
>
> -	<classpathentry kind="lib" path="framework/entity/lib/commons- 
> dbcp-1.3-20080708-
> r674758.jar"/>
> +	<classpathentry kind="lib" path="framework/entity/lib/commons- 
> dbcp-1.3-20091113-
> r835956"/>
>
> the jar itself has a whitespace in the file name which i think might  
> have been the problem,
> see the new jar itslef and the entry in LICENSE:
>
> -ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20080708- 
> r674758.jar
> +ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20091113- 
> r835956 .jar
>
> A whitespace in a jar file name is unusual, maybe it was a typo  
> upstream ?
>
> -- 
> Wickersheimer Jeremy