[
https://issues.apache.org/activemq/browse/CAMEL-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Jones updated CAMEL-46:
-----------------------------
Attachment: readme.patch
Hi Claus,
I attached readme.patch which has a very minor change to mention the camel.dot
target in the spring example and an update for the docs example. I don't have
the permissions to edit the wiki page linked above. I think updating the page
with text as follows should do (the elipsis... just indicates stuff that
doesn't need to be changed):
[...]
Before you start
[...]
To run the demos with maven, you need to download and install Apache Maven.
[...]
Since Camel 1.4, you can also run the examples with Ant. To do so, download
and install Apache Ant.
Several of the examples depend on other projects which you will need to
download to run with Ant. Refer to the individual example README.txt files
for
details.
[...]
Running the examples in Ant
To run an example, change to the directory of the example you want to run,
set any environment variables mentioned in the README.txt, and then launch
ant:
on UNIX
cd camel-example-spring
export ACTIVEMQ_HOME=<path to ActiveMQ install directory>
ant
on Windows
cd camel-example-spring
set ACTIVEMQ_HOME=<path to ActiveMQ install directory>
ant
> add Ant build.xml scripts for running the examples using the jars that ship
> with the distro rather than requiring maven
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-46
> URL: https://issues.apache.org/activemq/browse/CAMEL-46
> Project: Apache Camel
> Issue Type: Improvement
> Components: examples
> Affects Versions: 1.3.0
> Reporter: James Strachan
> Assignee: Claus Ibsen
> Fix For: 1.4.0
>
> Attachments: buildfiles.patch, buildfiles1.patch, cameldot.patch,
> common_build.patch, readme.patch
>
>
> Peter thanks a lot for the great work on the ant files.
> We will sure include it in the 1.4.
> Would it be possible to have a property etc to easy set the correct Camel
> version. I am sure we forget.
> In you build files its set to 1.3-SNAPSHOT.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.