You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Paul Russell <pa...@luminas.co.uk> on 2000/07/17 13:08:58 UTC

[C2] Build errors.

Hi All,

Just tried to build the latest Cocoon2 CVS. I'm getting compile
errors in the SVGSerializer and ImageSerializer due to the avalon
integration (I believe).

Patches follow. Love it when they're this short ;)

Index: src/org/apache/cocoon/serialization/ImageSerializer.java
===================================================================
RCS file: /home/cvspublic/xml-cocoon/src/org/apache/cocoon/serialization/Attic/ImageSerializer.java,v
retrieving revision 1.1.2.1
diff -r1.1.2.1 ImageSerializer.java
11a12
> import org.apache.avalon.utils.Parameters;
Index: src/org/apache/cocoon/serialization/SVGSerializer.java
===================================================================
RCS file: /home/cvspublic/xml-cocoon/src/org/apache/cocoon/serialization/Attic/SVGSerializer.java,v
retrieving revision 1.1.2.1
diff -r1.1.2.1 SVGSerializer.java
11a12
> import org.apache.avalon.utils.Parameters;

Cheers,


Paul

-- 
Paul Russell                               <pa...@luminas.co.uk>
Technical Director,                   http://www.luminas.co.uk
Luminas Ltd.

Re: [C2] Build errors.

Posted by Paul Russell <pa...@luminas.co.uk>.
On Mon, Jul 17, 2000 at 08:09:33AM -0400, Berin Loritsch wrote:
> Paul Russell wrote:
> > Index: src/org/apache/cocoon/serialization/ImageSerializer.java
> > ===================================================================
> > RCS file: /home/cvspublic/xml-cocoon/src/org/apache/cocoon/serialization/Attic/ImageSerializer.java,v
> > [...]
> 
> Isn't stuff in the ./Attic directories supposed to be unused?

Nope. The stuff in the Attic is things that are ourside the MAIN
branch. Cocoon2 is in a separate branch of the repository,
therefore, most of its files are in the attic.

Cheers,


Paul
-- 
Paul Russell                               <pa...@luminas.co.uk>
Technical Director,                   http://www.luminas.co.uk
Luminas Ltd.

Re: [C2] Build errors.

Posted by Berin Loritsch <bl...@infoplanning.com>.
Paul Russell wrote:
> 
> Hi All,
> 
> Just tried to build the latest Cocoon2 CVS. I'm getting compile
> errors in the SVGSerializer and ImageSerializer due to the avalon
> integration (I believe).
> 
> Patches follow. Love it when they're this short ;)
> 
> Index: src/org/apache/cocoon/serialization/ImageSerializer.java
> ===================================================================
> RCS file: /home/cvspublic/xml-cocoon/src/org/apache/cocoon/serialization/Attic/ImageSerializer.java,v
> retrieving revision 1.1.2.1
> diff -r1.1.2.1 ImageSerializer.java
> 11a12
> > import org.apache.avalon.utils.Parameters;
> Index: src/org/apache/cocoon/serialization/SVGSerializer.java
> ===================================================================
> RCS file: /home/cvspublic/xml-cocoon/src/org/apache/cocoon/serialization/Attic/SVGSerializer.java,v
> retrieving revision 1.1.2.1
> diff -r1.1.2.1 SVGSerializer.java
> 11a12
> > import org.apache.avalon.utils.Parameters;
> 
> Cheers,
> 
> Paul

Isn't stuff in the ./Attic directories supposed to be unused?