Stephen McConnell wrote: > > The excalibur/meta and excalibur/container packages are now in place. > I've updates the depchecking system to ensure that these resources are > available for other projects. I've also executed a clean checkout and > build, and updated the sources to pass the checkstyle target.
Remember to add prj-meta and prj-container tasks to the root build.xml file so that the various root build targets work correctly. Also add the new prj-x targets to the dependency list of the build-all-subprojects target. Described in the build file. If you don't do this, then a clean build is not really clean because the clean targets of the missing projects is not being called. Cheers, Leif -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
