You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Ahmed <ah...@baizid.org> on 2002/12/18 05:45:27 UTC

What a build system!

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.


Re: What a build system!

Posted by Leif Mortenson <le...@tanukisoftware.com>.
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:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>