JAR file differences
"Moynihan, Michael A" <[email protected]> Sun, 22 Apr 2007 23:16:28 -0400
| Newsgroups | gmane.comp.jakarta.ojb.devel |
|---|---|
| Message-ID | <D2BA1C0FC1F3364388DB8FA3E079BE6CDA34A4@MSGMMKCLM2WIN.DMN1.FMR.COM> |
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. Thanks, Michael