When I first started building tonight I was getting loads of errors (> 100) complaining about missing classes. It actually boiled down to the generation of the perr objects; the basePrefix is missing from the project.properties whereby incorrect classNames were being generated for the BasePeerObjects. By adding the following line to the maven project.properties file
basePrefix = Base
the correct fileNames are generated and compilation can continue 't ill the next 9 problems concerning Turbine Security classes (such as TurbineUser & TurbineGroup) not implementing the save method. How are these classes built, is there a template somewhere??
It is in fact a maven problem - it is not picking up the default
properties for the torque plugin. See:
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=14889
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=15069
BTW: You shouldn't need fulcrum to build turbine. Fulcrum HEAD is in a state of flux at present.
Scott
-- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]