See <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$preflight/500/changes>
Changes: [leleueri] [https://issues.apache.org/jira/browse/PDFBOX-1312] First step of the Preflight Refactoring, Isartor Test succeed. The new preflight implementation and underlying classes are in the package org.apache.pdfbox.preflight. Old packages will be removed when the refactoring will be finished [https://issues.apache.org/jira/browse/PDFBOX-1274] The ColorSpace validation issue is fixed [leleueri] ------------------------------------------ projectStarted org.apache.pdfbox:preflight:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Preflight 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ preflight --- mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) mojoStarted org.codehaus.mojo:cobertura-maven-plugin:2.3(default) [INFO] [INFO] --- cobertura-maven-plugin:2.3:clean (default) @ preflight --- mojoSucceeded org.codehaus.mojo:cobertura-maven-plugin:2.3(default) mojoStarted org.codehaus.mojo:javacc-maven-plugin:2.6(javacc) [INFO] [INFO] --- javacc-maven-plugin:2.6:javacc (javacc) @ preflight --- Java Compiler Compiler Version 5.0 (Parser Generator) (type "javacc" with no arguments for help) Reading from file <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$preflight/ws/src/main/javacc/pdf_full_grammar.jj> . . . Warning: Line 172, Column 3: Non-ASCII characters used in regular expression. Please make sure you use the correct Reader when you create the parser, one that can handle your character set. File "TokenMgrError.java" does not exist. Will create one. File "ParseException.java" does not exist. Will create one. File "Token.java" does not exist. Will create one. File "SimpleCharStream.java" does not exist. Will create one. Parser generated with 0 errors and 1 warnings. Java Compiler Compiler Version 5.0 (Parser Generator) (type "javacc" with no arguments for help) Reading from file <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$preflight/ws/src/main/javacc/old_pdf_extractor.jj> . . . File "TokenMgrError.java" does not exist. Will create one. File "ParseException.java" does not exist. Will create one. File "Token.java" does not exist. Will create one. File "SimpleCharStream.java" does not exist. Will create one. Parser generated successfully. Java Compiler Compiler Version 5.0 (Parser Generator) (type "javacc" with no arguments for help) Reading from file <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$preflight/ws/src/main/javacc/pdf_extractor.jj> . . . File "TokenMgrError.java" does not exist. Will create one. File "ParseException.java" does not exist. Will create one. File "Token.java" does not exist. Will create one. File "SimpleCharStream.java" does not exist. Will create one. Parser generated successfully. Java Compiler Compiler Version 5.0 (Parser Generator) (type "javacc" with no arguments for help) Reading from file <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$preflight/ws/src/main/javacc/old_pdf_full_grammar.jj> . . . Warning: Line 173, Column 3: Non-ASCII characters used in regular expression. Please make sure you use the correct Reader when you create the parser, one that can handle your character set. File "TokenMgrError.java" does not exist. Will create one. File "ParseException.java" does not exist. Will create one. File "Token.java" does not exist. Will create one. File "SimpleCharStream.java" does not exist. Will create one. Parser generated with 0 errors and 1 warnings. [INFO] Processed 4 grammars mojoSucceeded org.codehaus.mojo:javacc-maven-plugin:2.6(javacc) mojoStarted org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1(default) [INFO] [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ preflight --- mojoSucceeded org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1(default) mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)[debug] execute contextualize [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ preflight --- mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources) mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile) [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ preflight --- [INFO] Compiling 246 source files to <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$preflight/ws/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$preflight/ws/src/main/java/org/apache/pdfbox/preflight/exception/ValidationException.java>:[34,4] cannot find symbol symbol : constructor IOException(java.lang.String,java.lang.Throwable) location: class java.io.IOException [ERROR] <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$preflight/ws/src/main/java/org/apache/pdfbox/preflight/exception/ValidationException.java>:[42,4] cannot find symbol symbol : constructor IOException(java.lang.Throwable) location: class java.io.IOException [INFO] 2 errors [INFO] ------------------------------------------------------------- mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile) projectFailed org.apache.pdfbox:preflight:1.8.0-SNAPSHOT
