[Geoserver-devel] FIXED :-) Please commit to SVN

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

(attachments)

project.properties (838 Bytes)

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}
  

Pretty sure i alreayd commited this fix to svn, when was the last time you updated?

Clint Lewis wrote:

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}

Sorry guys, this was something different, this was indeed a problem. My bad. The patch is committed. Thanks for catching this one!!! When I get some time i would liek to add the deployment process to the cruise build to catch these kinds of errors.

-Justin

Justin Deoliveira wrote:

Pretty sure i alreayd commited this fix to svn, when was the last time you updated?

Clint Lewis wrote:

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}

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Glad I could help with this one.. Will be scanning for more

-Clint
Justin Deoliveira wrote:

Sorry guys, this was something different, this was indeed a problem. My bad. The patch is committed. Thanks for catching this one!!! When I get some time i would liek to add the deployment process to the cruise build to catch these kinds of errors.

-Justin

Justin Deoliveira wrote:

Pretty sure i alreayd commited this fix to svn, when was the last time you updated?

Clint Lewis wrote:

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}

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel