Hello Tim, --- Tim Pizey <[EMAIL PROTECTED]> wrote: > I have downloaded and installed Maven, sucessfully I think. > I then copied example/build.xml to my top level directory. > I tried to find an achive of this list, but couldn't, so > hope this isn't a FAQ.
Archive: http://www.mail-archive.com/[email protected]/ > do-check-source: > [dvsl] Loading stylesheet > /inst/maven/stylesheets/checkstyle.dvsl > [dvsl] [error] ResourceManager : unable to find resource > 'VM_global_library.vm' in any resource loader. The above is a FAQ: http://jakarta.apache.org/turbine/maven/ref/faq.html#dvsl-resource-not-an-error > BUILD FAILED > java.lang.NoSuchMethodError > at org.apache.tools.dvsl.DVSL.setStylesheet(DVSL.java:387) > at org.apache.tools.dvsl.DVSL.setStylesheet(DVSL.java:330) > at org.apache.tools.dvsl.DVSLTask.execute(DVSLTask.java:285) > at [CUT] The NoSuchMethodError is normally unrelated to the VM_global_library.vm error above. What version of Maven have you downloaded and for what platform? For example, I know that the Windows installer for b4 was not complete in some way. You mentioned that you copied the example/build.xml file. Have you created a build.properties in your home directory? Have you created a project.xml in your project's root folder? Ringo __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
