On Mar, 14 de Diciembre de 2004, 9:18, Lars Huttar dijo: > > Searching this mailing list's archives I found the message appended at > the bottom of this one, which suggests that the problem can be solved by > using the Ant included with Cocoon, rather than the one on the system. > But I've been using build.sh, which explicitly uses the provided Ant. I > even put "echo" statements in build.sh that verify that tools/bin/ant is > being used. Nor have I modified any Ant settings (this is a new Linux > installation). > So... any other ideas?
The not found task is part of cocoon distribution. This clear tell that even when you use ./build.sh, the system is using other ant version. SOLUTION: Remove the ant of the SuSe instalation. This is the same problem in Fedora. Fedora Core 2 included a lot of java stuf as ant and some commons-x jar than in the new Fedora Core 3 they where removed. Seems like the inclusion of all this stuff in FC2 did more harm than help and for this reasons they decided to not include this jars anymore as parrt of the distribution. Best Regards, Antonio Gallardo. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
