Hi folks,

I downloaded turbine-2.3.3-RC1-src.tar.gz and tried to build it but the regression tests fail

2008-05-22 17:30:41,356 [main] DEBUG org.apache.turbine.util.TurbineConfig - TurbineConfig.getRealPath: path 'conf/test/turbine-resources/turbine-skins' translated to './conf/test/turbine-resources/turbine-skins' not found 2008-05-22 17:30:41,356 [main] ERROR org.apache.turbine.util.TurbineConfig - getRealPath("conf/test/turbine-resources/turbine-skins") is undefined, returning null
------------- ---------------- ---------------
Testcase: testGetSkinNames(org.apache.turbine.services.pull.tools.UIToolTest): Caused an ERROR
null
java.lang.NullPointerException
   at java.io.File.<init>(File.java:194)
at org.apache.turbine.services.ui.TurbineUIService.getSkinNames(TurbineUIService.java:230) at org.apache.turbine.services.ui.TurbineUI.getSkinNames(TurbineUI.java:64) at org.apache.turbine.services.pull.tools.UITool.getSkinNames(UITool.java:94) at org.apache.turbine.services.pull.tools.UIToolTest.testGetSkinNames(UIToolTest.java:111)

Looking at the distribution the directory does not exist 'conf/test/turbine-resources/turbine-skins' but it is part of TURBINE_2_3_3_RC1

Had a quick look and hacked maven.xml

<!-- ================================================================== --> <!-- D I S T : B U I L D _ S R C P R E G O A L --> <!-- ================================================================== -->
 <preGoal name="dist:build-src">
   <copy todir="${maven.dist.src.assembly.dir}/conf">
     <fileset dir="${basedir}/conf">
       <!-- does not seem to work -->
       <!--
       <include name="test/*"/>
       -->
       <!-- seems to work -->
       <include name="test/**/*.*"/>
       <include name="checkstyle-license.txt"/>
       <include name="turbine-checkstyle.xml"/>
     </fileset>
   </copy>


Cheers,

Siegfried Goeschl




Siegfried Goeschl wrote:
Will have a look at it tomorrow afternoon ...

Siegfried Goeschl

Juergen Hoffmann wrote:
Hi all,

the Vote for Releasing Turbine 2.3.3 is over. The changes I made to get
conform with the checkstyle configuration are post-poned until after the
release. The Vote includes releasing turbine 2.3.3 and update the version
dependencies as suggested by Scott.

I will package everything up and upload it later today.

Kind regards

Juergen



---------------------------------------------------------------------
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