Why you don't do it by your own? It's really simple with Maven: Christian-Muellers-MacBook-Pro:camel-velocity cmueller$ mvn dependency:tree [INFO] Scanning for projects... [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building Camel :: Velocity 2.11-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.4:tree (default-cli) @ camel-velocity --- [INFO] org.apache.camel:camel-velocity:bundle:2.11-SNAPSHOT [INFO] +- org.apache.camel:camel-core:jar:2.11-SNAPSHOT:compile [INFO] | \- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.1:compile [INFO] | \- commons-lang:commons-lang:jar:2.4:compile [INFO] +- org.apache.camel:camel-test-spring:jar:2.11-SNAPSHOT:test [INFO] | +- org.apache.camel:camel-test:jar:2.11-SNAPSHOT:test [INFO] | +- org.apache.camel:camel-spring:jar:2.11-SNAPSHOT:test [INFO] | | +- org.springframework:spring-context:jar:3.0.7.RELEASE:test [INFO] | | | +- org.springframework:spring-beans:jar:3.0.7.RELEASE:test [INFO] | | | +- org.springframework:spring-core:jar:3.0.7.RELEASE:test [INFO] | | | +- org.springframework:spring-expression:jar:3.0.7.RELEASE:test [INFO] | | | \- org.springframework:spring-asm:jar:3.0.7.RELEASE:test [INFO] | | +- org.springframework:spring-aop:jar:3.0.7.RELEASE:test [INFO] | | | \- aopalliance:aopalliance:jar:1.0:test [INFO] | | \- org.springframework:spring-tx:jar:3.0.7.RELEASE:test [INFO] | \- org.springframework:spring-test:jar:3.0.7.RELEASE:test (version managed from 3.1.1.RELEASE) [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.6:test [INFO] | \- log4j:log4j:jar:1.2.17:test [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- commons-io:commons-io:jar:1.4:test [INFO] \- org.apache.velocity:velocity-tools:jar:2.0:test [INFO] +- commons-beanutils:commons-beanutils:jar:1.7.0:test [INFO] +- commons-digester:commons-digester:jar:1.8:test [INFO] +- commons-chain:commons-chain:jar:1.1:test [INFO] +- commons-logging:commons-logging:jar:1.1.1:test [INFO] +- commons-validator:commons-validator:jar:1.3.1:test [INFO] +- dom4j:dom4j:jar:1.1:test [INFO] +- oro:oro:jar:2.0.8:test [INFO] +- sslext:sslext:jar:1.2-0:test [INFO] +- org.apache.struts:struts-core:jar:1.3.8:test [INFO] | \- antlr:antlr:jar:2.7.2:test [INFO] +- org.apache.struts:struts-taglib:jar:1.3.8:test [INFO] \- org.apache.struts:struts-tiles:jar:1.3.8:test [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.111s [INFO] Finished at: Sat Jul 07 13:28:50 CEST 2012 [INFO] Final Memory: 9M/81M [INFO] ------------------------------------------------------------------------ Best, Christian On Sat, Jul 7, 2012 at 12:00 AM, paramjyotsingh <[email protected]>wrote: > My be i am missing some libraries. > > Can you please give me list of libraries you used for running this code. > > Thanks, > Paramjyot Singh > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Velocity-Template-throwing-error-tp5715388p5715641.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
