Hi all,
I am intending to move my latest app to T2.3.
I have checked out maven, turbine-2 and torque from cvs ( all on 26th
May), built and installed maven and torque.
All tests pass.
I am not familiar with commons-logging. To complete the build I had to
comment out logging in the generated peer classes. Could somebody point
me in the right direction of an example of how to go about fixing this.
I suspect that I do not have log4j properties set up correctly.
Where/how should this be done?
Thanks for any input.
Peter
For info to build turbine I have done the following :-
Set $MAVEN_HOME and $MAVEN_HOME_LOCAL to where I want maven installed.
Added the following line to project.properties
torque.basePrefix=Base
changed the torque dependency in project.xml to :-
version 3.1-alpha2-dev and copied the generated torque jar to the maven
repository.
commented out logging as below in the generated Peer classes for the
security and scheduler services as no logging set up.
>From BaseTurbineUserPeer
line 106 // category.error("Could not initialize Peer", e);
Line 141 // category.error("A FATAL ERROR has occurred which
should not "
// + "have happened under any circumstance. Please
notify "
// + "the Torque developers
<[EMAIL PROTECTED]> "
// + "and give as many details as possible (including the
error "
// + "stack trace).", t);
T2.3 then builds.
I get warnings from the BaseValueParserTest but no failures.
--
Peter Courcoux <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]