Hi Mr. Mueller,

I tried to build JaQu per the instructions ( which are wrong for unix/
OS X as the script is  build.sh  not build)
and got the following exception in response, but guessing that you
never did a scratch build of JaQu
by itself after a "clean", i did a   build jar   and then the JaQu
build worked.
Instructions need to be "enhanced" ? or a dependancy is missing from
the build.xml that JaQu needs?

regards,  John

PwrMacDPG4:~/Java2EE/H2database/h2 johna$ dir
total 24
drwxr-xr-x    8 johna  staff  272B Oct  4 15:57:42 2008 bin
-rwxr-xr-x    1 johna  staff  344B Oct  4 15:19:44 2008 build.sh
-rwxr-xr-x    1 johna  staff    5K Oct  4 15:19:44 2008 build.xml
drwxr-xr-x    2 johna  staff   68B Oct  4 15:57:23 2008 docs
drwxr-xr-x    6 johna  staff  204B Oct  4 15:42:33 2008 ext
drwxr-xr-x   13 johna  staff  442B Oct  4 14:44:15 2008 service
drwxr-xr-x    7 johna  staff  238B Oct  4 14:44:17 2008 src
drwxr-xr-x    4 johna  staff  136B Oct  4 15:57:36 2008 temp

PwrMacDPG4:~/Java2EE/H2database/h2 johna$ ./build.sh jarJaqu

Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Target: jarJaqu
Deleting temp
Deleting docs
Zip temp/org/h2/util/data.zip (7 KB)
Compiling 508 classes
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Copying 1 files to temp
Compiling 278 classes
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Copying 15 files to temp
Exception in thread "main" java.lang.Error:
Can not read value org.h2.engine.Constants.getVersion()
 at org.h2.build.BuildBase.getStaticValue(BuildBase.java:261)
 at org.h2.build.Build.getVersion(Build.java:180)
 at org.h2.build.Build.manifest(Build.java:341)
 at org.h2.build.Build.jarJaqu(Build.java:287)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(
                                 NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(
                             DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.h2.build.BuildBase.invoke(BuildBase.java:121)
 at org.h2.build.BuildBase.run(BuildBase.java:111)
 at org.h2.build.Build.main(Build.java:25)

Caused by: java.lang.ClassNotFoundException: org.h2.engine.Constants
 at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:164)
 at org.h2.build.BuildBase.getStaticValue(BuildBase.java:257)
        ... 10 more


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to