Wow, thats some fast work Hadrian! Done before I sent the email ;)
'svn up'ing now...
Hadrian Zbarcea wrote:
Hi,
This change is already made in the trunk, plus some more explicit
dependencies added.
Thanks
Hadrian
On Mar 31, 2008, at 10:00 AM, Jonathan Anstey wrote:
Hi all,
Since the apache-camel module depends on everything else in camel,
shouldn't it be built last? In the current source a Camel
distribution would be generated based on what was installed/deployed
last - NOT one with your local changes to camel-core, components,
etc... kind of a bad thing :)
Cheers,
Jon
Index: pom.xml
===================================================================
--- pom.xml (revision 642981)
+++ pom.xml (working copy)
@@ -195,12 +195,12 @@
</distributionManagement>
<modules>
- <module>apache-camel</module>
<module>camel-core</module>
<module>components</module>
<module>examples</module>
<module>tooling</module>
<module>tests</module>
+ <module>apache-camel</module>
</modules>
<scm>