Re: Velocity 1.6 test build available

2008-11-28 Thread Adrian Tarau


Velocity Site Tools is not present in any repository. If you build it 
locally Velocity site will work(you may still need to increase Maven 
maximum memory for FindBugs - Xmx256M seems to work fine). Since the 
Maven build is not the primary build system, lots of things are not 
finalized.



 /Known Issues and Limitations/

/When running findbugs on a project, the default heap size might not be 
enough to complete the build. For now there is no way to fork findbugs 
and run with its own memory requirements, but the following system 
variable will allow you to do so for Maven:/


/export MAVEN_OPTS=-Xmx384M/




Will Glass-Husain wrote:

Thanks for looking at this!  See below.

WILL

C:\Documents and Settings\wglass\My
Documents\Workspace\opensource\velocity-trunkmvn -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]

[INFO] Building Apache Velocity
[INFO]task-segment: [post-site]
[INFO]

[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.ResourceNotFoundExcepti
on: 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] 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 

[VOTE] Release Velocity Engine 1.6

2008-11-28 Thread Nathan Bubna
Ok, there were no complaints about the current test build that were
worth generating a new test build and delaying this (IMO), so i'm
moving on to a vote.

The test build candidate for release is still available here:
 http://people.apache.org/~nbubna/velocity/engine/1.6/

Please vote regarding your support for releasing this new test build as
Velocity Engine 1.6:

[ ] +1 Let's do it
[ ] +0 Have fun; i don't care.
[ ] -0  Not sure about this, but i won't stop you.
[ ] -1 No, because __

The voting period is typically 72 hours, putting its close time as
roughly 7am PST on Monday, Dec 1st.  If the vote passes, I'll push
this to the mirrors and change the web site and get Henning to deploy it.
With luck i'll be able to announce it by Wed.

On Fri, Nov 21, 2008 at 11:38 AM, Nathan Bubna [EMAIL PROTECTED] wrote:
 ok folks, i think the time has come; here's a build for Engine 1.6:

 http://people.apache.org/~nbubna/velocity/engine/1.6/

 please kick the tires and report any and all nitpicks soon.  PLEASE
 try it out and look for problems.  (yes, i am begging!)  assuming no
 one sees any problems, i'll call for a release vote next friday.

 thanks,
 nathan

 p.s.  this release should rock; here's a rough list of new things in
 this release:

 Major memory and speed performance improvements
 varargs support for object method calls
 #evaluate( $stringthatcontainsvtl )
 #define( $body ) for VTL blocks as references #end
 #break for ending #foreach loops prematurely
 Static utility methods via context.put(Math, Math.class)
 fixes for many annoying little syntax/parsing bugs
 #parse( mymacros.vm )
 CommonsLogLogChute, ServletLogChute
 Fixed and much improved StringResourceLoader
 velocimacro.max.depth
 programmatic inclusion of macro libraries
 can now call fixed-length list methods on arrays
 $velocityHasNext for #foreach loops
 configurable connection timeout for URLResourceLoader
 Uberspect chainability and link-ability
 consistent, correct line numbers and macro/template stacks in logs and
 exceptions


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



[VOTE] Release VelocityTools 2.0-beta3

2008-11-28 Thread Nathan Bubna
Ok, there were no complaints about the current test build, so i'm
moving on to a vote.

The test build is still available here:
 http://people.apache.org/~nbubna/velocity/tools/2.0-beta3/

Please vote regarding your support for releasing this new test build as
VelocityTools 2.0-beta3:

[ ] +1 Let's do it
[ ] +0 Have fun; i don't care.
[ ] -0  Not sure about this, but i won't stop you.
[ ] -1 No, because __

The voting period is typically 72 hours, putting its close time as
roughly 7am PST on Monday, Dec 1st.  If the vote passes, I'll push
this to the mirrors and change the web site and get Henning to deploy it.
With luck i'll be able to announce it by Wed.

On Fri, Nov 21, 2008 at 12:02 PM, Nathan Bubna [EMAIL PROTECTED] wrote:
 and here is a test build for Tools 2.0-beta3:

 http://people.apache.org/~nbubna/velocity/tools/2.0-beta3/

 this should be the last Tools 2.0 beta release, barring any major bugs
 appearing.  with another push on the documentation front, we should
 be able to get 2.0 to final by Christmas.

 anyway, give the tires a kicking on this one too.  hopefully, we can
 release this the same day as Engine 1.6.  then i'll only have to ask
 Henning to update the public site once.  that would be nice. :)

 thanks,
 nathan


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



Re: [VOTE] Release Velocity Engine 1.6

2008-11-28 Thread matthijs lambooy

+1 from me.

Nathan Bubna wrote:

Ok, there were no complaints about the current test build that were
worth generating a new test build and delaying this (IMO), so i'm
moving on to a vote.

The test build candidate for release is still available here:
 http://people.apache.org/~nbubna/velocity/engine/1.6/

Please vote regarding your support for releasing this new test build as
Velocity Engine 1.6:

[ ] +1 Let's do it
[ ] +0 Have fun; i don't care.
[ ] -0  Not sure about this, but i won't stop you.
[ ] -1 No, because __

The voting period is typically 72 hours, putting its close time as
roughly 7am PST on Monday, Dec 1st.  If the vote passes, I'll push
this to the mirrors and change the web site and get Henning to deploy it.
With luck i'll be able to announce it by Wed.

On Fri, Nov 21, 2008 at 11:38 AM, Nathan Bubna [EMAIL PROTECTED] wrote:
  

ok folks, i think the time has come; here's a build for Engine 1.6:

http://people.apache.org/~nbubna/velocity/engine/1.6/

please kick the tires and report any and all nitpicks soon.  PLEASE
try it out and look for problems.  (yes, i am begging!)  assuming no
one sees any problems, i'll call for a release vote next friday.

thanks,
nathan

p.s.  this release should rock; here's a rough list of new things in
this release:

Major memory and speed performance improvements
varargs support for object method calls
#evaluate( $stringthatcontainsvtl )
#define( $body ) for VTL blocks as references #end
#break for ending #foreach loops prematurely
Static utility methods via context.put(Math, Math.class)
fixes for many annoying little syntax/parsing bugs
#parse( mymacros.vm )
CommonsLogLogChute, ServletLogChute
Fixed and much improved StringResourceLoader
velocimacro.max.depth
programmatic inclusion of macro libraries
can now call fixed-length list methods on arrays
$velocityHasNext for #foreach loops
configurable connection timeout for URLResourceLoader
Uberspect chainability and link-ability
consistent, correct line numbers and macro/template stacks in logs and
exceptions




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


  



--
Matthijs Lambooy
CrossmarX BV, Amsterdam
http://www.crossmarx.com
+31654771926
skype callto://matthijslambooy
xmpp:[EMAIL PROTECTED]

Winnaar RADRACE 2006,2007 en 2008: http://www.crossmarx.com/radrace 



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



Re: [VOTE] Release Velocity Engine 1.6

2008-11-28 Thread Nathan Bubna
+1 from me

On Fri, Nov 28, 2008 at 7:08 AM, Nathan Bubna [EMAIL PROTECTED] wrote:
 Ok, there were no complaints about the current test build that were
 worth generating a new test build and delaying this (IMO), so i'm
 moving on to a vote.

 The test build candidate for release is still available here:
  http://people.apache.org/~nbubna/velocity/engine/1.6/

 Please vote regarding your support for releasing this new test build as
 Velocity Engine 1.6:

 [ ] +1 Let's do it
 [ ] +0 Have fun; i don't care.
 [ ] -0  Not sure about this, but i won't stop you.
 [ ] -1 No, because __

 The voting period is typically 72 hours, putting its close time as
 roughly 7am PST on Monday, Dec 1st.  If the vote passes, I'll push
 this to the mirrors and change the web site and get Henning to deploy it.
 With luck i'll be able to announce it by Wed.

 On Fri, Nov 21, 2008 at 11:38 AM, Nathan Bubna [EMAIL PROTECTED] wrote:
 ok folks, i think the time has come; here's a build for Engine 1.6:

 http://people.apache.org/~nbubna/velocity/engine/1.6/

 please kick the tires and report any and all nitpicks soon.  PLEASE
 try it out and look for problems.  (yes, i am begging!)  assuming no
 one sees any problems, i'll call for a release vote next friday.

 thanks,
 nathan

 p.s.  this release should rock; here's a rough list of new things in
 this release:

 Major memory and speed performance improvements
 varargs support for object method calls
 #evaluate( $stringthatcontainsvtl )
 #define( $body ) for VTL blocks as references #end
 #break for ending #foreach loops prematurely
 Static utility methods via context.put(Math, Math.class)
 fixes for many annoying little syntax/parsing bugs
 #parse( mymacros.vm )
 CommonsLogLogChute, ServletLogChute
 Fixed and much improved StringResourceLoader
 velocimacro.max.depth
 programmatic inclusion of macro libraries
 can now call fixed-length list methods on arrays
 $velocityHasNext for #foreach loops
 configurable connection timeout for URLResourceLoader
 Uberspect chainability and link-ability
 consistent, correct line numbers and macro/template stacks in logs and
 exceptions



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



Re: [VOTE] Release VelocityTools 2.0-beta3

2008-11-28 Thread Nathan Bubna
+1 from me

On Fri, Nov 28, 2008 at 7:08 AM, Nathan Bubna [EMAIL PROTECTED] wrote:
 Ok, there were no complaints about the current test build, so i'm
 moving on to a vote.

 The test build is still available here:
  http://people.apache.org/~nbubna/velocity/tools/2.0-beta3/

 Please vote regarding your support for releasing this new test build as
 VelocityTools 2.0-beta3:

 [ ] +1 Let's do it
 [ ] +0 Have fun; i don't care.
 [ ] -0  Not sure about this, but i won't stop you.
 [ ] -1 No, because __

 The voting period is typically 72 hours, putting its close time as
 roughly 7am PST on Monday, Dec 1st.  If the vote passes, I'll push
 this to the mirrors and change the web site and get Henning to deploy it.
 With luck i'll be able to announce it by Wed.

 On Fri, Nov 21, 2008 at 12:02 PM, Nathan Bubna [EMAIL PROTECTED] wrote:
 and here is a test build for Tools 2.0-beta3:

 http://people.apache.org/~nbubna/velocity/tools/2.0-beta3/

 this should be the last Tools 2.0 beta release, barring any major bugs
 appearing.  with another push on the documentation front, we should
 be able to get 2.0 to final by Christmas.

 anyway, give the tires a kicking on this one too.  hopefully, we can
 release this the same day as Engine 1.6.  then i'll only have to ask
 Henning to update the public site once.  that would be nice. :)

 thanks,
 nathan



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



Re: [VOTE] Release Velocity Engine 1.6

2008-11-28 Thread Ilkka Priha

+1 test build works great for us :)

-- Ilkka

Nathan Bubna wrote:

Ok, there were no complaints about the current test build that were
worth generating a new test build and delaying this (IMO), so i'm
moving on to a vote.

The test build candidate for release is still available here:
 http://people.apache.org/~nbubna/velocity/engine/1.6/

Please vote regarding your support for releasing this new test build as
Velocity Engine 1.6:

[ ] +1 Let's do it
[ ] +0 Have fun; i don't care.
[ ] -0  Not sure about this, but i won't stop you.
[ ] -1 No, because __

The voting period is typically 72 hours, putting its close time as
roughly 7am PST on Monday, Dec 1st.  If the vote passes, I'll push
this to the mirrors and change the web site and get Henning to deploy it.
With luck i'll be able to announce it by Wed.

On Fri, Nov 21, 2008 at 11:38 AM, Nathan Bubna [EMAIL PROTECTED] wrote:

ok folks, i think the time has come; here's a build for Engine 1.6:

http://people.apache.org/~nbubna/velocity/engine/1.6/

please kick the tires and report any and all nitpicks soon.  PLEASE
try it out and look for problems.  (yes, i am begging!)  assuming no
one sees any problems, i'll call for a release vote next friday.

thanks,
nathan

p.s.  this release should rock; here's a rough list of new things in
this release:

Major memory and speed performance improvements
varargs support for object method calls
#evaluate( $stringthatcontainsvtl )
#define( $body ) for VTL blocks as references #end
#break for ending #foreach loops prematurely
Static utility methods via context.put(Math, Math.class)
fixes for many annoying little syntax/parsing bugs
#parse( mymacros.vm )
CommonsLogLogChute, ServletLogChute
Fixed and much improved StringResourceLoader
velocimacro.max.depth
programmatic inclusion of macro libraries
can now call fixed-length list methods on arrays
$velocityHasNext for #foreach loops
configurable connection timeout for URLResourceLoader
Uberspect chainability and link-ability
consistent, correct line numbers and macro/template stacks in logs and
exceptions



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






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