Dan,
I got it working!!. I expanded the size of the eclipse console window and found I was running JBoss EAP which comes with JBDS. I fixed that by creating a new server in the server view. The next problem was not connecting with the H2 database. I had made the url connection '
jdbc:h2:file:c:/twoputt/databases/open19-db/h2' instead of 'jdbc:h2:c:/twoputt/databases/open19-db/h2'. After correcting, it worked!!
Thanks,
Wayne
P.S. Downloading Seam and JBoss AP through the
ant command was very cool. I am impressed.