Hi all
I am unable to build out of CVS branch. I have attached some console output and the velocity.log if someone would be kind enough and have a look.
I do not know what to what this $basePrefix is trying to refer?
Fairly certain it is not a maven/path problem as on the first time build,it obtained installed the plugins/jars it needed in repo.
I could not do anything with the tarball dowload either. Winzip cannot read it and tar under cygwin says it is broken. (Couple of days ago it did anyway) Can't try out 2.3 at all at moment.
Thanks
Roger
 
Platform is Windows XP + cygwin
  
2003-08-30 17:24:52,525 - SimpleLog4JLogSystem initialized using logfile 'velocity.log'
2003-08-30 17:24:52,525 - 
************************************************************** 
2003-08-30 17:24:52,525 - Starting Jakarta Velocity v1.3
2003-08-30 17:24:52,525 - RuntimeInstance initializing.
2003-08-30 17:24:52,525 - Default Properties File: 
org\apache\velocity\runtime\defaults\velocity.properties
2003-08-30 17:24:52,525 - Trying to use logger class 
org.apache.velocity.runtime.log.AvalonLogSystem
2003-08-30 17:24:52,525 - Couldn't find class 
org.apache.velocity.runtime.log.AvalonLogSystem or necessary supporting classes in 
classpath. Exception : java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
2003-08-30 17:24:52,525 - Trying to use logger class 
org.apache.velocity.runtime.log.SimpleLog4JLogSystem
2003-08-30 17:24:52,525 - Using logger class 
org.apache.velocity.runtime.log.SimpleLog4JLogSystem
2003-08-30 17:24:52,535 - Default ResourceManager initializing. (class 
org.apache.velocity.runtime.resource.ResourceManagerImpl)
2003-08-30 17:24:52,565 - Resource Loader Instantiated: 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:52,565 - ClasspathResourceLoader : initialization starting.
2003-08-30 17:24:52,575 - ClasspathResourceLoader : initialization complete.
2003-08-30 17:24:52,575 - ResourceCache : initialized. (class 
org.apache.velocity.runtime.resource.ResourceCacheImpl)
2003-08-30 17:24:52,575 - Default ResourceManager initialization complete.
2003-08-30 17:24:52,595 - Loaded System Directive: 
org.apache.velocity.runtime.directive.Literal
2003-08-30 17:24:52,595 - Loaded System Directive: 
org.apache.velocity.runtime.directive.Macro
2003-08-30 17:24:52,595 - Loaded System Directive: 
org.apache.velocity.runtime.directive.Parse
2003-08-30 17:24:52,605 - Loaded System Directive: 
org.apache.velocity.runtime.directive.Include
2003-08-30 17:24:52,605 - Loaded System Directive: 
org.apache.velocity.runtime.directive.Foreach
2003-08-30 17:24:52,846 - Created: 20 parsers.
2003-08-30 17:24:52,856 - Velocimacro : initialization starting.
2003-08-30 17:24:52,856 - Velocimacro : adding VMs from VM library template : 
VM_global_library.vm
2003-08-30 17:24:52,856 - ResourceManager : unable to find resource 
'VM_global_library.vm' in any resource loader.
2003-08-30 17:24:52,856 - Velocimacro : error using  VM library template 
VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable 
to find resource 'VM_global_library.vm'
2003-08-30 17:24:52,856 - Velocimacro :  VM library template macro registration 
complete.
2003-08-30 17:24:52,856 - Velocimacro : allowInline = true : VMs can be defined inline 
in templates
2003-08-30 17:24:52,856 - Velocimacro : allowInlineToOverride = false : VMs defined 
inline may NOT replace previous VM definitions
2003-08-30 17:24:52,856 - Velocimacro : allowInlineLocal = false : VMs defined inline 
will be  global in scope if allowed.
2003-08-30 17:24:52,856 - Velocimacro : messages on  : VM system will output logging 
messages
2003-08-30 17:24:52,856 - Velocimacro : autoload off  : VM system will not 
automatically reload global library macros
2003-08-30 17:24:52,856 - Velocimacro : initialization complete.
2003-08-30 17:24:52,856 - Velocity successfully started.
2003-08-30 17:24:53,146 - ResourceManager : found om/Control.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:53,166 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 5,column 20] : $dbprops.get("idMethod") is 
not a valid reference.
2003-08-30 17:24:53,166 - ResourceManager : found sql/base/mysql/db.props with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:53,176 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:53,447 - ResourceManager : found om/Peer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:53,447 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 50,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:53,467 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 235,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:53,477 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 428,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:53,487 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 625,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:53,487 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 712,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:53,497 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 898,column 9] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:53,507 - ResourceManager : found om/MapBuilder.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:53,507 - Left side ($generateDeprecated) of '==' operation has null 
value. If a reference, it may not be in the context. Operation not possible. 
om/MapBuilder.vm [line 28, column 28]
2003-08-30 17:24:53,517 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : ${basePrefix} is not a valid 
reference.
2003-08-30 17:24:53,687 - ResourceManager : found om/Object.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:53,697 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Object.vm [line 60,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:53,717 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:53,727 - ResourceManager : found om/ExtensionPeer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:53,727 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionPeer.vm [line 15,column 24] : $basePrefix is not a 
valid reference.
2003-08-30 17:24:54,008 - ResourceManager : found om/Control.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,008 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 5,column 20] : $dbprops.get("idMethod") is 
not a valid reference.
2003-08-30 17:24:54,008 - ResourceManager : found sql/base/mysql/db.props with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,018 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,098 - ResourceManager : found om/Peer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,098 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 50,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,108 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 235,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,108 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 428,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,108 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 625,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,108 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 712,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,108 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 898,column 9] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,118 - ResourceManager : found om/MapBuilder.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,118 - Left side ($generateDeprecated) of '==' operation has null 
value. If a reference, it may not be in the context. Operation not possible. 
om/MapBuilder.vm [line 28, column 28]
2003-08-30 17:24:54,118 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : ${basePrefix} is not a valid 
reference.
2003-08-30 17:24:54,438 - ResourceManager : found om/Object.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,438 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Object.vm [line 60,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,438 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:54,438 - ResourceManager : found om/ExtensionObject.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,448 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionObject.vm [line 26,column 24] : $basePrefix is not 
a valid reference.
2003-08-30 17:24:54,448 - ResourceManager : found om/ExtensionPeer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,448 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionPeer.vm [line 15,column 24] : $basePrefix is not a 
valid reference.
2003-08-30 17:24:54,448 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,508 - ResourceManager : found om/Peer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,508 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 50,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,508 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 235,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,518 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 428,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,518 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 625,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,518 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 712,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,518 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 898,column 9] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,538 - ResourceManager : found om/MapBuilder.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,538 - Left side ($generateDeprecated) of '==' operation has null 
value. If a reference, it may not be in the context. Operation not possible. 
om/MapBuilder.vm [line 28, column 28]
2003-08-30 17:24:54,548 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : ${basePrefix} is not a valid 
reference.
2003-08-30 17:24:54,628 - ResourceManager : found om/Object.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,628 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Object.vm [line 60,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,638 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:54,638 - ResourceManager : found om/ExtensionObject.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,638 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionObject.vm [line 26,column 24] : $basePrefix is not 
a valid reference.
2003-08-30 17:24:54,648 - ResourceManager : found om/ExtensionPeer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,648 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionPeer.vm [line 15,column 24] : $basePrefix is not a 
valid reference.
2003-08-30 17:24:54,648 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,699 - ResourceManager : found om/Peer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,709 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 50,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,709 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 235,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,709 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 428,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,709 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 625,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,709 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 712,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,709 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 898,column 9] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,729 - ResourceManager : found om/MapBuilder.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,729 - Left side ($generateDeprecated) of '==' operation has null 
value. If a reference, it may not be in the context. Operation not possible. 
om/MapBuilder.vm [line 28, column 28]
2003-08-30 17:24:54,729 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : ${basePrefix} is not a valid 
reference.
2003-08-30 17:24:54,829 - ResourceManager : found om/Object.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,829 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Object.vm [line 60,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,829 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:54,839 - ResourceManager : found om/ExtensionObject.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,839 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionObject.vm [line 26,column 24] : $basePrefix is not 
a valid reference.
2003-08-30 17:24:54,839 - ResourceManager : found om/ExtensionPeer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,839 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionPeer.vm [line 15,column 24] : $basePrefix is not a 
valid reference.
2003-08-30 17:24:54,839 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,899 - ResourceManager : found om/Peer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,899 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 50,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,899 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 235,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,899 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 428,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,899 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 625,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,899 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 712,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,909 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 898,column 9] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:54,929 - ResourceManager : found om/MapBuilder.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:54,929 - Left side ($generateDeprecated) of '==' operation has null 
value. If a reference, it may not be in the context. Operation not possible. 
om/MapBuilder.vm [line 28, column 28]
2003-08-30 17:24:54,929 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : ${basePrefix} is not a valid 
reference.
2003-08-30 17:24:55,019 - ResourceManager : found om/Object.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,029 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Object.vm [line 60,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,029 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:55,029 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:55,029 - ResourceManager : found om/ExtensionObject.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,039 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionObject.vm [line 26,column 24] : $basePrefix is not 
a valid reference.
2003-08-30 17:24:55,039 - ResourceManager : found om/ExtensionPeer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,039 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionPeer.vm [line 15,column 24] : $basePrefix is not a 
valid reference.
2003-08-30 17:24:55,039 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,089 - ResourceManager : found om/Peer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,089 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 50,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,099 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 235,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,099 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 428,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,099 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 625,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,099 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 712,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,099 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 898,column 9] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,119 - ResourceManager : found om/MapBuilder.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,119 - Left side ($generateDeprecated) of '==' operation has null 
value. If a reference, it may not be in the context. Operation not possible. 
om/MapBuilder.vm [line 28, column 28]
2003-08-30 17:24:55,129 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : ${basePrefix} is not a valid 
reference.
2003-08-30 17:24:55,400 - ResourceManager : found om/Object.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,400 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Object.vm [line 60,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,410 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:55,410 - ResourceManager : found om/ExtensionObject.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,420 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionObject.vm [line 26,column 24] : $basePrefix is not 
a valid reference.
2003-08-30 17:24:55,420 - ResourceManager : found om/ExtensionPeer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,420 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionPeer.vm [line 15,column 24] : $basePrefix is not a 
valid reference.
2003-08-30 17:24:55,420 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,470 - ResourceManager : found om/Peer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,470 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 50,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,470 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 235,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,470 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 428,column 16] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,470 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 625,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,480 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 712,column 10] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,490 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Peer.vm [line 898,column 9] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,510 - ResourceManager : found om/MapBuilder.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,510 - Left side ($generateDeprecated) of '==' operation has null 
value. If a reference, it may not be in the context. Operation not possible. 
om/MapBuilder.vm [line 28, column 28]
2003-08-30 17:24:55,520 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Control.vm [line 1,column 1] : ${basePrefix} is not a valid 
reference.
2003-08-30 17:24:55,590 - ResourceManager : found om/Object.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,590 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/Object.vm [line 60,column 23] : $basePrefix is not a valid 
reference.
2003-08-30 17:24:55,600 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:55,600 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:55,600 - RHS of #set statement is null. Context will not be modified. 
om/Object.vm [line 1428, column 1]
2003-08-30 17:24:55,600 - ResourceManager : found om/ExtensionObject.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,600 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionObject.vm [line 26,column 24] : $basePrefix is not 
a valid reference.
2003-08-30 17:24:55,600 - ResourceManager : found om/ExtensionPeer.vm with loader 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2003-08-30 17:24:55,610 - org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = om/ExtensionPeer.vm [line 15,column 24] : $basePrefix is not a 
valid reference.
[EMAIL PROTECTED] /c/cvs/apache.org/turbine/jakarta-turbine-2
$ maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

java:prepare-filesystem:

java:compile:
prepare-sources:
copy-scheduler-om:

scheduler-om:
torque:init:
copy-scheduler-om:

copy-torque-security-om:

copy-id-table-om:

copy-om:


torque:om-check:

torque:om:
    [echo] Schema files have not changed since last generation.


copy-torque-security-om:

torque-security-om:
torque:init:
copy-scheduler-om:

copy-torque-security-om:

copy-id-table-om:

copy-om:

Overriding previous definition of reference to torque-classpath

torque:om-check:

torque:om:
    [echo] Schema files have not changed since last generation.


generate-om:


    [echo] Compiling to c:\cvs\apache.org\turbine\jakarta-turbine-2/target/classes
    [javac] Compiling 431 source files to 
C:\cvs\apache.org\turbine\jakarta-turbine-2\target\classes

C:\cvs\apache.org\turbine\jakarta-turbine-2\target\src\org\apache\turbine\services\schedule\${basePr
efix}JobEntry.java:29: class $basePrefixJobEntry is public, should be declared in a 
file named $base
PrefixJobEntry.java
public abstract class $basePrefixJobEntry extends BaseObject
                ^
C:\cvs\apache.org\turbine\jakarta-turbine-2\target\src\org\apache\turbine\services\security\torque\o
m\${basePrefix}TurbineGroup.java:29: class $basePrefixTurbineGroup is public, should 
be declared in
a file named $basePrefixTurbineGroup.java
public abstract class $basePrefixTurbineGroup extends BaseObject
                ^
...
etc
...

BUILD FAILED
File...... file:/C:/Documents and Settings/Owner/.maven/plugins/maven-java-plugin-1.3/
Element... ant:javac
Line...... 55
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 1 minutes 22 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to