Same here, it's just the filename that's wrong. The classname inside the file is ok.
2005/12/14, David Barron <[EMAIL PROTECTED]>: > 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? > > -- "I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams
