Re: file zipping..

2013-06-14 Thread Claus Ibsen
) > at Zip.ZipCreation.main(ZipCreation.java:12) > > and here i have implemented all dependencies with mendatory classpaths still > i am getting error like zipfile cannot be resolve or field > > please help me out.thnks again > > > > -- > View this message

Re: SV: file zipping..

2013-06-14 Thread Ioan Eugen Stan
Hello, I wrote a custom processor for zipping (partly because I needed to archive more messages in one archive): It uses Guava 13 for some operations: public static class ZipProcessor implements Processor { @Override public void process(Exchange exchange) throws Exception {

Re: SV: file zipping..

2013-06-12 Thread milan777
hi... i am already using apache 2.11 so that is not the issue -- View this message in context: http://camel.465427.n5.nabble.com/file-zipping-tp5734077p5734084.html Sent from the Camel - Users mailing list archive at Nabble.com.

SV: file zipping..

2013-06-11 Thread Petter Nordlander
at: den 11 juni 2013 08:24 Till: users@camel.apache.org Ämne: file zipping.. Hello everyone, i am getting error like this in below code please help me to resolve this error thanks in advance package Zip; import org.apache.camel.CamelContext; import org.apache.camel.builder.RouteBuild

file zipping..

2013-06-11 Thread milan777
text.addRoutes(DefaultCamelContext.java:628) at Zip.ZipCreation.main(ZipCreation.java:12) and here i have implemented all dependencies with mendatory classpaths still i am getting error like zipfile cannot be resolve or field please help me out.thnks again -- View this message in conte