As I suspected. You have an old version of build.xml, probably from when the repository got renamed earlier this month IIRC. This means that the link between xml-cocoon2 and the new name cocoon-2.1 is not hiding the rename as I understood it to be doing.
So, you'll need to start using cocoon-2.1 as the module name if you want to keep up with HEAD (which I'd recommend). I think there are instructions in the archives or on the wiki for migrating your existing checkout to the new module name without having to do a whole fresh checkout, but if you have broadband and no local modifications, you may find it easier to just do a fresh checkout using the new name.
Geoff Howard
At 03:29 PM 3/31/2003, you wrote:
Sure... here is it.
----- Original Message ----- From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 31, 2003 1:11 PM Subject: Re: Paginator Transformer
> Can you send me your build.xml? (just attach it or cut and paste) > you can send it directly to me instead of the list. > > At 11:42 AM 3/31/2003, you wrote: > >I'm using xml-cocoon2. > > > >--- Geoff Howard <[EMAIL PROTECTED]> wrote: > > > I'll check on this tonight. Is there any chance > > > that > > > you're using an older checkout? What module name > > > are you using? xml-cocoon2 or cocoon-2.1 ? The > > > first is supposed to invisibly mirror the second (I > > > think), > > > but you never know. > > > > > > Geoff > > > > > > At 11:31 AM 3/31/2003, you wrote: > > > >OK, I fixed the jar and it worked, however, sounds > > > >like the build still needs to be fixed. > > > > > > > >Also, I've noticed that cocoon-scatchpad.jar does > > > not > > > >get copied into the WEB-INF/lib directory. > > > > > > > >Thanks for your help, Geoff. > > > > > > > >--- Alex Romayev <[EMAIL PROTECTED]> wrote: > > > > > I'm using 2.1dev from yesterday. How would I > > > fix > > > > > the > > > > > jar? > > > > > > > > > > --- Geoff Howard <[EMAIL PROTECTED]> wrote: > > > > > > Is this 2.1dev or 2.0.4? I seem to remember > > > this > > > > > > problem from 2.1dev a > > > > > > month or > > > > > > so ago but it should now be fixed - if not, > > > let me > > > > > > know. Your choices will be > > > > > > to update from cvs or to manually fix the jar. > > > > > > > > > > > > I'd recommend the first but I or someone else > > > can > > > > > > help you with the second if > > > > > > need be. > > > > > > > > > > > > The classes must be in org/apache/ - dest was > > > put > > > > > in > > > > > > by mistake due to a > > > > > > misconfiguration of the build process. > > > > > > > > > > > > Geoff > > > > > > > > > > > > At 11:08 AM 3/31/2003, you wrote: > > > > > > >Hi, > > > > > > > > > > > > > >I'm having problems declaring Paginator in my > > > > > > sitemap, > > > > > > >I suspect this has to do with the new build > > > > > system. > > > > > > > > > > > > > >Here is what I have in the sitemap: > > > > > > > > > > > > > ><map:transformer name="paginate" > > > > > > > > > > > > > > > > > > > > >src="org.apache.cocoon.transformation.pagination.Paginator"/> > > > > > > > > > > > > > >This gives me: > > > > > > > > > > > > > >ERROR (2003-03-31) 10:44.11:673 [sitemap] > > > > > > >(/cocoon/romayev/) > > > > > > Thread-7/ExtendedComponentSelector: > > > > > > >Could not load class > > > > > > > > > > > > > > > > > > > > >org.apache.cocoon.transformation.pagination.Paginator > > > > > > >for component named 'paginate' at > > > > > > > > > > > > > > > > > > > > >file:/C:/dev/jakarta-tomcat-4.1.18/webapps/cocoon/romayev/sitemap.xmap:17 > > > > > > > :101 > > > > > > >java.lang.ClassNotFoundException: > > > > > > > > > > > > > > > > > > > > >org.apache.cocoon.transformation.pagination.Paginator > > > > > > > > > > > > > >I noticed that in cocoon-scratchpad.jar the > > > > > > Paginator, > > > > > > >as well as other classes are in: > > > > > > > > > > > > > > > > > > > > > > > > > > > >dest/org/apache/cocoon/transformation/pagination/Paginator.class > > > > > > >-- notice the dest in the beginning. > > > > > > > > > > > > > >I've tried changing the sitemap to: > > > > > > > > > > > > > ><map:transformer name="paginate" > > > > > > > > > > > > > > > > > > > > >src="dest.org.apache.cocoon.transformation.pagination.Paginator"/> > > > > > > > > > > > > > >This does not produce the above error, but > > > seems > > > > > to > > > > > > be > > > > > > >somehow ignoring the sitemap alltogether and > > > > > > displays > > > > > > >a blank page. > > > > > > > > > > > > > >Any ideas? > > > > > > > > > > > > > >Cheers, > > > > > > >-Alex > > > > > > > > > > > > > > > > > > > > > > > > >