D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/aesh-0.66.8-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mzTt1P + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf aesh-0.66.8 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/aesh-0.66.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd aesh-0.66.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r build.gradle gradle gradlew gradlew.bat settings.gradle + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_set pom:addClasspath false + rm src/test/java/org/jboss/aesh/parser/ParserTest.java + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PhTnSO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd aesh-0.66.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/python3 /usr/share/java-utils/mvn_build.py -- -Dmaven.test.failure.ignore=true Executing: xmvn --batch-mode --offline -Dmaven.test.failure.ignore=true 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', '-Dmaven.test.failure.ignore=true', '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... [INFO] [INFO] ------------------------< org.jboss.aesh:aesh >------------------------- [INFO] Building ?sh 0.66.8 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) @ aesh --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ aesh --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ aesh --- [INFO] maven is executed in offline mode, Updating project files from SCM: skipped. [INFO] Executing: /bin/sh -c cd '/home/iurt/rpmbuild/BUILD/aesh-0.66.8' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/iurt/rpmbuild/BUILD/aesh-0.66.8 [WARNING] Cannot get the revision information from the scm repository, proceeding with revision of UNKNOWN : Exception while executing SCM command. [INFO] Storing buildNumber: UNKNOWN at timestamp: 1580232119932 [WARNING] Cannot get the branch information from the git repository: Error while executing command. [INFO] Executing: /bin/sh -c cd '/home/iurt/rpmbuild/BUILD/aesh-0.66.8' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/iurt/rpmbuild/BUILD/aesh-0.66.8 [WARNING] Cannot get the branch information from the scm repository, proceeding with UNKNOWN_BRANCH : Exception while executing SCM command. [INFO] Storing buildScmBranch: UNKNOWN_BRANCH [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ aesh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ aesh --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 221 source files to /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/classes [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/terminal/WindowsTerminal.java:[31,28] org.fusesource.jansi.WindowsAnsiOutputStream in org.fusesource.jansi has been deprecated [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/alias/AliasManager.java:[105,37] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List found: java.util.List [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/AeshCommandRegistryBuilder.java:[50,76] Possible heap pollution from parameterized vararg type java.lang.Class [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/AeshCommandRegistryBuilder.java:[58,36] unchecked call to AeshCommandContainer(org.jboss.aesh.cl.internal.ProcessedCommand) as a member of the raw type org.jboss.aesh.console.command.container.AeshCommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/MutableCommandRegistry.java:[136,25] unchecked method invocation: method put in interface java.util.Map is applied to given types required: K,V found: java.lang.String,org.jboss.aesh.console.command.container.CommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/MutableCommandRegistry.java:[136,88] unchecked conversion required: V found: org.jboss.aesh.console.command.container.CommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/container/DefaultCommandContainer.java:[48,69] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/container/DefaultCommandContainer.java:[51,82] unchecked call to validate(T) as a member of the raw type org.jboss.aesh.cl.validator.CommandValidator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/container/DefaultCommandContainer.java:[53,76] unchecked call to execute(T) as a member of the raw type org.jboss.aesh.console.command.Command [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/CommandLineParserBuilder.java:[40,16] unchecked call to AeshCommandLineParser(org.jboss.aesh.cl.internal.ProcessedCommand) as a member of the raw type org.jboss.aesh.cl.parser.AeshCommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/container/AeshCommandContainer.java:[37,27] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/ParserGenerator.java:[66,76] unchecked call to getAnnotation(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/ParserGenerator.java:[84,91] unchecked call to getAnnotation(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/ParserGenerator.java:[106,44] unchecked call to addChild(org.jboss.aesh.console.command.container.CommandContainer) as a member of the raw type org.jboss.aesh.console.command.container.AeshCommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/ParserGenerator.java:[310,48] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/terminal/WindowsTerminal.java:[63,48] org.fusesource.jansi.WindowsAnsiOutputStream in org.fusesource.jansi has been deprecated [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/terminal/WindowsTerminal.java:[64,48] org.fusesource.jansi.WindowsAnsiOutputStream in org.fusesource.jansi has been deprecated [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/builder/CommandBuilder.java:[168,40] unchecked method invocation: constructor in class org.jboss.aesh.cl.parser.AeshCommandLineParser is applied to given types required: org.jboss.aesh.cl.internal.ProcessedCommand found: org.jboss.aesh.cl.internal.ProcessedCommand [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/builder/CommandBuilder.java:[168,68] unchecked conversion required: org.jboss.aesh.cl.internal.ProcessedCommand found: org.jboss.aesh.cl.internal.ProcessedCommand [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/builder/CommandBuilder.java:[171,38] unchecked call to addChildParser(org.jboss.aesh.cl.parser.CommandLineParser) as a member of the raw type org.jboss.aesh.cl.parser.AeshCommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/AeshCommandLineParser.java:[95,24] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/FileLister.java:[380,25] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List,java.util.Comparator found: java.util.List,java.util.Comparator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/FileLister.java:[380,37] unchecked conversion required: java.util.Comparator found: java.util.Comparator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/ReflectionUtil.java:[38,54] unchecked cast required: T found: capture#1 of ? [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/ReflectionUtil.java:[43,54] unchecked cast required: T found: capture#2 of ? [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/ReflectionUtil.java:[102,30] unchecked method invocation: method setAccessible in class org.jboss.aesh.util.ReflectionUtil is applied to given types required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/ReflectionUtil.java:[102,31] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/AeshExample.java:[447,24] unchecked conversion required: org.jboss.aesh.console.command.validator.ValidatorInvocation found: org.jboss.aesh.console.command.validator.ValidatorInvocation [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/internal/ProcessedCommandBuilder.java:[140,16] unchecked call to ProcessedCommand(java.lang.String,C,java.lang.String,org.jboss.aesh.cl.validator.CommandValidator,org.jboss.aesh.cl.result.ResultHandler,org.jboss.aesh.cl.internal.ProcessedOption,java.util.List,org.jboss.aesh.cl.populator.CommandPopulator) as a member of the raw type org.jboss.aesh.cl.internal.ProcessedCommand [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ aesh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ aesh --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/test-classes [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/util/ReflectionUtilTest.java:[26,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/console/completion/CompletionConsoleTest.java:[288,51] unchecked call to AeshCommandLineParser(org.jboss.aesh.cl.internal.ProcessedCommand) as a member of the raw type org.jboss.aesh.cl.parser.AeshCommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/console/completion/CompletionConsoleTest.java:[288,51] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.AeshCommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[77,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[86,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[91,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[96,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[102,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[105,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[117,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[122,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[127,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[132,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[137,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[143,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[150,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[158,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[166,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[170,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[176,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[188,56] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[199,125] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[203,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[211,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[216,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[219,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[226,126] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[230,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[277,37] unchecked call to AeshCommandLineParser(org.jboss.aesh.cl.internal.ProcessedCommand) as a member of the raw type org.jboss.aesh.cl.parser.AeshCommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[282,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[290,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[294,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[301,126] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[305,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[311,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[320,130] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[324,56] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[328,56] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[339,130] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[343,56] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[349,56] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[354,56] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[368,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLinePopulatorTest.java:[373,52] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/console/aesh/AeshCommandOptionValidatorTest.java:[290,24] unchecked call to AeshValidatorInvocation(java.lang.Object,C,org.jboss.aesh.console.AeshContext) as a member of the raw type org.jboss.aesh.console.command.validator.AeshValidatorInvocation [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/console/aesh/AeshCommandOptionValidatorTest.java:[290,24] unchecked conversion required: org.jboss.aesh.console.command.validator.ValidatorInvocation found: org.jboss.aesh.console.command.validator.AeshValidatorInvocation [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/console/aesh/AeshCommandCustomCommand.java:[123,16] unchecked call to AeshCommandContainer(org.jboss.aesh.cl.internal.ProcessedCommand) as a member of the raw type org.jboss.aesh.console.command.container.AeshCommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/ParseCompleteObjectTest.java:[46,130] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/BuilderTest.java:[137,32] unchecked conversion required: org.jboss.aesh.cl.internal.ProcessedCommand found: org.jboss.aesh.cl.internal.ProcessedCommand [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/ParserGeneratorTest.java:[50,80] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/ParserGeneratorTest.java:[63,58] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/ParserGeneratorTest.java:[68,58] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineFormatterTest.java:[157,30] unchecked call to addChildParser(org.jboss.aesh.cl.parser.CommandLineParser) as a member of the raw type org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineFormatterTest.java:[158,30] unchecked call to addChildParser(org.jboss.aesh.cl.parser.CommandLineParser) as a member of the raw type org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[47,119] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[49,78] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[54,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[59,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[69,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[73,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[78,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[86,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[94,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[102,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[109,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[112,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[116,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[120,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/test/java/org/jboss/aesh/cl/CommandLineParserTest.java:[124,53] unchecked cast required: org.jboss.aesh.cl.CommandLine found: org.jboss.aesh.cl.CommandLine [INFO] [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ aesh --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.jboss.aesh.console.script.ConsoleScriptTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.138 s - in org.jboss.aesh.console.script.ConsoleScriptTest [INFO] Running org.jboss.aesh.console.AeshConsoleBufferTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.console.AeshConsoleBufferTest [INFO] Running org.jboss.aesh.console.paste.ConsolePasteTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s - in org.jboss.aesh.console.paste.ConsolePasteTest [INFO] Running org.jboss.aesh.console.ConsoleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.jboss.aesh.console.ConsoleTest [INFO] Running org.jboss.aesh.console.ConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.jboss.aesh.console.ConfigTest [INFO] Running org.jboss.aesh.console.completion.CompletionConsoleTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s - in org.jboss.aesh.console.completion.CompletionConsoleTest [INFO] Running org.jboss.aesh.console.operator.ControlOperatorConsoleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s - in org.jboss.aesh.console.operator.ControlOperatorConsoleTest [INFO] Running org.jboss.aesh.console.operator.ControlOperatorParserTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.jboss.aesh.console.operator.ControlOperatorParserTest [INFO] Running org.jboss.aesh.console.man.TerminalPageTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.jboss.aesh.console.man.TerminalPageTest [INFO] Running org.jboss.aesh.console.man.ManParserUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.console.man.ManParserUtilTest [INFO] Running org.jboss.aesh.console.man.ManParameterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.jboss.aesh.console.man.ManParameterTest [INFO] Running org.jboss.aesh.console.man.ManPageLoaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.jboss.aesh.console.man.ManPageLoaderTest [INFO] Running org.jboss.aesh.console.man.ManSectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.console.man.ManSectionTest [INFO] Running org.jboss.aesh.console.terminal.TerminalOutputTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in org.jboss.aesh.console.terminal.TerminalOutputTest [INFO] Running org.jboss.aesh.console.terminal.InfocmpHandlerTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.jboss.aesh.console.terminal.InfocmpHandlerTest [INFO] Running org.jboss.aesh.console.eof.IgnoreEofTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.847 s - in org.jboss.aesh.console.eof.IgnoreEofTest [INFO] Running org.jboss.aesh.console.alias.ConsoleAliasTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.jboss.aesh.console.alias.ConsoleAliasTest [INFO] Running org.jboss.aesh.console.alias.AliasManagerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.jboss.aesh.console.alias.AliasManagerTest [INFO] Running org.jboss.aesh.console.registry.MutableCommandRegistryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.jboss.aesh.console.registry.MutableCommandRegistryTest [INFO] Running org.jboss.aesh.console.BufferTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.console.BufferTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandOptionValidatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s - in org.jboss.aesh.console.aesh.AeshCommandOptionValidatorTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandInvocationServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.jboss.aesh.console.aesh.AeshCommandInvocationServiceTest [INFO] Running org.jboss.aesh.console.aesh.AeshNestedCommandTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.jboss.aesh.console.aesh.AeshNestedCommandTest [INFO] Running org.jboss.aesh.console.aesh.AeshConverterInvocationProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.jboss.aesh.console.aesh.AeshConverterInvocationProviderTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandOverrideRequiredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.jboss.aesh.console.aesh.AeshCommandOverrideRequiredTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandResultHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s - in org.jboss.aesh.console.aesh.AeshCommandResultHandlerTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandNotFoundHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.jboss.aesh.console.aesh.AeshCommandNotFoundHandlerTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandCompletionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s - in org.jboss.aesh.console.aesh.AeshCommandCompletionTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandPasteTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.jboss.aesh.console.aesh.AeshCommandPasteTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandPipelineTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.jboss.aesh.console.aesh.AeshCommandPipelineTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandOptionActivatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s - in org.jboss.aesh.console.aesh.AeshCommandOptionActivatorTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandEndOperatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.jboss.aesh.console.aesh.AeshCommandEndOperatorTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandValidatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.jboss.aesh.console.aesh.AeshCommandValidatorTest [INFO] Running org.jboss.aesh.console.aesh.AeshScriptTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.jboss.aesh.console.aesh.AeshScriptTest [INFO] Running org.jboss.aesh.console.aesh.AeshManProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.jboss.aesh.console.aesh.AeshManProviderTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandRegistryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s - in org.jboss.aesh.console.aesh.AeshCommandRegistryTest [INFO] Running org.jboss.aesh.console.aesh.AeshCommandDynamicTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.jboss.aesh.console.aesh.AeshCommandDynamicTest [INFO] Running org.jboss.aesh.console.aesh.AeshConsoleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.jboss.aesh.console.aesh.AeshConsoleTest [INFO] Running org.jboss.aesh.console.aesh.ConsoleNestedCommandTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.jboss.aesh.console.aesh.ConsoleNestedCommandTest [INFO] Running org.jboss.aesh.console.edit.EmacsEditingTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s - in org.jboss.aesh.console.edit.EmacsEditingTest [INFO] Running org.jboss.aesh.console.edit.ViEditingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.jboss.aesh.console.edit.ViEditingTest [INFO] Running org.jboss.aesh.console.masking.ConsoleMaskingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.jboss.aesh.console.masking.ConsoleMaskingTest [INFO] Running org.jboss.aesh.console.AeshInputProcessorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.jboss.aesh.console.AeshInputProcessorTest [INFO] Running org.jboss.aesh.console.export.ExportCommandTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.004 s - in org.jboss.aesh.console.export.ExportCommandTest [INFO] Running org.jboss.aesh.console.export.ExportManagerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.console.export.ExportManagerTest [INFO] Running org.jboss.aesh.cl.CommandLineParserTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.jboss.aesh.cl.CommandLineParserTest [INFO] Running org.jboss.aesh.cl.completer.FileOptionCompleterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.jboss.aesh.cl.completer.FileOptionCompleterTest [INFO] Running org.jboss.aesh.cl.BuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.jboss.aesh.cl.BuilderTest [INFO] Running org.jboss.aesh.cl.ParserGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.jboss.aesh.cl.ParserGeneratorTest [INFO] Running org.jboss.aesh.cl.CommandLineFormatterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.jboss.aesh.cl.CommandLineFormatterTest [INFO] Running org.jboss.aesh.cl.ParseCompleteObjectTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.jboss.aesh.cl.ParseCompleteObjectTest [INFO] Running org.jboss.aesh.cl.CommandLinePopulatorTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.jboss.aesh.cl.CommandLinePopulatorTest [INFO] Running org.jboss.aesh.io.FileResourceTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.jboss.aesh.io.FileResourceTestCase [INFO] Running org.jboss.aesh.io.filter.LeafResourceFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.io.filter.LeafResourceFilterTest [INFO] Running org.jboss.aesh.io.filter.NoDotNamesFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.io.filter.NoDotNamesFilterTest [INFO] Running org.jboss.aesh.io.filter.DirectoryResourceFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.jboss.aesh.io.filter.DirectoryResourceFilterTest [INFO] Running org.jboss.aesh.io.PathResolverTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.jboss.aesh.io.PathResolverTest [INFO] Running org.jboss.aesh.util.ReflectionUtilTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.jboss.aesh.util.ReflectionUtilTest [INFO] Running org.jboss.aesh.util.FileListerTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.jboss.aesh.util.FileListerTest [INFO] Running org.jboss.aesh.util.FileUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.jboss.aesh.util.FileUtilsTest [INFO] Running org.jboss.aesh.complete.CompleteOperationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.complete.CompleteOperationTest [INFO] Running org.jboss.aesh.comparators.PosixFileNameComparatorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.comparators.PosixFileNameComparatorTest [INFO] Running org.jboss.aesh.graphics.AeshGraphicsConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.jboss.aesh.graphics.AeshGraphicsConfigurationTest [INFO] Running org.jboss.aesh.terminal.TerminalCharacterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.terminal.TerminalCharacterTest [INFO] Running org.jboss.aesh.terminal.KeyTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.terminal.KeyTest [INFO] Running org.jboss.aesh.terminal.TerminalColorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.terminal.TerminalColorTest [INFO] Running org.jboss.aesh.history.HistoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.jboss.aesh.history.HistoryTest [INFO] Running org.jboss.aesh.edit.KeyOperationManagerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.jboss.aesh.edit.KeyOperationManagerTest [INFO] Running org.jboss.aesh.edit.KeyMapperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.jboss.aesh.edit.KeyMapperTest [INFO] Running org.jboss.aesh.edit.EmacsModeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.jboss.aesh.edit.EmacsModeTest [INFO] Running org.jboss.aesh.edit.ViModeTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.jboss.aesh.edit.ViModeTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 199, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ aesh --- [INFO] Building jar: /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/aesh-0.66.8.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ aesh --- [INFO] Building jar: /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/aesh-0.66.8-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ aesh --- [INFO] Building jar: /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/aesh-0.66.8-tests.jar [INFO] [INFO] ------------------------< org.jboss.aesh:aesh >------------------------- [INFO] Building ?sh 0.66.8 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- xmvn-mojo:3.0.0:install (default-cli) @ aesh --- [INFO] [INFO] >>> maven-javadoc-plugin:3.0.1:aggregate (default-cli) > compile @ aesh >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) @ aesh --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ aesh --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ aesh --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ aesh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ aesh --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 221 source files to /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/classes [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/terminal/WindowsTerminal.java:[31,28] org.fusesource.jansi.WindowsAnsiOutputStream in org.fusesource.jansi has been deprecated [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/alias/AliasManager.java:[105,37] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List found: java.util.List [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/AeshCommandRegistryBuilder.java:[50,76] Possible heap pollution from parameterized vararg type java.lang.Class [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/AeshCommandRegistryBuilder.java:[58,36] unchecked call to AeshCommandContainer(org.jboss.aesh.cl.internal.ProcessedCommand) as a member of the raw type org.jboss.aesh.console.command.container.AeshCommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/MutableCommandRegistry.java:[136,25] unchecked method invocation: method put in interface java.util.Map is applied to given types required: K,V found: java.lang.String,org.jboss.aesh.console.command.container.CommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/MutableCommandRegistry.java:[136,88] unchecked conversion required: V found: org.jboss.aesh.console.command.container.CommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/container/DefaultCommandContainer.java:[48,69] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/container/DefaultCommandContainer.java:[51,82] unchecked call to validate(T) as a member of the raw type org.jboss.aesh.cl.validator.CommandValidator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/container/DefaultCommandContainer.java:[53,76] unchecked call to execute(T) as a member of the raw type org.jboss.aesh.console.command.Command [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/CommandLineParserBuilder.java:[40,16] unchecked call to AeshCommandLineParser(org.jboss.aesh.cl.internal.ProcessedCommand) as a member of the raw type org.jboss.aesh.cl.parser.AeshCommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/container/AeshCommandContainer.java:[37,27] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/ParserGenerator.java:[66,76] unchecked call to getAnnotation(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/ParserGenerator.java:[84,91] unchecked call to getAnnotation(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/ParserGenerator.java:[106,44] unchecked call to addChild(org.jboss.aesh.console.command.container.CommandContainer) as a member of the raw type org.jboss.aesh.console.command.container.AeshCommandContainer [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/ParserGenerator.java:[310,48] unchecked call to populateObject(org.jboss.aesh.cl.CommandLine,org.jboss.aesh.console.InvocationProviders,org.jboss.aesh.console.AeshContext,boolean) as a member of the raw type org.jboss.aesh.cl.populator.CommandPopulator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/terminal/WindowsTerminal.java:[63,48] org.fusesource.jansi.WindowsAnsiOutputStream in org.fusesource.jansi has been deprecated [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/terminal/WindowsTerminal.java:[64,48] org.fusesource.jansi.WindowsAnsiOutputStream in org.fusesource.jansi has been deprecated [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/builder/CommandBuilder.java:[168,40] unchecked method invocation: constructor in class org.jboss.aesh.cl.parser.AeshCommandLineParser is applied to given types required: org.jboss.aesh.cl.internal.ProcessedCommand found: org.jboss.aesh.cl.internal.ProcessedCommand [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/builder/CommandBuilder.java:[168,68] unchecked conversion required: org.jboss.aesh.cl.internal.ProcessedCommand found: org.jboss.aesh.cl.internal.ProcessedCommand [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/builder/CommandBuilder.java:[171,38] unchecked call to addChildParser(org.jboss.aesh.cl.parser.CommandLineParser) as a member of the raw type org.jboss.aesh.cl.parser.AeshCommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/parser/AeshCommandLineParser.java:[95,24] unchecked conversion required: org.jboss.aesh.cl.parser.CommandLineParser found: org.jboss.aesh.cl.parser.CommandLineParser [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/FileLister.java:[380,25] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List,java.util.Comparator found: java.util.List,java.util.Comparator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/FileLister.java:[380,37] unchecked conversion required: java.util.Comparator found: java.util.Comparator [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/ReflectionUtil.java:[38,54] unchecked cast required: T found: capture#1 of ? [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/ReflectionUtil.java:[43,54] unchecked cast required: T found: capture#2 of ? [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/ReflectionUtil.java:[102,30] unchecked method invocation: method setAccessible in class org.jboss.aesh.util.ReflectionUtil is applied to given types required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/util/ReflectionUtil.java:[102,31] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/AeshExample.java:[447,24] unchecked conversion required: org.jboss.aesh.console.command.validator.ValidatorInvocation found: org.jboss.aesh.console.command.validator.ValidatorInvocation [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/internal/ProcessedCommandBuilder.java:[140,16] unchecked call to ProcessedCommand(java.lang.String,C,java.lang.String,org.jboss.aesh.cl.validator.CommandValidator,org.jboss.aesh.cl.result.ResultHandler,org.jboss.aesh.cl.internal.ProcessedOption,java.util.List,org.jboss.aesh.cl.populator.CommandPopulator) as a member of the raw type org.jboss.aesh.cl.internal.ProcessedCommand [INFO] [INFO] <<< maven-javadoc-plugin:3.0.1:aggregate (default-cli) < compile @ aesh <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:aggregate (default-cli) @ aesh --- [INFO] Loading source file /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/Example.java... Loading source file /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/AeshGraphicsExample.java... Loading source file /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/AeshExample.java... Loading source files for package org.jboss.aesh.console... Loading source files for package org.jboss.aesh.console.settings... Loading source files for package org.jboss.aesh.console.operator... Loading source files for package org.jboss.aesh.console.man... Loading source files for package org.jboss.aesh.console.man.parser... Loading source files for package org.jboss.aesh.console.reader... Loading source files for package org.jboss.aesh.console.alias... Loading source files for package org.jboss.aesh.console.command.activator... Loading source files for package org.jboss.aesh.console.command.completer... Loading source files for package org.jboss.aesh.console.command.container... Loading source files for package org.jboss.aesh.console.command... Loading source files for package org.jboss.aesh.console.command.validator... Loading source files for package org.jboss.aesh.console.command.registry... Loading source files for package org.jboss.aesh.console.command.invocation... Loading source files for package org.jboss.aesh.console.command.converter... Loading source files for package org.jboss.aesh.console.helper... Loading source files for package org.jboss.aesh.console.export... Loading source files for package org.jboss.aesh.cl... Loading source files for package org.jboss.aesh.cl.renderer... Loading source files for package org.jboss.aesh.cl.result... Loading source files for package org.jboss.aesh.cl.completer... Loading source files for package org.jboss.aesh.cl.populator... Loading source files for package org.jboss.aesh.cl.validator... Loading source files for package org.jboss.aesh.cl.builder... Loading source files for package org.jboss.aesh.cl.activation... Loading source files for package org.jboss.aesh.cl.parser... Loading source files for package org.jboss.aesh.cl.internal... Loading source files for package org.jboss.aesh.cl.converter... Loading source files for package org.jboss.aesh.io... Loading source files for package org.jboss.aesh.io.filter... Loading source files for package org.jboss.aesh.util... Loading source files for package org.jboss.aesh.undo... Loading source files for package org.jboss.aesh.constants... Loading source files for package org.jboss.aesh.complete... Loading source files for package org.jboss.aesh.comparators... Loading source files for package org.jboss.aesh.graphics... Loading source files for package org.jboss.aesh.terminal... Loading source files for package org.jboss.aesh.history... Loading source files for package org.jboss.aesh.parser... Loading source files for package org.jboss.aesh.edit... Loading source files for package org.jboss.aesh.edit.mapper... Loading source files for package org.jboss.aesh.edit.actions... Constructing Javadoc information... Standard Doclet version 1.8.0_242 Building tree for all the packages and classes... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.BarActivator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.BlueBoldRenderer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.Child1.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.Child2.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.DirectoryValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.DirectoryValidatorInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.ExampleValidatorInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.ExitCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.FooCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.GroupCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.LessCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.LsCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.ManProviderExample.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.PromptCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.RunCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshExample.TestConsoleCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshGraphicsExample.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshGraphicsExample.ExitCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/AeshGraphicsExample.GraphicsCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/Example.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/Example.ExampleConsoleCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshCompletionHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshConsole.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshConsoleBuffer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshConsoleBufferBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshConsoleBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshConsoleCallback.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshConsoleImpl.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshContext.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshInputProcessor.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshInputProcessorBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshInvocationProviders.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/AeshProcess.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/Buffer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/CompletionHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/Config.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/Console.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/ConsoleBuffer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/ConsoleCallback.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/ConsoleOperation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/InputProcessor.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/InputProcessorInterruptHook.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/InvocationProviders.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/Process.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/Process.Status.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/ProcessManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/Prompt.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/CommandNotFoundHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/DefaultAeshContext.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/FileAccessPermission.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/QuitHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/Settings.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/SettingsBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/SettingsImpl.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/VariableSettings.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/ControlOperator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/ControlOperatorParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/RedirectionCompletion.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/AeshFileDisplayer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/FileParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/Man.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/Man.ManCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/TerminalPage.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/TerminalPage.Search.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/ManFileParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/ManParameter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/ManParserUtil.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/ManSection.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/SectionType.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/AeshInputStream.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/AeshStandardStream.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/ConsoleInputSession.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/Alias.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/AliasCompletion.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/AliasManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/activator/AeshOptionActivatorProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/activator/OptionActivatorProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/AeshCompleterInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/CompleterInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/CompleterInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/AeshCommandContainer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/AeshCommandContainerBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/CommandContainer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/CommandContainerBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/CommandContainerResult.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/DefaultCommandContainer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/Command.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/CommandNotFoundException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/CommandOperation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/CommandResult.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/GroupCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/InternalCommands.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/AeshValidatorInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/AeshValidatorInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/ValidatorInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/ValidatorInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/AeshCommandRegistryBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/AeshInternalCommandRegistry.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/CommandRegistry.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/MutableCommandRegistry.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/AeshCommandInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/AeshCommandInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/CommandInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/CommandInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/CommandInvocationServices.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/AeshConverterInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/AeshConverterInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/ConverterInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/ConverterInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/InterruptHook.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/ManProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/Search.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/export/ExportCompletion.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/export/ExportManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/Arguments.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/CommandDefinition.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/CommandLine.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/GroupCommandDefinition.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/Option.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/OptionGroup.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/OptionList.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/renderer/NullOptionRenderer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/renderer/OptionRenderer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/result/NullResultHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/result/ResultHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/BooleanOptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/CompleterData.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/DefaultValueOptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/FileOptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/NullOptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/OptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/populator/AeshCommandPopulator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/populator/CommandPopulator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/CommandValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/CommandValidatorException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/NullCommandValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/NullValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/OptionValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/OptionValidatorException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/builder/CommandBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/activation/NullActivator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/activation/OptionActivator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/AeshCommandLineCompletionParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/AeshCommandLineParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/ArgumentParserException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/CommandLineCompletionParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/CommandLineParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/CommandLineParserBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/CommandLineParserException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/OptionParserException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/ParsedCompleteObject.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/ParserGenerator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/RequiredOptionException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/OptionType.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/ProcessedCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/ProcessedCommandBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/ProcessedOption.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/ProcessedOptionBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/BooleanConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/ByteConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/CharacterConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/CLConverterManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/Converter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/DoubleConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/FileConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/FileResourceConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/FloatConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/IntegerConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/LongConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/NullConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/ShortConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/StringConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/FileResource.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/PathResolver.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/Resource.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/AllResourceFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/DirectoryResourceFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/LeafResourceFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/NoDotNamesFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/ResourceFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/ANSI.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/FileLister.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/FileUtils.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/LoggerUtil.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/ReflectionUtil.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/undo/UndoAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/undo/UndoManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/constants/AeshConstants.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/CompleteOperation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/Completion.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/CompletionRegistration.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/comparators/PosixFileNameComparator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/AeshGraphics.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/AeshGraphicsConfiguration.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/Graphics.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/GraphicsConfiguration.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/AbstractTerminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/CharacterType.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/Color.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/Color.Intensity.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/Color.Type.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/CursorPosition.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/InfocmpHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/InfocmpManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/Key.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/POSIXTerminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/Shell.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/Terminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/TerminalCharacter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/TerminalColor.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/TerminalSize.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/TerminalString.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/TerminalTextStyle.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/TestTerminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/WindowsTerminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/FileHistory.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/History.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/InMemoryHistory.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/SearchDirection.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/AeshLine.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/Parser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/ParserStatus.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/AbstractEditMode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/EditMode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/EmacsEditMode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/KeyOperation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/KeyOperationFactory.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/KeyOperationManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/Mode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/PasteManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/ViEditMode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/mapper/KeyMapper.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/mapper/OperationMapper.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/Action.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/DeleteAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/EditAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/EditActionManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/Movement.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/NextSpaceWordAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/NextWordAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/Operation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/PrevSpaceWordAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/PrevWordAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/SimpleAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/overview-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/activation/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/activation/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/activation/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/builder/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/builder/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/builder/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/populator/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/populator/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/populator/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/renderer/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/renderer/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/renderer/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/result/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/result/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/result/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/comparators/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/comparators/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/comparators/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/activator/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/activator/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/activator/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/export/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/export/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/export/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/constants/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/constants/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/constants/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/mapper/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/mapper/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/mapper/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/undo/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/undo/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/undo/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/package-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/package-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/package-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/constant-values.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/serialized-form.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/Example.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/Example.ExampleConsoleCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshGraphicsExample.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshGraphicsExample.ExitCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshGraphicsExample.GraphicsCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.ExitCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.RunCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.FooCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.TestConsoleCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.LsCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.PromptCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.LessCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.DirectoryValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.DirectoryValidatorInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.ExampleValidatorInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.BarActivator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.BlueBoldRenderer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.ManProviderExample.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.GroupCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.Child1.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/class-use/AeshExample.Child2.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshConsoleImpl.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/ProcessManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/Process.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/Process.Status.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshConsoleBufferBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/Config.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/Buffer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/Prompt.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/InputProcessorInterruptHook.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshProcess.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshInputProcessorBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshConsoleCallback.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/ConsoleBuffer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshConsoleBuffer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshInputProcessor.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshContext.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/ConsoleCallback.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/CompletionHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/ConsoleOperation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/InvocationProviders.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshInvocationProviders.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshConsole.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshConsoleBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/Console.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/InputProcessor.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/class-use/AeshCompletionHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/class-use/DefaultAeshContext.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/class-use/CommandNotFoundHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/class-use/VariableSettings.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/class-use/QuitHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/class-use/SettingsImpl.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/class-use/FileAccessPermission.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/class-use/Settings.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/class-use/SettingsBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/class-use/RedirectionCompletion.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/class-use/ControlOperatorParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/class-use/ControlOperator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/class-use/FileParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/class-use/Man.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/class-use/Man.ManCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/class-use/AeshFileDisplayer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/class-use/TerminalPage.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/class-use/TerminalPage.Search.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/class-use/SectionType.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/class-use/ManParserUtil.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/class-use/ManFileParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/class-use/ManSection.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/class-use/ManParameter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/class-use/AeshInputStream.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/class-use/AeshStandardStream.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/class-use/ConsoleInputSession.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/class-use/AliasCompletion.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/class-use/AliasManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/class-use/Alias.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/activator/class-use/OptionActivatorProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/activator/class-use/AeshOptionActivatorProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/class-use/CompleterInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/class-use/AeshCompleterInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/class-use/CompleterInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/class-use/CommandContainer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/class-use/CommandContainerBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/class-use/AeshCommandContainerBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/class-use/CommandContainerResult.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/class-use/AeshCommandContainer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/class-use/DefaultCommandContainer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/class-use/Command.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/class-use/GroupCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/class-use/CommandResult.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/class-use/CommandNotFoundException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/class-use/InternalCommands.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/class-use/CommandOperation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/class-use/ValidatorInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/class-use/AeshValidatorInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/class-use/AeshValidatorInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/class-use/ValidatorInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/class-use/AeshCommandRegistryBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/class-use/CommandRegistry.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/class-use/AeshInternalCommandRegistry.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/class-use/MutableCommandRegistry.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/class-use/AeshCommandInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/class-use/CommandInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/class-use/CommandInvocationServices.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/class-use/AeshCommandInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/class-use/CommandInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/class-use/AeshConverterInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/class-use/AeshConverterInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/class-use/ConverterInvocation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/class-use/ConverterInvocationProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/class-use/ManProvider.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/class-use/InterruptHook.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/class-use/Search.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/export/class-use/ExportCompletion.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/export/class-use/ExportManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/class-use/OptionList.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/class-use/CommandDefinition.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/class-use/CommandLine.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/class-use/GroupCommandDefinition.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/class-use/Option.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/class-use/OptionGroup.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/class-use/Arguments.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/renderer/class-use/OptionRenderer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/renderer/class-use/NullOptionRenderer.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/result/class-use/ResultHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/result/class-use/NullResultHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/class-use/BooleanOptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/class-use/DefaultValueOptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/class-use/CompleterData.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/class-use/OptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/class-use/NullOptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/class-use/FileOptionCompleter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/populator/class-use/AeshCommandPopulator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/populator/class-use/CommandPopulator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/class-use/CommandValidatorException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/class-use/OptionValidatorException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/class-use/OptionValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/class-use/CommandValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/class-use/NullValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/class-use/NullCommandValidator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/builder/class-use/CommandBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/activation/class-use/OptionActivator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/activation/class-use/NullActivator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/RequiredOptionException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/CommandLineParserException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/CommandLineCompletionParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/CommandLineParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/ParserGenerator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/CommandLineParserBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/OptionParserException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/AeshCommandLineCompletionParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/ParsedCompleteObject.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/AeshCommandLineParser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/class-use/ArgumentParserException.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/class-use/ProcessedOptionBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/class-use/OptionType.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/class-use/ProcessedOption.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/class-use/ProcessedCommand.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/class-use/ProcessedCommandBuilder.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/ShortConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/FileConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/CLConverterManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/NullConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/DoubleConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/IntegerConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/ByteConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/Converter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/FileResourceConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/StringConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/LongConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/FloatConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/CharacterConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/class-use/BooleanConverter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/class-use/PathResolver.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/class-use/FileResource.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/class-use/Resource.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/class-use/LeafResourceFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/class-use/NoDotNamesFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/class-use/DirectoryResourceFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/class-use/ResourceFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/class-use/AllResourceFilter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/class-use/FileUtils.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/class-use/ANSI.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/class-use/LoggerUtil.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/class-use/ReflectionUtil.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/class-use/FileLister.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/undo/class-use/UndoManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/undo/class-use/UndoAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/constants/class-use/AeshConstants.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/class-use/Completion.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/class-use/CompletionRegistration.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/class-use/CompleteOperation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/comparators/class-use/PosixFileNameComparator.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/class-use/AeshGraphics.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/class-use/GraphicsConfiguration.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/class-use/AeshGraphicsConfiguration.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/class-use/Graphics.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/TerminalCharacter.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/Terminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/CursorPosition.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/AbstractTerminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/TerminalSize.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/Color.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/Color.Intensity.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/Color.Type.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/WindowsTerminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/TerminalTextStyle.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/Key.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/TerminalString.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/TestTerminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/InfocmpManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/Shell.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/InfocmpHandler.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/TerminalColor.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/CharacterType.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/class-use/POSIXTerminal.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/class-use/FileHistory.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/class-use/History.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/class-use/SearchDirection.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/class-use/InMemoryHistory.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/class-use/AeshLine.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/class-use/Parser.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/class-use/ParserStatus.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/EmacsEditMode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/AbstractEditMode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/Mode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/KeyOperationManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/KeyOperationFactory.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/KeyOperation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/EditMode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/PasteManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/class-use/ViEditMode.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/mapper/class-use/OperationMapper.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/mapper/class-use/KeyMapper.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/Operation.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/Action.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/DeleteAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/NextSpaceWordAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/SimpleAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/EditAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/PrevSpaceWordAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/NextWordAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/Movement.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/EditActionManager.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/class-use/PrevWordAction.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/activation/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/builder/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/completer/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/converter/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/internal/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/parser/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/populator/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/renderer/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/result/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/cl/validator/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/comparators/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/complete/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/alias/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/activator/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/completer/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/container/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/converter/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/invocation/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/registry/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/command/validator/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/export/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/helper/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/man/parser/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/operator/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/reader/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/console/settings/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/constants/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/actions/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/edit/mapper/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/graphics/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/history/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/io/filter/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/parser/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/terminal/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/undo/package-use.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/org/jboss/aesh/util/package-use.html... Building index for all the packages and classes... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/overview-tree.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/index-all.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/allclasses-frame.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/allclasses-noframe.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/index.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/overview-summary.html... Generating /home/iurt/rpmbuild/BUILD/aesh-0.66.8/target/site/apidocs/help-doc.html... 12 warnings [WARNING] Javadoc Warnings [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/activation/OptionActivator.java:37: warning - @return tag has no arguments. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/Console.java:334: warning - @return tag has no arguments. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/Console.java:343: warning - @return tag has no arguments. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/console/command/registry/CommandRegistry.java:49: warning - @param argument "completeOperation@return" is not a parameter name. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/cl/internal/ProcessedOptionBuilder.java:119: warning - @return tag has no arguments. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/io/PathResolver.java:66: warning - @return tag has no arguments. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/complete/CompletionRegistration.java:27: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/complete/CompletionRegistration.java:27: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/terminal/Terminal.java:53: warning - @return tag has no arguments. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/complete/CompletionRegistration.java:27: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/complete/CompletionRegistration.java:27: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method. [WARNING] /home/iurt/rpmbuild/BUILD/aesh-0.66.8/src/main/java/org/jboss/aesh/complete/CompletionRegistration.java:27: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method. [INFO] [INFO] --- xmvn-mojo:3.0.0:builddep (default-cli) @ aesh --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 38.452 s [INFO] Finished at: 2020-01-28T17:22:35Z [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA41Quw6CQBDs+YqV/kD7A6NWFFbGxPbgFnJE98g9CPy9h8SADbGcR2Zmlx+H1xN6 NFZpyuJDso8BqdJSUZPF9xs73S5FER/ziO8Yg7NXTwkSOyQZbAotNEhohEMJ5QiPa0/AWHCvPXkE sBDjBAPRGO27QubaNElbamt5+qVmgzBO1aJygfjorBMGyfF0JcxOHBzSdEHe6RdPFzgVp7/N20Nq b9FqbypMWhEytjbN+u+Y/9taT8ptxc/6VvwKTV9+A/nX6rnMAQAA -----END MAVEN BUILD DEPENDENCIES----- + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TgeOsP + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64 + cd aesh-0.66.8 + '[' 1 -eq 1 ']' + xmvn-install -R .xmvn-reactor -n aesh -d /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64 [INFO] Installing artifact org.jboss.aesh:aesh:jar:0.66.8 [INFO] Installing artifact org.jboss.aesh:aesh:pom:0.66.8 [INFO] Installation successful + jdir=target/site/apidocs + '[' -d .xmvn/apidocs ']' + jdir=.xmvn/apidocs + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/licenses + '[' -d .xmvn/apidocs ']' + install -dm755 /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/javadoc/aesh + cp -pr .xmvn/apidocs/AeshExample.BarActivator.html .xmvn/apidocs/AeshExample.BlueBoldRenderer.html .xmvn/apidocs/AeshExample.Child1.html .xmvn/apidocs/AeshExample.Child2.html .xmvn/apidocs/AeshExample.DirectoryValidator.html .xmvn/apidocs/AeshExample.DirectoryValidatorInvocation.html .xmvn/apidocs/AeshExample.ExampleValidatorInvocationProvider.html .xmvn/apidocs/AeshExample.ExitCommand.html .xmvn/apidocs/AeshExample.FooCommand.html .xmvn/apidocs/AeshExample.GroupCommand.html .xmvn/apidocs/AeshExample.LessCompleter.html .xmvn/apidocs/AeshExample.LsCommand.html .xmvn/apidocs/AeshExample.ManProviderExample.html .xmvn/apidocs/AeshExample.PromptCommand.html .xmvn/apidocs/AeshExample.RunCommand.html .xmvn/apidocs/AeshExample.TestConsoleCommand.html .xmvn/apidocs/AeshExample.html .xmvn/apidocs/AeshGraphicsExample.ExitCommand.html .xmvn/apidocs/AeshGraphicsExample.GraphicsCommand.html .xmvn/apidocs/AeshGraphicsExample.html .xmvn/apidocs/Example.ExampleConsoleCommand.html .xmvn/apidocs/Example.html .xmvn/apidocs/allclasses-frame.html .xmvn/apidocs/allclasses-noframe.html .xmvn/apidocs/class-use .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/org .xmvn/apidocs/overview-frame.html .xmvn/apidocs/overview-summary.html .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-frame.html .xmvn/apidocs/package-list .xmvn/apidocs/package-summary.html .xmvn/apidocs/package-tree.html .xmvn/apidocs/package-use.html .xmvn/apidocs/script.js .xmvn/apidocs/serialized-form.html .xmvn/apidocs/stylesheet.css /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/javadoc/aesh + echo /usr/share/javadoc/aesh + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.66.8-2.mga8 --unique-debug-suffix -0.66.8-2.mga8.aarch64 --unique-debug-src-base aesh-0.66.8-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/aesh-0.66.8 + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: aesh-0.66.8-2.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.L4dycP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd aesh-0.66.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/doc/aesh + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/doc/aesh + cp -pr README.asciidoc /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/doc/aesh + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QM94RO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd aesh-0.66.8 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/licenses/aesh + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/licenses/aesh + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/licenses/aesh + RPM_EC=0 ++ jobs -p + exit 0 [INFO maven.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/maven-metadata/aesh.xml'] [INFO maven.prov] mvn(org.jboss.aesh:aesh) = 0.66.8, mvn(org.jboss.aesh:aesh:pom:) = 0.66.8 [INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/java/aesh/aesh.jar'] [INFO maven.req] input: ['/home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/maven-metadata/aesh.xml'] [INFO maven.req] java-headless >= 1:1.8, javapackages-filesystem, mvn(org.fusesource.jansi:jansi) [INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/java/aesh/aesh.jar'] Provides: aesh = 0.66.8-2.mga8 mvn(org.jboss.aesh:aesh) = 0.66.8 mvn(org.jboss.aesh:aesh:pom:) = 0.66.8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-headless >= 1:1.8 javapackages-filesystem mvn(org.fusesource.jansi:jansi) Processing files: aesh-javadoc-0.66.8-2.mga8.noarch Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.crlyXO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd aesh-0.66.8 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/licenses/aesh-javadoc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/licenses/aesh-javadoc + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64/usr/share/licenses/aesh-javadoc + RPM_EC=0 ++ jobs -p + exit 0 Provides: aesh-javadoc = 0.66.8-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-filesystem Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/aesh-0.66.8-2.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/aesh-javadoc-0.66.8-2.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HmYUnO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd aesh-0.66.8 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/aesh-0.66.8-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LiHkJQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf aesh-0.66.8 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!