Patches item #1614534, was opened at 2006-12-13 00:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=730670&aid=1614534&group_id=134391
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Wicket Stuff Group: trunk Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tim O'Brien (tmo9d) Assigned to: Martijn Dashorst (dashorst) Summary: Fixed broken POM description in scriptaculous Initial Comment: Now, this one is a real PITA. In Maven 2, if you have a pom.xml that has a description element with a line break inside of it. This line-break will show up in the Jar's Manifest file. This will create a JAR which is technically not valid, so when you try to use the JAR in an app server it'll usually not find the class because it rejects the JAR outright (of course, it does this silently just to make it more difficult to debug). So, in Maven 2 you can't have a description element with a line-break in it, it'll cause classloaders to barf, this patch puts the description on a single line in the pom.xml. This is a known issue in Maven, the problem is in the Jar plugin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=730670&aid=1614534&group_id=134391 ------------------------------------------------------------------------- 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-stuff-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop
