Danny,
I'm still getting errors when I attempt to startup James off the latest CVS version. I'm getting a NoClassDefFoundError on org.apache.mailet.MailetContext. The reason for this is pretty clear - you wiped out the Javamail classes from the sar and moved the mailet.jar build to after the SAR process without including the mailet classes in the james.jar. I'm not clear on the original goal of your changes was, so I'm going to make only the most conservative changes to the build.xml to make everything build properly again. I'd like you to take a look and make (and test) more appropriate changes (if necessary) when you have time. The changes I'm making are: i) org.apache.mailet.* will be included in the james.jar file, which means that the mailet.jar file is no longer required in the james.sar ii) activation.jar and mail_1_2.jar will both be included in the james.sar from the phoenix-bin/lib directory With these changes I can build and run successfully. --Peter > -----Original Message----- > From: Danny Angus [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 22, 2002 3:00 AM > To: James Developers List > Subject: RE: Latest CVS Broken > > Problem was becuse I hadn't commited roll back of bad changes made to > build.xml, I'm commiting them now, sorry for the pain. > d. > > > > > >>The latest CVS version of James will not run. You > > > need to copy > > > >>cornerstone.jar into the Phoenix distribution lib > > > directory. > > > -- > To unsubscribe, e-mail: <mailto:james-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:james-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
