I'm sure I'm making a simple mistake but I'm trying to compile trunk so I
can play with the RESTConfig.

$ mvn install -Dcommunity -P rest,RESTConfig


Which does a lot but ends with:

[INFO]
------------------------------------------------------------------------
[INFO] Building REST Configuration Service Module
[INFO]    task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 22 source files to
C:\cygwin\opt\geoserver\community\RESTConfig\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

C:\cygwin\opt\geoserver\community\RESTConfig\src\main\java\org\geoserver\restconfig\DataStoreFileResource.java:[331,33]
cannot find symbol
symbol  : constructor XMLConfigReader(java.io.File,<nulltype>)
location: class org.vfny.geoserver.global.xml.XMLConfigReader

C:\cygwin\opt\geoserver\community\RESTConfig\src\main\java\org\geoserver\restconfig\CoverageResource.java:[229,27]
cannot find symbol
symbol  : constructor MetaDataLink()
location: class org.vfny.geoserver.global.MetaDataLink


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3 minutes 26 seconds
[INFO] Finished at: Thu Jun 12 18:37:40 EDT 2008
[INFO] Final Memory: 39M/63M
[INFO]
------------------------------------------------------------------------

Sometimes Maven leaves me a bit perplexed so I thought maybe someone else
could see a simple error I'm making.
Thanks!

-- 
Christopher Thatcher
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to