I received this error as well but, probably for differant reasons. I ran "ant clean" followed by "ant" and it seemed to go away. I'm guessing that my error came from some dependancy issues. But, maybe try that now that you have ant.properties in the correct location.
Brian ----- Original Message ----- From: "lynhnn" <[EMAIL PROTECTED]> To: "Derby Development" <[email protected]> Sent: Friday, August 27, 2004 11:52 AM Subject: another build failure > HI, > I download the derby and try to build with 'ant'. I got the following > errors: > First, the build won't continue as ant fail to pick up my > 'ant.properties' under %HOME% directory. > I test %HOME% directory by using > > <echo message="User home is ${user.home}"/> > > inside the first build.xml file and got another directory > > [echo] User home is C:\Documents and Settings\Administrator > > Then I move 'ant.properties' into this directory and ant can continue. > However, I got the 'BUILD FAILED' error > > noSplit: > > [echo] ***** SplitMessages not available ***** > [echo] ***** Run "all" target first ***** > > BUILD FAILED > > Any help? > > Thanks > > > > >
