Rather than assume that the build was broken, I attempted to ask for any
ideas as to what is >>I<< was doing wrong. Of the above messages, only
one is a nice ant like descriptive message. Ant that only tells me that it can
not find the .\project-common.xml file. This file does not exist in the
framework directory which lead me to believe that I should not be running
maven from that directory.
Hmmm... I type
$maven test
or
$maven jar
and it builds ok for me.
You are obviously not getting these problems, so for starters, what is the exact build target that you are running to get fortress and framework to build?
"test" or "jar"
The reactor is only for projects that have a set of "subprojects
As a note, the README.TXT file in the avalon root includes the following: --- The avalon buildfiles use a common buildsystem which utilizes maven and forrest. You will need to download and install maven, the maven-forrest-plugin, and the avalon-buildsystem module. After doing so, change into the buildsystem directory and type `maven avalon:info` to get yourself started. ---
The "avalon-buildsystem" "module" is the buildsystem directory structure in the main ${avalon} repository.
As I said earlier, I was not able to locate the avalon-buildsystem module so
have not installed that. Is that maybe my problem? Running
"maven avalon:info" simply tells me about the "maven avalon:jars" target.
Running that in the buildsystem directory produces the error that I originally
posted about.
We need to change the default target.
--
"They that give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
