You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Kane Lo <ka...@spacesolutions.com> on 2007/03/28 09:49:24 UTC

Error in ofbiz-service-rmi.jar building

There is an error under framework/service/build.xml.

The line 112. <jar jarfile="${build.dir}/lib/${name}-rmi.raj"> should be 
<jar jarfile="${build.dir}/lib/${name}-rmi.jar"> 


Re: Error in ofbiz-service-rmi.jar building

Posted by "David E. Jones" <jo...@hotwaxmedia.com>.
Actually, this is NOT an error. The extension is intentionally  
reversed so that it doesn't get picked up in normal operation.

The is the jar for the service engine RMI client, and to use it see  
the code and comments in the example service client java file.

-David


On Mar 28, 2007, at 1:49 AM, Kane Lo wrote:

> There is an error under framework/service/build.xml.
>
> The line 112. <jar jarfile="${build.dir}/lib/${name}-rmi.raj">  
> should be <jar jarfile="${build.dir}/lib/${name}-rmi.jar">