Hi,
I try to build jetspeed 2 with maven and I follow the instruction from
"getting started" manual but I have a problem.
First step I have done
cd ${jetspeed-2-home}
maven start.test.server
Console output:
build:start
start.test.server:
...
[java] server.properties not found, using command line or default
properties
[java] opening database: ./src/database/hsql/Test
[java] HSQLDB server 1.7.1 is running
[java] Use SHUTDOWN to close normally ...
[java] ... Listening for connections...
Second Step I have done in another console:
cd ${jetspeed-2-home}
maven allClean allBuild
Console output:
Starting the reactor...
BUILD FAILED
File..... C:\...\maven.xml
Line 104
Column 7
Error reading XML or initializing
But the maven.xml file at this line looks so:
<maven:reactor
basedir="${basedir}"
includes="*/project.xml,applications/*/project.xml,services/*/project.xm
l,components/*/project.xml,portals-bridges/*/project.xml"
excludes="applications/project.taglibs/project.xml"
goals="clean"
banner="Cleaning"
ignoreFailures="true"
/> //!!!line 104
<maven:reactor
basedir="${basedir}"
includes="layout-portlets/project.xml,maven-plugin/project.xml,taglibs/p
roject.xml"
goals="clean"
banner="Cleaning"
ignoreFailures="true"
/>
Ok. I�m a Newbie but I think this lines are ok. So can you tell me whats
wrong. In the first terminal session was no server.properties found but
I dont know this file. Because the file is failed the TestServer starts.
Please help me.
Christian Tanzmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]