Guru, If you run a mvn install in the samples directory, you have been building the entire set of examples. In the case of Maven, this probably involves a lot of new artifacts and installing them into your local repository, so that will account for quite a bit of the time. The stuff being downloaded is the dependencies and tools we use for building all these examples. A subsequent build should already be significantly faster.
The entire set of examples is also covering a lot of technology ground and you're probably not going to need everything that we ship in the examples. If you can give us an idea of what your use cases are, we should be able to provide you with some pointers on what examples make most sense for you to look into. Also, if you're using ServiceMix 4 (which I highly recommend if you're new to ServiceMix), you may also want to take a look at http://servicemix.apache.org/docs/4.3.0-SNAPSHOT/quickstart/index.html - the camel routing example in there can be deployed by just creating an XML file in the deploy directory so that will allow you to set up routes very quickly Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Tue, Oct 25, 2011 at 12:20 PM, Gnanaguru S < [email protected]> wrote: > Hi > > When i try to deploy and run the sample examples coming with Servicemix > package. > > 1. I have to do MVN:INSTALL in the sample examples directory. > 2. Then it will try to download things and it will generate target > directory > with some zip file to deploy. > 3. Then i will move that zip file to the deploy directory and the bundle > will be active. > > What it actually try to do ? > Why it is taking that much time to generate target files ?. > Is there any other way i can do it manually and swiftly ? > What are downloaded?. > > I have been with other open source esb's. There i was able to deploy the > code in minutes. > > Help out. > > Regards > Guru > > ----- > Cheers > Guru > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/ServiceMix-examples-Maven-download-tp4935692p4935692.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
