Hi Markus, Markus Angst wrote: [...] >> you are right, the compile-build-tasks target was nowhere used and it >> seems like the class files in >> tools\anttasks\build\classes\org\apache\lenya\cms\ant >> came already build from my subversion checkout ?-/ > > Thanks. That got me one step further. When I browse the SVN repository, > I can see the class files, too. I made a fresh checkout again, and... > there came the files! I definitely can't find out what went wrong the > first time (I am using Subclipse and didn't change any settings between > the two runs). Sorry for the noise. > > 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. BTW if you are using Subclipse you probably have Lenya compiling in Eclipse, is there any good tutorial about how to do this ? thanks Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
