This is usually because commons-jelly-tags-antlr is corrupt. It's unfortunate that it is required for java:compile to run, but that is a historical problem.
Remove ~/.maven/repository/commons-jelly/jars/commons-jelly-tags-antlr-*.jar and try again. Cheers, Brett On Wed, 19 Jan 2005 12:48:59 -0700, Kris Nuttycombe <[EMAIL PROTECTED]> wrote: > I ran into this problem as well, and I think that I ended up resolving > it by either changing to the latest version of Maven or manually hacking > the relevant plugin's project.xml file to correct a bad groupId. My > memory's pretty fuzzy on this one. > > Sorry I couldn't be more help, > Kris > > Tate Austin wrote: > > >Okay, I am specing out maven for a project and I install it just as the > >documentation tells me to, so then when I attempt a very basic > >project.xml with a java:compile I get: > > Could not find the class: > >org.apache.commons.jelly.tags.antlr.AntlrTagLibrary > > ..it cascades on with a ClassNotFoundException. > > Jarhoo(http://www.jarhoo.com) does not know of > >org.apache.commons.jelly.tags.antlr.AntlrTagLibrary > >I have searched the repository and sure enough, Maven doesn't have it in > >the repository. I have seen a few forum posts of others asking for a > >resolution to this problem, none of them have answers. So is this just > >a known issue and I need to be waiting/finding an alternative or is this > >a common problem with a solution I have just not seen? > > > > > > > > -- > ===================================================== > Kris Nuttycombe > Associate Scientist > Geospatial Data Services Group > CIRES, National Geophysical Data Center/NOAA > (303) 497-6337 > [EMAIL PROTECTED] > ===================================================== > > --------------------------------------------------------------------- > 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]
