Error when trying to create tables using "asant create-db_common"
Hi,
I'm attempting to run asant create-db_common
to use a .sql file to create a table in Pointbase. However I keep getting this error:
Buildfile: build.xml
init:
create-db_common:
[java] java.lang.NoClassDefFoundError: com/pointbase/tools/toolsCommander
[java] Exception in thread"main"
BUILD SUCCESSFUL
Total time: 1 second
Which means I need to include the classpath, I presume! But I don't know what file to add it to or where to begin.
Can anyone help?
Thanks.

