It means that you are running a target directly, just calling ant will execute the default target (specified at the top of the build.xml). You can specify multiple targets like so: ant clean resolve server
On 8/20/07, Nathan P. Johansen <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > What does "ant resolve" mean? Does it mean typing something other than > just "ant" on the command line? > > Nathan > > On Mon, 20 Aug 2007, Mondain wrote: > > > Anyone who is having build failures, please do an ant resolve at the > command > > line or if you're using eclipse right click on Ivy in the package > explorer > > and select refresh then resolve. Its likely that you are missing library > > jars. > > > > Paul > > > > On 8/20/07, Nathan P. Johansen <[EMAIL PROTECTED]> wrote: > > > > > > Hi Everyone, > > > > > > The last revision of Red5 that I could get to compile was 2228. Every > > > revision since then up to the current 2233 will fail when compiling > with > > > ANT on both my Windows and Debian machines: > > > > > > BUILD FAILED > > > C:\Red5SVN\build.xml:145: The following error occurred while executing > > > this line: > > > C:\Red5SVN\build.xml:169: Compile failed; see the compiler error > output > > > for details. > > > Total time: 18 seconds > > > > > > Is anyone else having this problem, or is there something different > that I > > > need to do now to compile the code? =) > > > > > > > > > Thanks, > > > > > > Nathan > > > > > > > > > _______________________________________________ > > > 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 > -- 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
