I'm trying to build Pluto 1.1 and I'm running into some errors. I checked out everything from http://svn.apache.org/repos/asf/portals/pluto/trunk/ I try the mvn install command in the pluto home directory and I'm getting this error first:
[INFO] [compiler:compile] Compiling 47 source files to D:\Pluto\pluto-portal-driver\target\classes [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD FAILURE [INFO] ---------------------------------------------------------------------------- [INFO] Compilation failure D:\Pluto\pluto-portal-driver\src\main\java\org\apache\pluto\driver\TckDriverServlet.java:[41,7] class TCKDriverServlet is public, should be declared in a file named TCKDriverServlet.java Renaming TckDriverServlet.java to TCKDriverServlet.java seems to take care of that. So I try mvn install again and this time I get: [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------------- [INFO] Error building POM (may not be this project's POM). Project ID: unknown:marmalade-tags-io Reason: Parent: null:marmalade-taglibs:jar:null of project: unknown:marmalade-tags-io has wrong packaging: jar. Must be 'pom'. This one I'm not so sure how to get around. Any ideas?
