Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/cpptasks.spec'], chrootPath='/var/lib/mock/sclo7-sclo-cassandra3-sclo-el7-build-31614-46751/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/cpptasks.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/sclo-cassandra3-cpptasks-1.0b5-18.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/cpptasks.spec '], chrootPath='/var/lib/mock/sclo7-sclo-cassandra3-sclo-el7-build-31614-46751/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/cpptasks.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zB0Eoo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cpptasks-1.0b5 + /usr/bin/gzip -dc /builddir/build/SOURCES/cpptasks-1.0b5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd cpptasks-1.0b5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.jar' -exec rm -f '{}' ';' + find . -name '*.class' -exec rm -f '{}' ';' + sed -i 's/\r//' NOTICE + cp -p /builddir/build/SOURCES/cpptasks-README.fedora ./README.fedora + scl enable rh-maven33 sclo-cassandra3 - + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kmyySW + umask 022 + cd /builddir/build/BUILD + cd cpptasks-1.0b5 + scl enable rh-maven33 sclo-cassandra3 - Executing: xmvn --batch-mode --offline verify org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep ['xmvn', '--batch-mode', '--offline', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for ant-contrib:cpptasks:jar:1.0b5 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 64, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 138, column 15 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:clirr-maven-plugin is missing. @ line 148, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [WARNING] Ignoring metadata for artifact aopalliance:aopalliance:jar:SYSTEM as it has duplicate metadata [WARNING] Ignoring metadata for artifact aopalliance:aopalliance:pom:SYSTEM as it has duplicate metadata [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building cpptasks 1.0b5 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cpptasks --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ cpptasks --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Compiling 183 source files to /builddir/build/BUILD/cpptasks-1.0b5/target/classes [WARNING] /builddir/build/BUILD/cpptasks-1.0b5/src/main/java/net/sf/antcontrib/cpptasks/devstudio/VisualStudioNETProjectWriter.java: Some input files use or override a deprecated API. [WARNING] /builddir/build/BUILD/cpptasks-1.0b5/src/main/java/net/sf/antcontrib/cpptasks/devstudio/VisualStudioNETProjectWriter.java: Recompile with -Xlint:deprecation for details. [WARNING] /builddir/build/BUILD/cpptasks-1.0b5/src/main/java/net/sf/antcontrib/cpptasks/VersionInfo.java: Some input files use unchecked or unsafe operations. [WARNING] /builddir/build/BUILD/cpptasks-1.0b5/src/main/java/net/sf/antcontrib/cpptasks/VersionInfo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cpptasks --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ cpptasks --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Compiling 40 source files to /builddir/build/BUILD/cpptasks-1.0b5/target/test-classes [WARNING] /builddir/build/BUILD/cpptasks-1.0b5/src/test/java/net/sf/antcontrib/cpptasks/TestProcessorDef.java: /builddir/build/BUILD/cpptasks-1.0b5/src/test/java/net/sf/antcontrib/cpptasks/TestProcessorDef.java uses or overrides a deprecated API. [WARNING] /builddir/build/BUILD/cpptasks-1.0b5/src/test/java/net/sf/antcontrib/cpptasks/TestProcessorDef.java: Recompile with -Xlint:deprecation for details. [WARNING] /builddir/build/BUILD/cpptasks-1.0b5/src/test/java/net/sf/antcontrib/cpptasks/MockBuildListener.java: Some input files use unchecked or unsafe operations. [WARNING] /builddir/build/BUILD/cpptasks-1.0b5/src/test/java/net/sf/antcontrib/cpptasks/MockBuildListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ cpptasks --- [INFO] Surefire report directory: /builddir/build/BUILD/cpptasks-1.0b5/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker testGetIdentfier(net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker) Time elapsed: 0.002 sec testBid(net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker) Time elapsed: 0.002 sec Running net.sf.antcontrib.cpptasks.devstudio.TestDevStudioCCompiler Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in net.sf.antcontrib.cpptasks.devstudio.TestDevStudioCCompiler testDebug(net.sf.antcontrib.cpptasks.devstudio.TestDevStudioCCompiler) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.devstudio.TestDevStudio2005CCompiler Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.devstudio.TestDevStudio2005CCompiler testDebug(net.sf.antcontrib.cpptasks.devstudio.TestDevStudio2005CCompiler) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestLinkerDef Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in net.sf.antcontrib.cpptasks.TestLinkerDef testExtendsLibSet(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.123 sec testExtendsLinkerArgsViaReference(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsFileSet(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.036 sec testExtendsBase(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.02 sec testExtendsName(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testGetMSVC(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testUnknownClass(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsIncremental(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsSysLibSet(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsClassname(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsLinkerArgs(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testWrongType(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.009 sec testExtendsRebuild(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testGetGcc(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsEntry(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsFixed(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsStack(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsMap(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsUnless(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testIsActive2(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testIsActive3(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive4(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive5(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive6(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testIsActive7(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive8(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsIf(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsDebug(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec Running net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration testToString(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0.002 sec testGetIdentifier(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testConstructorNullCompiler(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testBid(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testGetOutputFileName1(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testGetOutputFileName2(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.compiler.TestLinkType Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.compiler.TestLinkType testIsPluginTrue(net.sf.antcontrib.cpptasks.compiler.TestLinkType) Time elapsed: 0 sec testIsPluginFalse(net.sf.antcontrib.cpptasks.compiler.TestLinkType) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestAllClasses Tests run: 235, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in net.sf.antcontrib.cpptasks.TestAllClasses testGetRelativePath10(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath1(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath2(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0.001 sec testParsePath3(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath4(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath5(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testXmlEncode(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath1(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0.001 sec testGetRelativePath2(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath3(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath4(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath5(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath6(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath7(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0.001 sec testGetRelativePath8(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath9(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetPathFromEnvironment(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0.002 sec testGetIdentfier(net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler) Time elapsed: 0 sec testCanParseTlb(net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler) Time elapsed: 0 sec testGetOutputFileName1(net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler) Time elapsed: 0.001 sec testBid(net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler) Time elapsed: 0 sec testCanParseTlb(net.sf.antcontrib.cpptasks.compiler.TestAbstractCompiler) Time elapsed: 0 sec testGetOutputFileName1(net.sf.antcontrib.cpptasks.compiler.TestAbstractCompiler) Time elapsed: 0 sec testBid(net.sf.antcontrib.cpptasks.compiler.TestAbstractCompiler) Time elapsed: 0 sec testGetIdentfier(net.sf.antcontrib.cpptasks.compiler.TestAbstractCompiler) Time elapsed: 0.001 sec testBid(net.sf.antcontrib.cpptasks.compiler.TestAbstractLinker) Time elapsed: 0 sec testGetIdentfier(net.sf.antcontrib.cpptasks.compiler.TestAbstractLinker) Time elapsed: 0 sec testBid(net.sf.antcontrib.cpptasks.compiler.TestAbstractProcessor) Time elapsed: 0 sec testGetIdentfier(net.sf.antcontrib.cpptasks.compiler.TestAbstractProcessor) Time elapsed: 0 sec testGetTargetsToBuildByConfiguration1(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0.001 sec testGetTargetsToBuildByConfiguration2(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0 sec testSetFailOnError(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0 sec testGetFailOnError(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0 sec testAntlibXmlPresent(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0.003 sec testCompilerEnum1(net.sf.antcontrib.cpptasks.TestCompilerEnum) Time elapsed: 0.016 sec testCompilerEnum2(net.sf.antcontrib.cpptasks.TestCompilerEnum) Time elapsed: 0 sec testToString(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testGetIdentifier(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testConstructorNullCompiler(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testBid(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testGetOutputFileName1(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testGetOutputFileName2(net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration) Time elapsed: 0 sec testLoadXerces(net.sf.antcontrib.cpptasks.TestDependencyTable) Time elapsed: 0.15 sec testLoadOpenshore(net.sf.antcontrib.cpptasks.TestDependencyTable) Time elapsed: 0.009 sec testMerge(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0.001 sec testIsActive1(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0.001 sec testIsActive2(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive3(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive4(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive5(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0.001 sec testIsActive6(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive7(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive8(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testDebug(net.sf.antcontrib.cpptasks.devstudio.TestDevStudio2005CCompiler) Time elapsed: 0.001 sec testDebug(net.sf.antcontrib.cpptasks.devstudio.TestDevStudioCCompiler) Time elapsed: 0 sec testGetIdentfier(net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker) Time elapsed: 0 sec testBid(net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker) Time elapsed: 0 sec testExtendsLibSet(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsLinkerArgsViaReference(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsFileSet(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsBase(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsName(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testGetMSVC(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testUnknownClass(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsIncremental(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsSysLibSet(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsClassname(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsLinkerArgs(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testWrongType(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsRebuild(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testGetGcc(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsEntry(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsFixed(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsStack(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testExtendsMap(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsUnless(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive2(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive3(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testIsActive4(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive5(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive6(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testIsActive7(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0.001 sec testIsActive8(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsIf(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testExtendsDebug(net.sf.antcontrib.cpptasks.TestLinkerDef) Time elapsed: 0 sec testConstructorNullConfig(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testConstructorNullOutput(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testConstructorNullSource(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testHasSameSource(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testMustRebuild(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0.001 sec testGetRebuild(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testGetSource(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testBadLibname(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0.001 sec testShortLibName(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testLibrarianVisitFiles(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0.001 sec testIsActive1(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testIsActive2(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0.001 sec testIsActive3(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testIsActive4(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testIsActive5(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testIsActive6(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0.001 sec testStartsWithLib(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testLinkerVisitFiles(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0.002 sec testLibContainsDotLib(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testLibContainsDot(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testLibNotSpecified(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testGetActiveDefines(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testExtendsFileSet(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsName(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.002 sec testExtendsDefineSet(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.002 sec testExtendsMultithreaded(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testExtendsIncludePath(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.013 sec testGetMSVC(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testUnknownClass(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsClassname(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testWrongType(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsRebuild(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testGetActiveIncludePaths(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testGetGcc(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsSysIncludePath(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testExtendsExceptions(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsCompilerArgs(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testExtendsUnless(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive2(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive3(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testIsActive4(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive5(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive6(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive7(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive8(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testExtendsIf(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsDebug(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIncompleteImmediateImportQuote(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0.003 sec testIncompleteImmediateIncludeQuote(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testIncompleteImmediateIncludeBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testNoQuoteOrBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testLeadingSpace(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testNotFirstWhitespace(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testImmediateImportQuote(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testLeadingTab(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testIncompleteImmediateImportBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testImmediateIncludeBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testImmediateImportBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testImmediateIncludeQuote(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testBidObjectiveC(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testBidObjectiveAssembly(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testBidObjectiveCpp(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testBidPreprocessedCpp(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testCreateCParser1(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testCreateCParser2(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0.001 sec testCreateCParser3(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testCreateFortranParser1(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0.001 sec testCreateFortranParser2(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel0(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel1(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel2(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel3(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel4(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel5(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testAddImpliedArgsDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddImpliedArgsDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddImpliedArgsNonDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibrarySetDirSwitch(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddImpliedArgsNonDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testLibReturnValue(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibrarySetLibFrameworkDarwin(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibrarySetLibFrameworkNonDarwin(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibrarySetLibSwitch(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibraryStatic(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testBid(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian) Time elapsed: 0 sec testOutputFileName(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian) Time elapsed: 0 sec testGetIdentfier(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian) Time elapsed: 0.002 sec testGetLibraryPatterns(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian) Time elapsed: 0 sec testUpdateTimeResolution(net.sf.antcontrib.cpptasks.TestTargetHistoryTable) Time elapsed: 0.003 sec testLoadXerces(net.sf.antcontrib.cpptasks.TestTargetHistoryTable) Time elapsed: 0.018 sec testLoadOpenshore(net.sf.antcontrib.cpptasks.TestTargetHistoryTable) Time elapsed: 0.003 sec testContainsValuePlugin(net.sf.antcontrib.cpptasks.TestOutputTypeEnum) Time elapsed: 0 sec testIsPluginTrue(net.sf.antcontrib.cpptasks.compiler.TestLinkType) Time elapsed: 0 sec testIsPluginFalse(net.sf.antcontrib.cpptasks.compiler.TestLinkType) Time elapsed: 0 sec testContainsValueGpp(net.sf.antcontrib.cpptasks.TestLinkerEnum) Time elapsed: 0.001 sec testAddImpliedArgsDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddImpliedArgsDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddImpliedArgsNonDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibrarySetDirSwitch(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddImpliedArgsNonDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testLibReturnValue(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibrarySetLibFrameworkDarwin(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibrarySetLibFrameworkNonDarwin(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0.001 sec testAddLibrarySetLibSwitch(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testAddLibraryStatic(net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker) Time elapsed: 0 sec testBid(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian) Time elapsed: 0 sec testOutputFileName(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian) Time elapsed: 0 sec testGetIdentfier(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian) Time elapsed: 0 sec testGetLibraryPatterns(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian) Time elapsed: 0.001 sec testGetLinkerDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerNonDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerNonDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerNonDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerNonDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testBidC(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0.001 sec testWarningLevel0(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel1(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel2(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel3(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel4(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel5(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp2(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp3(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp4(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp5(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidAssembly(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidPreprocessed(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidC(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp2(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp3(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp4(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0.001 sec testBidCpp5(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp6(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp7(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp8(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp9(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidAssembly(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidPreprocessed(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidC(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidCpp2(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidCpp3(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidCpp4(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidAssembly(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidPreprocessed(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidCpp(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestLinkerEnum Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.TestLinkerEnum testContainsValueGpp(net.sf.antcontrib.cpptasks.TestLinkerEnum) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestCompilerEnum Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.TestCompilerEnum testCompilerEnum1(net.sf.antcontrib.cpptasks.TestCompilerEnum) Time elapsed: 0 sec testCompilerEnum2(net.sf.antcontrib.cpptasks.TestCompilerEnum) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler testBidC(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidCpp2(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidCpp3(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidCpp4(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidAssembly(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidPreprocessed(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec testBidCpp(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestTargetHistoryTable Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in net.sf.antcontrib.cpptasks.TestTargetHistoryTable testUpdateTimeResolution(net.sf.antcontrib.cpptasks.TestTargetHistoryTable) Time elapsed: 0 sec testLoadXerces(net.sf.antcontrib.cpptasks.TestTargetHistoryTable) Time elapsed: 0 sec testLoadOpenshore(net.sf.antcontrib.cpptasks.TestTargetHistoryTable) Time elapsed: 0.002 sec Running net.sf.antcontrib.cpptasks.gcc.TestGccLinker Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.gcc.TestGccLinker testGetLinkerDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerNonDarwinPlugin(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec testGetLinkerNonDarwinShared(net.sf.antcontrib.cpptasks.gcc.TestGccLinker) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler testBidObjectiveC(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testBidObjectiveAssembly(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testBidObjectiveCpp(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testBidPreprocessedCpp(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testCreateCParser1(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testCreateCParser2(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testCreateCParser3(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testCreateFortranParser1(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testCreateFortranParser2(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0.001 sec testWarningLevel0(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel1(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel2(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel3(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel4(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec testWarningLevel5(net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.types.TestDefineArgument Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in net.sf.antcontrib.cpptasks.types.TestDefineArgument testMerge(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive1(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive2(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0.001 sec testIsActive3(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive4(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive5(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive6(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive7(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec testIsActive8(net.sf.antcontrib.cpptasks.types.TestDefineArgument) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.types.TestLibrarySet Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in net.sf.antcontrib.cpptasks.types.TestLibrarySet testBadLibname(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testShortLibName(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testLibrarianVisitFiles(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0.001 sec testIsActive1(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testIsActive2(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testIsActive3(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testIsActive4(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testIsActive5(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0.001 sec testIsActive6(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testStartsWithLib(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testLinkerVisitFiles(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0.002 sec testLibContainsDotLib(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testLibContainsDot(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec testLibNotSpecified(net.sf.antcontrib.cpptasks.types.TestLibrarySet) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestTargetHistoryTable$MockProcessorConfiguration Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.TestTargetHistoryTable$MockProcessorConfiguration Running net.sf.antcontrib.cpptasks.parser.TestFortranParser Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in net.sf.antcontrib.cpptasks.parser.TestFortranParser testMultipleInClUdE(net.sf.antcontrib.cpptasks.parser.TestFortranParser) Time elapsed: 0.001 sec testINCLUDE(net.sf.antcontrib.cpptasks.parser.TestFortranParser) Time elapsed: 0 sec testInClUdE(net.sf.antcontrib.cpptasks.parser.TestFortranParser) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.parser.TestCParser Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in net.sf.antcontrib.cpptasks.parser.TestCParser testIncompleteImmediateImportQuote(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testIncompleteImmediateIncludeQuote(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testIncompleteImmediateIncludeBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testNoQuoteOrBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testLeadingSpace(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0.001 sec testNotFirstWhitespace(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testImmediateImportQuote(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testLeadingTab(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testIncompleteImmediateImportBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testImmediateIncludeBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testImmediateImportBracket(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec testImmediateIncludeQuote(net.sf.antcontrib.cpptasks.parser.TestCParser) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestCCTask Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.TestCCTask testGetTargetsToBuildByConfiguration1(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0 sec testGetTargetsToBuildByConfiguration2(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0 sec testSetFailOnError(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0 sec testGetFailOnError(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0 sec testAntlibXmlPresent(net.sf.antcontrib.cpptasks.TestCCTask) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectParser Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectParser testHasQObject1(net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectParser) Time elapsed: 0 sec testHasQObject2(net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectParser) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler testGetIdentfier(net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler) Time elapsed: 0 sec testCanParseTlb(net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler) Time elapsed: 0 sec testGetOutputFileName1(net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler) Time elapsed: 0 sec testBid(net.sf.antcontrib.cpptasks.borland.TestBorlandCCompiler) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestOutputTypeEnum Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.TestOutputTypeEnum testContainsValuePlugin(net.sf.antcontrib.cpptasks.TestOutputTypeEnum) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler testBidC(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel0(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel1(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel2(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel3(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel4(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testWarningLevel5(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp2(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp3(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp4(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp5(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidAssembly(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidPreprocessed(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec testBidCpp(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestCUtil Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in net.sf.antcontrib.cpptasks.TestCUtil testGetRelativePath10(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath1(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath2(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath3(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath4(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testParsePath5(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testXmlEncode(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath1(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath2(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath3(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath4(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath5(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0.001 sec testGetRelativePath6(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath7(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath8(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetRelativePath9(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec testGetPathFromEnvironment(net.sf.antcontrib.cpptasks.TestCUtil) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.hp.TestaCCCompiler Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.hp.TestaCCCompiler testBidC(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp2(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp3(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp4(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp5(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp6(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp7(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp8(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp9(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidAssembly(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidPreprocessed(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec testBidCpp(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestTargetInfo Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.sf.antcontrib.cpptasks.TestTargetInfo testConstructorNullConfig(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testConstructorNullOutput(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testConstructorNullSource(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testHasSameSource(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testMustRebuild(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testGetRebuild(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec testGetSource(net.sf.antcontrib.cpptasks.TestTargetInfo) Time elapsed: 0 sec Running net.sf.antcontrib.cpptasks.TestCompilerDef Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in net.sf.antcontrib.cpptasks.TestCompilerDef testGetActiveDefines(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsFileSet(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testExtendsName(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsDefineSet(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testExtendsMultithreaded(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsIncludePath(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testGetMSVC(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testUnknownClass(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsClassname(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testWrongType(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsRebuild(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testGetActiveIncludePaths(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testGetGcc(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsSysIncludePath(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testExtendsExceptions(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsCompilerArgs(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsUnless(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec testIsActive2(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive3(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive4(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive5(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive6(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive7(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testIsActive8(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsIf(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0 sec testExtendsDebug(net.sf.antcontrib.cpptasks.TestCompilerDef) Time elapsed: 0.001 sec Running net.sf.antcontrib.cpptasks.TestDependencyTable Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in net.sf.antcontrib.cpptasks.TestDependencyTable testLoadXerces(net.sf.antcontrib.cpptasks.TestDependencyTable) Time elapsed: 0.017 sec testLoadOpenshore(net.sf.antcontrib.cpptasks.TestDependencyTable) Time elapsed: 0.006 sec Results : Tests run: 435, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ cpptasks --- [INFO] Building jar: /builddir/build/BUILD/cpptasks-1.0b5/target/cpptasks-1.0b5.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default) > generate-sources @ cpptasks >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default) < generate-sources @ cpptasks <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default) @ cpptasks --- [INFO] Building jar: /builddir/build/BUILD/cpptasks-1.0b5/target/cpptasks-1.0b5-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building cpptasks 1.0b5 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- xmvn-mojo:2.1.1:install (default-cli) @ cpptasks --- [INFO] [INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) > generate-sources @ cpptasks >>> [INFO] [INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) < generate-sources @ cpptasks <<< [INFO] [INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ cpptasks --- [WARNING] Source files encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Loading source files for package net.sf.antcontrib.cpptasks.ti... Loading source files for package net.sf.antcontrib.cpptasks... Loading source files for package net.sf.antcontrib.cpptasks.devstudio... Loading source files for package net.sf.antcontrib.cpptasks.compiler... Loading source files for package net.sf.antcontrib.cpptasks.intel... Loading source files for package net.sf.antcontrib.cpptasks.compaq... Loading source files for package net.sf.antcontrib.cpptasks.os390... Loading source files for package net.sf.antcontrib.cpptasks.ibm... Loading source files for package net.sf.antcontrib.cpptasks.mozilla... Loading source files for package net.sf.antcontrib.cpptasks.gcc... Loading source files for package net.sf.antcontrib.cpptasks.gcc.cross... Loading source files for package net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2... Loading source files for package net.sf.antcontrib.cpptasks.types... Loading source files for package net.sf.antcontrib.cpptasks.parser... Loading source files for package net.sf.antcontrib.cpptasks.trolltech... Loading source files for package net.sf.antcontrib.cpptasks.apple... Loading source files for package net.sf.antcontrib.cpptasks.borland... Loading source files for package net.sf.antcontrib.cpptasks.ide... Loading source files for package net.sf.antcontrib.cpptasks.openwatcom... Loading source files for package net.sf.antcontrib.cpptasks.sun... Loading source files for package net.sf.antcontrib.cpptasks.os400... Loading source files for package net.sf.antcontrib.cpptasks.hp... Loading source files for package net.sf.antcontrib.cpptasks.arm... Loading source files for package net.sf.antcontrib.cpptasks.platforms... Constructing Javadoc information... Standard Doclet version 1.8.0_141 Building tree for all the packages and classes... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/ClxxCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/ClxxLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/ClxxLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/AboutCCTask.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ArchEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/CCTask.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/CCTaskProgressMonitor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/CompilerDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/CompilerEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/CompilerParam.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/CPUEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/CUtil.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/CUtil.StringArrayBuilder.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/DependencyInfo.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/DependencyTable.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/DependencyTable.DependencyVisitor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/DependencyTable.TimestampChecker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/DistributerDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/DistributerMap.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/DistributerProtocolEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/FileVisitor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/LinkerDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/LinkerEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/LinkerParam.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ObjectFileCollector.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/OptimizationEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/OSFamilyEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/OutputTypeEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/PrecompileDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/PrecompileExceptDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ProcessorDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ProcessorEnumValue.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ProcessorParam.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/RuntimeType.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/SourceHistory.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/SubsystemEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/TargetDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/TargetHistory.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/TargetHistoryTable.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/TargetInfo.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/TargetMatcher.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/VersionInfo.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/WarningLevelEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudio2005CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioMIDLCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioResourceCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/VisualStudioNETProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/AbstractCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/AbstractLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/AbstractProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/CaptureStreamHandler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/CommandLineCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/CommandLineCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/CommandLineCompilerConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/CommandLineFortranCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/CommandLineLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/CommandLineLinkerConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/Compiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/CompilerConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/LinkerConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/LinkType.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/PrecompilingCommandLineCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/PrecompilingCommandLineCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/PrecompilingCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/Processor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/ProcessorConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/ProgressMonitor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Librarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin64CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/CompaqVisualFortranCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/CompaqVisualFortranLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/CompaqVisualFortranLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/OS390CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/OS390Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/OS390Processor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ibm/VisualAgeCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ibm/VisualAgeLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/mozilla/XpidlCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/AbstractArLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/AbstractLdLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/GccCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/GccCompatibleCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/GccLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/GccLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/GccProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/GppLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/LdLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/WindresResourceCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/GccCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/GccLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/GccLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/GccProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/GppLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/LdLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GppLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/LdLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/CommandLineArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/CommandLineArgument.LocationEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/CompilerArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/ConditionalFileSet.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/ConditionalPath.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/DefineArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/DefineSet.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/FlexLong.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/IncludePath.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/LibrarySet.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/LibraryTypeEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/LinkerArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/SystemIncludePath.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/SystemLibrarySet.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/UndefineArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/AbstractParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/AbstractParserState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/BranchState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/CaseInsensitiveLetterState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/CParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/FilenameState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/FortranParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/LetterState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/Parser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/PostE.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/WhitespaceOrCaseInsensitiveLetterState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/WhitespaceOrLetterState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/MetaObjectCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/MetaObjectParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/UserInterfaceCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/UserInterfaceParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/apple/PropertyListSerialization.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/apple/XcodeProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandCfgParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandResourceCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/CBuilderXProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/CfgFilenameState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/ConsumeToSpaceOrNewLine.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/QuoteBranchState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/CommentDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/DebugDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/DependencyDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriterEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/C89CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/C89Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/C89Processor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/ForteCCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/ForteCCLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/IccCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/IccLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/IccProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/hp/aCCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/hp/aCCLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/platforms/WindowsPlatform.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/overview-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/hp/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/hp/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/hp/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ibm/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ibm/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ibm/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/mozilla/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/mozilla/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/mozilla/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/platforms/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/platforms/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/platforms/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/package-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/package-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/package-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/constant-values.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/class-use/ClxxLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/class-use/ClxxLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/class-use/ClxxCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/RuntimeType.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerProtocolEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyInfo.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorEnumValue.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerParam.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.DependencyVisitor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.TimestampChecker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ArchEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/WarningLevelEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/SourceHistory.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ObjectFileCollector.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/FileVisitor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/VersionInfo.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OutputTypeEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistory.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.StringArrayBuilder.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CPUEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/SubsystemEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OSFamilyEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTaskProgressMonitor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OptimizationEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistoryTable.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileExceptDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerParam.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerMap.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/class-use/AboutCCTask.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioCompatibleLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioResourceCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioCompatibleLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/VisualStudioNETProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioCompatibleCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioMIDLCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudio2005CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/DevStudioLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/ProgressMonitor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/LinkerConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CaptureStreamHandler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/ProcessorConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineCompilerConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/LinkType.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinkerConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/Compiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineFortranCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CompilerConfiguration.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/Processor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCommandLineCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCommandLineCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelWin32Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelWin32CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelWin32Librarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux64CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux32Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelWin64CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux64Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux32CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/class-use/CompaqVisualFortranLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/class-use/CompaqVisualFortranLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/class-use/CompaqVisualFortranCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/class-use/OS390Processor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/class-use/OS390Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/class-use/OS390CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ibm/class-use/VisualAgeLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ibm/class-use/VisualAgeCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/mozilla/class-use/XpidlCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/GccLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/GccProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/WindresResourceCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/GccCompatibleCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/GccLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/AbstractArLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/GccCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/GppLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/LdLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/class-use/AbstractLdLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/class-use/GccLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/class-use/GccProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/class-use/GccLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/class-use/GccCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/class-use/GppLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/class-use/LdLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/class-use/GccLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/class-use/GccProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/class-use/GccLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/class-use/GccCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/class-use/GppLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/class-use/LdLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/SystemLibrarySet.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/SystemIncludePath.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/LibrarySet.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/ConditionalPath.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/UndefineArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/CommandLineArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/CommandLineArgument.LocationEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/IncludePath.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/FlexLong.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/LibraryTypeEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/ConditionalFileSet.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/CompilerArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/LinkerArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/DefineSet.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/class-use/DefineArgument.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/Parser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/WhitespaceOrLetterState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/FilenameState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/FortranParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/AbstractParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/BranchState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/AbstractParserState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/WhitespaceOrCaseInsensitiveLetterState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/CaseInsensitiveLetterState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/PostE.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/CParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/class-use/LetterState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/UserInterfaceCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/MetaObjectParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/UserInterfaceParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/MetaObjectCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/PropertyListSerialization.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/XcodeProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/BorlandResourceCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/ConsumeToSpaceOrNewLine.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/BorlandProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/CBuilderXProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/BorlandCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/BorlandLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/BorlandLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/CfgFilenameState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/QuoteBranchState.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/class-use/BorlandCfgParser.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DependencyDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DebugDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriter.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/CommentDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriterEnum.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomFortranCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomFortranLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/class-use/ForteCCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/class-use/C89Processor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/class-use/ForteCCLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/class-use/C89CCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/class-use/C89Linker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/class-use/IccProcessor.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/class-use/IccLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/class-use/IccCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/hp/class-use/aCCLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/hp/class-use/aCCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLinker.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSCCompiler.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLibrarian.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/platforms/class-use/WindowsPlatform.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/borland/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compaq/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/compiler/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/hp/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ibm/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/mozilla/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os390/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/os400/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/parser/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/platforms/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/sun/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/ti/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/package-use.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/net/sf/antcontrib/cpptasks/types/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/index.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/overview-summary.html... Generating /builddir/build/BUILD/cpptasks-1.0b5/target/site/apidocs/help-doc.html... [INFO] [INFO] --- xmvn-mojo:2.1.1:builddep (default-cli) @ cpptasks --- [WARNING] Ignoring metadata for artifact aopalliance:aopalliance:jar:SYSTEM as it has duplicate metadata [WARNING] Ignoring metadata for artifact aopalliance:aopalliance:pom:SYSTEM as it has duplicate metadata [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.025 s [INFO] Finished at: 2017-08-09T17:38:36+00:00 [INFO] Final Memory: 25M/402M [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA8WTMW/DIBCF9/yKq3dIuzuO2k4eOkWRshK4EiI4EBgr/vfFcau6Q60qqpTx3n16 jzt09fbiLPQYk/G0qZ74YwVI0itDelPtd+x599q21bZZ1Q+MwUs2VoHCgKQKZjCBRsIoOlRwHODw 1hMwVug506wAvoVhLIugo8+hVY2Pmosg5Am5oK5ef+kTJWJn3oXsinDtzurRdf3T9veUC0aJacF9 AloX7O0h50xmaYLP/q32s0050SPxYLM2tDTVlWNlczETm/B75KeE7miH+70g+Vy+91/yy3HgSeTE nT/7hWBpTYxsiv9L7qwab+YD2GKFwJoDAAA= -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zKuPEX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch ++ dirname /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch + cd cpptasks-1.0b5 + scl enable rh-maven33 sclo-cassandra3 - [INFO] Installing artifact ant-contrib:cpptasks:jar:1.0b5 [INFO] Installing artifact ant-contrib:cpptasks:pom:1.0b5 [WARNING] Ignoring metadata for artifact aopalliance:aopalliance:jar:SYSTEM as it has duplicate metadata [WARNING] Ignoring metadata for artifact aopalliance:aopalliance:pom:SYSTEM as it has duplicate metadata [INFO] Installation successful + mkdir -p '/builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/etc/ant.d/}' + echo ant/cpptasks + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/cpptasks-1.0b5 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/sclo-cassandra3/root + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python 1 /opt/rh/sclo-cassandra3/root + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aFtaja + umask 022 + cd /builddir/build/BUILD + cd cpptasks-1.0b5 + DOCDIR=/builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-1.0b5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-1.0b5 + cp -pr LICENSE /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-1.0b5 + cp -pr NOTICE /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-1.0b5 + cp -pr README.fedora /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-1.0b5 + exit 0 Provides: scl-package(sclo-cassandra3) sclo-cassandra3-cpptasks = 1.0b5-18.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: sclo-cassandra3-runtime Processing files: sclo-cassandra3-cpptasks-javadoc-1.0b5-18.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PuVCln + umask 022 + cd /builddir/build/BUILD + cd cpptasks-1.0b5 + DOCDIR=/builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-javadoc-1.0b5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-javadoc-1.0b5 + cp -pr LICENSE /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-javadoc-1.0b5 + cp -pr NOTICE /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch/opt/rh/sclo-cassandra3/root/usr/share/doc/sclo-cassandra3-cpptasks-javadoc-1.0b5 + exit 0 Provides: scl-package(sclo-cassandra3) sclo-cassandra3-cpptasks-javadoc = 1.0b5-18.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils sclo-cassandra3-runtime Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch Wrote: /builddir/build/RPMS/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch.rpm Wrote: /builddir/build/RPMS/sclo-cassandra3-cpptasks-javadoc-1.0b5-18.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0bP6MM + umask 022 + cd /builddir/build/BUILD + cd cpptasks-1.0b5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sclo-cassandra3-cpptasks-1.0b5-18.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->