I'm not sure what you mean by "fill" the directory.
If you run "ant package", the build script will create a lib directory
containing all the JARs you need. For the tutorials, that includes:
pivot-core-1.3-incubating.jar
pivot-web-1.3-incubating.jar
pivot-wtk-1.3-incubating.jar
pivot-wtk-1.3-incubating.terra.jar
You can then put these files wherever you like. They just need to be
on your project's classpath.
Does that help?
On Aug 4, 2009, at 4:43 PM, Scott Lanham wrote:
Yes I successfully built Pivot.
What I want to do is go to a blank directory and somehow invoke ant
to fill
that directory rather than modifying the original project source. At
the
moment I am just doing a straight up copy of the whole project and
running the
build in the copy.
On Tue, 4 Aug 2009 09:52:10 pm Greg Brown wrote:
How are you currently invoking Ant? Are you able to build the project
at all?
On Aug 3, 2009, at 10:51 PM, Scott Lanham 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.