Running ant to create the newapp went fine until I tried to run "ant init" on the newapp.
I edited the build.properties file correctly before running "ant init", but I have the following error:
Buildfile: build.xml
check-webinf-exists:
setup-webinf:
init:
setup:
init-tasks:
create-database:
create-db-check:
create-db:
[torque-data-model] Using classpath
[torque-data-model] log4j:ERROR Could not find value for key log4j.appender.org.
apache.torque.engine
[torque-data-model] log4j:ERROR Could not instantiate appender named "org.apache
.torque.engine".
[torque-data-model] Generating to file C:\tdk-2.3_01\webapps\newapp\WEB-INF\src\
sql\create-db.sql
[torque-data-model] 2005-01-17 19:03:23,281 [main] INFO org.apache.torque.engin
e.database.transform.XmlToAppData - Parsing file: 'id-table-schema.xml'
[torque-data-model] 2005-01-17 19:03:23,343 [main] INFO org.apache.torque.engin
e.database.transform.DTDResolver - Resolver: used 'http://jakarta.apache.org/tur
bine/dtd/database.dtd'
BUILD FAILED
C:\tdk-2.3_01\webapps\newapp\WEB-INF\build\build.xml:160: The following error oc
curred while executing this line:
C:\tdk-2.3_01\webapps\newapp\WEB-INF\build\build.xml:185: The following error oc
curred while executing this line:
C:\tdk-2.3_01\webapps\newapp\WEB-INF\build\build-torque.xml:288: org.apache.torq
ue.engine.EngineException: jakarta.apache.org
Total time: 4 seconds
After checking the line, I realised that the line "useClasspath="${torque.useClasspath}">" in the build-torque.xml was the one refered to.
Renaming, and configuring the TurbinesResources.template file to .properties, and the same thing with the torque.template file in the didn't help either.
I also looked for some info on this particular error, googled it, but didn't find anything substancial.
I wish somebody could tell me which class path is the xml file refering to, so that i can get started with the default app.
Is there anything I'm missing here?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
