Nifty,
I will try it out and commit if it works on my box. I think geotools is ready to stop doing maven 1.0.3 builds now, we may have to set up a maven 2.0 based build system for this stuff.
So if this works I will:
- Tag and Release 1.4.M0, I may ask someone with bandwidth access to run CITE tests before an announcement is sent out? Note 1.4.M0 is based on the recent geotools 2.2.RC1 release - so it should be tagged right across the board for anyone wanting to branch
- Branch something (um TOPO) as GeoServer + Spring + GT2.2 + JTS1.7
I would like some guidance on where we can record documentation for the 1.4.x series? If I don't hear back I will create a GEOSDOC2 space - since I imagine this would
grow to be the documentation for GeoServer 2.0?
Later.
Jody
Hi my fellow techies,
I have found the problem preventing the Build from continuing:
In the goal deployAll:
<ant:jar destfile="${maven.build.dir}/${pom.artifactId}.war"
basedir="${gs.release.war.dir}"/>
Line 23 in 1.4x\project.propeties:
gs.release.war.dir=${maven.build.dir}/war
And war was not in the Target directory so I changed it to:
gs.release.war.dir=${maven.build.dir}/geoserver
Could some please take a look and apply the changes to SVN
Regards,
Clint Lewis
------------------------------------------------------------------------
maven.repo.remote=file://R:/repo/repository,http://www.ibiblio.org/maven,http://dist.codehaus.org/geoserver/maven,http://lists.refractions.net/geotools
maven.multiproject.includes=*/project.xml
maven.war.src=${basedir}/web
maven.eclipse.classpath.include=${maven.war.src}/WEB-INF
maven.junit.fork=true
maven.multiproject.includes=org.vfny.geoserver.*/project.xml
#maven.multiproject.includes=*/project.xml
maven.compile.source=1.4
maven.compile.target=1.4
#---geoserver specific stuff---#
# version
gs.version=1.4.x
# top level release directories
gs.release.bin.dir=${maven.build.dir}/bin
gs.release.src.dir=${maven.build.dir}/src
gs.release.doc.dir=${maven.build.dir}/doc
gs.release.war.dir=${maven.build.dir}/geoserver
# module release directories
gs.bin.dir=${basedir}/bin
gs.doc.dir=${basedir}/doc
gs.war.dir=${maven.war.src}