Glenn, I don't know how you will perform your build but if you use the one of the SMX pom.xml file, you should be able to find the parent pom.xml where a section <properties> exist. In this section you can change the version of the dependency and start after your build.
On Thu, Apr 2, 2009 at 3:42 PM, Glenn Macgregor <[email protected]>wrote: > I think this is going to be a bit more complex. I have the src for the > components and I have built all the components...specifically > servicemix-mail. After investigating the produced jar files I see that the > Geronimo mail stuff is not included in that jar file. How do I get the > servicemix-mail to use a different version of it's dependancies? Do I need > to make bundles out of the Geronimo stuff? > > Thanks > > Glenn > > -----Original Message----- > From: Charles Moulliard [mailto:[email protected]] > Sent: 02 April 2009 13:38 > To: [email protected] > Subject: Re: servicemix-mail fix > > Glenn, > > You can during your test disable the other bundles using the command : stop > xxx where xxx is the name of the bundle where same classes are already > exported. > > charles > > On Thu, Apr 2, 2009 at 1:06 PM, Glenn Macgregor > <[email protected]>wrote: > > > Charles, > > > > Thanks for the info. I don't think that will work because some classes > are > > already deployed through other features/osgi bundles. > > > > Glenn > > > > -----Original Message----- > > From: Charles Moulliard [mailto:[email protected]] > > Sent: 02 April 2009 11:40 > > To: [email protected] > > Subject: Re: servicemix-mail fix > > > > Hi Glenn, > > > > If none of the classes mentioned in your email are already deployed > through > > bundles top of SMX4, you can deploy the jar provide using the following > > command : > > > > install wrap:file:///c:/directorylocation/mail.jar > > > > This command will install your jar and generate the MANIFEST.INF required > > by > > OSGI to import/export classes, ... > > > > regards, > > > > Charles > > > > On Thu, Apr 2, 2009 at 12:33 PM, Glenn Macgregor > > <[email protected]>wrote: > > > > > Hi All, > > > > > > I have been in contact with Rick McGuire from the Geronimo project. He > > has > > > created a fix for an Exchange imap problem and wants me to test it. He > > has > > > provide a single jar which contains all the classes from > > > org.apache.geronimo.mail, org.apache.geronimo.mail, javax.mail, > > > org.apache.geronimo.javamail and META_INF > > > > > > I assume I can not just install this jar into servicemix. What do I > need > > to > > > do get this installed into SMX4 for testing. > > > > > > Thanks > > > > > > Glenn > > > > > >
