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
