This facility will be for all those who wants to test ward but dont have oracle or dont want to install any data base . we have to have a built in hypersonic database which can be started and can be used for testing ward
Logged In: YES user_id=767569
To run the Hypersonic Server : ant testHyper
Then, in another terminal, run ward as usual : ant run
URL = jdbc:hsqldb:hsql://localhost Username = sa
(You can find this example in build.xml)
Logged In: NO
changed things here (just added messages and all ) , doing a fresh checkout and testing for features would help -:)
Log in to post a comment.
Logged In: YES
user_id=767569
To run the Hypersonic Server :
ant testHyper
Then, in another terminal, run ward as usual :
ant run
URL = jdbc:hsqldb:hsql://localhost
Username = sa
(You can find this example in build.xml)
Logged In: NO
changed things here (just added messages and all ) , doing a
fresh checkout and testing for features would help -:)