On Wed, Feb 21, 2001 at 02:22:14PM -0000, Shaun Campbell wrote:
> John
> 
> Thanks for the response unfortunately I don't get any of those methods so I
> suspect its not working.  I don't suppose you know of any common mistakes I
> could have made.

check that your build-project.xml project-om target looks like this:

  <target name="project-om" depends="delete_firstbuild">

    <echo message="+------------------------------------------+"/>
    <echo message="|                                          |"/>
    <echo message="| Generating Peer-based Object Model for   |"/>
    <echo message="| YOUR Turbine project! Woo hoo!           |"/>
    <echo message="|                                          |"/>
    <echo message="+------------------------------------------+"/>


    <vtorque
      projectName="${project}"
      xmlFile="${schemaDirectory}/${project}-schema.xml"
      controlTemplate="${OMControlTemplate}"
      outputDirectory="${outputDirectory}/java"
      templatePath="${templatePath}"
      targetPackage="${targetPackage}"
      outputFile="${project}.generation.report"
      targetDatabase="${database}"
      addSaveMethod="${addSaveMethod}"
      addGetByNameMethod="${addGetByNameMethod}"
      objectModelType="${objectModelType}"
      firstBuildExists="${firstbuild.present}"
    />
  
  </target>

Particularly you are looking for the line that begins objectModelType in
the vtorque task tag...

-- 
Sean Legassick
[EMAIL PROTECTED]
      Jeg er mann: Ingenting menneskelig er fremmed for meg  
      
      


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to