Re: JAR file differences

Armin Waibel <[email protected]> Mon, 23 Apr 2007 08:49:59 +0200
Newsgroups gmane.comp.jakarta.ojb.devel
Message-ID <[email protected]>
Hi Michael,

Moynihan, Michael A wrote:
> Hi All,
> 
> I've a question regarding the difference in contents between 2 ojb 1.0.3
> jar files.
> 
> I extracted the contents of an ojb jar from a jetspeed distribution and
> found that it contained 7 extra class files compared to a jar I built
> from source.
> 
> I've listed these class files below. 
> 
> 	org/apache/ojb/jdori/sql/Helper.class   
> 	org/apache/ojb/jdori/sql/OjbExtent.class   
> 	org/apache/ojb/jdori/sql/OjbFieldManager.class   
> 	org/apache/ojb/jdori/sql/OjbStoreConnector.class   
> 	org/apache/ojb/jdori/sql/OjbStoreFatalInternalException.class   
> 	org/apache/ojb/jdori/sql/OjbStoreManager.class   
> 	org/apache/ojb/jdori/sql/OjbStorePMF.class  
> 
> 
> As you can see, they're all to do with jdori. Does anyone have any idea
> why the jar file I built from source does not contain these additional
> files. 

Seems that by default these files are not included (the JDO 1.0.1 
support is in prototype state).
If you want to include these files call:

ant with-jdori jar

regards,
Armin

> 
> Thanks,
> 
> Michael
>