Glen Tulin wrote: > It's was introduced recently. Forrest0.7 does not have it -- I run search in > all jar files and 0.7 Cocoon jar files do not have CSVGenerator. And > Offivial Cocoon 2.1 does not have it either. Glen
We use Cocoon trunk, not 2.1 You can follow the procedure in forrest/etc/cocoon_upgrade to get updated Cocoon jars and config. By the way with Forrest trunk (0.8-dev) cd forrest/lib find . -name *.jar | xargs grep CSVGenerator Binary file ./core/cocoon-2.2.0-dev-r230820.jar matches But if you are in production, be careful with using 0.8-dev we have a memory/profiling issue FOR-572. -David > "Tim Williams" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > On 9/6/05, Glen Tulin <[EMAIL PROTECTED]> wrote: > > I use forrest 0.7 and looks like it does not have CSV Generator or at > least > > I could not find it. The java code is here > > > > > http://svn.apache.org/viewcvs.cgi/cocoon/branches/BRANCH_2_1_X/src/java/org/ > > apache/cocoon/generation/CSVGenerator.java?rev=224616&view=log > > > > and it does not depend on anything. What should I do? I know I can > compile, > > create jar and put to my WEB-INF/lib but is there some other way? > > > > Thanks. > > > have you tried just adding it to your project sitemap? it loks llike > a standard cooon generator and should probably be available to you. > --tim > > >