from: http://tinyurl.com/as8aq
"This message means that Ant could not find the task or a class this task relies on. Ant is trying to load the JUnit JAR files. When using Ant outside of the IDE you have to place junit.jar in the %ANT_HOME%/lib directory. That task doesn't work when using Eclipse because it uses its own version of Ant. Instead junit.jar must be placed in Eclipse's Ant directory, that is, in %ECLIPSE_HOME%/plugins/org.apache.ant_1.6.2/lib (obviously the version of Ant may vary with the version of Eclipse)." Geoff On 8/6/05, Norbert Sándor <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to build tapestry in Eclipse from CVS. > I get the error message at hivebuild\module.xml:188: Could not create task or > type of type: junit. > What does this mean? > > Thanks, > Norbi > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Announcement Feed: http://www.jroller.com/rss/glongman?catname=/Announcements Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
