It must be something in my enviroment, just not sure what. If I copy the codec jar into Maven's 'lib' folder, then it's resolved correctly by the mojo. Any idea what I'm missing here?
Thanks, Garry On Nov 12, 1:57 pm, "Marvin Froeder" <[EMAIL PROTECTED]> wrote: > No, you don't need to handle this kind of thing. The mojo should resolve by > it's own. > > try to unzip your commons codec, may be is corrupted, if so, delete and > redownload it. > > VELO > > On Wed, Nov 12, 2008 at 4:54 PM, Garry <[EMAIL PROTECTED]> wrote: > > > Hi, > > > When attempting to build the html-template-application example, I get > > the following error: > > > java.lang.NoClassDefFoundError: org/apache/commons/codec/ > > DecoderException > > at info.flexmojos.htmlwrapper.HtmlWrapperMojo.extractTemplate > > (HtmlWrapperMojo.java:249) > > at info.flexmojos.htmlwrapper.HtmlWrapperMojo.execute > > (HtmlWrapperMojo.java:178) > > at org.apache.maven.plugin.DefaultPluginManager.executeMojo > > (DefaultPluginManager.java:451) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals > > (DefaultLifecycleExecutor.java:558) > > > I do have the JAR 'commons-codec/commons-codec/1.3/commons- > > codec-1.3.jar' in my local > > repo. Obviously, I need to put it somewhere else so the mojo can see > > it. Where? > > > Thanks, Garry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
