[Mulgara-dev] [Mulgara-svn] r1370 - trunk

Edwin Shin eddie at fedora-commons.org
Fri Oct 31 05:25:11 UTC 2008


Yes, we're still using the JRDF interface in Fedora (via Trippi). I just 
found out about the packaging change b/c a user reported a 
ClassNotFoundException while trying to use Fedora with a remote instance 
of Mulgara.

By dependency I meant that the core-dist target still declared 
client-jrdf in depends. Did you pull this out deliberately? I didn't see 
any comment to that effect so I assumed it was just a cut&paste error, 
especially since the depends was still there and 2.0.0 - 2.0.4 went out 
with client-jrdf included in mulgara-core.

Actually I'd still rather see org.jrdf get pulled out of mulgara-core 
(or re-homed to org.mulgara), but that's a topic for another time. Maybe 
over a pint next week ;)

On 10/31/2008 10:51 AM, Paul Gearon is rumored to have said:
> Hi Eddie,
> 
> Which code is using client-jrdf?
> 
> Also, you're still using the JRDF interface, right?
> 
> Paul
> 
> On Thu, Oct 30, 2008 at 9:28 PM,  <eddie at mulgara.org> wrote:
>> Author: eddie
>> Date: 2008-10-30 19:28:30 -0700 (Thu, 30 Oct 2008)
>> New Revision: 1370
>>
>> Modified:
>>   trunk/build.xml
>> Log:
>> added client-jrdf back to core-dist (the dependency was still there, but the actual jar inclusion was dropped in r1232)
>>
>> Modified: trunk/build.xml
>> ===================================================================
>> --- trunk/build.xml     2008-10-30 14:46:17 UTC (rev 1369)
>> +++ trunk/build.xml     2008-10-31 02:28:30 UTC (rev 1370)
>> @@ -1930,6 +1930,7 @@
>>     <jar jarfile="${dist.dir}/${mulgara-core.jar}">
>>       <zipfileset dir="${conf.dir}" prefix="conf" includes="mulgara-config-core.xml, log4j-mulgara.xml, mulgara-rmi.policy, mulgara.policy"/>
>>       <zipfileset file="${conf.dir}/core/mulgara-x-config.xml" prefix="conf"/>
>> +      <zipfileset src="${bin.dir}/${client-jrdf.jar}" excludes="**/*.xml, META-INF/**"/>
>>       <zipfileset src="${bin.dir}/${query.jar}" excludes="**/*.xml, META-INF/**"/>
>>       <zipfileset src="${bin.dir}/${driver.jar}" excludes="**/*.xml, META-INF/**"/>
>>       <zipfileset src="${bin.dir}/${querylang.jar}" excludes="**/*.xml, META-INF/**"/>
>>
>> _______________________________________________
>> Mulgara-svn mailing list
>> Mulgara-svn at mulgara.org
>> http://mulgara.org/mailman/listinfo/mulgara-svn
>>
> _______________________________________________
> Mulgara-dev mailing list
> Mulgara-dev at mulgara.org
> http://mulgara.org/mailman/listinfo/mulgara-dev




More information about the Mulgara-dev mailing list