> -----Original Message----- > From: Gump [mailto:[EMAIL PROTECTED] > -ERROR- Bad Dependency. Project: excalibur-compatibility unknown to > *this* workspace
You can fix this error by replacing the following line: <depend project="excalibur-compatibility" /> with this: <depend project="excalibur-legacy" id="compatibility"/> > -ERROR- Bad Dependency. Project: excalibur-i18n unknown to *this* > workspace The above i18n error can be fixed by changing: <depend project="excalibur-i18n" /> to the following: <depend project="excalibur-legacy" id="i18n"/> Stephen.
