Re: What a build system!
Leif Mortenson <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.apps.devel,gmane.comp.jakarta.avalon.devel |
|---|---|
| Message-ID | <[email protected]> |
This is most likely a problem with the dependencies of the prj-loader target higher up in the build file. The order of the dependencies in that task should not matter if the dependencies are set correctly up above. Leif Ahmed wrote: >I am tying to "ant" CVS jakarta-avalon-excalibur. >I am on a Gnu/Linux Debian system. >Java is a Blackdown 1.4.1-beta and ant is 1.5.1. > >When it comes to loader, the compilers complains about inexistant >packages. I had to modify dependencies order of the >build-all-subprojects target. >A comment says that ant can decide the correct order. Mine does not. > > > >------------------------------------------------------------------------ > >--- build.xml 7 Dec 2002 11:02:28 -0000 1.194 >+++ build.xml 18 Dec 2002 04:28:16 -0000 >@@ -222,9 +222,9 @@ > <!-- This target depends on all of the projects above. Relies on --> > <!-- Ant to decide on the correct build order. --> > <target name="build-all-subprojects" >- depends="prj-zip, prj-cli, prj-bzip2, prj-baxter, prj-io, prj-loader, >+ depends="prj-zip, prj-cli, prj-bzip2, prj-baxter, prj-io, > prj-naming, prj-jprocess, prj-tar, prj-threadcontext, >- prj-collections, prj-converter, prj-i18n, prj-extension, >+ prj-collections, prj-converter, prj-i18n, prj-extension, prj-loader, > prj-concurrent, prj-altrmi, > prj-container, prj-cache, prj-configuration, prj-event, > prj-thread, prj-monitor, prj-fortress, prj-datasource, > > > > >------------------------------------------------------------------------ > >-- >To unsubscribe, e-mail: <mailto:[email protected]> >For additional commands, e-mail: <mailto:[email protected]> >