On Thu, 10 Mar 2005 23:48:48 -0000, fredt <[EMAIL PROTECTED]> wrote: > Using ant, you need to set the environment variable JAVA_HOME to the JDK you > want to use. So JAVA_HOME should be different when you use JDK 1.3 to > compile the sources. >
I guess you mis-understand my question, my question is, the test code seem can't be compiled in 1.3 compiler, as it require 1.4 Pattern API. If it is the case, is there more codswitcher task need to run before compile test, or I can compile test source using 1.4 / 1.5 compiler, and then just test the jar compiled using 1.1? > TestBase.java has a flag in the source to use a server. It does not use a -D > flag. > I can see it, so it is a suggestion. > I don't know how writing to one database can affect the other one. > Thus this is a bug in my testing, are you tried already and no able to re-product it? May be this only my setup problem. However, I will suspect if the 1.1 JVM have some strangle behaviour of running hsql server? Which operation on one thread (1 database) will affect the other? ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ hsqldb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hsqldb-developers
