Monday, August 18, 2008
ServiceMix 3.2.2 mixed up Maven 2
I downloaded the source version of Apache ServiceMix. Then I followed the instructions for building it using Maven 2.
The first part of the build worked fine - though it took a long, long time. The second part took a while - and then bombed out on a missing file.
So I downloaded the binary version of ServiceMix. Took a while to download. However, it just took a couple minutes install it and start it up.
By the way, by googling the name of the missing file - I did not find the location of that file on the web. Instead, I found someone else who had the same problem. In fact, it was 4 people.
Another problem I ran into was Maven 2. The download page for it points to the 2.0.9 version. Which does not exist yet or is product of a bad build - 5.2 KB?!
I found Maven version 2.0.7 and as far as I know it works. Though, the only thing I tried it was the ill-fated ServiceMix 3.2.2 build.
