Hi Scott, By default, our Ant build process will compile the .class files to "ant-bin" directories in each module (for example, wtk/ant-bin, core/ant-bin, etc.). You can change that by manually specifying the "folder.bin" property, like so:
ant -Dfolder.bin=output Hope that helps, -T On Mon, Aug 3, 2009 at 10:51 PM, Scott Lanham <[email protected]> wrote: > Hi, > > I am a complete novice when it comes to using ant. Is there a way I can > tell > ant to build Pivot in a different directory from the source? > > Thanks, > > Scott. >
