Method and Description |
---|
org.codehaus.plexus.compiler.CompilerConfiguration.getCustomCompilerArguments()
will be removed in 2.X use #getCustomCompilerArgumentsAsMap
|
org.codehaus.plexus.compiler.csharp.CSharpCompiler.parseLine(String) |
org.codehaus.plexus.compiler.CompilerConfiguration.setCustomCompilerArguments(LinkedHashMap)
will be removed in 2.X use #setCustomCompilerArgumentsAsMap
|
org.codehaus.plexus.compiler.AbstractCompiler.toStringArray(List use (String[]) arguments.toArray( new String[ arguments.size() ] ); instead
|
Copyright © 2001-2013 Codehaus. All Rights Reserved.