I recently wrote my own simple ant build.xml for building the ServiceMix source code (from servicemix-1.0 download)

As part of the build I used all JARs copied from the ServiceMix binary (lib & lib/optional from servicemix-1.0.1 download).

It almost built OK but not quite, so I have some questions about an apparent inconsistency between the source and binary downloads.

Q1. I needed some JARs used by the Jabber Component (smack-1.5.0.jar,smackx-1.5.0.jar). Why are these not part of the binary download? I had to get them via maven.

Q2. The source download also includes some lib\oracle JARS. Why are these not in the binary download?

Thanks
Peter.


Reply via email to