I removed all wicket jars from my maven repo and also from the target folders of the source folders. The file wicket-1.3.0-incubating- SNAPSHOT.jar was recreated but a similar error was shown:
Loading source file /Users/John/Development/wicket-1.x/jdk-1.4/wicket- extensions/src/main/java/wicket/extensions/wizard/WizardModel.java... Loading source file /Users/John/Development/wicket-1.x/jdk-1.4/wicket- extensions/src/main/java/wicket/extensions/wizard/WizardStep.java... 1 error [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An error has occurred in JavaDocs report generation. Embedded error: Exit code: 1 - error: error reading /Users/John/ Development/wicket-1.x/jdk-1.4/wicket/target/wicket-1.3.0-incubating- SNAPSHOT.jar; invalid header field >> On 13 Mar 2007, at 12:02, Martijn Dashorst wrote: > Probably you have remove the jars from your local repository and > build again. > > Martijn > > On 3/13/07, John Patterson <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I get this error message when trying to build wicket: >> >> ERROR] BUILD FAILURE >> [INFO] >> --------------------------------------------------------------------- >> --- >> [INFO] Compilation failure >> >> error: error reading /Users/john/.m2/repository/org/apache/wicket/ >> wicket/1.3.0-incubating-SNAPSHOT/wicket-1.3.0-incubating- >> SNAPSHOT.jar; invalid header field >> >> >> I am using Maven 2.0.3. Any ideas? >> >> Thanks, >> >> John >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > > -- > Learn Wicket at ApacheCon Europe: http://apachecon.com > Join the wicket community at irc.freenode.net: ##wicket > Wicket 1.2.5 will keep your server alive. Download Wicket now! > http://wicketframework.org > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
