Hi, This is the same error reported by Sumedha in another thread. I tried the workaround suggested by Senaka in that mail thread in my local build, but it wasn't successful.
Any idea on fixing this? Thanks, AmilaM. On Wed, Feb 2, 2011 at 4:41 PM, Denis Weerasiri <[email protected]> wrote: > Complete log is > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building WSO2 Carbon - Registry API > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory > /home/carbon/stratos/carbon/core/org.wso2.carbon.registry.api/target > [INFO] [resources:resources] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory > /home/carbon/stratos/carbon/core/org.wso2.carbon.registry.api/src/main/resources > [INFO] [compiler:compile] > [INFO] Compiling 11 source files to > /home/carbon/stratos/carbon/core/org.wso2.carbon.registry.api/target/classes > [INFO] [scr:scr {execution: generate-scr-scrdescriptor}] > [INFO] [resources:testResources] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 0 resource > [INFO] Copying 0 resource > [INFO] skip non existing resourceDirectory > /home/carbon/stratos/carbon/core/org.wso2.carbon.registry.api/src/test/resources > [INFO] [compiler:testCompile] > [INFO] Not compiling test sources > [INFO] [surefire:test] > [INFO] Tests are skipped. > [INFO] [bundle:bundle] > [WARNING] Warning building bundle > org.wso2.carbon:org.wso2.carbon.registry.api:bundle:3.2.0-SNAPSHOT : > Instructions for Export-Package that are never used: javax\.servlet, > javax\.servlet\.http, org\.apache\.lucene\..*|org\.apache\.lucene > [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] ************************************************************** > [INFO] Starting Jakarta Velocity v1.4 > [INFO] RuntimeInstance initializing. > [INFO] Default Properties File: > org/apache/velocity/runtime/defaults/velocity.properties > [INFO] Default ResourceManager initializing. (class > org.apache.velocity.runtime.resource.ResourceManagerImpl) > [INFO] Resource Loader Instantiated: > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader > [INFO] ClasspathResourceLoader : initialization starting. > [INFO] ClasspathResourceLoader : initialization complete. > [INFO] ResourceCache : initialized. (class > org.apache.velocity.runtime.resource.ResourceCacheImpl) > [INFO] Default ResourceManager initialization complete. > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Literal > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Include > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Foreach > [INFO] Created: 20 parsers. > [INFO] Velocimacro : initialization starting. > [INFO] Velocimacro : adding VMs from VM library template : > VM_global_library.vm > [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in > any resource loader. > [INFO] Velocimacro : error using VM library template VM_global_library.vm > : org.apache.velocity.exception.ResourceNotFoundException: Unable to find > resource 'VM_global_library.vm' > [INFO] Velocimacro : VM library template macro registration complete. > [INFO] Velocimacro : allowInline = true : VMs can be defined inline in > templates > [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may > NOT replace previous VM definitions > [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be > global in scope if allowed. > [INFO] Velocimacro : initialization complete. > [INFO] Velocity successfully started. > [INFO] [site:site {execution: default}] > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] SiteToolException: ArtifactNotFoundException: The skin does not > exist: Unable to determine the release version > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.maven.skins > -DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.apache.maven.skins > -DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > > org.apache.maven.skins:maven-default-skin:jar:RELEASE > > > On Wed, Feb 2, 2011 at 4:31 PM, WSO2 Builder <[email protected]> wrote: > >> [INFO] Setting property: resource.loader => 'classpath'. >> [INFO] Setting property: resource.manager.logwhenfound => 'false'. >> [INFO] ************************************************************** >> [INFO] Starting Jakarta Velocity v1.4 >> [INFO] RuntimeInstance initializing. >> [INFO] Default Properties File: >> org/apache/velocity/runtime/defaults/velocity.properties >> [INFO] Default ResourceManager initializing. (class >> org.apache.velocity.runtime.resource.ResourceManagerImpl) >> [INFO] Resource Loader Instantiated: >> org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader >> [INFO] ClasspathResourceLoader : initialization starting. >> [INFO] ClasspathResourceLoader : initialization complete. >> [INFO] ResourceCache : initialized. (class >> org.apache.velocity.runtime.resource.ResourceCacheImpl) >> [INFO] Default ResourceManager initialization complete. >> [INFO] Loaded System Directive: >> org.apache.velocity.runtime.directive.Literal >> [INFO] Loaded System Directive: >> org.apache.velocity.runtime.directive.Macro >> [INFO] Loaded System Directive: >> org.apache.velocity.runtime.directive.Parse >> [INFO] Loaded System Directive: >> org.apache.velocity.runtime.directive.Include >> [INFO] Loaded System Directive: >> org.apache.velocity.runtime.directive.Foreach >> [INFO] Created: 20 parsers. >> [INFO] Velocimacro : initialization starting. >> [INFO] Velocimacro : adding VMs from VM library template : >> VM_global_library.vm >> [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' >> in any resource loader. >> [INFO] Velocimacro : error using VM library template VM_global_library.vm >> : org.apache.velocity.exception.ResourceNotFoundException: Unable to find >> resource 'VM_global_library.vm' >> [INFO] Velocimacro : VM library template macro registration complete. >> [INFO] Velocimacro : allowInline = true : VMs can be defined inline in >> templates >> [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline >> may NOT replace previous VM definitions >> [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be >> global in scope if allowed. >> [INFO] Velocimacro : initialization complete. >> [INFO] Velocity successfully started. >> [INFO] [site:site {execution: default}] >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] SiteToolException: ArtifactNotFoundException: The skin does not >> exist: Unable to determine the release version >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.maven.skins >> -DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.apache.maven.skins >> -DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> >> org.apache.maven.skins:maven-default-skin:jar:RELEASE >> >> >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 9 seconds >> [INFO] Finished at: Wed Feb 02 16:30:59 IST 2011 >> [INFO] Final Memory: 77M/1322M >> [INFO] >> ------------------------------------------------------------------------ >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> > > > > -- > Thanks, > Denis > ---------------------------------------------------------- > *Denis Weerasiri* > Software Engineer; WSO2 Inc.; http://wso2.com, > *email: denis <http://goog_277208233/>** [AT] wso2.com* <http://wso2.com/> > * > blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/> > * > twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri> > * > linked-in: > **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri> > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
