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 java.util.Map
AbstractEnvFactory. createEnvs()
java.util.Map
AbstractEnvFactory. getEnvironmentVariables()
java.util.Map
EnvFactory. getEnvironmentVariables()
static boolean
SourceDependencyAnalyzer. isStaled(java.io.File source, java.io.File dest, Parser parser, java.io.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 private java.util.Map
BCCEnvFactory. createEnvs()
protected org.codehaus.plexus.util.cli.Commandline
BCCLinker. createLinkerCommandLine(java.util.List objectFiles, LinkerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
TLibLinker. createLinkerCommandLine(java.util.List objectFiles, LinkerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
BCCCompiler. getCommandLine(java.io.File src, java.io.File dest, CompilerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
BCCResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, java.io.File source)
java.util.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(java.util.List objectFiles, LinkerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
AbstractCCompiler. getCommandLine(java.io.File srcFile, java.io.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 java.util.List
AbstractCompiler. compile(CompilerConfiguration config, java.io.File[] sourceFiles)
void
AbstractMessageCompiler. compile(MessageCompilerConfiguration config, java.io.File[] sourceFiles)
java.util.List
AbstractResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)
java.util.List
Compiler. compile(CompilerConfiguration config, java.io.File[] sourceFiles)
void
MessageCompiler. compile(MessageCompilerConfiguration config, java.io.File[] sourceFiles)
java.util.List
ResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)
protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractCompiler. getCommandLine(java.io.File src, java.io.File dest, CompilerConfiguration config)
protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractMessageCompiler. getCommandLine(MessageCompilerConfiguration config, java.io.File source)
protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, java.io.File source)
protected static java.io.File
AbstractCompiler. getObjectFile(java.io.File sourceFile, java.io.File outputDirectory, java.lang.String objectFileExtension)
Figure out the object file relative path from a given source fileprivate boolean
AbstractResourceCompiler. isResourceFileStaled(java.io.File src, java.io.File dest, java.io.File[] includePaths)
void
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)
private void
JavahExecutable. validateConfiguration(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(java.util.List objectFiles, LinkerConfiguration config)
java.io.File
AbstractLinker. link(LinkerConfiguration config, java.util.List compilerOutputFiles)
java.io.File
Linker. link(LinkerConfiguration config, java.util.List compilerOutputFiles)
void
DefaultRanlib. run(java.io.File file)
void
Manifest. run(ManifestConfiguration config)
void
Ranlib. run(java.io.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(java.lang.String className)
EnvFactory
EnvFactoryManager. getEnvFactory(java.lang.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 java.util.Map
AbstractMSVCEnvFactory. createEnvs(java.lang.String commonToolEnvKey, java.lang.String platform)
protected java.util.Map
MSVC2003EnvFactory. createEnvs()
protected java.util.Map
MSVC2003ToolkitEnvFactory. createEnvs()
protected java.util.Map
MSVC2005AMD64EnvFactory. createEnvs()
protected java.util.Map
MSVC2005x86AMD64EnvFactory. createEnvs()
protected java.util.Map
MSVC2005x86EnvFactory. createEnvs()
protected java.util.Map
MSVC2008x86AMD64EnvFactory. createEnvs()
protected java.util.Map
MSVC2008x86EnvFactory. createEnvs()
protected java.util.Map
MSVC2010x86AMD64EnvFactory. createEnvs()
protected java.util.Map
MSVC2010x86EnvFactory. createEnvs()
protected java.util.Map
MSVC2012x86AMD64EnvFactory. createEnvs()
protected java.util.Map
MSVC2012x86EnvFactory. createEnvs()
protected java.util.Map
MSVC2013x86AMD64EnvFactory. createEnvs()
protected java.util.Map
MSVC2013x86EnvFactory. createEnvs()
protected java.util.Map
MSVC6EnvFactory. createEnvs()
protected org.codehaus.plexus.util.cli.Commandline
MSVCLinker. createLinkerCommandLine(java.util.List objectFiles, LinkerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
MSVCCompiler. getCommandLine(java.io.File src, java.io.File dest, CompilerConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
MSVCMessageCompiler. getCommandLine(MessageCompilerConfiguration config, java.io.File source)
protected org.codehaus.plexus.util.cli.Commandline
MSVCResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, java.io.File source)
private java.io.File
AbstractMSVCEnvFactory. getCommonToolDirectory(java.lang.String commonToolEnvKey)
private java.io.File
MSVC2008x86AMD64EnvFactory. getCommonToolDirectory()
private java.io.File
MSVC2008x86EnvFactory. getCommonToolDirectory()
static java.lang.String
RegQuery. getValue(java.lang.String valueType, java.lang.String folderName, java.lang.String folderKey)
private java.io.File
AbstractMSVCEnvFactory. getVisualStudioInstallDirectory(java.io.File commonToolDir)
private java.io.File
MSVC2008x86AMD64EnvFactory. getVisualStudioInstallDirectory(java.io.File commonToolDir)
private java.io.File
MSVC2008x86EnvFactory. getVisualStudioInstallDirectory(java.io.File commonToolDir)
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)
-