On Thu, 2003-08-07 at 15:27, Miguel Carvalho wrote:
> Hi, thanks for the previous tips.. ;)
> 
> Now i'm having an existencial doubt... :)
> 
> I've created a transformer in java but it was made when i was still using
> the "chello" project...
> 
> Because i am trying to follow the instructions on the wiki,

I would suggest first trying to get your project working on Cocoon 2.1,
and only after that try to automate things using the wiki-description.

>  i will try to
> create my project outside the cocoon folder and change the
> $cocoon-root/sitemap.xmap so i create a mount point to my directory.

It would be better if you let your build script copy your directory to
the cocoon webapp. The root sitemap contains an "automount" mount
statement that will automatically mount any subdirectories.

> 
> and now my doubt ...
> 
> the transformer mentioned above imported org.apache.cocoon.*, do i have to
> copy the cocoon.jar and all the other libs needed by cocoon to my project
> libs directory?? or is there another way?

Instead of copying them, let your build script directly point to the
WEB-INF/lib directory of the webapp.

Don't expect me to hold your hand during all this however.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]


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

Reply via email to