i check the build.xml in ${root}
I find i have not assign the ${derby.junit.classpath}.
After make this property point to ${root}/classes with -D.
it is ok now.
But i am not sure this property should set in this way.
2007/6/21, John Embretsen <[EMAIL PROTECTED]>:
Sean Qiu wrote:
> Do you mean build or test?
Sorry, I meant build. I don't think the j14lib property is used when you run
'ant junit-all', so I guess it doesn't matter.
>
> 2007/6/21, John Embretsen <[EMAIL PROTECTED]>:
>> Sean Qiu wrote:
>> > Btw, can ${j14lib} points to jdk whose version is higher? like jdk1.5.
>>
>> No, the build will most likely fail if it does.
--
John
--
Sean Qiu