[Geoserver-devel] GeoServer 1.6.x build error

I tried searching the forum for this build error that I was experiencing when
attempting to build the web sub-module. I kept getting an "Unable to locate
configuration" message.

config:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to execute: Executing Ant script: /config.build.xml [config]:
Failed to execute.

Unable to locate configuration:
/files/code/geoserver/tags/1.6.5/geoserver/web/minimal

I was able to solve my problem and figured I'd post the solution. The
solution entailed inserting the following line at line 337 for the pom.xml
file in the web module. This change doesn't appear to cause an adverse
affect and if anyone has a better solution/approach I'm all ears.

<configDirectory>${basedir}/../../configuration</configDirectory>

Enjoy.
--
View this message in context: http://www.nabble.com/GeoServer-1.6.x-build-error-tp22857813p22857813.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.