[GUMP@vmgump]: Project velocity-tools (in module velocity-tools) failed

2009-09-03 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 gene...@gump.apache.org.

Project velocity-tools has an issue affecting its community integration.
This issue affects 4 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- authx-example :  Apache Authentication and Authorization Framework
- portals-bridges-frameworks :  Support for JSR168 compliant Portlet 
development
- portals-bridges-velocity :  Support for JSR168 compliant Portlet 
development
- velocity-tools :  VelocityTools project


Full details are available at:

http://vmgump.apache.org/gump/public/velocity-tools/velocity-tools/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on commons-beanutils exists, no need to add for property 
commons-beanutils.jar.
 -DEBUG- Dependency on commons-collections exists, no need to add for property 
commons-collections.jar.
 -DEBUG- Dependency on commons-digester exists, no need to add for property 
commons-digester.jar.
 -DEBUG- Dependency on commons-lang3 exists, no need to add for property 
commons-lang.jar.
 -DEBUG- Dependency on commons-logging exists, no need to add for property 
commons-logging.jar.
 -DEBUG- Dependency on commons-validator exists, no need to add for property 
commons-validator.jar.
 -DEBUG- Dependency on dom4j exists, no need to add for property dom4j.jar.
 -DEBUG- Dependency on jakarta-oro exists, no need to add for property oro.jar.
 -DEBUG- Dependency on velocity-engine exists, no need to add for property 
velocity.jar.
 -DEBUG- Dependency on jakarta-servletapi-4 exists, no need to add for property 
servlet.jar.
 -DEBUG- Dependency on struts-sslext exists, no need to add for property 
sslext.jar.
 -DEBUG- Dependency on packaged-struts13 exists, no need to add for property 
struts-core.jar.
 -DEBUG- Dependency on packaged-struts13 exists, no need to add for property 
struts-taglib.jar.
 -DEBUG- Dependency on packaged-struts13 exists, no need to add for property 
struts-tiles.jar.
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/velocity-tools/velocity-tools/gump_work/build_velocity-tools_velocity-tools.html
Work Name: build_velocity-tools_velocity-tools (Type: Build)
Work ended in a state of : Failed
Elapsed: 10 secs
Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true 
org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dcommons-beanutils.jar=/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-03092009.jar
 -Doro.jar=/srv/gump/public/workspace/jakarta-oro/jakarta-oro-03092009.jar 
-Dstruts-core.jar=/srv/gump/packages/struts-1.3.5-lib/struts-core-1.3.5.jar 
-Dvelocity.jar=/srv/gump/public/workspace/velocity-engine/bin/velocity-03092009.jar
 
-Dcommons-chain.jar=/srv/gump/public/workspace/apache-commons/chain/target/commons-chain-03092009.jar
 -Dservlet.jar=/srv/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar 
-Dskip.jar.loading=true 
-Dsslext.jar=/srv/gump/public/workspace/struts-sslext/web/WEB-INF/lib/sslext.jar
 -Dstruts-tiles.jar=/srv/gump/packages/struts-1.3.5-lib/struts-tiles-1.3.5.jar 
-Dcommons-lang.jar=/srv/gump/public/workspace/apache-commons/lang/target/commons-lang-3.0-SNAPSHOT.jar
 -Dpr
 oject.version=03092009 
-Dcommons-validator.jar=/srv/gump/public/workspace/apache-commons/validator/dist/commons-validator-03092009.jar
 
-Dcommons-logging.jar=/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-03092009.jar
 
-Dstruts-taglib.jar=/srv/gump/packages/struts-1.3.5-lib/struts-taglib-1.3.5.jar 
-Dcommons-collections.jar=/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-03092009.jar
 -Ddom4j.jar=/srv/gump/public/workspace/dom4j/build/dom4j.jar 
-Dcommons-digester.jar=/srv/gump/public/workspace/apache-commons/digester/dist/commons-digester.jar
 all 
[Working Directory: /srv/gump/public/workspace/velocity-tools]
CLASSPATH: 
/usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/velocity-tools/build/classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packa

[jira] Commented: (VELOCITY-735) Provide JSR 223 implementation

2009-09-03 Thread Vincent Massol (JIRA)

[ 
https://issues.apache.org/jira/browse/VELOCITY-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750899#action_12750899
 ] 

Vincent Massol commented on VELOCITY-735:
-

Here's an example of an old implementation from Sun that could be taken as an 
example:
* 
https://scripting.dev.java.net/source/browse/scripting/engines/velocity/src/com/sun/script/velocity/VelocityScriptEngine.java?rev=1.4&view=markup
* 
https://scripting.dev.java.net/source/browse/scripting/engines/velocity/src/com/sun/script/velocity/VelocityScriptEngineFactory.java?rev=1.4&view=markup


> Provide JSR 223 implementation
> --
>
> Key: VELOCITY-735
> URL: https://issues.apache.org/jira/browse/VELOCITY-735
> Project: Velocity
>  Issue Type: New Feature
>  Components: Engine
>Affects Versions: 1.6.2
>Reporter: Thomas Mortagne
>
> Would be great that Velocity comes with a JSR 223 implementation like groovy 
> do for example

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org



[jira] Created: (VELOCITY-735) Provide JSR 223 implementation

2009-09-03 Thread Thomas Mortagne (JIRA)
Provide JSR 223 implementation
--

 Key: VELOCITY-735
 URL: https://issues.apache.org/jira/browse/VELOCITY-735
 Project: Velocity
  Issue Type: New Feature
  Components: Engine
Affects Versions: 1.6.2
Reporter: Thomas Mortagne


Would be great that Velocity comes with a JSR 223 implementation like groovy do 
for example

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org