Fixed. Please take a svn up of synapse. Thanks, Supun..
On Thu, Mar 10, 2011 at 11:29 PM, Manu Perera <[email protected]> wrote: > manu@manu-laptop:~/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core$ > mvn clean install -Dmaven.test.skip=true -e > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Synapse - Core > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] Deleting directory > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/target > [INFO] Setting property: classpath.resource.loader.class => > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] [remote-resources:process {execution: default}] > Downloading: > http://dist.wso2.org/maven2//java-cup/java-cup/0.0/java-cup-0.0.pom > [INFO] Unable to find resource 'java-cup:java-cup:pom:0.0' in repository > wso2-m2 (http://dist.wso2.org/maven2/) > Downloading: > http://repo1.maven.org/maven2/java-cup/java-cup/0.0/java-cup-0.0.pom > [INFO] Unable to find resource 'java-cup:java-cup:pom:0.0' in repository > central (http://repo1.maven.org/maven2) > Downloading: http://dist.wso2.org/maven2//JLex/JLex/0.0/JLex-0.0.pom > [INFO] Unable to find resource 'JLex:JLex:pom:0.0' in repository wso2-m2 > (http://dist.wso2.org/maven2/) > Downloading: http://repo1.maven.org/maven2/JLex/JLex/0.0/JLex-0.0.pom > [INFO] Unable to find resource 'JLex:JLex:pom:0.0' in repository central > (http://repo1.maven.org/maven2) > Downloading: > http://dist.wso2.org/maven2//net/sf/saxon/saxon/8.9/saxon-8.9.pom > [INFO] Unable to find resource 'net.sf.saxon:saxon:pom:8.9' in repository > wso2-m2 (http://dist.wso2.org/maven2/) > Downloading: > http://repo1.maven.org/maven2/net/sf/saxon/saxon/8.9/saxon-8.9.pom > [INFO] Unable to find resource 'net.sf.saxon:saxon:pom:8.9' in repository > central (http://repo1.maven.org/maven2) > Downloading: > http://dist.wso2.org/maven2//net/sf/saxon/saxon-dom/8.9/saxon-dom-8.9.pom > [INFO] Unable to find resource 'net.sf.saxon:saxon-dom:pom:8.9' in > repository wso2-m2 (http://dist.wso2.org/maven2/) > Downloading: > http://repo1.maven.org/maven2/net/sf/saxon/saxon-dom/8.9/saxon-dom-8.9.pom > [INFO] Unable to find resource 'net.sf.saxon:saxon-dom:pom:8.9' in > repository central (http://repo1.maven.org/maven2) > Downloading: > http://dist.wso2.org/maven2//net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom > [INFO] Unable to find resource 'net.sf.saxon:saxon-xqj:pom:8.9' in > repository wso2-m2 (http://dist.wso2.org/maven2/) > Downloading: > http://repo1.maven.org/maven2/net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom > [INFO] Unable to find resource 'net.sf.saxon:saxon-xqj:pom:8.9' in > repository central (http://repo1.maven.org/maven2) > [INFO] [resources:resources {execution: default-resources}] > [INFO] Using encoding: 'UTF-8' to copy filtered resources. > [INFO] [compiler:compile {execution: default-compile}] > Compiling 412 source files to > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/target/classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[27,35] > cannot find symbol > symbol : class Template > location: package org.apache.synapse.endpoints > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[28,35] > cannot find symbol > symbol : class TemplateEndpoint > location: package org.apache.synapse.endpoints > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[144,24] > cannot find symbol > symbol : class Template > location: class org.apache.synapse.config.SynapseConfiguration > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[149,24] > cannot find symbol > symbol : class TemplateEndpoint > location: class org.apache.synapse.config.SynapseConfiguration > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[1411,46] > cannot find symbol > symbol : class TemplateEndpoint > location: class org.apache.synapse.config.SynapseConfiguration > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[1415,23] > cannot find symbol > symbol : class TemplateEndpoint > location: class org.apache.synapse.config.SynapseConfiguration > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[1419,49] > cannot find symbol > symbol : class Template > location: class org.apache.synapse.config.SynapseConfiguration > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[1423,23] > cannot find symbol > symbol : class Template > location: class org.apache.synapse.config.SynapseConfiguration > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/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 > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationFactory.java:[29,46] > cannot find symbol > symbol : class TemplateFactory > location: package org.apache.synapse.config.xml.endpoints > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationFactory.java:[30,35] > cannot find symbol > symbol : class Template > location: package org.apache.synapse.endpoints > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationFactory.java:[349,18] > cannot find symbol > symbol : class Template > location: class org.apache.synapse.config.xml.SynapseXMLConfigurationFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationBuilder.java:[29,44] > package org.apache.synapse.mediators.template does not exist > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[31,46] > cannot find symbol > symbol : class TemplateSerializer > location: package org.apache.synapse.config.xml.endpoints > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[32,35] > cannot find symbol > symbol : class Template > location: package org.apache.synapse.endpoints > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[33,44] > package org.apache.synapse.mediators.template does not exist > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[184,63] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[216,63] > cannot find symbol > symbol : class Template > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/StartupFinder.java:[37,15] > sun.misc.Service is Sun proprietary API and may be removed in a future > release > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationSerializer.java:[27,44] > package org.apache.synapse.mediators.template does not exist > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationSerializer.java:[318,39] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.MultiXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/util/xpath/SynapseXPathVariableContext.java:[34,44] > package org.apache.synapse.mediators.template does not exist > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorSerializerFinder.java:[27,15] > sun.misc.Service is Sun proprietary API and may be removed in a future > release > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/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 > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/mediators/GetPropertyFunction.java:[33,44] > package org.apache.synapse.mediators.template does not exist > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[144,84] > cannot find symbol > symbol : class Template > location: class org.apache.synapse.config.SynapseConfiguration > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/SynapseConfiguration.java:[149,89] > cannot find symbol > symbol : class TemplateEndpoint > location: class org.apache.synapse.config.SynapseConfiguration > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/EndpointSerializer.java:[136,39] > cannot find symbol > symbol : class TemplateEndpoint > location: class org.apache.synapse.config.xml.endpoints.EndpointSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/EndpointSerializer.java:[137,23] > cannot find symbol > symbol : class TemplateEndpointSerializer > location: class org.apache.synapse.config.xml.endpoints.EndpointSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorFactoryFinder.java:[84,8] > cannot find symbol > symbol : class TemplateMediatorFactory > location: class org.apache.synapse.config.xml.MediatorFactoryFinder > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorFactoryFinder.java:[85,8] > cannot find symbol > symbol : class InvokeMediatorFactory > location: class org.apache.synapse.config.xml.MediatorFactoryFinder > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorFactoryFinder.java:[138,22] > sun.misc.Service is Sun proprietary API and may be removed in a future > release > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/DefaultEndpointSerializer.java:[91,8] > cannot find symbol > symbol : class EndpointDefinitionSerializer > location: class > org.apache.synapse.config.xml.endpoints.DefaultEndpointSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/DefaultEndpointSerializer.java:[91,54] > cannot find symbol > symbol : class EndpointDefinitionSerializer > location: class > org.apache.synapse.config.xml.endpoints.DefaultEndpointSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/AddressEndpointSerializer.java:[73,8] > cannot find symbol > symbol : class EndpointDefinitionSerializer > location: class > org.apache.synapse.config.xml.endpoints.AddressEndpointSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/AddressEndpointSerializer.java:[73,54] > cannot find symbol > symbol : class EndpointDefinitionSerializer > location: class > org.apache.synapse.config.xml.endpoints.AddressEndpointSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/WSDLEndpointSerializer.java:[79,8] > cannot find symbol > symbol : class EndpointDefinitionSerializer > location: class > org.apache.synapse.config.xml.endpoints.WSDLEndpointSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/WSDLEndpointSerializer.java:[79,54] > cannot find symbol > symbol : class EndpointDefinitionSerializer > location: class > org.apache.synapse.config.xml.endpoints.WSDLEndpointSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationFactory.java:[353,8] > cannot find symbol > symbol : class TemplateFactory > location: class org.apache.synapse.config.xml.SynapseXMLConfigurationFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationFactory.java:[353,46] > cannot find symbol > symbol : class TemplateFactory > location: class org.apache.synapse.config.xml.SynapseXMLConfigurationFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationFactory.java:[356,12] > cannot find symbol > symbol : class Template > location: class org.apache.synapse.config.xml.SynapseXMLConfigurationFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationBuilder.java:[292,54] > cannot find symbol > symbol : class TemplateMediator > location: class org.apache.synapse.config.xml.MultiXMLConfigurationBuilder > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationBuilder.java:[293,24] > cannot find symbol > symbol : class TemplateMediator > location: class org.apache.synapse.config.xml.MultiXMLConfigurationBuilder > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationBuilder.java:[293,56] > cannot find symbol > symbol : class TemplateMediator > location: class org.apache.synapse.config.xml.MultiXMLConfigurationBuilder > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[101,20] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[101,70] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[110,29] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[111,47] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[185,13] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[217,13] > cannot find symbol > symbol : class Template > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[218,12] > cannot find symbol > symbol : class TemplateSerializer > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/SynapseXMLConfigurationSerializer.java:[218,48] > cannot find symbol > symbol : class TemplateSerializer > location: class > org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/StartupFinder.java:[115,25] > sun.misc.Service is Sun proprietary API and may be removed in a future > release > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/EndpointFactory.java:[170,23] > cannot find symbol > symbol : class TemplateEndpointFactory > location: class org.apache.synapse.config.xml.endpoints.EndpointFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationSerializer.java:[175,29] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.MultiXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationSerializer.java:[176,16] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.MultiXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationSerializer.java:[176,45] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.MultiXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationSerializer.java:[359,25] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.MultiXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MultiXMLConfigurationSerializer.java:[360,38] > cannot find symbol > symbol : class TemplateMediator > location: class > org.apache.synapse.config.xml.MultiXMLConfigurationSerializer > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/util/xpath/SynapseXPathVariableContext.java:[156,26] > cannot find symbol > symbol : class TemplateContext > location: class org.apache.synapse.util.xpath.SynapseXPathVariableContext > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/util/xpath/SynapseXPathVariableContext.java:[157,20] > cannot find symbol > symbol : class TemplateContext > location: class org.apache.synapse.util.xpath.SynapseXPathVariableContext > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorSerializerFinder.java:[68,8] > cannot find symbol > symbol : class TemplateMediatorSerializer > location: class org.apache.synapse.config.xml.MediatorSerializerFinder > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorSerializerFinder.java:[69,8] > cannot find symbol > symbol : class InvokeMediatorSerializer > location: class org.apache.synapse.config.xml.MediatorSerializerFinder > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorSerializerFinder.java:[113,22] > sun.misc.Service is Sun proprietary API and may be removed in a future > release > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/DefaultEndpointFactory.java:[140,8] > cannot find symbol > symbol : class EndpointDefinitionFactory > location: class > org.apache.synapse.config.xml.endpoints.DefaultEndpointFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/DefaultEndpointFactory.java:[140,44] > cannot find symbol > symbol : class EndpointDefinitionFactory > location: class > org.apache.synapse.config.xml.endpoints.DefaultEndpointFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/WSDLEndpointFactory.java:[98,12] > cannot find symbol > symbol : class EndpointDefinitionFactory > location: class org.apache.synapse.config.xml.endpoints.WSDLEndpointFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/WSDLEndpointFactory.java:[98,48] > cannot find symbol > symbol : class EndpointDefinitionFactory > location: class org.apache.synapse.config.xml.endpoints.WSDLEndpointFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/ConfigurationFactoryAndSerializerFinder.java:[117,22] > sun.misc.Service is Sun proprietary API and may be removed in a future > release > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/mediators/GetPropertyFunction.java:[275,18] > cannot find symbol > symbol : class TemplateContext > location: class org.apache.synapse.mediators.GetPropertyFunction > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/mediators/GetPropertyFunction.java:[276,12] > cannot find symbol > symbol : class TemplateContext > location: class org.apache.synapse.mediators.GetPropertyFunction > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/AddressEndpointFactory.java:[109,8] > cannot find symbol > symbol : class EndpointDefinitionFactory > location: class > org.apache.synapse.config.xml.endpoints.AddressEndpointFactory > > /home/manu/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/AddressEndpointFactory.java:[109,44] > cannot find symbol > symbol : class EndpointDefinitionFactory > location: class > org.apache.synapse.config.xml.endpoints.AddressEndpointFactory > > > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.BuildFailureException: Compilation failure > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation > failure > at > org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:429) > at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:110) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) > ... 17 more > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 15 seconds > [INFO] Finished at: Thu Mar 10 20:16:41 IST 2011 > [INFO] Final Memory: 34M/181M > [INFO] > ------------------------------------------------------------------------ > manu@manu-laptop:~/Desktop/carbon_source/c128/carbon/dependencies/synapse/modules/core$ > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Supun Kamburugamuva Technical Lead & Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.; http://wso2.org E-mail: [email protected]; Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com _______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
