Niclas, Thanks for the feedback. I added some responses to your comments below.
> MERLIN_HOME should point to a Merlin runtime, not the build time. If > you don't want to maintain a separate runtime, set it to > /dev_sandbox/avalon/merlin/target/merlin (but this have nothing to do > with the failed build.) ok, my MERLIN_HOME is now =/dev_sandbox/avalon/merlin/target/merlin > I am not sure about the required order, but I use the build.xml in > /dev_sandbox/avalon to have the same order every time. that is interesting because if I did a maven build in the avalon root, it built correctly, only if I did the build in util itself did it complain. Shouldn't a avalon maven build do util as well? > |_| |_\__,_|\_/\___|_||_| v. 1.1-SNAPSHOT >You are using Ver 1.1, when 1.0 is not released yet?? >I think most people around here uses 1.0-beta10 or 1.0-rc1. I built maven from cvs to make sure I had the lates and greatest. Maybe that was not a good idea. Thinking back on it, having a pre-released build tool may not be a good idea :P I downloaded the binaries of Maven this morning and now MAVEN_HOME=/opt/maven-1.0-rc1 > Try the ant build from avalon. As I said before, building from avalon itself did work before, just not in util itself. Should I be executing ant there ? or maven ? > I think that you need to build avalon/framework before avalon/util, but not sure. I did go to avalon/framework this morning and built it using maven, and it was successful. Now the interesting part, I did both the framework build and the maven downgrade this morning, and now the util build works. Im not sure which fixed it. I will play with it to see if i can figure out what caused the issue. So my questions at this moment are: 1. Should building avalon itself build all the subdirs as well ? 2. Do you need to ever do an ant build, or is it always a maven build ? Thanks again for the help, Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
