On Wed, 2008-04-30 at 13:50 +0200, Juergen Ragaller wrote: > Hi devs! > > > I just gave it a try to build lenya on osx with java 1.6 - recently > delivered by apple via the system update (finally...; but only for > 64bit intel macs...). > Thought I'd let you know about the outcome... > > The build fails with the following message: > > [...] > > validate-config: > Validating some important configuration files > Validating cocoon.xconf using a very basic RELAX NG grammar ... > > BUILD FAILED > /Users/ragaller/apache/lenya/lenya-trunk/src/targets/init-build.xml: > 64: The following error occurred while executing this line: > /Users/ragaller/apache/lenya/lenya-trunk/src/targets/init-build.xml: > 73: The following error occurred while executing this line: > /Users/ragaller/apache/lenya/lenya-trunk/externals/cocoon_2_1_x/tools/ > targets/validate-build.xml:87: java.lang.NullPointerException > > > Can anyone reproduce this? - hints about how to debug this are > appreciated.
I have seen a lot with 1.6 build in other apps and various os. The validation is always what is failing. Mostly it is a problem of the xsl processor (xalan, saxon et.al.). Please do the build with the -v flag then we get a stacktrace. ./build.sh -v salu2 > > > Jürgen > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
