On Wed, Sep 17, 2003 at 10:26:13AM +0200, Eric BURGHARD wrote:
> Le Mercredi 17 Septembre 2003 09:32, andre@tehila.gov.il a écrit :
> > On Wed, Sep 17, 2003 at 12:03:48AM -0700, Jeff Turner wrote:
> > > On Wed, Sep 17, 2003 at 09:50:00AM +0300, Andre wrote:
> > > > Hello guys,
> > > >
> > > > I'm unable to run forrest 0.5. Trying to run "forrest seed" in an
> > > > empty directory I get the following message:
> > > >
> > > > ===========================
> > > >
> > > > Apache Forrest. Run 'forrest -projecthelp' to list options
> > > >
> > > > Buildfile:
> > > > /usr/local/java/apache-forrest-0.5-bin/bin/../forrest.build.xml
> > > >
> > > > BUILD FAILED
> > > > file:/usr/local/java/apache-forrest-0.5-bin/bin/../forrest.build.xml:83
> > > >7: The <xmlcatalog> data type doesn't support the nested "catalogpath"
> > > > element.
>
> I saw that the ant script was taken from the jpackage projet (really cool for
> rpm based linux). thus if you have their ant package installed it could
> interfer badly with the one provided with forrest (which is newer). Just
> comment the inclusion of the ant.conf the $forrest_home/ant/bin/ant script,
> like this :
> #if [ -f "/etc/ant.conf" ] ; then
> # . /etc/ant.conf
> #fi
Thanks, that seems to do the trick.
Regards,
Andre.
|