OMFG. The inmates are running the asylum.
Instead of fixing this utterly ridiculous problem, some guy submitted a patch to detect when someone was using spaces in the text of <compilerArgument> and spit out a warning, directing them to a new FAQ entry explaining the limitation, and telling them this retarded workaround: http://jira.codehaus.org/browse/MCOMPILER-130 He then included a bunch of code to allow this warning to be turned off. WTFFFFFFFFFFFFFFFFFFFFF!? git-svn-id: https://samskivert.googlecode.com/svn/trunk@2875 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -102,7 +102,8 @@
|
||||
<target>1.5</target>
|
||||
<showDeprecation>true</showDeprecation>
|
||||
<showWarnings>true</showWarnings>
|
||||
<compilerArguments><Xlint/><Xlint:-serial/><Xlint:-path/></compilerArguments>
|
||||
<!-- yes, those quoted spaces are a workaround sanctioned by the Maven idiocracy -->
|
||||
<compilerArgument>-Xlint" "-Xlint:-serial" "Xlint:-path</compilerArgument>
|
||||
<excludes>
|
||||
<exclude>com/samskivert/velocity/**</exclude>
|
||||
<exclude>com/samskivert/xml/**</exclude>
|
||||
|
||||
Reference in New Issue
Block a user