Welcome to the only part about Maven that sucks..  Building Turbine!  Derek,
you are using RC1?  Did you build it yourself or download from the web..?
You should be able to put the properties in your turbine root directory..

{PROJECT_PATH}/project.properties is correct...

Also, try doing a maven clean, and then maven jar..  It should work, if not
I can send you the correct version of the torque plugin offline..

Eric

> -----Original Message-----
> From: Gaasch, Derek [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 09, 2003 10:53 PM
> To: 'Turbine Users List'
> Cc: '[EMAIL PROTECTED]'
> Subject: more maven build trouble
>
>
>
> I decided that since my problem posted earlier (see below)
> hasn't gotten any
> response, this would be a good time to get involved with the
> turbine source
> code. Yikes. I got maven, got the source tree.... and now?
> I'm using the RC1
> maven code & on "maven" I get a ton of errors that look like
> "$basePrefix"
> errors. I found some archived mail about these kinds of problems --
> specifically that since b9 you need to put some torque stuff into a
> properties file:
>
> torque.addGetByNameMethod = true
> torque.addIntakeRetrievable = false
> torque.addSaveMethod = true
> torque.addTimeStamp = true
> torque.basePrefix = Base
> torque.complexObjectModel = true
> torque.useManagers = false
> torque.useClasspath = true
> torque.saveException = Exception
>
> However, no matter what properties file I try, I cant get it
> to fix the
> problem. Any suggestions? I've tried:
>
> {PROJECT_PATH}/project.properties
> {PROJECT_PATH}/build.properties
> as well as
> {MAVEN_PLUGIN_DIR}/project.properties
> ...
>
> -d
>
>
>
>
> -----Original Message-----
> From: Gaasch, Derek [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 07, 2003 6:29 PM
> To: 'Turbine Users List'
> Subject: BUG: argument type mismatch: intake on 2.2->2.3 upgrade
>
>
> Spent a while testing this out & it looks like this is a problem with
> multivalue fields of primitives. When the group is created on
> init, intake
> looks for a method that accepts (for example) an int[] as a
> parameter. But
> then when reflection is doing its thing, it's working with a
> value array of
> Integer objects... therein lies the argument type mismatch.
> Pretty much
> stops my conversion to 2.3 dead in its tracks.
>
> -d
>
> -----Original Message-----
> From: Gaasch, Derek [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 06, 2003 3:55 PM
> To: 'Turbine Users List'
> Subject: intake on 2.2->2.3 upgrade
>
>
> I'm switching from 2.2 over to 2.3 and I'm having an intake issue,
> specifically with groups that have multivalue integer fields.
> I keep getting
> "argument type mismatch" exceptions. Any clues of what's
> going on / what has
> changed in Intake that might be the cause of this?
>
> Thanks,
>
> derek
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to