Re: Problems creating a site archetype

2005-10-26 Thread Jorg Heymans
This came up a few weeks ago already, search the mailinglist.

In short: you forgot to specify -DarchetypeVersion, which is default set
to RELEASE.


Neil Blue wrote:
 Hello
 
 I am just looking at maven2 after using maven for a few years. I am trying
 to create a site with the command from the getting started guide:
 
 mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
 -DarchetypeGroupId=org.apache.maven.archetypes
 -DarchetypeArtifactId=maven-archetype-site
 
 
 However there is an error that I don't understand yet:
 
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'archetype'.
 [INFO]
 -
 ---
 [INFO] Building Graphite: graph persistence and query engine.
 [INFO]task-segment: [archetype:create] (aggregator-style)
 [INFO]
 -
 ---
 [INFO] Setting property: classpath.resource.loader.class =
 'org.codehaus.plexus
 .velocity.ContextClassLoaderResourceLoader'.
 [INFO] Setting property: resource.loader = 'classpath'.
 [INFO] **
 [INFO] Starting Jakarta Velocity v1.4
 [INFO] RuntimeInstance initializing.
 [INFO] Default Properties File:
 org\apache\velocity\runtime\defaults\velocity.pr
 operties
 [INFO] Default ResourceManager initializing. (class
 org.apache.velocity.runtime.
 resource.ResourceManagerImpl)
 [INFO] Resource Loader Instantiated:
 org.codehaus.plexus.velocity.ContextClassLo
 aderResourceLoader
 [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 'V
 M_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
 glob
 al in scope if allowed.
 [INFO] Velocimacro : messages on  : VM system will output logging messages
 [INFO] Velocimacro : autoload off  : VM system will not automatically reload
 glo
 bal library macros
 [INFO] Velocimacro : initialization complete.
 [INFO] Velocity successfully started.
 [INFO] [archetype:create]
 [INFO] Defaulting package to group ID: com.mycompany.app
 [INFO]
 -
 ---
 [ERROR] BUILD ERROR
 [INFO]
 -
 ---
 [INFO] Failed to resolve artifact.
 
 GroupId: org.apache.maven.archetypes
 ArtifactId: maven-archetype-site
 Version: RELEASE
 
 Reason: Unable to determine the release version
   org.apache.maven.archetypes:maven-archetype-site:RELEASE:jar
 
 
 
 [INFO]
 -
 ---
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 -
 ---
 [INFO] Total time: 2 seconds
 [INFO] Finished at: Wed Oct 26 10:09:51 BST 2005
 [INFO] Final Memory: 4M/7M
 [INFO]
 -
 ---
 
 Does anyone have some advice for this?
 
 Thanks
 Neil
 
 *
 The information contained in this message is likely to be confidential.  It 
 is intended only for the person named above.  Any dissemination, 
 distribution, copying, disclosure or use of this message or its contents 
 unless authorised by BioWisdom Ltd is strictly prohibited. Any views or 
 opinions expressed within this e-mail are those of the author and do not 
 necessarily represent those of BioWisdom Ltd. If you have received this 
 message in error, please immediately notify us and delete it.  Thank you.  
 BioWisdom Ltd, Harston Mill, Harston, Cambridge, CB2 5GG. 

Re: Problems creating a site archetype

2005-10-26 Thread Hong Xing
Add a parameter -DarchetypeVersion=1.0-alpha-2

2005/10/26, Jorg Heymans [EMAIL PROTECTED]:
 This came up a few weeks ago already, search the mailinglist.

 In short: you forgot to specify -DarchetypeVersion, which is default set
 to RELEASE.


 Neil Blue wrote:
  Hello
 
  I am just looking at maven2 after using maven for a few years. I am trying
  to create a site with the command from the getting started guide:
 
  mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
  -DarchetypeGroupId=org.apache.maven.archetypes
  -DarchetypeArtifactId=maven-archetype-site
 
 
  However there is an error that I don't understand yet:
 
  [INFO] Scanning for projects...
  [INFO] Searching repository for plugin with prefix: 'archetype'.
  [INFO]
  -
  ---
  [INFO] Building Graphite: graph persistence and query engine.
  [INFO]task-segment: [archetype:create] (aggregator-style)
  [INFO]
  -
  ---
  [INFO] Setting property: classpath.resource.loader.class =
  'org.codehaus.plexus
  .velocity.ContextClassLoaderResourceLoader'.
  [INFO] Setting property: resource.loader = 'classpath'.
  [INFO] **
  [INFO] Starting Jakarta Velocity v1.4
  [INFO] RuntimeInstance initializing.
  [INFO] Default Properties File:
  org\apache\velocity\runtime\defaults\velocity.pr
  operties
  [INFO] Default ResourceManager initializing. (class
  org.apache.velocity.runtime.
  resource.ResourceManagerImpl)
  [INFO] Resource Loader Instantiated:
  org.codehaus.plexus.velocity.ContextClassLo
  aderResourceLoader
  [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 'V
  M_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
  glob
  al in scope if allowed.
  [INFO] Velocimacro : messages on  : VM system will output logging messages
  [INFO] Velocimacro : autoload off  : VM system will not automatically reload
  glo
  bal library macros
  [INFO] Velocimacro : initialization complete.
  [INFO] Velocity successfully started.
  [INFO] [archetype:create]
  [INFO] Defaulting package to group ID: com.mycompany.app
  [INFO]
  -
  ---
  [ERROR] BUILD ERROR
  [INFO]
  -
  ---
  [INFO] Failed to resolve artifact.
 
  GroupId: org.apache.maven.archetypes
  ArtifactId: maven-archetype-site
  Version: RELEASE
 
  Reason: Unable to determine the release version
org.apache.maven.archetypes:maven-archetype-site:RELEASE:jar
 
 
 
  [INFO]
  -
  ---
  [INFO] For more information, run Maven with the -e switch
  [INFO]
  -
  ---
  [INFO] Total time: 2 seconds
  [INFO] Finished at: Wed Oct 26 10:09:51 BST 2005
  [INFO] Final Memory: 4M/7M
  [INFO]
  -
  ---
 
  Does anyone have some advice for this?
 
  Thanks
  Neil
 
  *
  The information contained in this message is likely to be confidential.  It 
  is intended only for the person named above.  Any dissemination, 
  distribution, copying, disclosure or use of this message or its contents 
  unless authorised by BioWisdom Ltd is strictly prohibited. Any views or 
  opinions expressed within this e-mail are those of the author and do not 
  

RE: Re: Problems creating a site archetype

2005-10-26 Thread Neil Blue
Thanks 

That is working now with the -DarchetypeVersion setting.

I was looking at the mailing archive, but the new archive doesn't seem to
have a search feature. Have I missed it?

Neil

-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Jorg Heymans
Sent: 26 October 2005 10:18
To: users@maven.apache.org
Subject: Re: Problems creating a site archetype


This came up a few weeks ago already, search the mailinglist.

In short: you forgot to specify -DarchetypeVersion, which is default set
to RELEASE.


Neil Blue wrote:
 Hello
 
 I am just looking at maven2 after using maven for a few years. I am trying
 to create a site with the command from the getting started guide:
 
 mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
 -DarchetypeGroupId=org.apache.maven.archetypes
 -DarchetypeArtifactId=maven-archetype-site
 
 
 However there is an error that I don't understand yet:
 
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'archetype'.
 [INFO]
 -
 ---
 [INFO] Building Graphite: graph persistence and query engine.
 [INFO]task-segment: [archetype:create] (aggregator-style)
 [INFO]
 -
 ---
 [INFO] Setting property: classpath.resource.loader.class =
 'org.codehaus.plexus
 .velocity.ContextClassLoaderResourceLoader'.
 [INFO] Setting property: resource.loader = 'classpath'.
 [INFO] **
 [INFO] Starting Jakarta Velocity v1.4
 [INFO] RuntimeInstance initializing.
 [INFO] Default Properties File:
 org\apache\velocity\runtime\defaults\velocity.pr
 operties
 [INFO] Default ResourceManager initializing. (class
 org.apache.velocity.runtime.
 resource.ResourceManagerImpl)
 [INFO] Resource Loader Instantiated:
 org.codehaus.plexus.velocity.ContextClassLo
 aderResourceLoader
 [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 'V
 M_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
 glob
 al in scope if allowed.
 [INFO] Velocimacro : messages on  : VM system will output logging messages
 [INFO] Velocimacro : autoload off  : VM system will not automatically
reload
 glo
 bal library macros
 [INFO] Velocimacro : initialization complete.
 [INFO] Velocity successfully started.
 [INFO] [archetype:create]
 [INFO] Defaulting package to group ID: com.mycompany.app
 [INFO]
 -
 ---
 [ERROR] BUILD ERROR
 [INFO]
 -
 ---
 [INFO] Failed to resolve artifact.
 
 GroupId: org.apache.maven.archetypes
 ArtifactId: maven-archetype-site
 Version: RELEASE
 
 Reason: Unable to determine the release version
   org.apache.maven.archetypes:maven-archetype-site:RELEASE:jar
 
 
 
 [INFO]
 -
 ---
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 -
 ---
 [INFO] Total time: 2 seconds
 [INFO] Finished at: Wed Oct 26 10:09:51 BST 2005
 [INFO] Final Memory: 4M/7M
 [INFO]
 -
 ---
 
 Does anyone have some advice for this?
 
 Thanks
 Neil
 
 *
 The information contained in this message is likely to be confidential.
It is intended only for the person named above.  Any dissemination,
distribution, copying, disclosure or use of this message

Re: Problems creating a site archetype

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 11:17 +0200, Jorg Heymans wrote:
 This came up a few weeks ago already, search the mailinglist.
 
 In short: you forgot to specify -DarchetypeVersion, which is default set
 to RELEASE.

I will release this again or go fix the metadata, not sure what happened
as the archetype plugin was released.

 
 Neil Blue wrote:
  Hello
  
  I am just looking at maven2 after using maven for a few years. I am trying
  to create a site with the command from the getting started guide:
  
  mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
  -DarchetypeGroupId=org.apache.maven.archetypes
  -DarchetypeArtifactId=maven-archetype-site
  
  
  However there is an error that I don't understand yet:
  
  [INFO] Scanning for projects...
  [INFO] Searching repository for plugin with prefix: 'archetype'.
  [INFO]
  -
  ---
  [INFO] Building Graphite: graph persistence and query engine.
  [INFO]task-segment: [archetype:create] (aggregator-style)
  [INFO]
  -
  ---
  [INFO] Setting property: classpath.resource.loader.class =
  'org.codehaus.plexus
  .velocity.ContextClassLoaderResourceLoader'.
  [INFO] Setting property: resource.loader = 'classpath'.
  [INFO] **
  [INFO] Starting Jakarta Velocity v1.4
  [INFO] RuntimeInstance initializing.
  [INFO] Default Properties File:
  org\apache\velocity\runtime\defaults\velocity.pr
  operties
  [INFO] Default ResourceManager initializing. (class
  org.apache.velocity.runtime.
  resource.ResourceManagerImpl)
  [INFO] Resource Loader Instantiated:
  org.codehaus.plexus.velocity.ContextClassLo
  aderResourceLoader
  [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 'V
  M_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
  glob
  al in scope if allowed.
  [INFO] Velocimacro : messages on  : VM system will output logging messages
  [INFO] Velocimacro : autoload off  : VM system will not automatically reload
  glo
  bal library macros
  [INFO] Velocimacro : initialization complete.
  [INFO] Velocity successfully started.
  [INFO] [archetype:create]
  [INFO] Defaulting package to group ID: com.mycompany.app
  [INFO]
  -
  ---
  [ERROR] BUILD ERROR
  [INFO]
  -
  ---
  [INFO] Failed to resolve artifact.
  
  GroupId: org.apache.maven.archetypes
  ArtifactId: maven-archetype-site
  Version: RELEASE
  
  Reason: Unable to determine the release version
org.apache.maven.archetypes:maven-archetype-site:RELEASE:jar
  
  
  
  [INFO]
  -
  ---
  [INFO] For more information, run Maven with the -e switch
  [INFO]
  -
  ---
  [INFO] Total time: 2 seconds
  [INFO] Finished at: Wed Oct 26 10:09:51 BST 2005
  [INFO] Final Memory: 4M/7M
  [INFO]
  -
  ---
  
  Does anyone have some advice for this?
  
  Thanks
  Neil
  
  *
  The information contained in this message is likely to be confidential.  It 
  is intended only for the person named above.  Any dissemination, 
  distribution, copying, disclosure or use of this message or its contents 
  unless authorised by BioWisdom Ltd is strictly prohibited. 

Re: Problems creating a site archetype

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 17:23 +0800, Hong Xing wrote:
 Add a parameter -DarchetypeVersion=1.0-alpha-2

That should work, thanks for helping out!

 2005/10/26, Jorg Heymans [EMAIL PROTECTED]:
  This came up a few weeks ago already, search the mailinglist.
 
  In short: you forgot to specify -DarchetypeVersion, which is default set
  to RELEASE.
 
 
  Neil Blue wrote:
   Hello
  
   I am just looking at maven2 after using maven for a few years. I am trying
   to create a site with the command from the getting started guide:
  
   mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
   -DarchetypeGroupId=org.apache.maven.archetypes
   -DarchetypeArtifactId=maven-archetype-site
  
  
   However there is an error that I don't understand yet:
  
   [INFO] Scanning for projects...
   [INFO] Searching repository for plugin with prefix: 'archetype'.
   [INFO]
   -
   ---
   [INFO] Building Graphite: graph persistence and query engine.
   [INFO]task-segment: [archetype:create] (aggregator-style)
   [INFO]
   -
   ---
   [INFO] Setting property: classpath.resource.loader.class =
   'org.codehaus.plexus
   .velocity.ContextClassLoaderResourceLoader'.
   [INFO] Setting property: resource.loader = 'classpath'.
   [INFO] **
   [INFO] Starting Jakarta Velocity v1.4
   [INFO] RuntimeInstance initializing.
   [INFO] Default Properties File:
   org\apache\velocity\runtime\defaults\velocity.pr
   operties
   [INFO] Default ResourceManager initializing. (class
   org.apache.velocity.runtime.
   resource.ResourceManagerImpl)
   [INFO] Resource Loader Instantiated:
   org.codehaus.plexus.velocity.ContextClassLo
   aderResourceLoader
   [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 'V
   M_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
   glob
   al in scope if allowed.
   [INFO] Velocimacro : messages on  : VM system will output logging messages
   [INFO] Velocimacro : autoload off  : VM system will not automatically 
   reload
   glo
   bal library macros
   [INFO] Velocimacro : initialization complete.
   [INFO] Velocity successfully started.
   [INFO] [archetype:create]
   [INFO] Defaulting package to group ID: com.mycompany.app
   [INFO]
   -
   ---
   [ERROR] BUILD ERROR
   [INFO]
   -
   ---
   [INFO] Failed to resolve artifact.
  
   GroupId: org.apache.maven.archetypes
   ArtifactId: maven-archetype-site
   Version: RELEASE
  
   Reason: Unable to determine the release version
 org.apache.maven.archetypes:maven-archetype-site:RELEASE:jar
  
  
  
   [INFO]
   -
   ---
   [INFO] For more information, run Maven with the -e switch
   [INFO]
   -
   ---
   [INFO] Total time: 2 seconds
   [INFO] Finished at: Wed Oct 26 10:09:51 BST 2005
   [INFO] Final Memory: 4M/7M
   [INFO]
   -
   ---
  
   Does anyone have some advice for this?
  
   Thanks
   Neil
  
   *
   The information contained in this message is likely to be confidential.  
   It is intended only for the person named above.