> -----Original Message-----
> From: Morten Ludvigsen [mailto:[EMAIL PROTECTED]]
>
> Thanks very much for your reply.
>
> I have just tried what you suggested, but the build still does not get
> past the init target. It does not look like it even calls javac. If it
> did I would expect at least some error messages.

You could confirm this by modifying build.xml to include some more <echo...>
commands just to isolate a point of failure.  I've had to resort to this
before.

>
> As I said, there is probably something very basic that I have forgotten
> to do - this is the first time I try building Cocoon from scratch, and
> also the first time I am using Ant.

Only thing I can think of is JAVA_HOME - do you have that set correctly?

>
> Regards,
>
> Morten Ludvigsen
> 2-People Software
> Denmark
>
> Mark Eggers wrote:
>
> >I just built CVS HEAD yesterday afternoon.  There are
> >some problems with sitemap validation, so you will
> >have to turn that off (<validate>false</validate>) in
> >properties.xml.
> >
> >One of the things I have to remember is to clear my
> >custom CLASSPATH variable before I start the build
> >process.
> >
> >To build, I do the following:
> >
> >set CLASSPATH=
> >
> >build -Dinclude.webapp.libs=yes
> >-Dinclude.scratchpad.libs=yes
> >-Dinstall.war=%TOMCAT_HOME%\webapps webapp
> >
> >I've also picked up the extra jars for mail, jta,
> >xindice, and logging to enable those optional
> >components.  One of these days I'll pick up the php
> >servlet jar and see if I can't get that to compile as
> >well.
> >
> >HTH
> >
> >/mde/
> >just my two cents . . . .
> >
> >__________________________________________________
> >Do you Yahoo!?
> >Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> >http://mailplus.yahoo.com
> >
> >---------------------------------------------------------------------
> >Please check that your question  has not already been answered in the
> >FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> >
> >To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> >For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
> >
> >
> >
>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to