Hi Michael,

When I run build now, I get exactly the same error that you described in
your bugzilla entry:
http://issues.apache.org/bugzilla/show_bug.cgi?id=40113. So I start to
feel pretty normal now ;-) I will apply your patch and comment in
bugzilla after that.
BTW: what do you mean by "looks like i got the wrong transformer in my
environment"? What would I have to look after to confirm this?

As far as i understand this bug the document() selects in the modules2build.xsl stylesheet which is used to generate the depends in the target patch-modules-test didn't work in my environment. I changed the templates that should generate the depends, but each time i tried to access a file with the document() select it didn't return anything, so i thought it may be a problem with the xsl transformer... I looked up the ant xslt task to see if i could use a different xsl transformer and tried them out one by one, seems like trax finally did the job.

My java/ant knowledge is somewhat basic, so the following is just an idea.

Looking at http://www.zvon.org/xxl/XSLTreference/Output/function_document.html I see: [...] If there is an error retrieving the resource, then the XSLT processor may signal an error; if it does not signal an error, it must recover by returning an empty node-set. One possible kind of retrieval error is that the XSLT processor does not support the URI scheme used by the URI. An XSLT processor is not required to support any particular URI schemes. [...]

Looks to me like a good description of what's happening here... Maybe something is working fine under Unix/Linux and not working properly under Windows?

BTW if you are using Subclipse you probably have Lenya compiling in Eclipse, is there any good tutorial about how to do this ?

No, sorry, I don't compile in Eclipse; I run build.bat. I use Subclipse because I know it a little bit, I use it for other stuff and it works for me. AFAIK the lenya build target "eclipse-project" would be a starting point. Not sure if this is officially supported though...

Thanks
Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to