polli...@helium: ant 
Buildfile: build.xml

init:
    [mkdir] Created dir: /Users/polliard/Workspace/iCloud/build
    [mkdir] Created dir: /Users/polliard/Workspace/iCloud/build/schema
    [mkdir] Created dir: /Users/polliard/Workspace/iCloud/build/META-INF
     [copy] Copying 1 file to /Users/polliard/Workspace/iCloud/build/META-INF

compile:
    [javac] Compiling 3 source files to /Users/polliard/Workspace/iCloud/build

BUILD SUCCESSFUL
Total time: 0 seconds

=====
polli...@helium: ant enhance
Buildfile: build.xml

init:

compile:

enhance:
     [echo] Enhancer Start
 [enhancer] 242  icloud  INFO   [main] openjpa.Tool - No targets were given.  
Running on all classes in your persistent classes list, or all metadata files 
in classpath directories if you have not listed your persistent classes.  Use 
-help to display tool usage information.
 [enhancer] 361  icloud  INFO   [main] openjpa.Enhance - Enhancing type "class 
com.trukoda.icloud.Author".
 [enhancer] 409  icloud  INFO   [main] openjpa.Enhance - Enhancing type "class 
com.trukoda.icloud.Tag".
 [enhancer] 437  icloud  INFO   [main] openjpa.Enhance - Enhancing type "class 
com.trukoda.icloud.Article".
     [echo] Enhancer Completed

BUILD SUCCESSFUL
Total time: 0 seconds

========
polli...@helium: export 
CLASSPATH=.:/Users/polliard/Library/Java/openjpa/2.0-M3/openjpa-all-2.0.0-M3.jar:/Users/polliard/Library/Java/hsqldb/1.8.1.1/hsqldb-1.8.1.1.jar
 
[~/Workspace/iCloud/build]
polli...@helium: java org.apache.openjpa.jdbc.schema.SchemaTool -a createDB -f 
stdout
55  icloud  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.HSQLDictionary".
402  icloud  INFO   [main] openjpa.Tool - Schema tool running action 
"createDB".  This process may take some time.  Enable the 
org.apache.openjpa.jdbc.Schema logging category to see messages about the 
collection of schema data, and the org.apache.openjpa.jdbc.SQL category to see 
generated SQL commands.
909  icloud  INFO   [main] openjpa.Tool - Recording schema changes.


Yet no output and the database has no tables.  Any ideas?

Reply via email to