Examining my buildfile I also had this:
#pack = package(:jar) \
# .with(:manifest =>
manifest.merge('Main-Class'=>'com.gts.updatestatus.Broker')) \
# .merge(compile.dependencies)I believe this was working while it was uncommented.. K On Tue, Sep 14, 2010 at 9:49 AM, bogdan teleman <[email protected]> wrote: > Thanks, > > it copy all dependencies in target/dependencies, but don't merge them in > the > jar file. What should I change to merge all libs from target/dependencies > in > my jar file? >
