http://velocity.apache.org/download.cgi - Internal Server Error

2007-04-04 Thread sebb
Access to http://velocity.apache.org/download.cgi is failing with Internal Server Error. Looks like the CGI file does not have execute privileges: -rw-rw-r-- 1 henning velocity883 Apr 1 03:37 /www/velocity.apache.org/download.cgi -rw-rw-r-- 1 henning velocity 14955 Apr 3 04:43 /www/ve

Re: http://velocity.apache.org/download.cgi - Internal Server Error

2007-04-04 Thread Will Glass-Husain
Hmm... couldn't fix this. What am I missing? [EMAIL PROTECTED] /x1/www/velocity.apache.org]$ ls -l download.cgi -rw-rw-r-- 1 henning velocity 883 Mar 31 19:37 download.cgi [EMAIL PROTECTED] /x1/www/velocity.apache.org]$ groups wglass apcvs jakarta member apsite velocity [EMAIL PROTECTED] /

Re: http://velocity.apache.org/download.cgi - Internal Server Error

2007-04-04 Thread Nathan Bubna
http://jira.codehaus.org/browse/WAGON-71 Not sure why the group perms aren't set right on that file. Maybe something to do with Henning's umask? (i'm no unix expert). Anyway, Wagon has a lame bug, so you must manually fix the perms on the download.cgi file after you do a site update. Apparent

Re: any comments pre-vote?

2007-04-04 Thread Nathan Bubna
Just looked through Texen, and it appears to be using the Engine versions of its own classes internally. (e.g. org.apache.velocity.texen.Generator instead of org.apache.texen.Generator) I briefly tried to fix that, but was getting Ant build errors as a result. Not sure yet what the deal is...

Re: any comments pre-vote?

2007-04-04 Thread Nathan Bubna
ah. there were org.apache.velocity.texen packages in some of the props for testcases. all is fixed and checked in now. On 4/4/07, Nathan Bubna <[EMAIL PROTECTED]> wrote: Just looked through Texen, and it appears to be using the Engine versions of its own classes internally. (e.g. org.apache.

Re: any comments pre-vote?

2007-04-04 Thread Nathan Bubna
Fixed a few in the Anakia docs too. Everything looks fine and works fine for me. I think we should go ahead with the 1.0 votes. On 4/4/07, Nathan Bubna <[EMAIL PROTECTED]> wrote: ah. there were org.apache.velocity.texen packages in some of the props for testcases. all is fixed and checked i

Re: http://velocity.apache.org/download.cgi - Internal Server Error

2007-04-04 Thread Henning Schmiedehausen
On Wed, 2007-04-04 at 09:07 -0700, Will Glass-Husain wrote: I fixed this, because I owned the file. Normally this should have worked; at least after a "newgrp velocity". Which does not work (Operation not permitted). Infra? > Hmm... couldn't fix this. What am I missing? > > [EMAIL PROTECTED] /

[EMAIL PROTECTED]: Project velocity-anakia (in module velocity-anakia) failed

2007-04-04 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project velocity-anakia has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project velocity-anakia (in module velocity-anakia) failed

2007-04-04 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project velocity-anakia has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project velocity-texen (in module velocity-texen) failed

2007-04-04 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project velocity-texen has an issue affecting its community integration. This issue affec

[EMAIL PROTECTED]: Project velocity-texen (in module velocity-texen) failed

2007-04-04 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project velocity-texen has an issue affecting its community integration. This issue affec

Re: any comments pre-vote?

2007-04-04 Thread Will Glass-Husain
Nice work. Should have thought to do a grep for "org.apache.velocity". Many eyes, etc. etc. I'm not available to roll the binaries till Sunday. If you're enthused and want to do it in the meantime that's fine. Otherwise I'll send out an email Sunday or Monday night. WILL On 4/4/07, Nathan Bu

Re: http://velocity.apache.org/download.cgi - Internal Server Error

2007-04-04 Thread Will Glass-Husain
Is there some type of ACL on this that won't allow me (member of group but not file owner) to set to executable? WILL On 4/4/07, Henning Schmiedehausen <[EMAIL PROTECTED]> wrote: On Wed, 2007-04-04 at 09:07 -0700, Will Glass-Husain wrote: I fixed this, because I owned the file. Normally this

Re: [EMAIL PROTECTED]: Project velocity-anakia (in module velocity-anakia) failed

2007-04-04 Thread Will Glass-Husain
FYI - I'm working on this. Looks like Anakia and Texen built fine but Gump looking for the wrong jar file name in each case as the result. Will see what happens tomorrow. WILL On 4/4/07, Velocity Gump wrote: To whom it may engage... This is an automated request, but not an unsolicited one.

[jira] Commented: (VELOCITY-533) Treat arrays like fixed-length lists

2007-04-04 Thread Nathan Bubna (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486850 ] Nathan Bubna commented on VELOCITY-533: --- Ok, i've implemented support for size(), isEmpty(), get(int), and s