you can use targets for this. One target for client build. One target for
server build.
Devon
----- Original Message -----
From: "Hari Ramasubbu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 19, 2001 3:52 PM
Subject: Partial builds .....?
>
> My product has client and server binaries to be
> built,How do i build just the client or server
> provided i have only one build.xml file.
>
> Can this be acheived by passing some variables as
> properties in the build command line -D option and
> processing those properties for building specing set
> of targets.
>
> essentially this is what i'm looking for
>
> if client build build set of client tasks
> else build set of server tasks
>
> thanks
> hari
>
>