I downloaded a brand new version of Ant (1.7.1) and the specified download. Running "ant new" worked fine for me. I suspect you might have classes in your classpath that are causing issues.
Matt On Fri, Oct 31, 2008 at 2:24 PM, frarebo <[EMAIL PROTECTED]> wrote: > > Hi all!! > > I'm trying to use appfuse light. "mvn test" runs OK, but "ant new" doesn't. > Its output says : > > appfuse-light-wicket-hibernate-1.8.2/build.xml:321: Problem: failed to > create task or type replaceregexp > Cause: the class org.apache.tools.ant.taskdefs.optional.ReplaceRegExp was > not found. > This looks like one of Ant's optional components. > Action: Check that the appropriate optional JAR exists in > -/usr/share/ant/lib > -/home/bigmatt/.ant/lib > -a directory added on the command line with the -lib argument > > I suppose that ant misses a special library that contains ReplaceRegExp. The > problem is that I can not find what library I need. I have ant 1.7.0. Did > anybody already had this message ? Or am I missing something ? > > Thanks > frarebo > -- > View this message in context: > http://www.nabble.com/ReplaceRegExp-was-not-found-tp20273497s2369p20273497.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
