It is very difficult to build a newapp in the TDK 2.2. What does it mean
"failed to copy x to y due to null"?

##### properties in build.properties that I changed
tdk.home = c:/tdk
database=mysql
database.manual.creation = true
createDatabaseUrl = jdbc:mysql://127.0.0.1/Webs4
buildDatabaseUrl = jdbc:mysql://127.0.0.1/Webs4
databaseUrl = jdbc:mysql://127.0.0.1/Webs4
databaseDriver = org.gjt.mm.mysql.Driver
databaseUser = root
databasePassword =
databaseHost = 127.0.0.1


##### Webs4-schema.xml
<app-data>
  <database>
    <table name="site_text" idMethod="idbroker">
      <column name="id" required="true" primaryKey="true" type="INTEGER"/>
      <column name="text" type="LONGVARCHAR"/>
    </table>
  </database>
</app-data>

##### the console output
project-om:
     [echo] +------------------------------------------+
     [echo] |                                          |
     [echo] | Generating Peer-based Object Model for   |
     [echo] | YOUR Turbine project! Woo hoo!           |
     [echo] |                                          |
     [echo] +------------------------------------------+
[torque-om] C:\tdk\webapps\Webs4\WEB-INF\src\java\report.Webs4.om.generation
[format-source] Formatting 5 files
[format-source] Error: java.io.FileNotFoundException: C (Das System kann die
ang
egebene Datei nicht finden)

BUILD FAILED

C:\tdk\webapps\Webs4\WEB-INF\build\build.xml:199: Failed to copy
C:\tdk\webapps\
Webs4\WEB-INF\src\java\Webs4\om\map\SiteTextMapBuilder.java to
C:\tdk\webapps\We
bs4\WEB-INF\build\map\SiteTextMapBuilder.java due to null

Reply via email to