Hi.

I am trying to follow all the steps before submitting a patch for the
old feature request "Option for SCRIPT to only
process one or a set of schemas or tables", but when i run "build
docs" the 3 files "JdbcPreparedStatement.java", "JdbcResultSet.java"
and "TestPreparedStatement.java" are touched by the builder.

The changes made by the build tool makes it fail on the step
"CheckTextFiles" and i get the following errors:

Running org.h2.build.code.CheckTextFiles
CHANGED: JdbcPreparedStatement.java
CHANGED: JdbcResultSet.java
FAIL at org.h2.jdbc.JdbcResultSet.java(JdbcResultSet.java:114)
contains wrong number of heading spaces: 2 /Users/jacob/Development/
Utils/h2database/h2/src/main/org/h2/jdbc/JdbcResultSet.java
FAIL at org.h2.jdbc.JdbcResultSet.java(JdbcResultSet.java:116)
contains wrong number of heading spaces: 2 /Users/jacob/Development/
Utils/h2database/h2/src/main/org/h2/jdbc/JdbcResultSet.java
FAIL at org.h2.jdbc.JdbcResultSet.java(JdbcResultSet.java:118)
contains wrong number of heading spaces: 2 /Users/jacob/Development/
Utils/h2database/h2/src/main/org/h2/jdbc/JdbcResultSet.java
CHANGED: TestPreparedStatement.java
Exception in thread "main" java.lang.RuntimeException:
java.lang.RuntimeException: java.lang.Exception: Errors found
        at org.h2.build.BuildBase.java(BuildBase.java:872)
        at org.h2.build.Build.docs(Build.java:213)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.h2.build.BuildBase.invoke(BuildBase.java:241)
        at org.h2.build.BuildBase.runTarget(BuildBase.java:207)
        at org.h2.build.BuildBase.run(BuildBase.java:188)
        at org.h2.build.Build.main(Build.java:35)
Caused by: java.lang.RuntimeException: java.lang.Exception: Errors
found
        at org.h2.build.BuildBase.invoke(BuildBase.java:250)
        at org.h2.build.BuildBase.java(BuildBase.java:870)
        ... 9 more
Caused by: java.lang.Exception: Errors found
        at org.h2.build.code.CheckTextFiles.run(CheckTextFiles.java:56)
        at org.h2.build.code.CheckTextFiles.main(CheckTextFiles.java:49)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.h2.build.BuildBase.invoke(BuildBase.java:241)
        ... 10 more

If i try to revert the changes and rerun the build target then they
are changed back.

Have anyone seen this before?

/Jacob

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to