I am attempting to build Synapse from source that I checked out today using the following command:
svn checkout http://svn.apache.org/repos/asf/synapse/trunk/java I get the following errors after executing "mvn install". Can someone tell me how to resolve this issue? Compiling 331 source files to C:\downloads\apache\synapse-trunk\java\modules\core\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\MediatorSerializerFinder.java:[27,15] sun.mi sc.Service is Sun proprietary API and may be removed in a future release C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\StartupFinder.java:[35,15] sun.misc.Service is Sun proprietary API and may be removed in a future release C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\ConfigurationFactoryAndSerializerFinder.java :[29,15] sun.misc.Service is Sun proprietary API and may be removed in a future release C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\MediatorFactoryFinder.java:[31,15] sun.misc. Service is Sun proprietary API and may be removed in a future release C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\core\axis2\ProxyService.java:[563,27] cannot find symbo l symbol : method addServiceToExistingServiceGroup(org.apache.axis2.description.AxisService,java.lang.String) location: class org.apache.axis2.engine.AxisConfiguration C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\MediatorSerializerFinder.java:[107,22] sun.m isc.Service is Sun proprietary API and may be removed in a future release C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\StartupFinder.java:[113,25] sun.misc.Service is Sun proprietary API and may be removed in a future release C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\ConfigurationFactoryAndSerializerFinder.java :[116,22] sun.misc.Service is Sun proprietary API and may be removed in a future release C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\MediatorFactoryFinder.java:[130,22] sun.misc .Service is Sun proprietary API and may be removed in a future release -- View this message in context: http://old.nabble.com/Build-from-source-problem-tp27867948p27867948.html Sent from the Synapse - User mailing list archive at Nabble.com.
