Thank you Jacques.

About jetty.properties... yes we can leave it for now because it not not really 
related to Jetty as it is a configuration to run OFBiz: in general we should 
get rid of all these config files but this can probably wait.

Jacopo

On Apr 7, 2013, at 1:17 PM, Jacques Le Roux <j...@les7arts.com> wrote:

>> I wonder about jetty.properties. Should we move it to specialpurpose also?
> 
> It seems OK in framework, but not sure.
> 
> 
> Jacques
> 
> jler...@apache.org wrote:
>> Author: jleroux
>> Date: Sun Apr  7 11:13:21 2013
>> New Revision: 1465362
>> 
>> URL: http://svn.apache.org/r1465362
>> Log:
>> This was preventing the build to complete.
>> I wonder about jetty.properties. Should we move it to specialpurpose also?
>> 
>> Modified:
>>   ofbiz/trunk/build.xml
>> 
>> Modified: ofbiz/trunk/build.xml
>> URL: 
>> http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1465362&r1=1465361&r2=1465362&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/build.xml (original)
>> +++ ofbiz/trunk/build.xml Sun Apr  7 11:13:21 2013
>> @@ -286,7 +286,6 @@ under the License.
>>          <fileset dir="${ofbiz.home.dir}/framework/catalina/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/framework/entity/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/framework/geronimo/lib" 
>> includes="*.jar"/>
>> -          <fileset dir="${ofbiz.home.dir}/framework/jetty/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/framework/service/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/framework/testtools/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/framework/webapp/lib" 
>> includes="*.jar"/>
>> @@ -296,6 +295,7 @@ under the License.
>>          <fileset dir="${ofbiz.home.dir}/specialpurpose/googlecheckout/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/specialpurpose/ldap/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/specialpurpose/pos/lib" 
>> includes="*.jar"/>
>> +          <fileset dir="${ofbiz.home.dir}/specialpurpose/jetty/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/applications/content/lib" 
>> includes="*.jar"/>
>>          <fileset dir="${ofbiz.home.dir}/applications/product/lib" 
>> includes="*.jar"/>
>>        </path>

Reply via email to