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