Hi, On Tue, Feb 26, 2008 at 6:21 PM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > Am 26.02.2008 um 17:06 schrieb Jukka Zitting (JIRA): > > The test case is better handled as an integral part of this issue. > > I split them up because the test cases did not exist in the trunk. So > I thought it would be better for referencing the specific test case > issues when "forward"-porting them to the trunk later.
OK, that makes sense. I reopened the issue and targeted it towards inclusion in Jackrabbit trunk. The related changes in the 1.3 branch should be managed using just issue JCR-1399. > > PS. I didn't change the formatting to avoid messing with your > > checkout, but going forward, could you please only use spaces > > instead of tabs for indentation. > > Was using Eclipse' built-in setting, so I wasn't aware of the > difference. Is it possible to configure that in the pom.xml so that > plugins like mvn eclipse:eclipse generate correct project files? I'm using Eclipses built-in Java conventions with the only change that all indentation should be done using spaces. So far I haven't figured out a good way to set such configuration through "mvn eclipse:eclipse", but if someone comes up with a way to do that, I'd be very happy to add it in Jackrabbit. Alternatively we could find a way to run Checkstyle as a part of the normal build to catch such issues. BR, Jukka Zitting
