-
Documentation
-
Resolution: Done
-
Minor
-
2.6.0-fuse-01-15
-
None
-
None
-
Apache Ant(TM) version 1.8.2
JDK 1.6.0_24 and 26
Windows and Linux machines
Extract Transform Load (ETL) example's README lists the following dependencies for an Ant build:
Hibernate Core 3.2.6 GA http://www.hibernate.org Hibernate Entity Manager 3.2.0.GA http://prdownloads.sourceforge.net/hibernate/hibernate-entitymanager-3.2.0.GA.zip?download HSQLDB http://hsqldb.org/ Juel http://juel.sourceforge.net/
and requires me to set environment variables
set HIBERNATE_CORE_HOME=<path to Hibernate install directory> set HIBERNATE_EM_HOME=<path to Hibernate EM install directory> set HSQLDB_HOME=<path to HSQLDB install directory> set JUEL_HOME=<path to Juel install directory>
When I run it with these variables set, the build fails:
common_build.xml:186: C:\apache-camel-2.6.0-fuse-01-15\examples\camel-example-etl\${env.SPRING_HOME}\dist does not exist.
The build depends on SPRING_HOME, which is not listed.
Spring & JMS example lists Apache ActiveMQ as its only dependency:
set ACTIVEMQ_HOME=<path to ActiveMQ install directory>
When I run the build, it also requires me to set SPRING_HOME and ASPECTJ_HOME, which are not listed.
- relates to
-
MR-476 Ant build files for examples using WSDL fail with modern versions of Apache CXF
-
- Closed
-