Hi,
the [ERROR] java.io.FileNotFoundException: .\..\..\project.xml
doesn't appear anymore, but when running
myproject/maven torque:create-db
I still get this error:
torque:create-db:
[torque-data-model] Using classpath
[torque-data-model] Generating to file
D:\audiotex\target\sql\create-db.sql
[torque-data-model] Resolver: used database.dtd from
org.apache.torque.engine.database.transform
package
[torque-data-model] Resolver: used database.dtd from
org.apache.torque.engine.database.transform
package
[torque-data-model] [ERROR] java.lang.reflect.InvocationTargetException
[torque-data-model] [ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho
d)
[torque-data-model] [ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodA
ccessorImpl.java:39)
[torque-data-model] [ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegatin
gMethodAccessorImpl.java:25)
[torque-data-model] [ERROR] at
java.lang.reflect.Method.invoke(Method.java:324)
[torque-data-model] [ERROR] at
com.werken.forehead.Forehead.run(Forehead.java:543)
[torque-data-model] [ERROR] at
com.werken.forehead.Forehead.main(Forehead.java:573)
[torque-data-model] [ERROR] Caused by: java.lang.NoClassDefFoundError:
org/apache/stratum/lifecy
cle/Initializable
[torque-data-model] [ERROR] at
java.lang.ClassLoader.defineClass0(Native Method)
....
I have stratum-1.0-b3.jar in rep/stratum/jars/
The depenendy-entry in project.xml looks like this:
<dependency>
<id>stratum</id>
<version>1.0-b3</version>
<url>http://jakarta.apache.org/turbine/stratum/</url>
</dependency>
What's the problem here?
Marc
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>