Thanks for your reply Harald, No, I'm building it with JDK1.5. The reason I want to build it from scratch is partly that I want to set the debug output to FINE so I can get some idea of what the hell is going on inside. I've got a problem with a processScope getting blanked during a page navigation... There's probably way to get the jar to output at that debug level - I haven't dug deep enough yet. But also, if I'm going to be depending on it, it would be nice to know that I can make little bug fixes if I need to...
So are you saying you did exactly what I did and it worked for you? Cheers, Jim -- Jim Moores -----Original Message----- From: Harald Ommang [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 14:16 To: MyFaces Discussion Subject: Re: Building ADF Faces (apache-drop.zip) <snip> > Jim Moores > Hi! Are you building because you need to run on JDK 1.4? The Apache Drop zip contains the jars you need to run, (adf-faces-api-ea20-SNAPSHOT.jar and adf-faces-impl-ea20-SNAPSHOT.jar). NOTE: These seems to be compiled such that they require a 1.5 JDK. If you need to run on 1.4, you must build it yourself. I've made the same move that you describe, and it works fine. Harald

