Strange, I just deleted the entire .m2/repository/org/apache/wicket/ directory and checked out a fresh copy of http://svn.apache.org/repos/ asf/incubator/wicket/branches/wicket-1.x into a new directory, updated mvn to 2.0.5 (using darwin ports) and ran:
mvn -Dmaven.test.skip=true install But got the exact same error as before: Loading source file /Users/John/Development/wicket/current/wicket-1.x/ jdk-1.4/wicket-extensions/src/main/java/wicket/extensions/wizard/ WizardModel.java... Loading source file /Users/John/Development/wicket/current/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/current/wicket-1.x/jdk-1.4/wicket/target/ wicket-1.3.0-incubating-SNAPSHOT.jar; invalid header field could it be a different javadoc binary that causes the different behaviour? My Mac OS X java version is reported as: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164) On 13 Mar 2007, at 14:40, Martijn Dashorst wrote: > I just did a clean checkout of our 1.x branch, removed my local > repository, and it 'just worked'. > > I do use maven 2.0.5, perhaps that is the deciding factor? > > Martijn > > On 3/13/07, John Patterson <[EMAIL PROTECTED]> wrote: >> On 13 Mar 2007, at 12:31, Frank Bille wrote: >> >>> I get the same error and have tried to remove local jar files. I'll >>> look into it tonight (can't get workspace setup using new "al" >>> structure) >>> >> >> Great, cheers. Until then I have checked out the last revision >> before the restructuring. >> >> --------------------------------------------------------------------- >> ---- >> 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
