You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Bert Van Kets <be...@visitronics.be> on 2002/02/21 11:50:00 UTC

latest CVS doesn't build

The latest CVS doesn't build.
I deleted the build directory, just to make sure.  Did a checkout twice to 
make sure I got all the files.
I build using
build.bat  -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes webapp
on Win2K server and get the error
-----------------------------------------------------------------------------------------------------------------------
compile:
      [echo] Compiling with Java 1.3, debug on, optimize off, deprecation off
     [javac] Compiling 1 source file to C:\cvs\xml-cocoon2\build\cocoon\classes
     [javac] Compiling 1 source file to 
C:\cvs\xml-cocoon2\build\cocoon\scratchpad\classes
     [javac] 
C:\cvs\xml-cocoon2\build\cocoon\scratchpad\src\org\apache\cocoon\transformation\pagination\Pagesheet.java:67: 
Class org.apache.cocoon.util.ResizableContainer not found in import.
     [javac] import org.apache.cocoon.util.ResizableContainer;
     [javac]        ^
     [javac] 1 error

BUILD FAILED
-----------------------------------------------------------------------------------------------------------------------

Can anybody check this out?
Bert


At 13:17 21/02/2002 +0300, you wrote:
>I'd like to see it in Cocoon. It can be added to scratchpad.
>To be added it must be posted as a bug to Bugzilla with [PATCH] prefix in
>subject and attached source file.
>
>It would be also fine to have an action that performs the opposite
>operation: set properties of JavaBean object(s) with request param values
>using XPath expressions, e.g.:
>customer/firstname = Ozzy
>customer/lastname = Osbourne
>can be converted to XML:
><customer>
>     <firstname>Ozzy</firstname>
>     <lastname>Osbourne</lastname>
></customer>
>
>then some UnmarshalAction could map this XML to a java bean using Castor.
>These can be useful in implementing something like an XForms processor at
>the server side.
>
>
>Regards,
>     Konstantin Piroumian
>
> >
> > Hi
> > I wrote a Castor Transfomer it Marshals a java bean from the
> > Session or the Sitemap  into a series of SAX events.
> > So it can replace a element with marshalled object.
> > I wan't to ask if you want this Transformer as a
> > conribution ?
> >
> >
> > ---------------------------------------------------------------------
> > 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


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