On 1/16/06, Reinhard Poetz <[EMAIL PROTECTED]> wrote:
> Gianugo Rabellino wrote:
> > On 1/16/06, Reinhard Poetz <[EMAIL PROTECTED]> wrote:
> >
> >>Daniel Fagerstrom wrote:
> >>
> >>>Ben Pope skrev:
> >>
> >>>>When "Building Cocoon Block Deployer"
> >>>>I get a compile error:
> >>>>java.lang.IllegalStateException: basedir src\main\resources\xsd does
> >>>>not exist
> >>>
> >>>
> >>>I get the same error, the directory is there but the castor plugin
> >>>doesn't find it. Hopefully Reinhard can give a better answer on what is
> >>>going on.
> >>
> >>I have no idea what's going wrong here. I just can say it works for me.
> >
> >
> > Don't know if that helps, but I've got it working by changing:
> >
> >             <configuration>
> >               
> > <properties>src/main/castor/castorbuilder.properties</properties>
> >               <schemaDirectory>src/main/resources/xsd</schemaDirectory>
> >             </configuration>
> >
> > to:
> >
> >             <configuration>
> >               
> > <properties>cocoon-deployer/src/main/castor/castorbuilder.properties</properties>
> >               
> > <schemaDirectory>cocoon-deployer/src/main/resources/xsd</schemaDirectory>
> >             </configuration>
> >
> > in cocoon-deployer's pom.xml. Looks like a basedir issue...
>
> which is your working directory?

Uh? Untouched cocoon-trunk, full dir is
/Users/gianugo/dev/src/cocoon/trunk/ from where I'm launching mvn...

Ciao,
--
Gianugo Rabellino
Pro-netics s.r.l. -  http://www.pro-netics.com
Orixo, the XML business alliance: http://www.orixo.com
(blogging at http://www.rabellino.it/blog/)

Reply via email to