Howdy - I am new to Turbine and trying to get started by building the
sample "newapp" project.

My environment is Windows 2000 SP4
-installed MySQL locally and have it running in a console window.
-unzipped and installed tdk-2.2a2.zip and apache-ant-1.6.1-bin.zip
-ran ant successfully in $TDK_HOME to create the sample project

But ant init only partly succeeds in building newapp. The build appears
to get through the hard part, creating and populating the database, only
to choke generating the Peer object model classes. This is the console
output:

project-om:
     [echo] +------------------------------------------+
     [echo] |                                          |
     [echo] | Generating Peer-based Object Model for   |
     [echo] | YOUR Turbine project! Woo hoo!           |
     [echo] |                                          |
     [echo] +------------------------------------------+
[torque-om] Using contextProperties file:
C:\apache\turbine\tdk\webapps\newapp\W
EB-INF\build\build.properties
[torque-om] Generating to file
C:\apache\turbine\tdk\webapps\newapp\WEB-INF\src\
java\report.newapp.om.generation
[format-source] Formatting 5 files
[format-source] Error: java.io.FileNotFoundException: C (The system
cannot find
the file specified)

BUILD FAILED
C:\apache\turbine\tdk\webapps\newapp\WEB-INF\build\build.xml:86:
Following error
 occured while executing this line
C:\apache\turbine\tdk\webapps\newapp\WEB-INF\build\build.xml:103:
Following erro
r occured while executing this line
C:\apache\turbine\tdk\webapps\newapp\WEB-INF\build\build.xml:199: Failed
to copy
 
C:\apache\turbine\tdk\webapps\newapp\WEB-INF\src\java\org\mycompany\newa
pp\om\B
aseRdfPeer.java to
c:\apache\turbine\tdk\webapps\newapp\WEB-INF\build\BaseRdfPee
r.java due to null

The report file is not very helpful:
        Failed to create dir or dir already exists:
C:\apache\turbine\tdk\webapps\newapp\WEB-INF\src\java/org\mycompany\newa
pp\om\

The folder does indeed already exist. Removing the folder and trying
again does not fix the problem.

Can someone point me in the right direction here? Thanks a lot!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to