Santiago Gala wrote:
> 
> Raphael Luta wrote:
> 
> > ingo schuster wrote:
> > >
> > > Raphael,
> > >
> > > The build of the CVS failed. I changed an import statement in
> > > WAPPortletController from
> > >    import org.apache.jetspeed.portal.cocoon.*;
> > > to
> > >    import org.apache.jetspeed.services.cocoon.*;
> > >
> > > This fixed it.
> > >
> >
> > Thanks.
> > One blame for me... :(
> >
> 
> To take the positive output out of the thing, we have learned:
> 
> Always try ./build.sh clean; ./build.sh before commiting changes,
> specially new classes or classes moved.
> 
> Other thing: look for ?<path> lines in a cvs diff before thinking the
> changes are allright. It is very easy to forget to "add" files.
> 
> I was able to build your cvs because I did not clean it, but it would
> have backfired on me if I had used this class. I have made the same
> errors lots of times, specially when hurried to finish and commit.
> 
> That's the lesson out of it! :-)
> 

I did clean it but I did not remove the empty "portal/cocoon" directory
and thus the import statement could resolve.

BTW, I've just removed the import statement in WAPController since it's not
used (that's why I didn't notice it in the first place, I only fixed code
that *used* the cocoon package...)

--
Rapha�l Luta - [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to