Uses of Class
org.codehaus.mojo.natives.NativeBuildException
-
-
Uses of NativeBuildException in org.codehaus.mojo.natives
Methods in org.codehaus.mojo.natives that throw NativeBuildException Modifier and Type Method Description protected abstract Map
AbstractEnvFactory. createEnvs()
Map
AbstractEnvFactory. getEnvironmentVariables()
Map
EnvFactory. getEnvironmentVariables()
static boolean
SourceDependencyAnalyzer. isStaled(File source, File dest, Parser parser, File[] includePaths)
-
Uses of NativeBuildException in org.codehaus.mojo.natives.bcc
Methods in org.codehaus.mojo.natives.bcc that throw NativeBuildException Modifier and Type Method Description protected org.codehaus.plexus.util.cli.Commandline
BCCLinker. createLinkerCommandLine(List objectFiles, LinkerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
TLibLinker. createLinkerCommandLine(List objectFiles, LinkerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
BCCCompiler. getCommandLine(File src, File dest, CompilerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
BCCResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, File source)
Map
BCCEnvFactory. getEnvironmentVariables()
-
Uses of NativeBuildException in org.codehaus.mojo.natives.c
Methods in org.codehaus.mojo.natives.c that throw NativeBuildException Modifier and Type Method Description protected org.codehaus.plexus.util.cli.Commandline
CLinker. createLinkerCommandLine(List objectFiles, LinkerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
AbstractCCompiler. getCommandLine(File srcFile, File destFile, CompilerConfiguration config)
Setup Compiler Command lineprotected void
CLinker. setCommandLineForExternalLibraries(org.codehaus.plexus.util.cli.Commandline cl, LinkerConfiguration config)
Setup Commandline to handle external library depending on extention type -
Uses of NativeBuildException in org.codehaus.mojo.natives.compiler
Methods in org.codehaus.mojo.natives.compiler that throw NativeBuildException Modifier and Type Method Description List
AbstractCompiler. compile(CompilerConfiguration config, File[] sourceFiles)
void
AbstractMessageCompiler. compile(MessageCompilerConfiguration config, File[] sourceFiles)
List
AbstractResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)
List
Compiler. compile(CompilerConfiguration config, File[] sourceFiles)
void
MessageCompiler. compile(MessageCompilerConfiguration config, File[] sourceFiles)
List
ResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)
protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractCompiler. getCommandLine(File src, File dest, CompilerConfiguration config)
protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractMessageCompiler. getCommandLine(MessageCompilerConfiguration config, File source)
protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, File source)
protected static File
AbstractCompiler. getObjectFile(File sourceFile, File outputDirectory, String objectFileExtension)
Figure out the object file relative path from a given source filevoid
AbstractCompiler.CompilerRunnable. run()
-
Uses of NativeBuildException in org.codehaus.mojo.natives.javah
Methods in org.codehaus.mojo.natives.javah that throw NativeBuildException Modifier and Type Method Description void
Javah. compile(JavahConfiguration configuration)
void
JavahExecutable. compile(JavahConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
JavahExecutable. createJavahCommand(JavahConfiguration config)
-
Uses of NativeBuildException in org.codehaus.mojo.natives.linker
Methods in org.codehaus.mojo.natives.linker that throw NativeBuildException Modifier and Type Method Description protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractLinker. createLinkerCommandLine(List objectFiles, LinkerConfiguration config)
File
AbstractLinker. link(LinkerConfiguration config, List compilerOutputFiles)
File
Linker. link(LinkerConfiguration config, List compilerOutputFiles)
void
DefaultRanlib. run(File file)
void
Manifest. run(ManifestConfiguration config)
void
Ranlib. run(File file)
-
Uses of NativeBuildException in org.codehaus.mojo.natives.manager
Methods in org.codehaus.mojo.natives.manager that throw NativeBuildException Modifier and Type Method Description EnvFactory
DefaultEnvFactoryManager. getEnvFactory(String className)
EnvFactory
EnvFactoryManager. getEnvFactory(String className)
-
Uses of NativeBuildException in org.codehaus.mojo.natives.msvc
Methods in org.codehaus.mojo.natives.msvc that throw NativeBuildException Modifier and Type Method Description protected Map
AbstractMSVCEnvFactory. createEnvs(String commonToolEnvKey, String platform)
protected Map
MSVC2003EnvFactory. createEnvs()
protected Map
MSVC2003ToolkitEnvFactory. createEnvs()
protected Map
MSVC2005AMD64EnvFactory. createEnvs()
protected Map
MSVC2005x86AMD64EnvFactory. createEnvs()
protected Map
MSVC2005x86EnvFactory. createEnvs()
protected Map
MSVC2008x86AMD64EnvFactory. createEnvs()
protected Map
MSVC2008x86EnvFactory. createEnvs()
protected Map
MSVC2010x86AMD64EnvFactory. createEnvs()
protected Map
MSVC2010x86EnvFactory. createEnvs()
protected Map
MSVC2012x86AMD64EnvFactory. createEnvs()
protected Map
MSVC2012x86EnvFactory. createEnvs()
protected Map
MSVC2013x86AMD64EnvFactory. createEnvs()
protected Map
MSVC2013x86EnvFactory. createEnvs()
protected Map
MSVC6EnvFactory. createEnvs()
protected org.codehaus.plexus.util.cli.Commandline
MSVCLinker. createLinkerCommandLine(List objectFiles, LinkerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
MSVCCompiler. getCommandLine(File src, File dest, CompilerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
MSVCMessageCompiler. getCommandLine(MessageCompilerConfiguration config, File source)
protected org.codehaus.plexus.util.cli.Commandline
MSVCResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, File source)
static String
RegQuery. getValue(String valueType, String folderName, String folderKey)
void
MSVCManifest. run(ManifestConfiguration config)
-
Uses of NativeBuildException in org.codehaus.mojo.natives.util
Methods in org.codehaus.mojo.natives.util that throw NativeBuildException Modifier and Type Method Description static void
CommandLineUtil. execute(org.codehaus.plexus.util.cli.Commandline cl, org.codehaus.plexus.logging.Logger logger)
static void
EnvUtil. setupCommandlineEnv(org.codehaus.plexus.util.cli.Commandline cl, EnvFactory envFactory)
-