[email protected] wrote at Dienstag, 3. März 2009 09:35: > Hi there, > > I get a error while compilation with maven, I am using maven version > 2.0.10 > > here is the maven compiler config I have > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-compiler-plugin</artifactId> > <configuration> > <source>1.5</source> > <target>1.5</target> > </configuration> > </plugin> > > during compile error I get it is > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > d:/foodlab_feb09/mealbox/meijer/trunk/src/main/java/com/meijer/foodlab/remote/ikan/shoppingcart/package-info.java [1,49] > package annotations should be in file package-info.java > > d:/foodlab_feb09/mealbox/meijer/trunk/src/main/java/com/meijer/webservices/foodlab/client/package-info.java [1,49] > package annotations should be in file package-info.java > > I dint get much of help browsing internet, can someone help me fix this.
This is a compiler error (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6198196). Upgrade your JDK to the last service level. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
