Thanks Sean that's it. Is this documented anywhere or should I have been
able to work this out some other way? Just wondering why this isn't in
there as default.
Shaun
-----Original Message-----
From: Sean Legassick [mailto:[EMAIL PROTECTED]]
Sent: 22 February 2001 01:53
To: Turbine
Subject: Re: One more Peer/Join question
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]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]