Thanks for the reply. I was able to find the issue. There was a file /etc/ant.conf which was loaded every time ant was used. That file somehow reset the ant version used to 1.6.5.
Deleting the file or using ant with the --noconfig option solved the issue: ant --noconfig -version On 10/08/07, Mondain <[EMAIL PROTECTED]> wrote: > > Just a guess here.. Update your ANT_HOME environment variable and try > again. > > On 8/9/07, Naicu Octavian <[EMAIL PROTECTED] > wrote: > > > I have a test box running Fedora Core 7. > > > > Everything worked fine when using 0.6.2 but when I downloaded the > > latest Red5 files fom the SVN but building it with Ant resulted in > > this error: > > > > opt/red5/build.xml:371: Could not create task or type of type: > > manifestclasspath. > > > > I have read on this list that I should upgrade my Ant to 1.7.0 . This > > what version of ANT I had at the time > > > > # ant -version > > Apache Ant version 1.6.5 compiled on March 19 2007 > > > > > > So I downloaded ant 1.7.0 and put it in /usr/share/ant/ > > > > > > # /usr/share/ant/bin/ant -version > > Apache Ant version 1.6.5 compiled on March 19 2007 > > > > > > It would seem that the 1.7.0 archive I am downloading contains actually > > 1.6.5 ?! > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > > -- > It is difficult to free fools from the chains they revere. - Voltaire > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > >
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
