Re: Compile Issues

2005-06-30 Thread Philip Wilder
It's a bit unclear if you are still unable to compile or you are just commenting on the build process. If you are still having problems a few things to consider: - Make sure the ant.properties file is actually in your user.home directory. For me in a windows environment this is (as default)

Compile Issues

2005-06-29 Thread Dave Jarvis
Hi, With ant for Java, projects should successfully compile using: tar zxf tarball-src.tar.gz cd src ant I have both J2SDK 1.4.2 and Apache Ant 1.6.5. Yet the instructions for compiling Derby required such things as: adding a properties file to my home

Re: Compile Issues

2005-06-29 Thread Daniel John Debrunner
Dave Jarvis wrote: Hi, With ant for Java, projects should successfully compile using: tar zxf tarball-src.tar.gz cd src ant I have both J2SDK 1.4.2 and Apache Ant 1.6.5. Yet the instructions for compiling Derby required such things as: adding a properties file to

Re: Compile Issues

2005-06-29 Thread Andrew McIntyre
On Jun 29, 2005, at 2:45 PM, Daniel John Debrunner wrote: I thought Javacc (and other BSD jars) was in the build now. Included in Subversion, but not the source distributions for 10.0. For the 10.1 release, it will also be in the source distribution. andrew