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
>

Reply via email to