[kepler-users] version of jena used in common module

ben leinfelder leinfelder at nceas.ucsb.edu
Fri Mar 12 09:28:42 PST 2010


And with just a little more snooping around the jena.jar I found this:
--------
// Compiled from Jena.java (version 1.2 : 46.0, no super bit)
public abstract interface com.hp.hpl.jena.Jena {

   // Field descriptor #4 Ljava/lang/String;
   public static final java.lang.String PATH = "com.hp.hpl.jena";

   // Field descriptor #4 Ljava/lang/String;
   public static final java.lang.String NAME = "Jena";

   // Field descriptor #4 Ljava/lang/String;
   public static final java.lang.String WEBSITE = "http://jena.sourceforge.net/ 
";

   // Field descriptor #4 Ljava/lang/String;
   public static final java.lang.String VERSION = "2.1";

   // Field descriptor #4 Ljava/lang/String;
   public static final java.lang.String MAJOR_VERSION = "2";

   // Field descriptor #4 Ljava/lang/String;
   public static final java.lang.String MINOR_VERSION = "1";

   // Field descriptor #4 Ljava/lang/String;
   public static final java.lang.String VERSION_STATUS = "";

   // Field descriptor #4 Ljava/lang/String;
   public static final java.lang.String BUILD_DATE = "10-February-2004  
13:07";


On Mar 12, 2010, at 8:30 AM, Chris Weed wrote:

> I would be perfectly happy leaving the jena jar alone, but I don't
> know where to find the version number or documentation for that code,
> which prevents me from updating it.
> It looks like the code in the snapshot I have only has about 20 lines
> of code that depend on that jar.
> However, I suspect that this code has been changed significantly since
> my snapshot.
>
> I plan to update locally the code I need, and I can probably send it
> to you if you would like to roll it into your code base.
> Chris
>
> On Wed, Mar 10, 2010 at 5:01 PM, ben leinfelder
> <leinfelder at nceas.ucsb.edu> wrote:
>> Chris -
>> Sean Riddle has been working quite a bit with the sms/tagging  
>> modules that
>> use semantics and ontologies - he's probably the best person to  
>> discuss this
>> with. But I'm all in favor of upgrading ontology-handling libraries  
>> whenever
>> possible since it's such a rapidly evolving area. Since the sms  
>> module is
>> part of the kepler suite, we do need to cautious about what side- 
>> effects can
>> occur even if everything looks to be forward compatible and  
>> compiles without
>> error.
>> If you are developing your own ontology-enabled module, you can  
>> certainly
>> include newer jars that will override the older ones.
>> -ben
>>
>> On Mar 10, 2010, at 1:53 PM, Chris Weed wrote:
>>
>>> Yea, I think it's ancient. I was hoping to update this code to
>>> correctly pull in imported ontologies.
>>> Chris
>>>
>>> On Wed, Mar 10, 2010 at 4:47 PM, ben leinfelder
>>> <leinfelder at nceas.ucsb.edu> wrote:
>>>>
>>>> My guess is it's of the same era as the rdf-api jar in that same
>>>> directory:
>>>> /common/lib/jar/sms/rdf-api-2001-01-19.jar
>>>>
>>>> Assuming that's actually a date stamp in the name.
>>>> -ben
>>>>
>>>> On Mar 10, 2010, at 1:06 PM, Chris Weed wrote:
>>>>
>>>>> Hi,
>>>>> I was wondering what version is jena.jar in the common module  
>>>>> used for
>>>>> the ontology code.
>>>>> Thanks,
>>>>> Chris
>>>>> _______________________________________________
>>>>> Kepler-users mailing list
>>>>> Kepler-users at kepler-project.org
>>>>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>>>>
>>>>
>>
>>
>




More information about the Kepler-users mailing list