You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Carsten Ziegeler <cz...@s-und-n.de> on 2002/07/11 17:10:47 UTC

Looking for help in the upcomming release

The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
15.
To meet this goal -- which clearly will benefit all users -- we need 
some *specific* QA (quality assurance) input from the user community.

To help, here's what you need to do:

1. Update your local CVS repository to the *latest* 2.0.3 branch 
   version from CVS.

2.  ./build.[sh|bat] clean

3. If you want to build for JDK 1.4 change in build.xml the following 
   line from
     <property name="jvm-target" value="13" />
   to
     <property name="jvm-target" value="14" />
   Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or 
   vice versa. Please note, that the build for JDK 1.3 is also
   targetted for JDK 1.2

4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)

5. Test *all* samples. Hit each and every sample page from links
beginning at http://127.0.0.1:8080/cocoon/samples/

6. Report back here on your findings, good or bad.

7. Make sure you describe your test environment: Platform and JVM, 
including version numbers.

8. If you find problems, be specific about the problem description: what 
   page, what error, etc.

9. If you can provide a patch/info to fix the problem, even better.

What we do *not* need:
Please do not submit requests for XYZ features, dreams, etc. Please save 
these ideas for future versions.


Thanks.

The Cocoon Team


---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Carsten Ziegeler <cz...@s-und-n.de>.

> -----Original Message-----
> From: John Austin [mailto:john@integerservices.no-ip.com]
> Sent: Friday, July 12, 2002 12:32 AM
> To: cocoon-users@xml.apache.org
> Cc: cocoon-dev@xml.apache.org
> Subject: Re: Looking for help in the upcomming release
> 
> 
> On Thursday 11 July 2002 11:10 am, you wrote:
> > The Cocoon Project is working very hard to release 2.0.3 by Monday,
> > July 15.
> > To meet this goal -- which clearly will benefit all users -- we need
> > some *specific* QA (quality assurance) input from the user community.
> 
> What is the schedule ? Will there be a 'release' on the 15th or will 
> there be a series of 'release candidates ?'.
>
As 2.0.3 is a bug-fix release we will directly release it without a beta
phase or relese candidates.

Carsten

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Looking for help in the upcomming release

Posted by John Austin <jo...@integerservices.no-ip.com>.
On Thursday 11 July 2002 11:10 am, you wrote:
> The Cocoon Project is working very hard to release 2.0.3 by Monday,
> July 15.
> To meet this goal -- which clearly will benefit all users -- we need
> some *specific* QA (quality assurance) input from the user community.

What is the schedule ? Will there be a 'release' on the 15th or will 
there be a series of 'release candidates ?'.

---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Sylvain Wallez <sy...@anyware-tech.com>.
Carsten Ziegeler wrote:

>The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
>15.
>To meet this goal -- which clearly will benefit all users -- we need 
>some *specific* QA (quality assurance) input from the user community.
>  
>

Configuration :
- Tomcat 4.0,
- JDK 1.3.1,
- Win2K

I tested all samples, and here are the encountered problems :

- Deli is switched off by default, so the examples don't work without 
changing cocoon.xconf (however, this is explained in the sample itself)

- JSP samples : ClassNotFoundException: org.apache.jasper.servlet.JspServlet
Expected, since jasper.jar isn't in web-inf/lib

- Python samples don't work (com.ibm.bsf.BSFException: unable to load 
language: jpython)
Expected, since I haven't jython.jar isn't in web-inf/lib

- Yahoo screen scrape : blank page.
Did Yahoo change the structure of their page ?

- Portal & authentication : Resource not found
Expected, since scratchpad isn't included, but what about removing the 
link ?

Everything else works fine :-)

Sylvain

-- 
Sylvain Wallez
  Anyware Technologies                  Apache Cocoon
  http://www.anyware-tech.com           mailto:sylvain@apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Looking for help in the upcomming release

Posted by John Austin <jo...@integerservices.no-ip.com>.
On Thursday 11 July 2002 11:10 am, you wrote:
> The Cocoon Project is working very hard to release 2.0.3 by Monday,
> July 15.
> To meet this goal -- which clearly will benefit all users -- we need
> some *specific* QA (quality assurance) input from the user community.

What is the schedule ? Will there be a 'release' on the 15th or will 
there be a series of 'release candidates ?'.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: JNDI Dependency? (was Re: Looking for help in the upcomming release)

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Vadim Gritsenko wrote:
>
> > From: Ryan Hoegg [mailto:rhoegg@isisnetworks.net]
> >
> > You know, something else that bugs me is this error message:
> >
> > op-warning:
> > **********************************************
> > *
> > *  Classes of the optional package JNDI are not
> > *  available. Apache Cocoon builds without them.
> > *
> > *  JNDI is required for the ldap generator and the parentcm generator.
> > *
> > *  Recovery:
> > *  Get the jndi.jar from Sun and place the jar in the lib/optional dir
> > *
> > ***********************************************
> >
> > JNDI is integrated into the JDK 1.4; it's no longer available as a
> > separate package.  Shouldn't the build recognize that?
>
> Carsten,
>
> Should <path id="classpath"> have reference to the rt.jar? Are there any
> issues with that?
>
Hmmm, as our build system already distinguished between 1.2/1.3 and 1.4 this
should work, I think.

Carsten


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: JNDI Dependency? (was Re: Looking for help in the upcomming release)

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: Ryan Hoegg [mailto:rhoegg@isisnetworks.net]
> 
> You know, something else that bugs me is this error message:
> 
> op-warning:
> **********************************************
> *
> *  Classes of the optional package JNDI are not
> *  available. Apache Cocoon builds without them.
> *
> *  JNDI is required for the ldap generator and the parentcm generator.
> *
> *  Recovery:
> *  Get the jndi.jar from Sun and place the jar in the lib/optional dir
> *
> ***********************************************
> 
> JNDI is integrated into the JDK 1.4; it's no longer available as a
> separate package.  Shouldn't the build recognize that?

Carsten,

Should <path id="classpath"> have reference to the rt.jar? Are there any
issues with that?


Vadim

> 
> Ryan Hoegg
> ISIS Networks
> 
...


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


JNDI Dependency? (was Re: Looking for help in the upcomming release)

Posted by Ryan Hoegg <rh...@isisnetworks.net>.
You know, something else that bugs me is this error message:

op-warning:
**********************************************
*
*  Classes of the optional package JNDI are not
*  available. Apache Cocoon builds without them.
*
*  JNDI is required for the ldap generator and the parentcm generator.
*
*  Recovery:
*  Get the jndi.jar from Sun and place the jar in the lib/optional dir
*
***********************************************

JNDI is integrated into the JDK 1.4; it's no longer available as a 
separate package.  Shouldn't the build recognize that?

Ryan Hoegg
ISIS Networks

Ryan Hoegg wrote:

> Hi,
>
> Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
> Failed.  Error details follow:
>
> BUILD FAILED
> file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
> and no packages have been specified.
>
> build.xml snippet:
> 1505:  <!-- 
> =================================================================== -->
> 1506:  <!-- Creates the API documentation for JDK 
> 1.4                           -->
> 1507:  <!-- 
> =================================================================== -->
> 1508:  <target name="javadocs14" if="jdbc3.present">
> 1509:    <javadoc additionalparam="-subpackages ${packages}"
> 1510:             sourcepath="${build.src}"
> 1511:             destdir="${build.javadocs}"
> 1512:             author="true"
> 1513:             version="true"
> 1514:             use="false"
> 1515:             noindex="true"
> 1516:             windowtitle="${Name} API"
> 1517:             doctitle="${Name}"
> 1518:             bottom="Copyright &#169; ${year} Apache Software 
> Foundation. All R$
> 1519:             stylesheetfile="${resource.dir}/javadoc.css">
> 1520:      <classpath refid="classpath"/>
> 1521:    </javadoc>
> 1522:  </target>
>
> Finally, the results of # find /usr/local/cocoon-CVS -name javadoc.css
> /usr/local/cocoon-CVS/src/resources/javadoc.css
>
> Any ideas?
>
> Ryan Hoegg
> ISIS Networks
>
> Carsten Ziegeler wrote:
>
>> The Cocoon Project is working very hard to release 2.0.3 by Monday, 
>> July 15.
>> To meet this goal -- which clearly will benefit all users -- we need 
>> some *specific* QA (quality assurance) input from the user community.
>>
>> To help, here's what you need to do:
>>
>> 1. Update your local CVS repository to the *latest* 2.0.3 branch   
>> version from CVS.
>>
>> 2.  ./build.[sh|bat] clean
>>
>> 3. If you want to build for JDK 1.4 change in build.xml the following 
>>   line from
>>     <property name="jvm-target" value="13" />
>>   to
>>     <property name="jvm-target" value="14" />
>>   Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or   vice 
>> versa. Please note, that the build for JDK 1.3 is also
>>   targetted for JDK 1.2
>>
>> 4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)
>>
>> 5. Test *all* samples. Hit each and every sample page from links
>> beginning at http://127.0.0.1:8080/cocoon/samples/
>>
>> 6. Report back here on your findings, good or bad.
>>
>> 7. Make sure you describe your test environment: Platform and JVM, 
>> including version numbers.
>>
>> 8. If you find problems, be specific about the problem description: 
>> what   page, what error, etc.
>>
>> 9. If you can provide a patch/info to fix the problem, even better.
>>
>> What we do *not* need:
>> Please do not submit requests for XYZ features, dreams, etc. Please 
>> save these ideas for future versions.
>>
>>
>> Thanks.
>>
>> The Cocoon Team
>>
>>
>> ---------------------------------------------------------------------
>> 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>
>



---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Joerg Heinicke <jo...@gmx.de>.
I have the same problems using Win2k, Sun JDK 1.4.0_01, Tomcat 4.0.4 LE, 
cvs checkout from HEAD and "build -Dinstall.webapp.libs=yes webapp".

I think it's not the CSS from line 1519, but the complete <javadoc> 
element which ends in 1519. Furthermore there is a DEPRECATED warning of 
ant 1.5:

[available] DEPRECATED - <available> used to override an existing property.
[available] Build file should not reuse the same property name for 
different values.

Joerg


Ryan Hoegg wrote:
> Hi,
> 
> Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
> Failed.  Error details follow:
> 
> BUILD FAILED
> file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
> and no packages have been specified.
> 
> build.xml snippet:
> 1505:  <!-- 
> =================================================================== -->
> 1506:  <!-- Creates the API documentation for JDK 
> 1.4                           -->
> 1507:  <!-- 
> =================================================================== -->
> 1508:  <target name="javadocs14" if="jdbc3.present">
> 1509:    <javadoc additionalparam="-subpackages ${packages}"
> 1510:             sourcepath="${build.src}"
> 1511:             destdir="${build.javadocs}"
> 1512:             author="true"
> 1513:             version="true"
> 1514:             use="false"
> 1515:             noindex="true"
> 1516:             windowtitle="${Name} API"
> 1517:             doctitle="${Name}"
> 1518:             bottom="Copyright &#169; ${year} Apache Software 
> Foundation. All R$
> 1519:             stylesheetfile="${resource.dir}/javadoc.css">
> 1520:      <classpath refid="classpath"/>
> 1521:    </javadoc>
> 1522:  </target>
> 
> Finally, the results of # find /usr/local/cocoon-CVS -name javadoc.css
> /usr/local/cocoon-CVS/src/resources/javadoc.css
> 
> Any ideas?
> 
> Ryan Hoegg
> ISIS Networks


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Looking for help in the upcomming release

Posted by Litrik De Roy <co...@litrik.com>.
I get exactly the same error message using WindowsXP, JDK1.4 and Tomcat
4.0.4.

Unfortunately, Ant is not my thing... anybody else?

Litrik De Roy
www.litrik.com


----- Original Message -----
From: "Ryan Hoegg" <rh...@isisnetworks.net>
To: <co...@xml.apache.org>
Cc: <co...@xml.apache.org>
Sent: Friday, July 12, 2002 10:54 PM
Subject: Re: Looking for help in the upcomming release


> Hi,
>
> Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build
> Failed.  Error details follow:
>
> BUILD FAILED
> file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files
> and no packages have been specified.
>
> build.xml snippet:
> 1505:  <!--
> =================================================================== -->
> 1506:  <!-- Creates the API documentation for JDK
> 1.4                           -->
> 1507:  <!--
> =================================================================== -->
> 1508:  <target name="javadocs14" if="jdbc3.present">
> 1509:    <javadoc additionalparam="-subpackages ${packages}"
> 1510:             sourcepath="${build.src}"
> 1511:             destdir="${build.javadocs}"
> 1512:             author="true"
> 1513:             version="true"
> 1514:             use="false"
> 1515:             noindex="true"
> 1516:             windowtitle="${Name} API"
> 1517:             doctitle="${Name}"
> 1518:             bottom="Copyright &#169; ${year} Apache Software
> Foundation. All R$
> 1519:             stylesheetfile="${resource.dir}/javadoc.css">
> 1520:      <classpath refid="classpath"/>
> 1521:    </javadoc>
> 1522:  </target>
>
> Finally, the results of # find /usr/local/cocoon-CVS -name javadoc.css
> /usr/local/cocoon-CVS/src/resources/javadoc.css
>
> Any ideas?
>
> Ryan Hoegg
> ISIS Networks
>



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: Looking for help in the upcomming release

Posted by John Morrison <jo...@ntlworld.com>.
> From: Ryan Hoegg [mailto:rhoegg@isisnetworks.net]
> 
> Hi John,

:)

> Thanks fior the reply.

Na problem :)

> I downloaded the HEAD through CVS as instructed 
> in the Installation Guide.

I think Carsten was wanting people to test the branch, but we
still need to fix head ;)

> I used the build.sh command as in the email from Carsten:
> 
> # build.sh -Dinclude.webapp.libs=true webapp

If you've not done a cvs update -PdA since Saturday Evening
(GMT), would you mind terribly doing so, rebuilding and
telling me if you still get an error (and what :)

> Thanks for the help,

Nope, thank you for taking the time to report and help :)

J.

> John Morrison wrote:
> 
> >Was this a co of the head or cocoon_2_0_3_branch?
> >
> >What were you trying to build (build.sh webapp?) what options?
> >
> >J.
> >
> >>From: Ryan Hoegg [mailto:rhoegg@isisnetworks.net]
> >>
> >>Hi,
> >>
> >>Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
> >>Failed.  Error details follow:
> >>
> >>BUILD FAILED
> >>file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
> >>and no packages have been specified.
> >>
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Looking for help in the upcomming release

Posted by Ryan Hoegg <rh...@isisnetworks.net>.
Hi John,

Thanks fior the reply.  I downloaded the HEAD through CVS as instructed 
in the Installation Guide.

I used the build.sh command as in the email from Carsten:

# build.sh -Dinclude.webapp.libs=true webapp

Thanks for the help,
Ryan Hoegg
ISIS Networks

John Morrison wrote:

>Was this a co of the head or cocoon_2_0_3_branch?
>
>What were you trying to build (build.sh webapp?) what options?
>
>J.
>
>>From: Ryan Hoegg [mailto:rhoegg@isisnetworks.net]
>>
>>Hi,
>>
>>Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
>>Failed.  Error details follow:
>>
>>BUILD FAILED
>>file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
>>and no packages have been specified.
>>
>



---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Ryan Hoegg <rh...@isisnetworks.net>.
Hi John,

Thanks fior the reply.  I downloaded the HEAD through CVS as instructed 
in the Installation Guide.

I used the build.sh command as in the email from Carsten:

# build.sh -Dinclude.webapp.libs=true webapp

Thanks for the help,
Ryan Hoegg
ISIS Networks

John Morrison wrote:

>Was this a co of the head or cocoon_2_0_3_branch?
>
>What were you trying to build (build.sh webapp?) what options?
>
>J.
>
>>From: Ryan Hoegg [mailto:rhoegg@isisnetworks.net]
>>
>>Hi,
>>
>>Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
>>Failed.  Error details follow:
>>
>>BUILD FAILED
>>file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
>>and no packages have been specified.
>>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: Looking for help in the upcomming release

Posted by John Morrison <jo...@ntlworld.com>.
Was this a co of the head or cocoon_2_0_3_branch?

What were you trying to build (build.sh webapp?) what options?

J.

> From: Ryan Hoegg [mailto:rhoegg@isisnetworks.net]
> 
> Hi,
> 
> Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
> Failed.  Error details follow:
> 
> BUILD FAILED
> file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
> and no packages have been specified.


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: Looking for help in the upcomming release

Posted by John Morrison <jo...@ntlworld.com>.
Was this a co of the head or cocoon_2_0_3_branch?

What were you trying to build (build.sh webapp?) what options?

J.

> From: Ryan Hoegg [mailto:rhoegg@isisnetworks.net]
> 
> Hi,
> 
> Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
> Failed.  Error details follow:
> 
> BUILD FAILED
> file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
> and no packages have been specified.


---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Ryan Hoegg <rh...@isisnetworks.net>.
Hi,

Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
Failed.  Error details follow:

BUILD FAILED
file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
and no packages have been specified.

build.xml snippet:
1505:  <!-- 
=================================================================== -->
1506:  <!-- Creates the API documentation for JDK 
1.4                           -->
1507:  <!-- 
=================================================================== -->
1508:  <target name="javadocs14" if="jdbc3.present">
1509:    <javadoc additionalparam="-subpackages ${packages}"
1510:             sourcepath="${build.src}"
1511:             destdir="${build.javadocs}"
1512:             author="true"
1513:             version="true"
1514:             use="false"
1515:             noindex="true"
1516:             windowtitle="${Name} API"
1517:             doctitle="${Name}"
1518:             bottom="Copyright &#169; ${year} Apache Software 
Foundation. All R$
1519:             stylesheetfile="${resource.dir}/javadoc.css">
1520:      <classpath refid="classpath"/>
1521:    </javadoc>
1522:  </target>

Finally, the results of # find /usr/local/cocoon-CVS -name javadoc.css
/usr/local/cocoon-CVS/src/resources/javadoc.css

Any ideas?

Ryan Hoegg
ISIS Networks

Carsten Ziegeler wrote:

>The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
>15.
>To meet this goal -- which clearly will benefit all users -- we need 
>some *specific* QA (quality assurance) input from the user community.
>
>To help, here's what you need to do:
>
>1. Update your local CVS repository to the *latest* 2.0.3 branch 
>   version from CVS.
>
>2.  ./build.[sh|bat] clean
>
>3. If you want to build for JDK 1.4 change in build.xml the following 
>   line from
>     <property name="jvm-target" value="13" />
>   to
>     <property name="jvm-target" value="14" />
>   Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or 
>   vice versa. Please note, that the build for JDK 1.3 is also
>   targetted for JDK 1.2
>
>4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)
>
>5. Test *all* samples. Hit each and every sample page from links
>beginning at http://127.0.0.1:8080/cocoon/samples/
>
>6. Report back here on your findings, good or bad.
>
>7. Make sure you describe your test environment: Platform and JVM, 
>including version numbers.
>
>8. If you find problems, be specific about the problem description: what 
>   page, what error, etc.
>
>9. If you can provide a patch/info to fix the problem, even better.
>
>What we do *not* need:
>Please do not submit requests for XYZ features, dreams, etc. Please save 
>these ideas for future versions.
>
>
>Thanks.
>
>The Cocoon Team
>
>
>---------------------------------------------------------------------
>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>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Looking for help in the upcomming release

Posted by Ryan Hoegg <rh...@isisnetworks.net>.
Hi,

Tested using Linux, JDK1.4, Tomcat 4.0.4.  Initial Results: Build 
Failed.  Error details follow:

BUILD FAILED
file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files 
and no packages have been specified.

build.xml snippet:
1505:  <!-- 
=================================================================== -->
1506:  <!-- Creates the API documentation for JDK 
1.4                           -->
1507:  <!-- 
=================================================================== -->
1508:  <target name="javadocs14" if="jdbc3.present">
1509:    <javadoc additionalparam="-subpackages ${packages}"
1510:             sourcepath="${build.src}"
1511:             destdir="${build.javadocs}"
1512:             author="true"
1513:             version="true"
1514:             use="false"
1515:             noindex="true"
1516:             windowtitle="${Name} API"
1517:             doctitle="${Name}"
1518:             bottom="Copyright &#169; ${year} Apache Software 
Foundation. All R$
1519:             stylesheetfile="${resource.dir}/javadoc.css">
1520:      <classpath refid="classpath"/>
1521:    </javadoc>
1522:  </target>

Finally, the results of # find /usr/local/cocoon-CVS -name javadoc.css
/usr/local/cocoon-CVS/src/resources/javadoc.css

Any ideas?

Ryan Hoegg
ISIS Networks

Carsten Ziegeler wrote:

>The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
>15.
>To meet this goal -- which clearly will benefit all users -- we need 
>some *specific* QA (quality assurance) input from the user community.
>
>To help, here's what you need to do:
>
>1. Update your local CVS repository to the *latest* 2.0.3 branch 
>   version from CVS.
>
>2.  ./build.[sh|bat] clean
>
>3. If you want to build for JDK 1.4 change in build.xml the following 
>   line from
>     <property name="jvm-target" value="13" />
>   to
>     <property name="jvm-target" value="14" />
>   Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or 
>   vice versa. Please note, that the build for JDK 1.3 is also
>   targetted for JDK 1.2
>
>4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)
>
>5. Test *all* samples. Hit each and every sample page from links
>beginning at http://127.0.0.1:8080/cocoon/samples/
>
>6. Report back here on your findings, good or bad.
>
>7. Make sure you describe your test environment: Platform and JVM, 
>including version numbers.
>
>8. If you find problems, be specific about the problem description: what 
>   page, what error, etc.
>
>9. If you can provide a patch/info to fix the problem, even better.
>
>What we do *not* need:
>Please do not submit requests for XYZ features, dreams, etc. Please save 
>these ideas for future versions.
>
>
>Thanks.
>
>The Cocoon Team
>
>
>---------------------------------------------------------------------
>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: Looking for help in the upcomming release - (i've tested it)

Posted by Josema Alonso <jo...@josema.net>.
Dear Friends,

My name is Josema Alonso and I'm from Spain. Please, excuse my english if
sometimes I do not write something properly, but I always try to do my best.
I'm a Cocoon newbie. Well, not so. I used version 1.8 for some time and
learned a lot with it. Now I've been following this list for some three
months and finally I'm going to start a Cocoon project in a few days. You'll
hear from me about it...

I read Carsten message about the new release and I thought I could send my
first post, playing the beta tester role.
Though I see Konstantin is writing a form, I'm posting this here for you to
know, but will fill the form once ready, too.

I have installed:
- Windows XP Professional
- Tomcat 4.0.4
- Cocoon 2.0.3 CVS branch as stated in Carsten's message

THE GOOD
-------------
- I built it and installed in Tomcat without problems.
- I tried all the samples using IE6.0.2600.000 except the DELI ones and the
portal & authentication ones. Everything went fine excep the ones noted
below.

THE (NOT SO) BAD
-----------------------
- A couple things I would like to see fixed are just a couple links. I do
not remember if they were the same in previous versions.
After clicking the XSP examples or the Internationalization ones I have to
go back to the samples using the back button in my browser. Annoying in the
cacheable examples when you have to go back 5 times after testing all of
them. The 'back to samples' link is present in the JSP Reader sample, but
this one doen't work properly since it takes you to the
http://localhost:8080/cocoon page (assuming default installation, of
course).

- I reached an exception in the Python Generator. Probably I missed some
.jar cause I'e never used Python. Error trace at the end of the message.

- The 'Yahoo Screen Scrape' under Dynamic Content Examples did not work for
me. I just got a blank page.

- I did not test the portal and authentication samples since I only built
Cocoon using the 'clean' option. Should I try using
the -Dinclude.scratchpad.libs' option?


I think that's all. Hope it helps.

Best.



------------------------------------------------

*** Python Generator Sample Error Trace ***

      An error occurred
      The org.apache.cocoon.www.sitemap_xmap notifies that
org.apache.cocoon.ProcessingException says:

      Exception in ScriptGenerator.generate()

      More precisely:

      org.apache.cocoon.ProcessingException: Exception in
ScriptGenerator.generate(): com.ibm.bsf.BSFException: unable to load
language: jpython


      extra info
      full exception chain stacktrace show
      Original exception : com.ibm.bsf.BSFException: unable to load
language: jpython
      at com.ibm.bsf.BSFManager.loadScriptingEngine(BSFManager.java:324)
      at com.ibm.bsf.BSFManager.exec(BSFManager.java:478)
      at
org.apache.cocoon.generation.ScriptGenerator.generate(ScriptGenerator.java:1
93)
      at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEv
entPipeline.java:250)
      at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:399)
      at
org.apache.cocoon.www.sitemap_xmap.matchN104D9(D:\Java\tomcat4.0.4\work\Stan
dalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java
:6184)
      at
org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4\work\Standalo
ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:293
9)
      at
org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4\work\Standalo
ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:250
4)
      at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
      at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
      at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
      at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
      at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
      at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
      at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:243)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:190)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
      at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170
)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:
1027)
      at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125
)
      at java.lang.Thread.run(Thread.java:484)


      stacktrace show
      org.apache.cocoon.ProcessingException: Exception in
ScriptGenerator.generate(): com.ibm.bsf.BSFException: unable to load
language: jpython
      at
org.apache.cocoon.generation.ScriptGenerator.generate(ScriptGenerator.java:2
11)
      at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEv
entPipeline.java:250)
      at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:399)
      at
org.apache.cocoon.www.sitemap_xmap.matchN104D9(D:\Java\tomcat4.0.4\work\Stan
dalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java
:6184)
      at
org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4\work\Standalo
ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:293
9)
      at
org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4\work\Standalo
ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:250
4)
      at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
      at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
      at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
      at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
      at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
      at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
      at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:243)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:190)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
      at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170
)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:
1027)
      at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125
)
      at java.lang.Thread.run(Thread.java:484)
      com.ibm.bsf.BSFException: unable to load language: jpython
      at com.ibm.bsf.BSFManager.loadScriptingEngine(BSFManager.java:324)
      at com.ibm.bsf.BSFManager.exec(BSFManager.java:478)
      at
org.apache.cocoon.generation.ScriptGenerator.generate(ScriptGenerator.java:1
93)
      at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEv
entPipeline.java:250)
      at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:399)
      at
org.apache.cocoon.www.sitemap_xmap.matchN104D9(D:\Java\tomcat4.0.4\work\Stan
dalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java
:6184)
      at
org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4\work\Standalo
ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:293
9)
      at
org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4\work\Standalo
ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:250
4)
      at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
      at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
      at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
      at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
      at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
      at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
      at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:243)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:190)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
      at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170
)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
      at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
      at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
      at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
      at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:
1027)
      at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125
)
      at java.lang.Thread.run(Thread.java:484)

      original message com.ibm.bsf.BSFException: unable to load language:
jpython

      If you need help and this information is not enough, you are invited
to read the cocoon faq.
      If you still don't find the answers you need, can send a mail to the
Cocoon users mailing list, remembering to
        a.. specify the version of Cocoon you're using, or we suppose that
you are talking about the latest version;
        b.. specify the taglibs and sitemap components that are pertinent;
        c.. specify the platform-operating system-version-servlet container
version;
        d.. send any pertinent error message;
        e.. send pertinent log snippets;
        f.. send pertinent sitemap snippets;
        g.. send pertinent parts of the page that gives you problems.
      For more detailed technical information, take a look at the log files
in the log directory of cocoon, which is /WEB-INF/logs by default.
      Logging configuration is by default in /WEB-INF/logkit.xconf.

      If you think you found a bug, please report it to Apache's Bugzilla; a
message will be sent to the developer mailing list.








---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Many thanks to all of you who helped the Cocoon team assuring a
better quality for the upcomming release! Thanks!

As far as I can tell by the responses and by the commit mails,
we have fixed all main problems. Or did I oversee something?

I'm currently building the distribution and will do a test
myself - if everything works and noone complains, I will do
the release in the afternoon.

Again, thanks to all helping us!

Carsten 

Carsten Ziegeler     Chief Architect     Open Source Group, S&N AG
------------------------------------------------------------------
mailto:cziegeler@apache.org                  http://www.s-und-n.de
                    http://ziegeler.bei.t-online.de


> -----Original Message-----
> From: Carsten Ziegeler [mailto:cziegeler@s-und-n.de]
> Sent: Thursday, July 11, 2002 5:11 PM
> To: Cocoon-Dev; Cocoon-Users
> Subject: Looking for help in the upcomming release
> 
> 
> The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
> 15.
> To meet this goal -- which clearly will benefit all users -- we need 
> some *specific* QA (quality assurance) input from the user community.
> 
> To help, here's what you need to do:
> 
> 1. Update your local CVS repository to the *latest* 2.0.3 branch 
>    version from CVS.
> 
> 2.  ./build.[sh|bat] clean
> 
> 3. If you want to build for JDK 1.4 change in build.xml the following 
>    line from
>      <property name="jvm-target" value="13" />
>    to
>      <property name="jvm-target" value="14" />
>    Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or 
>    vice versa. Please note, that the build for JDK 1.3 is also
>    targetted for JDK 1.2
> 
> 4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)
> 
> 5. Test *all* samples. Hit each and every sample page from links
> beginning at http://127.0.0.1:8080/cocoon/samples/
> 
> 6. Report back here on your findings, good or bad.
> 
> 7. Make sure you describe your test environment: Platform and JVM, 
> including version numbers.
> 
> 8. If you find problems, be specific about the problem description: what 
>    page, what error, etc.
> 
> 9. If you can provide a patch/info to fix the problem, even better.
> 
> What we do *not* need:
> Please do not submit requests for XYZ features, dreams, etc. Please save 
> these ideas for future versions.
> 
> 
> Thanks.
> 
> The Cocoon Team
> 
> 
> ---------------------------------------------------------------------
> 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>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Looking for help in the upcomming release

Posted by Diana Shannon <sh...@apache.org>.
On Thursday, July 11, 2002, at 11:25  AM, Diana Shannon wrote:

>
>>> 5. Test *all* samples. Hit each and every sample page from links
>>> beginning at http://127.0.0.1:8080/cocoon/samples/
>
> You're right, John. Going to ...cocoon/samples/ is incorrect. It goes 
> to a 2.0.2-dev
> samples page. This was my mistake. I provided some of this draft to 
> Carsten.

Actually, the page says "2.0.2-dev" but I think it's called the 
Refactored Samples, still
a work in progress. These refactored samples *don't* need testing, 
correct?

-- Diana


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Looking for help in the upcomming release

Posted by Diana Shannon <sh...@apache.org>.
On Thursday, July 11, 2002, at 11:18  AM, John Morrison wrote:

>> 5. Test *all* samples. Hit each and every sample page from links
>> beginning at http://127.0.0.1:8080/cocoon/samples/

You're right, John. Going to ...cocoon/samples/ is incorrect. It goes to 
a 2.0.2-dev
samples page. This was my mistake. I provided some of this draft to 
Carsten.

> Assuming accessing via a servlet engine running on port 8080 (just
> for the pedantic ;)
>
> Where does http://127.0.0.1:8080/cocoon/ go to?

Better. To the 2.0.3-dev samples welcome page.

Diana


---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Diana Shannon <sh...@apache.org>.
On Thursday, July 11, 2002, at 11:18  AM, John Morrison wrote:

>> 5. Test *all* samples. Hit each and every sample page from links
>> beginning at http://127.0.0.1:8080/cocoon/samples/

You're right, John. Going to ...cocoon/samples/ is incorrect. It goes to 
a 2.0.2-dev
samples page. This was my mistake. I provided some of this draft to 
Carsten.

> Assuming accessing via a servlet engine running on port 8080 (just
> for the pedantic ;)
>
> Where does http://127.0.0.1:8080/cocoon/ go to?

Better. To the 2.0.3-dev samples welcome page.

Diana


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: Looking for help in the upcomming release

Posted by John Morrison <jo...@ntlworld.com>.
> From: Carsten Ziegeler [mailto:cziegeler@s-und-n.de]
> 
> The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
> 15.
> To meet this goal -- which clearly will benefit all users -- we need 
> some *specific* QA (quality assurance) input from the user community.
> 
> To help, here's what you need to do:
> 
> 1. Update your local CVS repository to the *latest* 2.0.3 branch 
>    version from CVS.

cvs ...

> 2.  ./build.[sh|bat] clean
> 
> 3. If you want to build for JDK 1.4 change in build.xml the following 
>    line from
>      <property name="jvm-target" value="13" />
>    to
>      <property name="jvm-target" value="14" />
>    Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or 
>    vice versa. Please note, that the build for JDK 1.3 is also
>    targetted for JDK 1.2

I'd recommend a ".ant.properties" file with
jvm-target=1[3|4]

as it's contents

> 4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)

webapp libs can also be added to ".ant.properties"...
include.webapp.libs=true

> 5. Test *all* samples. Hit each and every sample page from links
> beginning at http://127.0.0.1:8080/cocoon/samples/

Assuming accessing via a servlet engine running on port 8080 (just
for the pedantic ;)

Where does http://127.0.0.1:8080/cocoon/ go to?

> 6. Report back here on your findings, good or bad.
> 
> 7. Make sure you describe your test environment: Platform and JVM, 
> including version numbers.

platform = OS and ServletEngine?  Compiler (javac/jikes/pizza),
xsl(t) engine (xerces/xalan/saxon/xt/...)

> 8. If you find problems, be specific about the problem description: what 
>    page, what error, etc.

Oh, yes :)

> 9. If you can provide a patch/info to fix the problem, even better.

*please* :)

> What we do *not* need:
> Please do not submit requests for XYZ features, dreams, etc. Please save 
> these ideas for future versions.

Seconded.

J.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Looking for help in the upcomming release

Posted by "Andrew C. Oliver" <ac...@apache.org>.
Giacomo Pati wrote:

>On Fri, 12 Jul 2002, Carsten Ziegeler wrote:
>
>  
>
>>Just an update to the procedure:
>>
>>If you use the latest CVS step 3 - setting the targetted jvm -
>>is done now automatically by the build system. It detects the
>>compiler version you use and chooses by itself the correct target.
>>
>>So, everything is getting easier.
>>    
>>
>
>Nice work, Carsten.
>  
>
+1

>Giacomo
>
>
>---------------------------------------------------------------------
>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: Looking for help in the upcomming release

Posted by Giacomo Pati <gi...@apache.org>.
On Fri, 12 Jul 2002, Carsten Ziegeler wrote:

> Just an update to the procedure:
>
> If you use the latest CVS step 3 - setting the targetted jvm -
> is done now automatically by the build system. It detects the
> compiler version you use and chooses by itself the correct target.
>
> So, everything is getting easier.

Nice work, Carsten.

Giacomo


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: Looking for help in the upcomming release

Posted by Giacomo Pati <gi...@apache.org>.
On Fri, 12 Jul 2002, Carsten Ziegeler wrote:

> Just an update to the procedure:
>
> If you use the latest CVS step 3 - setting the targetted jvm -
> is done now automatically by the build system. It detects the
> compiler version you use and chooses by itself the correct target.
>
> So, everything is getting easier.

Nice work, Carsten.

Giacomo


---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Just an update to the procedure:

If you use the latest CVS step 3 - setting the targetted jvm -
is done now automatically by the build system. It detects the
compiler version you use and chooses by itself the correct target.

So, everything is getting easier.

Carsten

Carsten Ziegeler wrote:
> 
> The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
> 15.
> To meet this goal -- which clearly will benefit all users -- we need 
> some *specific* QA (quality assurance) input from the user community.
> 
> To help, here's what you need to do:
> 
> 1. Update your local CVS repository to the *latest* 2.0.3 branch 
>    version from CVS.
> 
> 2.  ./build.[sh|bat] clean
> 
> 3. If you want to build for JDK 1.4 change in build.xml the following 
>    line from
>      <property name="jvm-target" value="13" />
>    to
>      <property name="jvm-target" value="14" />
>    Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or 
>    vice versa. Please note, that the build for JDK 1.3 is also
>    targetted for JDK 1.2
> 
> 4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)
> 
> 5. Test *all* samples. Hit each and every sample page from links
> beginning at http://127.0.0.1:8080/cocoon/samples/
> 
> 6. Report back here on your findings, good or bad.
> 
> 7. Make sure you describe your test environment: Platform and JVM, 
> including version numbers.
> 
> 8. If you find problems, be specific about the problem description: what 
>    page, what error, etc.
> 
> 9. If you can provide a patch/info to fix the problem, even better.
> 
> What we do *not* need:
> Please do not submit requests for XYZ features, dreams, etc. Please save 
> these ideas for future versions.
> 
> 
> Thanks.
> 
> The Cocoon Team
> 
> 
> ---------------------------------------------------------------------
> 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: Looking for help in the upcomming release

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Just an update to the procedure:

If you use the latest CVS step 3 - setting the targetted jvm -
is done now automatically by the build system. It detects the
compiler version you use and chooses by itself the correct target.

So, everything is getting easier.

Carsten

Carsten Ziegeler wrote:
> 
> The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
> 15.
> To meet this goal -- which clearly will benefit all users -- we need 
> some *specific* QA (quality assurance) input from the user community.
> 
> To help, here's what you need to do:
> 
> 1. Update your local CVS repository to the *latest* 2.0.3 branch 
>    version from CVS.
> 
> 2.  ./build.[sh|bat] clean
> 
> 3. If you want to build for JDK 1.4 change in build.xml the following 
>    line from
>      <property name="jvm-target" value="13" />
>    to
>      <property name="jvm-target" value="14" />
>    Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or 
>    vice versa. Please note, that the build for JDK 1.3 is also
>    targetted for JDK 1.2
> 
> 4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)
> 
> 5. Test *all* samples. Hit each and every sample page from links
> beginning at http://127.0.0.1:8080/cocoon/samples/
> 
> 6. Report back here on your findings, good or bad.
> 
> 7. Make sure you describe your test environment: Platform and JVM, 
> including version numbers.
> 
> 8. If you find problems, be specific about the problem description: what 
>    page, what error, etc.
> 
> 9. If you can provide a patch/info to fix the problem, even better.
> 
> What we do *not* need:
> Please do not submit requests for XYZ features, dreams, etc. Please save 
> these ideas for future versions.
> 
> 
> Thanks.
> 
> The Cocoon Team
> 
> 
> ---------------------------------------------------------------------
> 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>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: Looking for help in the upcomming release

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Many thanks to all of you who helped the Cocoon team assuring a
better quality for the upcomming release! Thanks!

As far as I can tell by the responses and by the commit mails,
we have fixed all main problems. Or did I oversee something?

I'm currently building the distribution and will do a test
myself - if everything works and noone complains, I will do
the release in the afternoon.

Again, thanks to all helping us!

Carsten 

Carsten Ziegeler     Chief Architect     Open Source Group, S&N AG
------------------------------------------------------------------
mailto:cziegeler@apache.org                  http://www.s-und-n.de
                    http://ziegeler.bei.t-online.de


> -----Original Message-----
> From: Carsten Ziegeler [mailto:cziegeler@s-und-n.de]
> Sent: Thursday, July 11, 2002 5:11 PM
> To: Cocoon-Dev; Cocoon-Users
> Subject: Looking for help in the upcomming release
> 
> 
> The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
> 15.
> To meet this goal -- which clearly will benefit all users -- we need 
> some *specific* QA (quality assurance) input from the user community.
> 
> To help, here's what you need to do:
> 
> 1. Update your local CVS repository to the *latest* 2.0.3 branch 
>    version from CVS.
> 
> 2.  ./build.[sh|bat] clean
> 
> 3. If you want to build for JDK 1.4 change in build.xml the following 
>    line from
>      <property name="jvm-target" value="13" />
>    to
>      <property name="jvm-target" value="14" />
>    Do not run Cocoon build for JDK 1.3 on a JDK 1.4 system or 
>    vice versa. Please note, that the build for JDK 1.3 is also
>    targetted for JDK 1.2
> 
> 4. ./build.[sh\bat] -Dinclude.webapp.libs=true webapp  (or webapp-local)
> 
> 5. Test *all* samples. Hit each and every sample page from links
> beginning at http://127.0.0.1:8080/cocoon/samples/
> 
> 6. Report back here on your findings, good or bad.
> 
> 7. Make sure you describe your test environment: Platform and JVM, 
> including version numbers.
> 
> 8. If you find problems, be specific about the problem description: what 
>    page, what error, etc.
> 
> 9. If you can provide a patch/info to fix the problem, even better.
> 
> What we do *not* need:
> Please do not submit requests for XYZ features, dreams, etc. Please save 
> these ideas for future versions.
> 
> 
> Thanks.
> 
> The Cocoon Team
> 
> 
> ---------------------------------------------------------------------
> 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: Looking for help in the upcomming release

Posted by Sven Kitschke <ki...@web.de>.
Hi,

Klaus Bertram wrote:

> There is strange Unknown error by the index engine of Lucene!!
> System properties:
> Win 2000 Prof.
> jdk 1.4.0_01
> tomcat 4.0.4
> cvs from today
> 

This may not help, but: The Lucene folks have released a version 1.2

a month ago. The files are available at

http://jakarta.apache.org/builds/jakarta-lucene/release/v1.2/
Is there any reason not to update?


> when tomcat is started as a service in Windows
> No Error in log files
> The tomcat engine throw a windows exception and the process stops.
> it works when tomcat is started  from a dos window with startup.
> 

> on an system with tomcat4.0.1 and jdk1.3.1_02 and tomcat at service it work's nice.
> 
> by the way the yahoo sample are blank
> 
> Klaus
> 




---------------------------------------------------------------------
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: Looking for help in the upcomming release

Posted by Klaus Bertram <k....@kbsm.de>.
At 17:10 11.07.2002, Carsten wrote:
>The Cocoon Project is working very hard to release 2.0.3 by Monday, July 
>15.
>To meet this goal -- which clearly will benefit all users -- we need 
>some *specific* QA (quality assurance) input from the user community.
>
>To help, here's what you need to do:
>
>8. If you find problems, be specific about the problem description: what 
>   page, what error, etc.

There is strange Unknown error by the index engine of Lucene!!
System properties:
Win 2000 Prof.
jdk 1.4.0_01
tomcat 4.0.4
cvs from today

when tomcat is started as a service in Windows
No Error in log files
The tomcat engine throw a windows exception and the process stops.
it works when tomcat is started  from a dos window with startup.

on an system with tomcat4.0.1 and jdk1.3.1_02 and tomcat at service it work's nice.

by the way the yahoo sample are blank

Klaus


---------------------------------------------------------------------
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>