You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2002/08/11 16:19:38 UTC

cvs commit: xml-forrest status.xml

nicolaken    2002/08/11 07:19:38

  Modified:    .        status.xml
  Log:
      <action dev="NKB" type="add" context="docs">
       Added to the &quot;forrest-site&quot; skin the ability to split source code
       larger than 80 chars in two or more lines.
      </action>
  
  Revision  Changes    Path
  1.10      +4 -0      xml-forrest/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/status.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- status.xml	31 Jul 2002 06:12:38 -0000	1.9
  +++ status.xml	11 Aug 2002 14:19:38 -0000	1.10
  @@ -84,6 +84,10 @@
   
     <changes>
      <release version="0.1" date="2002">
  +    <action dev="NKB" type="add" context="docs">
  +     Added to the &quot;forrest-site&quot; skin the ability to split source code
  +     larger than 80 chars in two or more lines.
  +    </action>
       <action dev="DC" type="add" context="docs" due-to="Bert Van Kets">
        Replace the &quot;forrest-site&quot; skin with the new &quot;bert&quot;
        skin.
  
  
  

RE: new split-longlines xsl is a killer

Posted by Marc Portier <mp...@outerthought.org>.
my small test: [build clean docs]

running on w2k (1gig laptop 256 meg)
revision 1.8 (undone split lines) 2'26"
revision 1.7 (fresh split lines)  2'44"

running on linux redhat ot.net machine (unknown hw specs)
revision 1.8  6'1"
revision 1.7  5'58"
running good ol' jdk 1.3 and a bit


'fraid I'm not experiencing the same, David
(I used cvs update -r 1.7 document2html.xsl |and the -A to revert)

-marc=

> -----Original Message-----
> From: Nicola Ken Barozzi [mailto:nicolaken@apache.org]
> Sent: maandag 12 augustus 2002 15:11
> To: forrest-dev@xml.apache.org
> Subject: Re: new split-longlines xsl is a killer
> 
> 
> 
> David Crossley wrote:
> > Good idea Ken, but it gives problems on my machine.
> > Normally 'build docs' takes about 2.5 minutes. With this
> > it takes about 8 minutes and consumes all the resources
> > of the machine (which is a lot). I see nasty messages
> > in the system logfile ...
> > Aug 12 22:05:28 ighp kernel: Out of Memory: Killed process 3701 (java).
> > Aug 12 22:05:29 ighp kernel: Out of Memory: Killed process 3707 (java).
> > ... repeated 9 times.
> > 
> > And other processes suffer.
> > 
> > I have commented-it-out in CVS document2html.xsl
> > for the sake of the automated builds.
> > Is anyone else seeing this?
> 
> Hmmm... I just ran it and it did just under 3 minutes...
> Although I do concede that the stylsheet is not really so efficient, it 
> shouldnt be a problem, we don't have that big source parts...
> 
> Hmmm...
> 
> -- 
> Nicola Ken Barozzi                   nicolaken@apache.org
>              - verba volant, scripta manent -
>     (discussions get forgotten, just code remains)
> ---------------------------------------------------------------------
> 

Re: new split-longlines xsl is a killer

Posted by Nicola Ken Barozzi <ni...@apache.org>.
David Crossley wrote:
> Good idea Ken, but it gives problems on my machine.
> Normally 'build docs' takes about 2.5 minutes. With this
> it takes about 8 minutes and consumes all the resources
> of the machine (which is a lot). I see nasty messages
> in the system logfile ...
> Aug 12 22:05:28 ighp kernel: Out of Memory: Killed process 3701 (java).
> Aug 12 22:05:29 ighp kernel: Out of Memory: Killed process 3707 (java).
> ... repeated 9 times.
> 
> And other processes suffer.
> 
> I have commented-it-out in CVS document2html.xsl
> for the sake of the automated builds.
> Is anyone else seeing this?

Hmmm... I just ran it and it did just under 3 minutes...
Although I do concede that the stylsheet is not really so efficient, it 
shouldnt be a problem, we don't have that big source parts...

Hmmm...

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


Re: new split-longlines xsl is a killer

Posted by David Crossley <cr...@indexgeo.com.au>.
Nicola Ken Barozzi wrote:
> David Crossley wrote:
> > Nicola Ken Barozzi wrote:
> > 
> >>David Crossley wrote:
> >>
> >>>Good idea Ken, but it gives problems on my machine.
> >>>Normally 'build docs' takes about 2.5 minutes. With this
> >>>it takes about 8 minutes and consumes all the resources
> >>>of the machine (which is a lot). I see nasty messages
> >>>in the system logfile ...
> >>>Aug 12 22:05:28 ighp kernel: Out of Memory: Killed process 3701 (java).
> >>>Aug 12 22:05:29 ighp kernel: Out of Memory: Killed process 3707 (java).
> >>>... repeated 9 times.
> >>>
> >>>And other processes suffer.
> >>>
> >>>I have commented-it-out in CVS document2html.xsl
> >>>for the sake of the automated builds.
> >>>Is anyone else seeing this?
> >>
> >>I've just did build docs from a 1Ghz machine, and it did them in
> > 
> > Ken, i am not sure what you mean. Are you seeing the problem
> > on this machine?
> 
> Nope

OK then, bug alert. Perhaps i will get time to try it out
directly via Cocoon and put it in their Bugzilla.
--David




Re: new split-longlines xsl is a killer

Posted by Nicola Ken Barozzi <ni...@apache.org>.
David Crossley wrote:
> Nicola Ken Barozzi wrote:
> 
>>David Crossley wrote:
>>
>>>Good idea Ken, but it gives problems on my machine.
>>>Normally 'build docs' takes about 2.5 minutes. With this
>>>it takes about 8 minutes and consumes all the resources
>>>of the machine (which is a lot). I see nasty messages
>>>in the system logfile ...
>>>Aug 12 22:05:28 ighp kernel: Out of Memory: Killed process 3701 (java).
>>>Aug 12 22:05:29 ighp kernel: Out of Memory: Killed process 3707 (java).
>>>... repeated 9 times.
>>>
>>>And other processes suffer.
>>>
>>>I have commented-it-out in CVS document2html.xsl
>>>for the sake of the automated builds.
>>>Is anyone else seeing this?
>>
>>I've just did build docs from a 1Ghz machine, and it did them in
> 
> Ken, i am not sure what you mean. Are you seeing the problem
> on this machine?

Nope

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


Re: new split-longlines xsl is a killer

Posted by David Crossley <cr...@indexgeo.com.au>.
Nicola Ken Barozzi wrote:
> David Crossley wrote:
> > Good idea Ken, but it gives problems on my machine.
> > Normally 'build docs' takes about 2.5 minutes. With this
> > it takes about 8 minutes and consumes all the resources
> > of the machine (which is a lot). I see nasty messages
> > in the system logfile ...
> > Aug 12 22:05:28 ighp kernel: Out of Memory: Killed process 3701 (java).
> > Aug 12 22:05:29 ighp kernel: Out of Memory: Killed process 3707 (java).
> > ... repeated 9 times.
> > 
> > And other processes suffer.
> > 
> > I have commented-it-out in CVS document2html.xsl
> > for the sake of the automated builds.
> > Is anyone else seeing this?
> 
> I've just did build docs from a 1Ghz machine, and it did them in

Ken, i am not sure what you mean. Are you seeing the problem
on this machine?
--David




Re: new split-longlines xsl is a killer

Posted by Nicola Ken Barozzi <ni...@apache.org>.
David Crossley wrote:
> Good idea Ken, but it gives problems on my machine.
> Normally 'build docs' takes about 2.5 minutes. With this
> it takes about 8 minutes and consumes all the resources
> of the machine (which is a lot). I see nasty messages
> in the system logfile ...
> Aug 12 22:05:28 ighp kernel: Out of Memory: Killed process 3701 (java).
> Aug 12 22:05:29 ighp kernel: Out of Memory: Killed process 3707 (java).
> ... repeated 9 times.
> 
> And other processes suffer.
> 
> I have commented-it-out in CVS document2html.xsl
> for the sake of the automated builds.
> Is anyone else seeing this?

I've just did build docs from a 1Ghz machine, and it did them in



-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


new split-longlines xsl is a killer

Posted by David Crossley <cr...@indexgeo.com.au>.
Good idea Ken, but it gives problems on my machine.
Normally 'build docs' takes about 2.5 minutes. With this
it takes about 8 minutes and consumes all the resources
of the machine (which is a lot). I see nasty messages
in the system logfile ...
Aug 12 22:05:28 ighp kernel: Out of Memory: Killed process 3701 (java).
Aug 12 22:05:29 ighp kernel: Out of Memory: Killed process 3707 (java).
... repeated 9 times.

And other processes suffer.

I have commented-it-out in CVS document2html.xsl
for the sake of the automated builds.
Is anyone else seeing this?

--David

nicolaken@apache.org wrote:
> nicolaken    2002/08/11 07:19:38
> 
>   Modified:    .        status.xml
>   Log:
>       <action dev="NKB" type="add" context="docs">
>        Added to the &quot;forrest-site&quot; skin the ability
>        to split source code
>        larger than 80 chars in two or more lines.
>       </action>