You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Renzo Kottmann <rk...@TechFak.Uni-Bielefeld.DE> on 2002/06/10 16:39:30 UTC

cocoon as commandline tool

Hello All,

My name is Renzo and I'm a NEWBIE to cocoon. My machine is succesfully
running Cocoon 2.0.2 with the Tomcat-Machine.

I'm reading the mailinglist a few weeks. I find the list MOST
useful. Many questins other people had were also answered to me. But now
I've several question on my own:

I want to run Cocoon 2.0.2 as a commandline tool.


1. In which way do I have to write the 'URI- file'?


2. Which is the default destination for this option: 
  -d, --destDir <argument> use given dir as destination?

3. What is the "-uINFO" option?

thanks and greetings

renzo



-- 
Renzo Kottmann 
Student of Computer Science in the Natural and Cognitive Sciences

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: cocoon as commandline tool

Posted by Sebastien SACARD <se...@kelkoo.com>.
Renzo,
I can answer only to 3 (I'm a newbie too, but I'm please to answer to 
this) : -u is the log level
different values available, INFO, DEBUG for example. DEBUG will give 
useful informations when things go wrong.


Renzo Kottmann wrote:

>Hello All,
>
>My name is Renzo and I'm a NEWBIE to cocoon. My machine is succesfully
>running Cocoon 2.0.2 with the Tomcat-Machine.
>
>I'm reading the mailinglist a few weeks. I find the list MOST
>useful. Many questins other people had were also answered to me. But now
>I've several question on my own:
>
>I want to run Cocoon 2.0.2 as a commandline tool.
>
>
>1. In which way do I have to write the 'URI- file'?
>
>
>2. Which is the default destination for this option: 
>  -d, --destDir <argument> use given dir as destination?
>
>3. What is the "-uINFO" option?
>
>thanks and greetings
>
>renzo
>
>
>

-- 
#############################################################
Sébastien Sacard
Kelkoo.com - R&D team
Phone: +(33) 4 76 29 73 51
Email: Sebastien.Sacard@kelkoo.com
Aim : KelkooXIII
#############################################################




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


RE: cocoon as commandline tool

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: Renzo Kottmann [mailto:rkottman@TechFak.Uni-Bielefeld.DE]
> 
> Hello,

Renzo,

> > > I want to run Cocoon 2.0.2 as a commandline tool.
> > >
> > >
> > > 1. In which way do I have to write the 'URI- file'?
> >
> > One URL per line, I believe.
> >
> 
> May someone give me a detailed discription of the URL or URI (I just
> don't know)? Because everytime I do this:

If your page can be invoked from browser like:

  http://localhost:8080/cocoon/myapp/mypage

Then in uris.txt you should have:

  myapp/mypage

But not 'file:/......'.


Vadim


> java org.apache.cocoon.Main -w temp -f ~/cocoonstuff/uris.txt -C
> webapp/WEB-INF/cocoon.xconf -d result -b brokenlinks -r
> 
> I get something like that:
> 
> 
> INFO    10237   [        ] (): Processing URI:
> file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/mount/test/glossar
> DEBUG   10237   [        ] ():
> mangle("file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/mount/test/glossar")
> DEBUG   10237   [        ] ():
> file_/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/mount/test/glossar
> DEBUG   10237   [        ] (): FileSavingEnvironment: uri =
> file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/mount/test/glossar
> DEBUG   10237   [        ] (): DEBUGGING INFORMATION:
> REQUEST: file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/mount/test/glossar
> 
> CONTEXT PATH: null
> SERVLET PATH: file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/mount/test/glossar
> PATH INFO: null
> 
> REMOTE HOST: localhost
> REMOTE ADDRESS: 127.0.0.1
> REMOTE USER: rkottman
> REQUEST SESSION ID: null
> REQUEST PREFERRED LOCALE: en
> SERVER HOST: Apache Cocoon 2.0.2
> SERVER PORT: -1
> 
> METHOD: get
> CONTENT LENGTH: -1
> PROTOCOL: cli
> SCHEME: cli
> AUTH TYPE: null
> 
> CURRENT ACTIVE REQUESTS: 1
> REQUEST PARAMETERS:
> 
> PARAM: 'accept' VALUES: '[text/html, */*]'
> PARAM: 'user-agent' VALUES: '[Apache Cocoon 2.0.2]'
> HEADER PARAMETERS:
> 
> 
> SESSION ATTRIBUTES:
> 
> 
> DEBUG   10237   [        ] (): Changing Cocoon context
> DEBUG   10237   [        ] ():   from
> context(file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/./webapp/) and prefix()
> DEBUG   10237   [        ] ():   to context(sitemap.xmap) and prefix()
> DEBUG   10237   [        ] ():   at URI
> file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/mount/test/glossar
> DEBUG   10237   [        ] (): New context is
> file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/
> DEBUG   10237   [manager ] (): Retrieving a
> org.apache.cocoon.components.pipeline.CachingEventPipeline from the
pool
> DEBUG   10237   [manager ] (): Retrieving a
> org.apache.cocoon.components.pipeline.CachingStreamPipeline from the
pool
> DEBUG   10237   [manager ] (): Recycling of CachingEventPipeline
> DEBUG   10237   [manager ] (): Returning a
> org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool
> DEBUG   10237   [manager ] (): Recycling of CachingStreamPipeline
> DEBUG   10237   [manager ] (): Returning a
> org.apache.cocoon.components.pipeline.CachingStreamPipeline to the
pool
> DEBUG   10237   [        ] (): Set the URI Prefix (OLD=, NEW=)
> DEBUG   10237   [        ] (): Reset context to
> file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/./webapp/
> WARN    10237   [        ] ():   [broken link]-->
> file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-
> 2.0.2/build/cocoon/webapp/mount/test/glossar
> 
> 
> And at stderr I get this:
> 
> Cannot find CatalogManager.properties
> Cannot find CatalogManager.properties
> Cannot find CatalogManager.properties
> Cannot find CatalogManager.properties
> Cannot find CatalogManager.properties
> 
> Is my problem related to wrong URIs/ URLs or to the
> CatalogManager.properties?
> 
> Thanks
> 
> 
> --
> Renzo Kottmann
> Student of Computer Science in the Natural and Cognitive Sciences


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: cocoon as commandline tool

Posted by Mark Gaither <ma...@markgaither.com>.
----- Original Message -----
From: "leo leonid" <te...@leonid.de>
To: <co...@xml.apache.org>
Sent: Tuesday, June 11, 2002 7:42 AM
Subject: Re: cocoon as commandline tool


>
> On Tuesday, June 11, 2002, at 01:26  Uhr, Renzo Kottmann wrote:
> >
> > May someone give me a detailed discription of the URL or URI (I just
> > don't know)? Because everytime I do this:
> >
> >
>
> maybe this will help you:
>
> java org.apache.cocoon.Main -c<sourcepath> -d<resultpath>  -w<tmppath> \
> -l<logfilename>  -uINFO -f<list.uris>

What does your classpath environment look like? I am getting errors:

Exception in thread "main" javax.xml.parsers.FactoryConfigurationError:
Provider
  for javax.xml.parsers.SAXparserfactory cannot be found

Thanks,

Mark Gaither


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: cocoon as commandline tool

Posted by leo leonid <te...@leonid.de>.
On Tuesday, June 11, 2002, at 01:26  Uhr, Renzo Kottmann wrote:
>
> May someone give me a detailed discription of the URL or URI (I just
> don't know)? Because everytime I do this:
>
>

maybe this will help you:

java org.apache.cocoon.Main -c<sourcepath> -d<resultpath>  -w<tmppath> \
-l<logfilename>  -uINFO -f<list.uris>

sourcepath : where your cocoon files are, with the sitemap and so on
resultpath : where tour HTML files go
tmppath    : a directory for tmp files
logfilename : the log file
list.uris : a file containing the list of URI your want to build using 
Cocoon

I found in an old mail. But for just generating static html-files from a 
db-driven cocoon project I use wget with success. example: wget -m 
http://cocoonhost/cocoonproject/
/Leo


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: cocoon as commandline tool

Posted by Stephan Michels <st...@vern.chem.tu-berlin.de>.

On Tue, 11 Jun 2002, Renzo Kottmann wrote:

> Hello,
> > > I want to run Cocoon 2.0.2 as a commandline tool.
> > >
> > >
> > > 1. In which way do I have to write the 'URI- file'?
> >
> > One URL per line, I believe.
> >
>
> May someone give me a detailed discription of the URL or URI (I just
> don't know)? Because everytime I do this:
>
> java org.apache.cocoon.Main -w temp -f ~/cocoonstuff/uris.txt -C
> webapp/WEB-INF/cocoon.xconf -d result -b brokenlinks -r


I use the following build file:

  <java classname="org.apache.cocoon.Main" fork="true" dir="."
        failonerror="true">
   <!--<arg value="-h"/>-->
   <arg value="--contextDir"/><arg value="${offline.context}"/>
   <arg value="--destDir"/><arg value="${offline}"/>
   <arg value="--workDir"/><arg value="${offline.work}"/>
   <arg value="--brokenLinkFile"/><arg value="./brokenlinks.txt"/>
   <arg value="--configFile"/><arg
        value="${offline.context}/WEB-INF/cocoon.xconf"/>
   <arg value="--logLevel"/><arg value="DEBUG"/>
   <arg value="offline/"/>
   <classpath>
    <fileset dir="${libaries}">
     <include name="*.jar"/>
    </fileset>
    <pathelement location="${offline.context}/WEB-INF/classes"/>
   </classpath>
  </java>

> Cannot find CatalogManager.properties
>
> Is my problem related to wrong URIs/ URLs or to the  CatalogManager.properties?

Copy CatalogManager.properties into the dir WEB-INF/classes


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: cocoon as commandline tool

Posted by Renzo Kottmann <rk...@TechFak.Uni-Bielefeld.DE>.
Hello,
> > I want to run Cocoon 2.0.2 as a commandline tool.
> > 
> > 
> > 1. In which way do I have to write the 'URI- file'?
> 
> One URL per line, I believe.
> 

May someone give me a detailed discription of the URL or URI (I just
don't know)? Because everytime I do this:

java org.apache.cocoon.Main -w temp -f ~/cocoonstuff/uris.txt -C
webapp/WEB-INF/cocoon.xconf -d result -b brokenlinks -r

I get something like that:


INFO    10237   [        ] (): Processing URI: file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/mount/test/glossar
DEBUG   10237   [        ] (): mangle("file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/mount/test/glossar")
DEBUG   10237   [        ] (): file_/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/mount/test/glossar
DEBUG   10237   [        ] (): FileSavingEnvironment: uri = file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/mount/test/glossar
DEBUG   10237   [        ] (): DEBUGGING INFORMATION:
REQUEST: file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/mount/test/glossar

CONTEXT PATH: null
SERVLET PATH: file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/mount/test/glossar
PATH INFO: null

REMOTE HOST: localhost
REMOTE ADDRESS: 127.0.0.1
REMOTE USER: rkottman
REQUEST SESSION ID: null
REQUEST PREFERRED LOCALE: en
SERVER HOST: Apache Cocoon 2.0.2
SERVER PORT: -1

METHOD: get
CONTENT LENGTH: -1
PROTOCOL: cli
SCHEME: cli
AUTH TYPE: null

CURRENT ACTIVE REQUESTS: 1
REQUEST PARAMETERS:

PARAM: 'accept' VALUES: '[text/html, */*]'
PARAM: 'user-agent' VALUES: '[Apache Cocoon 2.0.2]'
HEADER PARAMETERS:


SESSION ATTRIBUTES:


DEBUG   10237   [        ] (): Changing Cocoon context
DEBUG   10237   [        ] ():   from context(file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/./webapp/) and prefix()
DEBUG   10237   [        ] ():   to context(sitemap.xmap) and prefix()
DEBUG   10237   [        ] ():   at URI file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/mount/test/glossar
DEBUG   10237   [        ] (): New context is file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/
DEBUG   10237   [manager ] (): Retrieving a org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool
DEBUG   10237   [manager ] (): Retrieving a org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool
DEBUG   10237   [manager ] (): Recycling of CachingEventPipeline
DEBUG   10237   [manager ] (): Returning a org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool
DEBUG   10237   [manager ] (): Recycling of CachingStreamPipeline
DEBUG   10237   [manager ] (): Returning a org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool
DEBUG   10237   [        ] (): Set the URI Prefix (OLD=, NEW=)
DEBUG   10237   [        ] (): Reset context to file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/./webapp/
WARN    10237   [        ] ():   [broken link]--> file:/amnt/eiche/volumes/pi04/pi/scratch/renzo/cocoon-2.0.2/build/cocoon/webapp/mount/test/glossar


And at stderr I get this: 

Cannot find CatalogManager.properties
Cannot find CatalogManager.properties
Cannot find CatalogManager.properties
Cannot find CatalogManager.properties
Cannot find CatalogManager.properties

Is my problem related to wrong URIs/ URLs or to the  CatalogManager.properties?

Thanks


-- 
Renzo Kottmann 
Student of Computer Science in the Natural and Cognitive Sciences

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: cocoon as commandline tool

Posted by leo leonid <te...@leonid.de>.
On Monday, June 10, 2002, at 08:05  Uhr, Vadim Gritsenko wrote:

>> From: leo leonid [mailto:tek@leonid.de]
>>
>> Is there any documentation or How-To on this topic?
>
> No, you can write one.
>
> The only 'documentation' is output produced by the Main.java (let the
> source be with you, Leo ;)
>

I'm not the one. (knowing that frustration, fear, and anger will turn 
the young Jedi toward the dark side of the Source ;)
/Leo


>
> Vadim
>
>
>> /Leo.
>>
>> On Monday, June 10, 2002, at 05:09  Uhr, Vadim Gritsenko wrote:
>>
>>>> From: Renzo Kottmann [mailto:rkottman@TechFak.Uni-Bielefeld.DE]
>>>>
>>>> Hello All,
>>>>
>>>> My name is Renzo and I'm a NEWBIE to cocoon. My machine is
> succesfully
>>>> running Cocoon 2.0.2 with the Tomcat-Machine.
>>>>
>>>> I'm reading the mailinglist a few weeks. I find the list MOST
>>>> useful. Many questins other people had were also answered to me.
> But
>>> now
>>>> I've several question on my own:
>>>>
>>>> I want to run Cocoon 2.0.2 as a commandline tool.
>>>>
>>>>
>>>> 1. In which way do I have to write the 'URI- file'?
>>>
>>> One URL per line, I believe.
>>>
>>>
>>>> 2. Which is the default destination for this option:
>>>>   -d, --destDir <argument> use given dir as destination?
>>>
>>> No default, this parameter is required.
>>>
>>>
>>>> 3. What is the "-uINFO" option?
>>>
>>> Log level, as answered by Sebastien. Possible values are
> FATAL_ERROR,
>>> ERROR, WARN, INFO, DEBUG.
>>>
>>> Vadim
>>>
>>>
>>>> thanks and greetings
>>>>
>>>> renzo
>>>>
>>>>
>>>>
>>>> --
>>>> Renzo Kottmann
>>>> Student of Computer Science in the Natural and Cognitive Sciences
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>
>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


RE: cocoon as commandline tool

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: leo leonid [mailto:tek@leonid.de]
> 
> Is there any documentation or How-To on this topic?

No, you can write one.

The only 'documentation' is output produced by the Main.java (let the
source be with you, Leo ;)


Vadim


> /Leo.
> 
> On Monday, June 10, 2002, at 05:09  Uhr, Vadim Gritsenko wrote:
> 
> >> From: Renzo Kottmann [mailto:rkottman@TechFak.Uni-Bielefeld.DE]
> >>
> >> Hello All,
> >>
> >> My name is Renzo and I'm a NEWBIE to cocoon. My machine is
succesfully
> >> running Cocoon 2.0.2 with the Tomcat-Machine.
> >>
> >> I'm reading the mailinglist a few weeks. I find the list MOST
> >> useful. Many questins other people had were also answered to me.
But
> > now
> >> I've several question on my own:
> >>
> >> I want to run Cocoon 2.0.2 as a commandline tool.
> >>
> >>
> >> 1. In which way do I have to write the 'URI- file'?
> >
> > One URL per line, I believe.
> >
> >
> >> 2. Which is the default destination for this option:
> >>   -d, --destDir <argument> use given dir as destination?
> >
> > No default, this parameter is required.
> >
> >
> >> 3. What is the "-uINFO" option?
> >
> > Log level, as answered by Sebastien. Possible values are
FATAL_ERROR,
> > ERROR, WARN, INFO, DEBUG.
> >
> > Vadim
> >
> >
> >> thanks and greetings
> >>
> >> renzo
> >>
> >>
> >>
> >> --
> >> Renzo Kottmann
> >> Student of Computer Science in the Natural and Cognitive Sciences


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: cocoon as commandline tool

Posted by leo leonid <te...@leonid.de>.
Is there any documentation or How-To on this topic?

/Leo.

On Monday, June 10, 2002, at 05:09  Uhr, Vadim Gritsenko wrote:

>> From: Renzo Kottmann [mailto:rkottman@TechFak.Uni-Bielefeld.DE]
>>
>> Hello All,
>>
>> My name is Renzo and I'm a NEWBIE to cocoon. My machine is succesfully
>> running Cocoon 2.0.2 with the Tomcat-Machine.
>>
>> I'm reading the mailinglist a few weeks. I find the list MOST
>> useful. Many questins other people had were also answered to me. But
> now
>> I've several question on my own:
>>
>> I want to run Cocoon 2.0.2 as a commandline tool.
>>
>>
>> 1. In which way do I have to write the 'URI- file'?
>
> One URL per line, I believe.
>
>
>> 2. Which is the default destination for this option:
>>   -d, --destDir <argument> use given dir as destination?
>
> No default, this parameter is required.
>
>
>> 3. What is the "-uINFO" option?
>
> Log level, as answered by Sebastien. Possible values are FATAL_ERROR,
> ERROR, WARN, INFO, DEBUG.
>
> Vadim
>
>
>> thanks and greetings
>>
>> renzo
>>
>>
>>
>> --
>> Renzo Kottmann
>> Student of Computer Science in the Natural and Cognitive Sciences
>>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>
>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


RE: cocoon as commandline tool

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: Renzo Kottmann [mailto:rkottman@TechFak.Uni-Bielefeld.DE]
> 
> Hello All,
> 
> My name is Renzo and I'm a NEWBIE to cocoon. My machine is succesfully
> running Cocoon 2.0.2 with the Tomcat-Machine.
> 
> I'm reading the mailinglist a few weeks. I find the list MOST
> useful. Many questins other people had were also answered to me. But
now
> I've several question on my own:
> 
> I want to run Cocoon 2.0.2 as a commandline tool.
> 
> 
> 1. In which way do I have to write the 'URI- file'?

One URL per line, I believe.


> 2. Which is the default destination for this option:
>   -d, --destDir <argument> use given dir as destination?

No default, this parameter is required.


> 3. What is the "-uINFO" option?

Log level, as answered by Sebastien. Possible values are FATAL_ERROR,
ERROR, WARN, INFO, DEBUG.

Vadim


> thanks and greetings
> 
> renzo
> 
> 
> 
> --
> Renzo Kottmann
> Student of Computer Science in the Natural and Cognitive Sciences
> 


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>