Or maybe you didn't have package(:jar) in your client project?
On Fri, Jul 31, 2009 at 1:11 AM, peter schröder <[email protected]> wrote: > Hey Alex, > > I tried that, but it didnt work. I think that this is a bug in IVY4R which > seems to replace everything configured with the package-task. > > Kind regards, > Peter > > Am 30.07.2009 um 18:14 schrieb Alex Boisvert: > > > I would typically package the client.jar instead of packaging its classes >> directly: >> >> package(:war).with :libs => project('client') >> >> >> On Thu, Jul 30, 2009 at 3:00 AM, peter schröder <[email protected]> wrote: >> >> hi, >>> >>> we have a project with subproject client and server. >>> >>> the client-classes should be included in the server war. >>> >>> the only working solution we came up with is: >>> >>> package(:war).with :classes => [project('client').compile.target, >>> compile.target, resources.target] >>> >>> wich i find quite verbose. >>> >>> is there something easier to do? >>> >>> kind regards, >>> peter >>> >>> > _________________________________ > Peter Schröder > IT > > blau: +49 (0) 178 139 1035 > fax: +49 (0) 40 288 071 - 71 > mail: [email protected] > > blau Mobilfunk GmbH > Schulterblatt 124 > D-20357 Hamburg > > Sitz: Hamburg > HRB 80531 Amtsgericht Hamburg > Geschäftsführer: Dirk Freise, Martin Ostermayer, Thorsten Rehling > >
