Re: Checkstyle too new for jdk14?

2010-07-02 Thread Simon Pepping
ant -Dlib-build-tools=some/other/directory target

Fooling the build script, with the risk of not getting the expected
build result, but it seems to work.

Simon

On Fri, Jul 02, 2010 at 03:30:22PM +0200, Simon Pepping wrote:
 BUILD FAILED
 /fsc/source/xml-fop-branch-1_0/build.xml:1115: 
 java.lang.UnsupportedClassVersionError: 
 com/puppycrawl/tools/checkstyle/CheckStyleTask (Unsupported major.minor 
 version 49.0)
 
 Does this mean that checkstyle (lib/build/checkstyle-all-5.0.jar) is
 too new for jdk14? Suggestions for a workaround? I do not need
 checkstyle for a release build.
 
 Simon
 
 -- 
 Simon Pepping
 home page: http://www.leverkruid.eu

-- 
Simon Pepping
home page: http://www.leverkruid.eu


Re: Checkstyle too new for jdk14?

2010-07-02 Thread Simon Pepping
I now see that I put the checkstyle jar in lib/build myself. The build
directory has a property svn:ignore equal to checkstyle-*.jar. That
makes it easier; I will replace it with an earlier checkstyle jar.

Simon

On Fri, Jul 02, 2010 at 03:30:22PM +0200, Simon Pepping wrote:
 BUILD FAILED
 /fsc/source/xml-fop-branch-1_0/build.xml:1115: 
 java.lang.UnsupportedClassVersionError: 
 com/puppycrawl/tools/checkstyle/CheckStyleTask (Unsupported major.minor 
 version 49.0)
 
 Does this mean that checkstyle (lib/build/checkstyle-all-5.0.jar) is
 too new for jdk14? Suggestions for a workaround? I do not need
 checkstyle for a release build.
 
 Simon
 
 -- 
 Simon Pepping
 home page: http://www.leverkruid.eu

-- 
Simon Pepping
home page: http://www.leverkruid.eu