public inbox for [email protected]
help / color / mirror / Atom feed[Pljava-dev] Build Fails on Windows 7
23+ messages / 4 participants
[nested] [flat]
* [Pljava-dev] Build Fails on Windows 7
@ 2016-02-17 07:08 Igal @ Lucee.org <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-17 07:08 UTC (permalink / raw)
Hi,
I'm trying to build PL/Java but am getting errors.
I am attaching here the verbose output of "mvn -e -X clean install", but
it looks like the error section is as follows:
[ERROR] Failed to execute goal com.github.maven-nar:nar-maven-plugin:3.2.3:nar-validate (default-nar-validate) on project pljava-so: Cannot deduce version number from: -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.maven-nar:nar-maven-plugin:3.2.3:nar-validate (default-nar-validate) on project pljava-so: Cannot deduce version number from:
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: Cannot deduce version number from:
at com.github.maven_nar.Linker.getVersion(Linker.java:270)
at com.github.maven_nar.NarValidateMojo.narExecute(NarValidateMojo.java:64)
at com.github.maven_nar.AbstractNarMojo.execute(AbstractNarMojo.java:302)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :pljava-so
Any help would be greatly appreciated.
Thank you,
Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/;
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
Attachments:
[text/x-moz-deleted] Deleted: pljava-mvn.log (255B, ../../[email protected]/3-Deleted:%20pljava-mvn.log)
download | inline:
You deleted an attachment from this message. The original MIME headers for the attachment were:
Content-Type: text/plain; charset=UTF-8;
name="pljava-mvn.log"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="pljava-mvn.log"
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-17 20:16 John R Pierce <[email protected]>
parent: Igal @ Lucee.org <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: John R Pierce @ 2016-02-17 20:16 UTC (permalink / raw)
On 2/16/2016 11:08 PM, Igal @ Lucee.org wrote:
> I'm trying to build PL/Java but am getting errors.
building pljava on MS Windows is not currently supported, as noone has
sat down and figured out how to get it all to play.
mostly, its the C components, they need to be compiled and linked with
MSVC as they have to be called by the MSVC built Postgres, assuming
you're using the EnterpriseDB distribution of Postgres for Windows...
The MS C compiler and linker command lines are quite different.
--
john r pierce, recycling bits in santa cruz
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-17 20:32 Chapman Flack <[email protected]>
parent: John R Pierce <[email protected]>
0 siblings, 2 replies; 23+ messages in thread
From: Chapman Flack @ 2016-02-17 20:32 UTC (permalink / raw)
On 02/17/2016 03:16 PM, John R Pierce wrote:
> On 2/16/2016 11:08 PM, Igal @ Lucee.org wrote:
>> I'm trying to build PL/Java but am getting errors.
>
> building pljava on MS Windows is not currently supported, as noone has
> sat down and figured out how to get it all to play.
Hey John, there is absolutely a "Building on Microsoft Windows
with Visual Studio" page in the release 1.5.0 docs, and it is
linked from the release notes.
Where Igal's issue comes in is in building with MinGW-64 rather
than MSVC, which I mentioned in the 1.5.0-BETA1 announcement was
an untested combination (because no one had stepped up to test it).
It was my mistake earlier today that I hit reply rather than
reply-all so subsequent exchanges with Igal haven't gone to the
list ... but in the best outcome, we will end up also knowing
how to build with MinGW-64 soon.
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-17 20:42 John R Pierce <[email protected]>
parent: Chapman Flack <[email protected]>
1 sibling, 0 replies; 23+ messages in thread
From: John R Pierce @ 2016-02-17 20:42 UTC (permalink / raw)
On 2/17/2016 12:32 PM, Chapman Flack wrote:
> Hey John, there is absolutely a "Building on Microsoft Windows
> with Visual Studio" page in the release 1.5.0 docs, and it is
> linked from the release notes.
oops, excuse me, I totally missed that. I thought I'd seen discussions
here a few weeks ago suggesting that was all "TBD".
--
john r pierce, recycling bits in santa cruz
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 04:56 Igal @ Lucee.org <[email protected]>
parent: Chapman Flack <[email protected]>
1 sibling, 1 reply; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-18 04:56 UTC (permalink / raw)
On 2/17/2016 4:33 PM, Chapman Flack wrote:
>
> It turns out nar-maven-plugin isn't as smart as I believed it
> to be. I had thought it would do some sort of linker discovery
> to find out if you were using MSVC or g++ ... but no ... it
> simply has a configuration file that lists default linkers
> for different arch-OS combinations:
>
> https://github.com/maven-nar/nar-maven-plugin/blob/7ba6ca9f3fc4385d360a8f326d20322cea1118a8/src/main...
>
> ... that is, if you're on amd64-windows, it just *assumes* you
> are using msvc, unless you tell it otherwise.
>
> You might try editing pljava-so/pom.xml, finding the
> <linker> section, and adding <name>g++</name> inside it.
I wasn't sure to which <linker> I should add it, so for good measure I
added <name>g++</name> to all three occurrences of <linker> (even though
the first one if for Mac OS X and is obviously unrelated).
> That will probably not lead directly to a successful build
> (there will be more things to fix, remember you're the first
> to try this), but I would like to know if it gets you past the
> "cannot deduce version" error, and what breaks next. :)
So we made some progress, as you anticipated, and now the error is (full
output attached):
[ERROR] Failed to execute goal
com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile
(default-nar-compile) on project pljava-so: NAR: Compile failed: gcc
failed with return code 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile
(default-nar-compile) on project pljava-so: NAR: Compile failed
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: NAR: Compile
failed
at
com.github.maven_nar.NarCompileMojo.createLibrary(NarCompileMojo.java:452)
at
com.github.maven_nar.NarCompileMojo.narExecute(NarCompileMojo.java:122)
at
com.github.maven_nar.AbstractNarMojo.execute(AbstractNarMojo.java:302)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
Caused by: gcc failed with return code 1
at
com.github.maven_nar.cpptasks.compiler.CommandLineCompiler.compile(CommandLineCompiler.java:222)
at
com.github.maven_nar.cpptasks.compiler.CommandLineCompilerConfiguration.compile(CommandLineCompilerConfiguration.java:148)
at com.github.maven_nar.cpptasks.CCTask$Core.run(CCTask.java:946)
Attachments:
[text/x-moz-deleted] Deleted: pljava-mvn-03.log (261B, ../../[email protected]/2-Deleted:%20pljava-mvn-03.log)
download | inline:
You deleted an attachment from this message. The original MIME headers for the attachment were:
Content-Type: text/plain; charset=UTF-8;
name="pljava-mvn-03.log"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="pljava-mvn-03.log"
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 05:16 Igal @ Lucee.org <[email protected]>
parent: Igal @ Lucee.org <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-18 05:16 UTC (permalink / raw)
UPDATE:
I updated to 1.5.0-BETA1 as Chap suggested in his first reply, and added
the <name>g++</name> to <linker>, and I'm getting different errors (full
output attached, if you prefer that I do not attach large files please
let me know).
The errors seem to be about missing header files from PostgreSQL. Here
is a directory listing of C:/Apps/PGSQL-~1.0/include/server:
total 467
drwxr-xr-x 1 User None 0 Jan 31 22:31 .
drwxr-xr-x 1 User None 0 Jan 31 22:31 ..
drwxr-xr-x 1 User None 0 Jan 31 22:31 access
drwxr-xr-x 1 User None 0 Jan 31 22:31 bootstrap
-rw-r--r-- 1 User None 33994 Jan 31 22:22 c.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 catalog
drwxr-xr-x 1 User None 0 Jan 31 22:31 commands
drwxr-xr-x 1 User None 0 Jan 31 22:31 common
drwxr-xr-x 1 User None 0 Jan 31 22:31 datatype
-rw-r--r-- 1 User None 446 Jan 31 22:22 dynloader.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 executor
-rw-r--r-- 1 User None 30839 Jan 31 22:22 fmgr.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 foreign
-rw-r--r-- 1 User None 10778 Jan 31 22:22 funcapi.h
-rw-r--r-- 1 User None 3986 Jan 31 22:22 getaddrinfo.h
-rw-r--r-- 1 User None 688 Jan 31 22:22 getopt_long.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 lib
drwxr-xr-x 1 User None 0 Jan 31 22:31 libpq
drwxr-xr-x 1 User None 0 Jan 31 22:31 mb
-rw-r--r-- 1 User None 15926 Jan 31 22:22 miscadmin.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 nodes
drwxr-xr-x 1 User None 0 Jan 31 22:31 optimizer
drwxr-xr-x 1 User None 0 Jan 31 22:31 parser
-rw-r--r-- 1 User None 28468 Jan 31 22:22 pg_config.h
-rw-r--r-- 1 User None 328 Jan 31 22:22 pg_config_ext.h
-rw-r--r-- 1 User None 10819 Jan 31 22:22 pg_config_manual.h
-rw-r--r-- 1 User None 12954 Jan 31 22:22 pg_config_os.h
-rw-r--r-- 1 User None 1084 Jan 31 22:22 pg_getopt.h
-rw-r--r-- 1 User None 316 Jan 31 22:22 pg_trace.h
-rw-r--r-- 1 User None 29611 Jan 31 22:22 pgstat.h
-rw-r--r-- 1 User None 752 Jan 31 22:22 pgtar.h
-rw-r--r-- 1 User None 2309 Jan 31 22:22 pgtime.h
-rw-r--r-- 1 User None 27946 Jan 31 22:22 plpgsql.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 port
-rw-r--r-- 1 User None 13752 Jan 31 22:22 port.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 portability
-rw-r--r-- 1 User None 22511 Jan 31 22:22 postgres.h
-rw-r--r-- 1 User None 2109 Jan 31 22:22 postgres_ext.h
-rw-r--r-- 1 User None 763 Jan 31 22:22 postgres_fe.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 postmaster
drwxr-xr-x 1 User None 0 Jan 31 22:31 regex
drwxr-xr-x 1 User None 0 Jan 31 22:31 replication
drwxr-xr-x 1 User None 0 Jan 31 22:31 rewrite
-rw-r--r-- 1 User None 843 Jan 31 22:22 rusagestub.h
drwxr-xr-x 1 User None 0 Jan 31 22:31 snowball
drwxr-xr-x 1 User None 0 Jan 31 22:31 storage
drwxr-xr-x 1 User None 0 Jan 31 22:31 tcop
drwxr-xr-x 1 User None 0 Jan 31 22:31 tsearch
drwxr-xr-x 1 User None 0 Jan 31 22:31 utils
-rw-r--r-- 1 User None 2379 Jan 31 22:22 windowapi.h
Errors from Maven:
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\AclId.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Any.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Array.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\Backend.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\BigDecimal.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Boolean.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Byte.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Coerce.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
0 / 51 files compiled...
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Composite.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Date.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Double.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/Exception.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\ErrorData.c:10:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\Exception.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\ExecutionPlan.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Float.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\Function.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/HashMap_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\HashMap.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
0 / 51 files compiled...
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\HeapTupleHeader.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\InstallHelper.c:12:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Integer.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\Invocation.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/HashMap_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\Iterator.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\JNICalls.c:12:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\JavaWrapper.c:10:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\LargeObject.c:13:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
0 / 51 files compiled...
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Long.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Oid.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\PgObject.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\PgSavepoint.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Portal.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Relation.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/SPI.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\SPI.c:10:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\SQLInputFromChunk.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\SQLInputFromTuple.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
0 / 51 files compiled...
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\SQLOutputToChunk.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\SQLOutputToTuple.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\Session.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Short.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR] from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/String_priv.h:12,
[ERROR] from C:\Workspace\git\pljava\pljava-so\src\main\c\type\String.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
Thank you,
Igal
Attachments:
[text/x-moz-deleted] Deleted: pljava-mvn-04.log (261B, ../../[email protected]/2-Deleted:%20pljava-mvn-04.log)
download | inline:
You deleted an attachment from this message. The original MIME headers for the attachment were:
Content-Type: text/plain; charset=UTF-8;
name="pljava-mvn-04.log"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="pljava-mvn-04.log"
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 05:29 Chapman Flack <[email protected]>
parent: Igal @ Lucee.org <[email protected]>
0 siblings, 2 replies; 23+ messages in thread
From: Chapman Flack @ 2016-02-18 05:29 UTC (permalink / raw)
On 02/18/2016 12:16 AM, Igal @ Lucee.org wrote:
> I updated to 1.5.0-BETA1 as Chap suggested in his first reply, and added
> the <name>g++</name> to <linker>, and I'm getting different errors
netdb.h not found was the same error you were getting earlier,
you just had to scroll farther to see it. :)
> The errors seem to be about missing header files from PostgreSQL. Here
> is a directory listing of C:/Apps/PGSQL-~1.0/include/server:
Could you attach an ls -R C:/Apps/PGSQL-~1.0/include/server/port
?
Thanks,
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 05:35 Igal @ Lucee.org <[email protected]>
parent: Chapman Flack <[email protected]>
1 sibling, 1 reply; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-18 05:35 UTC (permalink / raw)
On 2/17/2016 9:29 PM, Chapman Flack wrote:
> netdb.h not found was the same error you were getting earlier, you
> just had to scroll farther to see it. :)
ohh! :s
> Could you attach an ls -R C:/Apps/PGSQL-~1.0/include/server/port ?
C:/Apps/PGSQL-~1.0/include/server/port:
aix.h
atomics
atomics.h
cygwin.h
darwin.h
freebsd.h
hpux.h
linux.h
netbsd.h
openbsd.h
pg_crc32c.h
sco.h
solaris.h
unixware.h
win32
win32.h
win32_msvc
C:/Apps/PGSQL-~1.0/include/server/port/atomics:
arch-arm.h
arch-hppa.h
arch-ia64.h
arch-ppc.h
arch-x86.h
fallback.h
generic.h
generic-acc.h
generic-gcc.h
generic-msvc.h
generic-sunpro.h
generic-xlc.h
C:/Apps/PGSQL-~1.0/include/server/port/win32:
arpa
dlfcn.h
grp.h
netdb.h
netinet
pwd.h
sys
C:/Apps/PGSQL-~1.0/include/server/port/win32/arpa:
inet.h
C:/Apps/PGSQL-~1.0/include/server/port/win32/netinet:
in.h
C:/Apps/PGSQL-~1.0/include/server/port/win32/sys:
socket.h
wait.h
C:/Apps/PGSQL-~1.0/include/server/port/win32_msvc:
dirent.h
sys
unistd.h
utime.h
C:/Apps/PGSQL-~1.0/include/server/port/win32_msvc/sys:
file.h
param.h
time.h
Chap, what time zone are you in? I'm in Pacific myself. Seems like
you're always online.
Thanks,
Igal
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 06:18 Igal @ Lucee.org <[email protected]>
parent: Chapman Flack <[email protected]>
1 sibling, 0 replies; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-18 06:18 UTC (permalink / raw)
On 2/17/2016 9:29 PM, Chapman Flack wrote:
> netdb.h not found was the same error you were getting earlier, you
> just had to scroll farther to see it. :)
> Could you attach an ls -R C:/Apps/PGSQL-~1.0/include/server/port
>
So I copied netdb.h and the rest of the files from
/include/server/port/win32 to /include/server/port
and now I'm getting new errors.
See attached output.
Attachments:
[text/x-moz-deleted] Deleted: pljava-mvn-05.log (261B, ../../[email protected]/2-Deleted:%20pljava-mvn-05.log)
download | inline:
You deleted an attachment from this message. The original MIME headers for the attachment were:
Content-Type: text/plain; charset=UTF-8;
name="pljava-mvn-05.log"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="pljava-mvn-05.log"
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 06:30 Chapman Flack <[email protected]>
parent: Igal @ Lucee.org <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: Chapman Flack @ 2016-02-18 06:30 UTC (permalink / raw)
On 02/18/16, Igal @ Lucee.org wrote:
> So I copied netdb.h and the rest of the files from /include/server/port/win32
Nah, don't do that ... see below.
> Chap, what time zone are you in? I'm in Pacific myself. Seems like you're
> always online.
I'm in Eastern, and I'm about to not be online for a while. :)
You might try
git remote update ; git checkout port/REL1_5_STABLE-BASE/mingw64
(make sure it's a clean checkout, none of your earlier changes to pom.xml,
also that you uncopy whatever postgres .h files you copied around)
then see what the build does. I'm sure there will still be errors,
but a step at a time ....
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 15:22 Igal @ Lucee.org <[email protected]>
parent: Chapman Flack <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-18 15:22 UTC (permalink / raw)
On 2/17/2016 10:30 PM, Chapman Flack wrote:
> You might try
> git remote update ; git checkout port/REL1_5_STABLE-BASE/mingw64
So the last message is BUILD SUCCESS, but I see some [ERROR]s in the
output,
and in the target directory all I have is a single file named
pljava.app-1.6.0-SNAPSHOT-site.xml
See Maven output attached.
Thanks,
Igal
Attachments:
[text/x-moz-deleted] Deleted: pljava-mvn-06.log (261B, ../../[email protected]/2-Deleted:%20pljava-mvn-06.log)
download | inline:
You deleted an attachment from this message. The original MIME headers for the attachment were:
Content-Type: text/plain; charset=UTF-8;
name="pljava-mvn-06.log"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="pljava-mvn-06.log"
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 15:47 Chapman Flack <[email protected]>
parent: Igal @ Lucee.org <[email protected]>
0 siblings, 3 replies; 23+ messages in thread
From: Chapman Flack @ 2016-02-18 15:47 UTC (permalink / raw)
On 02/18/2016 10:22 AM, Igal @ Lucee.org wrote:
> See Maven output attached.
Ok ... I see three things there:
#1 I was up too late last night, and I forgot to rebase the
branch I created onto the right place, and now I'll have to
do the thing no respectable git hacker ever does, and rebase
it after publication. Phooey.
Hey you guys on pljava-dev, nobody base stuff off this
branch, ok?
#2 The build appears to have succeeded (as far as Maven thinks,
anyway).
#3 There are curious warnings. Most are from the printf format
checker, which seems to think jint and int are different
widths, likewise jlong and long. This makes me uneasy.
The other curious warnings are about the signal handlers
not getting defined in Backend.c. That also bears looking
into (which I won't have time for until later).
You might, cautiously, load it into your PostgreSQL database
and see what it does. I would not (ahem) do this on a production
instance at this stage. :)
Could you reply with whatever is in your Java installation's
include/jni.h and include/*/jni_md.h files pertaining to the
declarations of jint and jlong?
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* [Pljava-dev] Some tips to keep mvn -X output to manageable size
@ 2016-02-18 15:58 Chapman Flack <[email protected]>
parent: Chapman Flack <[email protected]>
2 siblings, 1 reply; 23+ messages in thread
From: Chapman Flack @ 2016-02-18 15:58 UTC (permalink / raw)
The output from mvn -X can be very helpful in understanding
build issues, but it can also be so long it's tedious to look
through. Here are some tips:
1. The *first* time you run mvn, it downloads *tons* of build
dependencies into your local Maven repository, and all the
download progress messages are included in your output.
(Also, if you ever clean out or remove your local repository,
the same thing happens again on the *next* mvn run after that.)
So tip #1: run mvn once at first (or once right after emptying
the repo), then run mvn -X clean install *again* and save the
output that time, not the first time.
2. If the build issue is in the native code (pljava-so subproject),
run a full mvn clean install in the top pljava directory once,
then cd pljava-so and from then on run mvn -X clean install
only there, so your output only covers that part of the build.
Once that is succeeding, cd .. and retry a full build for
adventure's sake.
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: Some tips to keep mvn -X output to manageable size
@ 2016-02-18 16:12 Igal @ Lucee.org <[email protected]>
parent: Chapman Flack <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-18 16:12 UTC (permalink / raw)
On 2/18/2016 7:58 AM, Chapman Flack wrote:
> 1. The *first* time you run mvn, it downloads *tons* of build
> dependencies into your local Maven repository, and all the
> download progress messages are included in your output.
> (Also, if you ever clean out or remove your local repository,
> the same thing happens again on the *next* mvn run after that.)
>
> So tip #1: run mvn once at first (or once right after emptying
> the repo), then run mvn -X clean install *again* and save the
> output that time, not the first time.
Sounds good.
> 2. If the build issue is in the native code (pljava-so subproject),
> run a full mvn clean install in the top pljava directory once,
> then cd pljava-so and from then on run mvn -X clean install
> only there, so your output only covers that part of the build.
> Once that is succeeding, cd .. and retry a full build for
> adventure's sake.
Is the problem now in pljava-so subproject? I'm not sure how do you see
that, so I wouldn't be able to tell by myself.
Will do, thanks!
Igal
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Some tips to keep mvn -X output to manageable size
@ 2016-02-18 16:23 Chapman Flack <[email protected]>
parent: Igal @ Lucee.org <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Chapman Flack @ 2016-02-18 16:23 UTC (permalink / raw)
On 02/18/2016 11:12 AM, Igal @ Lucee.org wrote:
> On 2/18/2016 7:58 AM, Chapman Flack wrote:
>> 1. The *first* time you run mvn, it downloads *tons* of build
>> dependencies into your local Maven repository, and all the
>> download progress messages are included in your output.
>> (Also, if you ever clean out or remove your local repository,
>> the same thing happens again on the *next* mvn run after that.)
>>
>> So tip #1: run mvn once at first (or once right after emptying
>> the repo), then run mvn -X clean install *again* and save the
>> output that time, not the first time.
> Sounds good.
>> 2. If the build issue is in the native code (pljava-so subproject),
>> run a full mvn clean install in the top pljava directory once,
>> then cd pljava-so and from then on run mvn -X clean install
>> only there, so your output only covers that part of the build.
>> Once that is succeeding, cd .. and retry a full build for
>> adventure's sake.
> Is the problem now in pljava-so subproject? I'm not sure how do you see
> that, so I wouldn't be able to tell by myself.
No, I was just giving general tips (I changed the Subject: line).
Your last build got past pljava-so and finished everything in fact.
You could try loading it. (It still might or might not work.)
I am still interested in those compiler warnings about int/jint
and long/jlong widths and undeclared handlers. Those *are* in
the pljava-so subproject, but I won't have anything new for you
to try there until I have more of a chance to look.
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 16:28 Igal @ Lucee.org <[email protected]>
parent: Chapman Flack <[email protected]>
2 siblings, 1 reply; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-18 16:28 UTC (permalink / raw)
On 2/18/2016 7:47 AM, Chapman Flack wrote:
> #2 The build appears to have succeeded (as far as Maven thinks,
> anyway).
I didn't realize earlier, but I do have jar files in pljava/target. I
was looking earlier only at the top target directory
> #3 There are curious warnings. Most are from the printf format
> checker, which seems to think jint and int are different
> widths, likewise jlong and long. This makes me uneasy.
> The other curious warnings are about the signal handlers
> not getting defined in Backend.c. That also bears looking
> into (which I won't have time for until later).
>
> You might, cautiously, load it into your PostgreSQL database
> and see what it does. I would not (ahem) do this on a production
> instance at this stage. :)
>
> Could you reply with whatever is in your Java installation's
> include/jni.h and include/*/jni_md.h files pertaining to the
> declarations of jint and jlong?
>
> -Chap
I renamed jni.h to jni.h.txt (as I'm sure that some email clients will
not like the .h extension) and attached here.
The ${java}/include/win32/jni_md.h is inline below:
#ifndef _JAVASOFT_JNI_MD_H_
#define _JAVASOFT_JNI_MD_H_
#define JNIEXPORT __declspec(dllexport)
#define JNIIMPORT __declspec(dllimport)
#define JNICALL __stdcall
typedef long jint;
typedef __int64 jlong;
typedef signed char jbyte;
#endif /* !_JAVASOFT_JNI_MD_H_ */
I must say that I'm impressed with your knowledge. I've been writing
Java code for a very long time now, and never even knew that there are
.h files in ${java}/include
Igal
/*
* Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
* We used part of Netscape's Java Runtime Interface (JRI) as the starting
* point of our design and implementation.
*/
/******************************************************************************
* Java Runtime Interface
* Copyright (c) 1996 Netscape Communications Corporation. All rights reserved.
*****************************************************************************/
#ifndef _JAVASOFT_JNI_H_
#define _JAVASOFT_JNI_H_
#include <stdio.h>
#include <stdarg.h>
/* jni_md.h contains the machine-dependent typedefs for jbyte, jint
and jlong */
#include "jni_md.h"
#ifdef __cplusplus
extern "C" {
#endif
/*
* JNI Types
*/
#ifndef JNI_TYPES_ALREADY_DEFINED_IN_JNI_MD_H
typedef unsigned char jboolean;
typedef unsigned short jchar;
typedef short jshort;
typedef float jfloat;
typedef double jdouble;
typedef jint jsize;
#ifdef __cplusplus
class _jobject {};
class _jclass : public _jobject {};
class _jthrowable : public _jobject {};
class _jstring : public _jobject {};
class _jarray : public _jobject {};
class _jbooleanArray : public _jarray {};
class _jbyteArray : public _jarray {};
class _jcharArray : public _jarray {};
class _jshortArray : public _jarray {};
class _jintArray : public _jarray {};
class _jlongArray : public _jarray {};
class _jfloatArray : public _jarray {};
class _jdoubleArray : public _jarray {};
class _jobjectArray : public _jarray {};
typedef _jobject *jobject;
typedef _jclass *jclass;
typedef _jthrowable *jthrowable;
typedef _jstring *jstring;
typedef _jarray *jarray;
typedef _jbooleanArray *jbooleanArray;
typedef _jbyteArray *jbyteArray;
typedef _jcharArray *jcharArray;
typedef _jshortArray *jshortArray;
typedef _jintArray *jintArray;
typedef _jlongArray *jlongArray;
typedef _jfloatArray *jfloatArray;
typedef _jdoubleArray *jdoubleArray;
typedef _jobjectArray *jobjectArray;
#else
struct _jobject;
typedef struct _jobject *jobject;
typedef jobject jclass;
typedef jobject jthrowable;
typedef jobject jstring;
typedef jobject jarray;
typedef jarray jbooleanArray;
typedef jarray jbyteArray;
typedef jarray jcharArray;
typedef jarray jshortArray;
typedef jarray jintArray;
typedef jarray jlongArray;
typedef jarray jfloatArray;
typedef jarray jdoubleArray;
typedef jarray jobjectArray;
#endif
typedef jobject jweak;
typedef union jvalue {
jboolean z;
jbyte b;
jchar c;
jshort s;
jint i;
jlong j;
jfloat f;
jdouble d;
jobject l;
} jvalue;
struct _jfieldID;
typedef struct _jfieldID *jfieldID;
struct _jmethodID;
typedef struct _jmethodID *jmethodID;
/* Return values from jobjectRefType */
typedef enum _jobjectType {
JNIInvalidRefType = 0,
JNILocalRefType = 1,
JNIGlobalRefType = 2,
JNIWeakGlobalRefType = 3
} jobjectRefType;
#endif /* JNI_TYPES_ALREADY_DEFINED_IN_JNI_MD_H */
/*
* jboolean constants
*/
#define JNI_FALSE 0
#define JNI_TRUE 1
/*
* possible return values for JNI functions.
*/
#define JNI_OK 0 /* success */
#define JNI_ERR (-1) /* unknown error */
#define JNI_EDETACHED (-2) /* thread detached from the VM */
#define JNI_EVERSION (-3) /* JNI version error */
#define JNI_ENOMEM (-4) /* not enough memory */
#define JNI_EEXIST (-5) /* VM already created */
#define JNI_EINVAL (-6) /* invalid arguments */
/*
* used in ReleaseScalarArrayElements
*/
#define JNI_COMMIT 1
#define JNI_ABORT 2
/*
* used in RegisterNatives to describe native method name, signature,
* and function pointer.
*/
typedef struct {
char *name;
char *signature;
void *fnPtr;
} JNINativeMethod;
/*
* JNI Native Method Interface.
*/
struct JNINativeInterface_;
struct JNIEnv_;
#ifdef __cplusplus
typedef JNIEnv_ JNIEnv;
#else
typedef const struct JNINativeInterface_ *JNIEnv;
#endif
/*
* JNI Invocation Interface.
*/
struct JNIInvokeInterface_;
struct JavaVM_;
#ifdef __cplusplus
typedef JavaVM_ JavaVM;
#else
typedef const struct JNIInvokeInterface_ *JavaVM;
#endif
struct JNINativeInterface_ {
void *reserved0;
void *reserved1;
void *reserved2;
void *reserved3;
jint (JNICALL *GetVersion)(JNIEnv *env);
jclass (JNICALL *DefineClass)
(JNIEnv *env, const char *name, jobject loader, const jbyte *buf,
jsize len);
jclass (JNICALL *FindClass)
(JNIEnv *env, const char *name);
jmethodID (JNICALL *FromReflectedMethod)
(JNIEnv *env, jobject method);
jfieldID (JNICALL *FromReflectedField)
(JNIEnv *env, jobject field);
jobject (JNICALL *ToReflectedMethod)
(JNIEnv *env, jclass cls, jmethodID methodID, jboolean isStatic);
jclass (JNICALL *GetSuperclass)
(JNIEnv *env, jclass sub);
jboolean (JNICALL *IsAssignableFrom)
(JNIEnv *env, jclass sub, jclass sup);
jobject (JNICALL *ToReflectedField)
(JNIEnv *env, jclass cls, jfieldID fieldID, jboolean isStatic);
jint (JNICALL *Throw)
(JNIEnv *env, jthrowable obj);
jint (JNICALL *ThrowNew)
(JNIEnv *env, jclass clazz, const char *msg);
jthrowable (JNICALL *ExceptionOccurred)
(JNIEnv *env);
void (JNICALL *ExceptionDescribe)
(JNIEnv *env);
void (JNICALL *ExceptionClear)
(JNIEnv *env);
void (JNICALL *FatalError)
(JNIEnv *env, const char *msg);
jint (JNICALL *PushLocalFrame)
(JNIEnv *env, jint capacity);
jobject (JNICALL *PopLocalFrame)
(JNIEnv *env, jobject result);
jobject (JNICALL *NewGlobalRef)
(JNIEnv *env, jobject lobj);
void (JNICALL *DeleteGlobalRef)
(JNIEnv *env, jobject gref);
void (JNICALL *DeleteLocalRef)
(JNIEnv *env, jobject obj);
jboolean (JNICALL *IsSameObject)
(JNIEnv *env, jobject obj1, jobject obj2);
jobject (JNICALL *NewLocalRef)
(JNIEnv *env, jobject ref);
jint (JNICALL *EnsureLocalCapacity)
(JNIEnv *env, jint capacity);
jobject (JNICALL *AllocObject)
(JNIEnv *env, jclass clazz);
jobject (JNICALL *NewObject)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jobject (JNICALL *NewObjectV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jobject (JNICALL *NewObjectA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jclass (JNICALL *GetObjectClass)
(JNIEnv *env, jobject obj);
jboolean (JNICALL *IsInstanceOf)
(JNIEnv *env, jobject obj, jclass clazz);
jmethodID (JNICALL *GetMethodID)
(JNIEnv *env, jclass clazz, const char *name, const char *sig);
jobject (JNICALL *CallObjectMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jobject (JNICALL *CallObjectMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jobject (JNICALL *CallObjectMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue * args);
jboolean (JNICALL *CallBooleanMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jboolean (JNICALL *CallBooleanMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jboolean (JNICALL *CallBooleanMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue * args);
jbyte (JNICALL *CallByteMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jbyte (JNICALL *CallByteMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jbyte (JNICALL *CallByteMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args);
jchar (JNICALL *CallCharMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jchar (JNICALL *CallCharMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jchar (JNICALL *CallCharMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args);
jshort (JNICALL *CallShortMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jshort (JNICALL *CallShortMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jshort (JNICALL *CallShortMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args);
jint (JNICALL *CallIntMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jint (JNICALL *CallIntMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jint (JNICALL *CallIntMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args);
jlong (JNICALL *CallLongMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jlong (JNICALL *CallLongMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jlong (JNICALL *CallLongMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args);
jfloat (JNICALL *CallFloatMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jfloat (JNICALL *CallFloatMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jfloat (JNICALL *CallFloatMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args);
jdouble (JNICALL *CallDoubleMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
jdouble (JNICALL *CallDoubleMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
jdouble (JNICALL *CallDoubleMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args);
void (JNICALL *CallVoidMethod)
(JNIEnv *env, jobject obj, jmethodID methodID, ...);
void (JNICALL *CallVoidMethodV)
(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
void (JNICALL *CallVoidMethodA)
(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue * args);
jobject (JNICALL *CallNonvirtualObjectMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jobject (JNICALL *CallNonvirtualObjectMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jobject (JNICALL *CallNonvirtualObjectMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue * args);
jboolean (JNICALL *CallNonvirtualBooleanMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jboolean (JNICALL *CallNonvirtualBooleanMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jboolean (JNICALL *CallNonvirtualBooleanMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue * args);
jbyte (JNICALL *CallNonvirtualByteMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jbyte (JNICALL *CallNonvirtualByteMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jbyte (JNICALL *CallNonvirtualByteMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue *args);
jchar (JNICALL *CallNonvirtualCharMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jchar (JNICALL *CallNonvirtualCharMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jchar (JNICALL *CallNonvirtualCharMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue *args);
jshort (JNICALL *CallNonvirtualShortMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jshort (JNICALL *CallNonvirtualShortMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jshort (JNICALL *CallNonvirtualShortMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue *args);
jint (JNICALL *CallNonvirtualIntMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jint (JNICALL *CallNonvirtualIntMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jint (JNICALL *CallNonvirtualIntMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue *args);
jlong (JNICALL *CallNonvirtualLongMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jlong (JNICALL *CallNonvirtualLongMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jlong (JNICALL *CallNonvirtualLongMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue *args);
jfloat (JNICALL *CallNonvirtualFloatMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jfloat (JNICALL *CallNonvirtualFloatMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jfloat (JNICALL *CallNonvirtualFloatMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue *args);
jdouble (JNICALL *CallNonvirtualDoubleMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
jdouble (JNICALL *CallNonvirtualDoubleMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
jdouble (JNICALL *CallNonvirtualDoubleMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue *args);
void (JNICALL *CallNonvirtualVoidMethod)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
void (JNICALL *CallNonvirtualVoidMethodV)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
va_list args);
void (JNICALL *CallNonvirtualVoidMethodA)
(JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
const jvalue * args);
jfieldID (JNICALL *GetFieldID)
(JNIEnv *env, jclass clazz, const char *name, const char *sig);
jobject (JNICALL *GetObjectField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
jboolean (JNICALL *GetBooleanField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
jbyte (JNICALL *GetByteField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
jchar (JNICALL *GetCharField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
jshort (JNICALL *GetShortField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
jint (JNICALL *GetIntField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
jlong (JNICALL *GetLongField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
jfloat (JNICALL *GetFloatField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
jdouble (JNICALL *GetDoubleField)
(JNIEnv *env, jobject obj, jfieldID fieldID);
void (JNICALL *SetObjectField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jobject val);
void (JNICALL *SetBooleanField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jboolean val);
void (JNICALL *SetByteField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jbyte val);
void (JNICALL *SetCharField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jchar val);
void (JNICALL *SetShortField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jshort val);
void (JNICALL *SetIntField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jint val);
void (JNICALL *SetLongField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jlong val);
void (JNICALL *SetFloatField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jfloat val);
void (JNICALL *SetDoubleField)
(JNIEnv *env, jobject obj, jfieldID fieldID, jdouble val);
jmethodID (JNICALL *GetStaticMethodID)
(JNIEnv *env, jclass clazz, const char *name, const char *sig);
jobject (JNICALL *CallStaticObjectMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jobject (JNICALL *CallStaticObjectMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jobject (JNICALL *CallStaticObjectMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jboolean (JNICALL *CallStaticBooleanMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jboolean (JNICALL *CallStaticBooleanMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jboolean (JNICALL *CallStaticBooleanMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jbyte (JNICALL *CallStaticByteMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jbyte (JNICALL *CallStaticByteMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jbyte (JNICALL *CallStaticByteMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jchar (JNICALL *CallStaticCharMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jchar (JNICALL *CallStaticCharMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jchar (JNICALL *CallStaticCharMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jshort (JNICALL *CallStaticShortMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jshort (JNICALL *CallStaticShortMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jshort (JNICALL *CallStaticShortMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jint (JNICALL *CallStaticIntMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jint (JNICALL *CallStaticIntMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jint (JNICALL *CallStaticIntMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jlong (JNICALL *CallStaticLongMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jlong (JNICALL *CallStaticLongMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jlong (JNICALL *CallStaticLongMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jfloat (JNICALL *CallStaticFloatMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jfloat (JNICALL *CallStaticFloatMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jfloat (JNICALL *CallStaticFloatMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
jdouble (JNICALL *CallStaticDoubleMethod)
(JNIEnv *env, jclass clazz, jmethodID methodID, ...);
jdouble (JNICALL *CallStaticDoubleMethodV)
(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
jdouble (JNICALL *CallStaticDoubleMethodA)
(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
void (JNICALL *CallStaticVoidMethod)
(JNIEnv *env, jclass cls, jmethodID methodID, ...);
void (JNICALL *CallStaticVoidMethodV)
(JNIEnv *env, jclass cls, jmethodID methodID, va_list args);
void (JNICALL *CallStaticVoidMethodA)
(JNIEnv *env, jclass cls, jmethodID methodID, const jvalue * args);
jfieldID (JNICALL *GetStaticFieldID)
(JNIEnv *env, jclass clazz, const char *name, const char *sig);
jobject (JNICALL *GetStaticObjectField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
jboolean (JNICALL *GetStaticBooleanField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
jbyte (JNICALL *GetStaticByteField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
jchar (JNICALL *GetStaticCharField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
jshort (JNICALL *GetStaticShortField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
jint (JNICALL *GetStaticIntField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
jlong (JNICALL *GetStaticLongField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
jfloat (JNICALL *GetStaticFloatField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
jdouble (JNICALL *GetStaticDoubleField)
(JNIEnv *env, jclass clazz, jfieldID fieldID);
void (JNICALL *SetStaticObjectField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jobject value);
void (JNICALL *SetStaticBooleanField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jboolean value);
void (JNICALL *SetStaticByteField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jbyte value);
void (JNICALL *SetStaticCharField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jchar value);
void (JNICALL *SetStaticShortField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jshort value);
void (JNICALL *SetStaticIntField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jint value);
void (JNICALL *SetStaticLongField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jlong value);
void (JNICALL *SetStaticFloatField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jfloat value);
void (JNICALL *SetStaticDoubleField)
(JNIEnv *env, jclass clazz, jfieldID fieldID, jdouble value);
jstring (JNICALL *NewString)
(JNIEnv *env, const jchar *unicode, jsize len);
jsize (JNICALL *GetStringLength)
(JNIEnv *env, jstring str);
const jchar *(JNICALL *GetStringChars)
(JNIEnv *env, jstring str, jboolean *isCopy);
void (JNICALL *ReleaseStringChars)
(JNIEnv *env, jstring str, const jchar *chars);
jstring (JNICALL *NewStringUTF)
(JNIEnv *env, const char *utf);
jsize (JNICALL *GetStringUTFLength)
(JNIEnv *env, jstring str);
const char* (JNICALL *GetStringUTFChars)
(JNIEnv *env, jstring str, jboolean *isCopy);
void (JNICALL *ReleaseStringUTFChars)
(JNIEnv *env, jstring str, const char* chars);
jsize (JNICALL *GetArrayLength)
(JNIEnv *env, jarray array);
jobjectArray (JNICALL *NewObjectArray)
(JNIEnv *env, jsize len, jclass clazz, jobject init);
jobject (JNICALL *GetObjectArrayElement)
(JNIEnv *env, jobjectArray array, jsize index);
void (JNICALL *SetObjectArrayElement)
(JNIEnv *env, jobjectArray array, jsize index, jobject val);
jbooleanArray (JNICALL *NewBooleanArray)
(JNIEnv *env, jsize len);
jbyteArray (JNICALL *NewByteArray)
(JNIEnv *env, jsize len);
jcharArray (JNICALL *NewCharArray)
(JNIEnv *env, jsize len);
jshortArray (JNICALL *NewShortArray)
(JNIEnv *env, jsize len);
jintArray (JNICALL *NewIntArray)
(JNIEnv *env, jsize len);
jlongArray (JNICALL *NewLongArray)
(JNIEnv *env, jsize len);
jfloatArray (JNICALL *NewFloatArray)
(JNIEnv *env, jsize len);
jdoubleArray (JNICALL *NewDoubleArray)
(JNIEnv *env, jsize len);
jboolean * (JNICALL *GetBooleanArrayElements)
(JNIEnv *env, jbooleanArray array, jboolean *isCopy);
jbyte * (JNICALL *GetByteArrayElements)
(JNIEnv *env, jbyteArray array, jboolean *isCopy);
jchar * (JNICALL *GetCharArrayElements)
(JNIEnv *env, jcharArray array, jboolean *isCopy);
jshort * (JNICALL *GetShortArrayElements)
(JNIEnv *env, jshortArray array, jboolean *isCopy);
jint * (JNICALL *GetIntArrayElements)
(JNIEnv *env, jintArray array, jboolean *isCopy);
jlong * (JNICALL *GetLongArrayElements)
(JNIEnv *env, jlongArray array, jboolean *isCopy);
jfloat * (JNICALL *GetFloatArrayElements)
(JNIEnv *env, jfloatArray array, jboolean *isCopy);
jdouble * (JNICALL *GetDoubleArrayElements)
(JNIEnv *env, jdoubleArray array, jboolean *isCopy);
void (JNICALL *ReleaseBooleanArrayElements)
(JNIEnv *env, jbooleanArray array, jboolean *elems, jint mode);
void (JNICALL *ReleaseByteArrayElements)
(JNIEnv *env, jbyteArray array, jbyte *elems, jint mode);
void (JNICALL *ReleaseCharArrayElements)
(JNIEnv *env, jcharArray array, jchar *elems, jint mode);
void (JNICALL *ReleaseShortArrayElements)
(JNIEnv *env, jshortArray array, jshort *elems, jint mode);
void (JNICALL *ReleaseIntArrayElements)
(JNIEnv *env, jintArray array, jint *elems, jint mode);
void (JNICALL *ReleaseLongArrayElements)
(JNIEnv *env, jlongArray array, jlong *elems, jint mode);
void (JNICALL *ReleaseFloatArrayElements)
(JNIEnv *env, jfloatArray array, jfloat *elems, jint mode);
void (JNICALL *ReleaseDoubleArrayElements)
(JNIEnv *env, jdoubleArray array, jdouble *elems, jint mode);
void (JNICALL *GetBooleanArrayRegion)
(JNIEnv *env, jbooleanArray array, jsize start, jsize l, jboolean *buf);
void (JNICALL *GetByteArrayRegion)
(JNIEnv *env, jbyteArray array, jsize start, jsize len, jbyte *buf);
void (JNICALL *GetCharArrayRegion)
(JNIEnv *env, jcharArray array, jsize start, jsize len, jchar *buf);
void (JNICALL *GetShortArrayRegion)
(JNIEnv *env, jshortArray array, jsize start, jsize len, jshort *buf);
void (JNICALL *GetIntArrayRegion)
(JNIEnv *env, jintArray array, jsize start, jsize len, jint *buf);
void (JNICALL *GetLongArrayRegion)
(JNIEnv *env, jlongArray array, jsize start, jsize len, jlong *buf);
void (JNICALL *GetFloatArrayRegion)
(JNIEnv *env, jfloatArray array, jsize start, jsize len, jfloat *buf);
void (JNICALL *GetDoubleArrayRegion)
(JNIEnv *env, jdoubleArray array, jsize start, jsize len, jdouble *buf);
void (JNICALL *SetBooleanArrayRegion)
(JNIEnv *env, jbooleanArray array, jsize start, jsize l, const jboolean *buf);
void (JNICALL *SetByteArrayRegion)
(JNIEnv *env, jbyteArray array, jsize start, jsize len, const jbyte *buf);
void (JNICALL *SetCharArrayRegion)
(JNIEnv *env, jcharArray array, jsize start, jsize len, const jchar *buf);
void (JNICALL *SetShortArrayRegion)
(JNIEnv *env, jshortArray array, jsize start, jsize len, const jshort *buf);
void (JNICALL *SetIntArrayRegion)
(JNIEnv *env, jintArray array, jsize start, jsize len, const jint *buf);
void (JNICALL *SetLongArrayRegion)
(JNIEnv *env, jlongArray array, jsize start, jsize len, const jlong *buf);
void (JNICALL *SetFloatArrayRegion)
(JNIEnv *env, jfloatArray array, jsize start, jsize len, const jfloat *buf);
void (JNICALL *SetDoubleArrayRegion)
(JNIEnv *env, jdoubleArray array, jsize start, jsize len, const jdouble *buf);
jint (JNICALL *RegisterNatives)
(JNIEnv *env, jclass clazz, const JNINativeMethod *methods,
jint nMethods);
jint (JNICALL *UnregisterNatives)
(JNIEnv *env, jclass clazz);
jint (JNICALL *MonitorEnter)
(JNIEnv *env, jobject obj);
jint (JNICALL *MonitorExit)
(JNIEnv *env, jobject obj);
jint (JNICALL *GetJavaVM)
(JNIEnv *env, JavaVM **vm);
void (JNICALL *GetStringRegion)
(JNIEnv *env, jstring str, jsize start, jsize len, jchar *buf);
void (JNICALL *GetStringUTFRegion)
(JNIEnv *env, jstring str, jsize start, jsize len, char *buf);
void * (JNICALL *GetPrimitiveArrayCritical)
(JNIEnv *env, jarray array, jboolean *isCopy);
void (JNICALL *ReleasePrimitiveArrayCritical)
(JNIEnv *env, jarray array, void *carray, jint mode);
const jchar * (JNICALL *GetStringCritical)
(JNIEnv *env, jstring string, jboolean *isCopy);
void (JNICALL *ReleaseStringCritical)
(JNIEnv *env, jstring string, const jchar *cstring);
jweak (JNICALL *NewWeakGlobalRef)
(JNIEnv *env, jobject obj);
void (JNICALL *DeleteWeakGlobalRef)
(JNIEnv *env, jweak ref);
jboolean (JNICALL *ExceptionCheck)
(JNIEnv *env);
jobject (JNICALL *NewDirectByteBuffer)
(JNIEnv* env, void* address, jlong capacity);
void* (JNICALL *GetDirectBufferAddress)
(JNIEnv* env, jobject buf);
jlong (JNICALL *GetDirectBufferCapacity)
(JNIEnv* env, jobject buf);
/* New JNI 1.6 Features */
jobjectRefType (JNICALL *GetObjectRefType)
(JNIEnv* env, jobject obj);
};
/*
* We use inlined functions for C++ so that programmers can write:
*
* env->FindClass("java/lang/String")
*
* in C++ rather than:
*
* (*env)->FindClass(env, "java/lang/String")
*
* in C.
*/
struct JNIEnv_ {
const struct JNINativeInterface_ *functions;
#ifdef __cplusplus
jint GetVersion() {
return functions->GetVersion(this);
}
jclass DefineClass(const char *name, jobject loader, const jbyte *buf,
jsize len) {
return functions->DefineClass(this, name, loader, buf, len);
}
jclass FindClass(const char *name) {
return functions->FindClass(this, name);
}
jmethodID FromReflectedMethod(jobject method) {
return functions->FromReflectedMethod(this,method);
}
jfieldID FromReflectedField(jobject field) {
return functions->FromReflectedField(this,field);
}
jobject ToReflectedMethod(jclass cls, jmethodID methodID, jboolean isStatic) {
return functions->ToReflectedMethod(this, cls, methodID, isStatic);
}
jclass GetSuperclass(jclass sub) {
return functions->GetSuperclass(this, sub);
}
jboolean IsAssignableFrom(jclass sub, jclass sup) {
return functions->IsAssignableFrom(this, sub, sup);
}
jobject ToReflectedField(jclass cls, jfieldID fieldID, jboolean isStatic) {
return functions->ToReflectedField(this,cls,fieldID,isStatic);
}
jint Throw(jthrowable obj) {
return functions->Throw(this, obj);
}
jint ThrowNew(jclass clazz, const char *msg) {
return functions->ThrowNew(this, clazz, msg);
}
jthrowable ExceptionOccurred() {
return functions->ExceptionOccurred(this);
}
void ExceptionDescribe() {
functions->ExceptionDescribe(this);
}
void ExceptionClear() {
functions->ExceptionClear(this);
}
void FatalError(const char *msg) {
functions->FatalError(this, msg);
}
jint PushLocalFrame(jint capacity) {
return functions->PushLocalFrame(this,capacity);
}
jobject PopLocalFrame(jobject result) {
return functions->PopLocalFrame(this,result);
}
jobject NewGlobalRef(jobject lobj) {
return functions->NewGlobalRef(this,lobj);
}
void DeleteGlobalRef(jobject gref) {
functions->DeleteGlobalRef(this,gref);
}
void DeleteLocalRef(jobject obj) {
functions->DeleteLocalRef(this, obj);
}
jboolean IsSameObject(jobject obj1, jobject obj2) {
return functions->IsSameObject(this,obj1,obj2);
}
jobject NewLocalRef(jobject ref) {
return functions->NewLocalRef(this,ref);
}
jint EnsureLocalCapacity(jint capacity) {
return functions->EnsureLocalCapacity(this,capacity);
}
jobject AllocObject(jclass clazz) {
return functions->AllocObject(this,clazz);
}
jobject NewObject(jclass clazz, jmethodID methodID, ...) {
va_list args;
jobject result;
va_start(args, methodID);
result = functions->NewObjectV(this,clazz,methodID,args);
va_end(args);
return result;
}
jobject NewObjectV(jclass clazz, jmethodID methodID,
va_list args) {
return functions->NewObjectV(this,clazz,methodID,args);
}
jobject NewObjectA(jclass clazz, jmethodID methodID,
const jvalue *args) {
return functions->NewObjectA(this,clazz,methodID,args);
}
jclass GetObjectClass(jobject obj) {
return functions->GetObjectClass(this,obj);
}
jboolean IsInstanceOf(jobject obj, jclass clazz) {
return functions->IsInstanceOf(this,obj,clazz);
}
jmethodID GetMethodID(jclass clazz, const char *name,
const char *sig) {
return functions->GetMethodID(this,clazz,name,sig);
}
jobject CallObjectMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
jobject result;
va_start(args,methodID);
result = functions->CallObjectMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jobject CallObjectMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallObjectMethodV(this,obj,methodID,args);
}
jobject CallObjectMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallObjectMethodA(this,obj,methodID,args);
}
jboolean CallBooleanMethod(jobject obj,
jmethodID methodID, ...) {
va_list args;
jboolean result;
va_start(args,methodID);
result = functions->CallBooleanMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jboolean CallBooleanMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallBooleanMethodV(this,obj,methodID,args);
}
jboolean CallBooleanMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallBooleanMethodA(this,obj,methodID, args);
}
jbyte CallByteMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
jbyte result;
va_start(args,methodID);
result = functions->CallByteMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jbyte CallByteMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallByteMethodV(this,obj,methodID,args);
}
jbyte CallByteMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallByteMethodA(this,obj,methodID,args);
}
jchar CallCharMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
jchar result;
va_start(args,methodID);
result = functions->CallCharMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jchar CallCharMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallCharMethodV(this,obj,methodID,args);
}
jchar CallCharMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallCharMethodA(this,obj,methodID,args);
}
jshort CallShortMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
jshort result;
va_start(args,methodID);
result = functions->CallShortMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jshort CallShortMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallShortMethodV(this,obj,methodID,args);
}
jshort CallShortMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallShortMethodA(this,obj,methodID,args);
}
jint CallIntMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
jint result;
va_start(args,methodID);
result = functions->CallIntMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jint CallIntMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallIntMethodV(this,obj,methodID,args);
}
jint CallIntMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallIntMethodA(this,obj,methodID,args);
}
jlong CallLongMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
jlong result;
va_start(args,methodID);
result = functions->CallLongMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jlong CallLongMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallLongMethodV(this,obj,methodID,args);
}
jlong CallLongMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallLongMethodA(this,obj,methodID,args);
}
jfloat CallFloatMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
jfloat result;
va_start(args,methodID);
result = functions->CallFloatMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jfloat CallFloatMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallFloatMethodV(this,obj,methodID,args);
}
jfloat CallFloatMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallFloatMethodA(this,obj,methodID,args);
}
jdouble CallDoubleMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
jdouble result;
va_start(args,methodID);
result = functions->CallDoubleMethodV(this,obj,methodID,args);
va_end(args);
return result;
}
jdouble CallDoubleMethodV(jobject obj, jmethodID methodID,
va_list args) {
return functions->CallDoubleMethodV(this,obj,methodID,args);
}
jdouble CallDoubleMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
return functions->CallDoubleMethodA(this,obj,methodID,args);
}
void CallVoidMethod(jobject obj, jmethodID methodID, ...) {
va_list args;
va_start(args,methodID);
functions->CallVoidMethodV(this,obj,methodID,args);
va_end(args);
}
void CallVoidMethodV(jobject obj, jmethodID methodID,
va_list args) {
functions->CallVoidMethodV(this,obj,methodID,args);
}
void CallVoidMethodA(jobject obj, jmethodID methodID,
const jvalue * args) {
functions->CallVoidMethodA(this,obj,methodID,args);
}
jobject CallNonvirtualObjectMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jobject result;
va_start(args,methodID);
result = functions->CallNonvirtualObjectMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jobject CallNonvirtualObjectMethodV(jobject obj, jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallNonvirtualObjectMethodV(this,obj,clazz,
methodID,args);
}
jobject CallNonvirtualObjectMethodA(jobject obj, jclass clazz,
jmethodID methodID, const jvalue * args) {
return functions->CallNonvirtualObjectMethodA(this,obj,clazz,
methodID,args);
}
jboolean CallNonvirtualBooleanMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jboolean result;
va_start(args,methodID);
result = functions->CallNonvirtualBooleanMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jboolean CallNonvirtualBooleanMethodV(jobject obj, jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallNonvirtualBooleanMethodV(this,obj,clazz,
methodID,args);
}
jboolean CallNonvirtualBooleanMethodA(jobject obj, jclass clazz,
jmethodID methodID, const jvalue * args) {
return functions->CallNonvirtualBooleanMethodA(this,obj,clazz,
methodID, args);
}
jbyte CallNonvirtualByteMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jbyte result;
va_start(args,methodID);
result = functions->CallNonvirtualByteMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jbyte CallNonvirtualByteMethodV(jobject obj, jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallNonvirtualByteMethodV(this,obj,clazz,
methodID,args);
}
jbyte CallNonvirtualByteMethodA(jobject obj, jclass clazz,
jmethodID methodID, const jvalue * args) {
return functions->CallNonvirtualByteMethodA(this,obj,clazz,
methodID,args);
}
jchar CallNonvirtualCharMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jchar result;
va_start(args,methodID);
result = functions->CallNonvirtualCharMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jchar CallNonvirtualCharMethodV(jobject obj, jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallNonvirtualCharMethodV(this,obj,clazz,
methodID,args);
}
jchar CallNonvirtualCharMethodA(jobject obj, jclass clazz,
jmethodID methodID, const jvalue * args) {
return functions->CallNonvirtualCharMethodA(this,obj,clazz,
methodID,args);
}
jshort CallNonvirtualShortMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jshort result;
va_start(args,methodID);
result = functions->CallNonvirtualShortMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jshort CallNonvirtualShortMethodV(jobject obj, jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallNonvirtualShortMethodV(this,obj,clazz,
methodID,args);
}
jshort CallNonvirtualShortMethodA(jobject obj, jclass clazz,
jmethodID methodID, const jvalue * args) {
return functions->CallNonvirtualShortMethodA(this,obj,clazz,
methodID,args);
}
jint CallNonvirtualIntMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jint result;
va_start(args,methodID);
result = functions->CallNonvirtualIntMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jint CallNonvirtualIntMethodV(jobject obj, jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallNonvirtualIntMethodV(this,obj,clazz,
methodID,args);
}
jint CallNonvirtualIntMethodA(jobject obj, jclass clazz,
jmethodID methodID, const jvalue * args) {
return functions->CallNonvirtualIntMethodA(this,obj,clazz,
methodID,args);
}
jlong CallNonvirtualLongMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jlong result;
va_start(args,methodID);
result = functions->CallNonvirtualLongMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jlong CallNonvirtualLongMethodV(jobject obj, jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallNonvirtualLongMethodV(this,obj,clazz,
methodID,args);
}
jlong CallNonvirtualLongMethodA(jobject obj, jclass clazz,
jmethodID methodID, const jvalue * args) {
return functions->CallNonvirtualLongMethodA(this,obj,clazz,
methodID,args);
}
jfloat CallNonvirtualFloatMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jfloat result;
va_start(args,methodID);
result = functions->CallNonvirtualFloatMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jfloat CallNonvirtualFloatMethodV(jobject obj, jclass clazz,
jmethodID methodID,
va_list args) {
return functions->CallNonvirtualFloatMethodV(this,obj,clazz,
methodID,args);
}
jfloat CallNonvirtualFloatMethodA(jobject obj, jclass clazz,
jmethodID methodID,
const jvalue * args) {
return functions->CallNonvirtualFloatMethodA(this,obj,clazz,
methodID,args);
}
jdouble CallNonvirtualDoubleMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
jdouble result;
va_start(args,methodID);
result = functions->CallNonvirtualDoubleMethodV(this,obj,clazz,
methodID,args);
va_end(args);
return result;
}
jdouble CallNonvirtualDoubleMethodV(jobject obj, jclass clazz,
jmethodID methodID,
va_list args) {
return functions->CallNonvirtualDoubleMethodV(this,obj,clazz,
methodID,args);
}
jdouble CallNonvirtualDoubleMethodA(jobject obj, jclass clazz,
jmethodID methodID,
const jvalue * args) {
return functions->CallNonvirtualDoubleMethodA(this,obj,clazz,
methodID,args);
}
void CallNonvirtualVoidMethod(jobject obj, jclass clazz,
jmethodID methodID, ...) {
va_list args;
va_start(args,methodID);
functions->CallNonvirtualVoidMethodV(this,obj,clazz,methodID,args);
va_end(args);
}
void CallNonvirtualVoidMethodV(jobject obj, jclass clazz,
jmethodID methodID,
va_list args) {
functions->CallNonvirtualVoidMethodV(this,obj,clazz,methodID,args);
}
void CallNonvirtualVoidMethodA(jobject obj, jclass clazz,
jmethodID methodID,
const jvalue * args) {
functions->CallNonvirtualVoidMethodA(this,obj,clazz,methodID,args);
}
jfieldID GetFieldID(jclass clazz, const char *name,
const char *sig) {
return functions->GetFieldID(this,clazz,name,sig);
}
jobject GetObjectField(jobject obj, jfieldID fieldID) {
return functions->GetObjectField(this,obj,fieldID);
}
jboolean GetBooleanField(jobject obj, jfieldID fieldID) {
return functions->GetBooleanField(this,obj,fieldID);
}
jbyte GetByteField(jobject obj, jfieldID fieldID) {
return functions->GetByteField(this,obj,fieldID);
}
jchar GetCharField(jobject obj, jfieldID fieldID) {
return functions->GetCharField(this,obj,fieldID);
}
jshort GetShortField(jobject obj, jfieldID fieldID) {
return functions->GetShortField(this,obj,fieldID);
}
jint GetIntField(jobject obj, jfieldID fieldID) {
return functions->GetIntField(this,obj,fieldID);
}
jlong GetLongField(jobject obj, jfieldID fieldID) {
return functions->GetLongField(this,obj,fieldID);
}
jfloat GetFloatField(jobject obj, jfieldID fieldID) {
return functions->GetFloatField(this,obj,fieldID);
}
jdouble GetDoubleField(jobject obj, jfieldID fieldID) {
return functions->GetDoubleField(this,obj,fieldID);
}
void SetObjectField(jobject obj, jfieldID fieldID, jobject val) {
functions->SetObjectField(this,obj,fieldID,val);
}
void SetBooleanField(jobject obj, jfieldID fieldID,
jboolean val) {
functions->SetBooleanField(this,obj,fieldID,val);
}
void SetByteField(jobject obj, jfieldID fieldID,
jbyte val) {
functions->SetByteField(this,obj,fieldID,val);
}
void SetCharField(jobject obj, jfieldID fieldID,
jchar val) {
functions->SetCharField(this,obj,fieldID,val);
}
void SetShortField(jobject obj, jfieldID fieldID,
jshort val) {
functions->SetShortField(this,obj,fieldID,val);
}
void SetIntField(jobject obj, jfieldID fieldID,
jint val) {
functions->SetIntField(this,obj,fieldID,val);
}
void SetLongField(jobject obj, jfieldID fieldID,
jlong val) {
functions->SetLongField(this,obj,fieldID,val);
}
void SetFloatField(jobject obj, jfieldID fieldID,
jfloat val) {
functions->SetFloatField(this,obj,fieldID,val);
}
void SetDoubleField(jobject obj, jfieldID fieldID,
jdouble val) {
functions->SetDoubleField(this,obj,fieldID,val);
}
jmethodID GetStaticMethodID(jclass clazz, const char *name,
const char *sig) {
return functions->GetStaticMethodID(this,clazz,name,sig);
}
jobject CallStaticObjectMethod(jclass clazz, jmethodID methodID,
...) {
va_list args;
jobject result;
va_start(args,methodID);
result = functions->CallStaticObjectMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jobject CallStaticObjectMethodV(jclass clazz, jmethodID methodID,
va_list args) {
return functions->CallStaticObjectMethodV(this,clazz,methodID,args);
}
jobject CallStaticObjectMethodA(jclass clazz, jmethodID methodID,
const jvalue *args) {
return functions->CallStaticObjectMethodA(this,clazz,methodID,args);
}
jboolean CallStaticBooleanMethod(jclass clazz,
jmethodID methodID, ...) {
va_list args;
jboolean result;
va_start(args,methodID);
result = functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jboolean CallStaticBooleanMethodV(jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
}
jboolean CallStaticBooleanMethodA(jclass clazz,
jmethodID methodID, const jvalue *args) {
return functions->CallStaticBooleanMethodA(this,clazz,methodID,args);
}
jbyte CallStaticByteMethod(jclass clazz,
jmethodID methodID, ...) {
va_list args;
jbyte result;
va_start(args,methodID);
result = functions->CallStaticByteMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jbyte CallStaticByteMethodV(jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallStaticByteMethodV(this,clazz,methodID,args);
}
jbyte CallStaticByteMethodA(jclass clazz,
jmethodID methodID, const jvalue *args) {
return functions->CallStaticByteMethodA(this,clazz,methodID,args);
}
jchar CallStaticCharMethod(jclass clazz,
jmethodID methodID, ...) {
va_list args;
jchar result;
va_start(args,methodID);
result = functions->CallStaticCharMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jchar CallStaticCharMethodV(jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallStaticCharMethodV(this,clazz,methodID,args);
}
jchar CallStaticCharMethodA(jclass clazz,
jmethodID methodID, const jvalue *args) {
return functions->CallStaticCharMethodA(this,clazz,methodID,args);
}
jshort CallStaticShortMethod(jclass clazz,
jmethodID methodID, ...) {
va_list args;
jshort result;
va_start(args,methodID);
result = functions->CallStaticShortMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jshort CallStaticShortMethodV(jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallStaticShortMethodV(this,clazz,methodID,args);
}
jshort CallStaticShortMethodA(jclass clazz,
jmethodID methodID, const jvalue *args) {
return functions->CallStaticShortMethodA(this,clazz,methodID,args);
}
jint CallStaticIntMethod(jclass clazz,
jmethodID methodID, ...) {
va_list args;
jint result;
va_start(args,methodID);
result = functions->CallStaticIntMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jint CallStaticIntMethodV(jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallStaticIntMethodV(this,clazz,methodID,args);
}
jint CallStaticIntMethodA(jclass clazz,
jmethodID methodID, const jvalue *args) {
return functions->CallStaticIntMethodA(this,clazz,methodID,args);
}
jlong CallStaticLongMethod(jclass clazz,
jmethodID methodID, ...) {
va_list args;
jlong result;
va_start(args,methodID);
result = functions->CallStaticLongMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jlong CallStaticLongMethodV(jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallStaticLongMethodV(this,clazz,methodID,args);
}
jlong CallStaticLongMethodA(jclass clazz,
jmethodID methodID, const jvalue *args) {
return functions->CallStaticLongMethodA(this,clazz,methodID,args);
}
jfloat CallStaticFloatMethod(jclass clazz,
jmethodID methodID, ...) {
va_list args;
jfloat result;
va_start(args,methodID);
result = functions->CallStaticFloatMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jfloat CallStaticFloatMethodV(jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallStaticFloatMethodV(this,clazz,methodID,args);
}
jfloat CallStaticFloatMethodA(jclass clazz,
jmethodID methodID, const jvalue *args) {
return functions->CallStaticFloatMethodA(this,clazz,methodID,args);
}
jdouble CallStaticDoubleMethod(jclass clazz,
jmethodID methodID, ...) {
va_list args;
jdouble result;
va_start(args,methodID);
result = functions->CallStaticDoubleMethodV(this,clazz,methodID,args);
va_end(args);
return result;
}
jdouble CallStaticDoubleMethodV(jclass clazz,
jmethodID methodID, va_list args) {
return functions->CallStaticDoubleMethodV(this,clazz,methodID,args);
}
jdouble CallStaticDoubleMethodA(jclass clazz,
jmethodID methodID, const jvalue *args) {
return functions->CallStaticDoubleMethodA(this,clazz,methodID,args);
}
void CallStaticVoidMethod(jclass cls, jmethodID methodID, ...) {
va_list args;
va_start(args,methodID);
functions->CallStaticVoidMethodV(this,cls,methodID,args);
va_end(args);
}
void CallStaticVoidMethodV(jclass cls, jmethodID methodID,
va_list args) {
functions->CallStaticVoidMethodV(this,cls,methodID,args);
}
void CallStaticVoidMethodA(jclass cls, jmethodID methodID,
const jvalue * args) {
functions->CallStaticVoidMethodA(this,cls,methodID,args);
}
jfieldID GetStaticFieldID(jclass clazz, const char *name,
const char *sig) {
return functions->GetStaticFieldID(this,clazz,name,sig);
}
jobject GetStaticObjectField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticObjectField(this,clazz,fieldID);
}
jboolean GetStaticBooleanField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticBooleanField(this,clazz,fieldID);
}
jbyte GetStaticByteField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticByteField(this,clazz,fieldID);
}
jchar GetStaticCharField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticCharField(this,clazz,fieldID);
}
jshort GetStaticShortField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticShortField(this,clazz,fieldID);
}
jint GetStaticIntField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticIntField(this,clazz,fieldID);
}
jlong GetStaticLongField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticLongField(this,clazz,fieldID);
}
jfloat GetStaticFloatField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticFloatField(this,clazz,fieldID);
}
jdouble GetStaticDoubleField(jclass clazz, jfieldID fieldID) {
return functions->GetStaticDoubleField(this,clazz,fieldID);
}
void SetStaticObjectField(jclass clazz, jfieldID fieldID,
jobject value) {
functions->SetStaticObjectField(this,clazz,fieldID,value);
}
void SetStaticBooleanField(jclass clazz, jfieldID fieldID,
jboolean value) {
functions->SetStaticBooleanField(this,clazz,fieldID,value);
}
void SetStaticByteField(jclass clazz, jfieldID fieldID,
jbyte value) {
functions->SetStaticByteField(this,clazz,fieldID,value);
}
void SetStaticCharField(jclass clazz, jfieldID fieldID,
jchar value) {
functions->SetStaticCharField(this,clazz,fieldID,value);
}
void SetStaticShortField(jclass clazz, jfieldID fieldID,
jshort value) {
functions->SetStaticShortField(this,clazz,fieldID,value);
}
void SetStaticIntField(jclass clazz, jfieldID fieldID,
jint value) {
functions->SetStaticIntField(this,clazz,fieldID,value);
}
void SetStaticLongField(jclass clazz, jfieldID fieldID,
jlong value) {
functions->SetStaticLongField(this,clazz,fieldID,value);
}
void SetStaticFloatField(jclass clazz, jfieldID fieldID,
jfloat value) {
functions->SetStaticFloatField(this,clazz,fieldID,value);
}
void SetStaticDoubleField(jclass clazz, jfieldID fieldID,
jdouble value) {
functions->SetStaticDoubleField(this,clazz,fieldID,value);
}
jstring NewString(const jchar *unicode, jsize len) {
return functions->NewString(this,unicode,len);
}
jsize GetStringLength(jstring str) {
return functions->GetStringLength(this,str);
}
const jchar *GetStringChars(jstring str, jboolean *isCopy) {
return functions->GetStringChars(this,str,isCopy);
}
void ReleaseStringChars(jstring str, const jchar *chars) {
functions->ReleaseStringChars(this,str,chars);
}
jstring NewStringUTF(const char *utf) {
return functions->NewStringUTF(this,utf);
}
jsize GetStringUTFLength(jstring str) {
return functions->GetStringUTFLength(this,str);
}
const char* GetStringUTFChars(jstring str, jboolean *isCopy) {
return functions->GetStringUTFChars(this,str,isCopy);
}
void ReleaseStringUTFChars(jstring str, const char* chars) {
functions->ReleaseStringUTFChars(this,str,chars);
}
jsize GetArrayLength(jarray array) {
return functions->GetArrayLength(this,array);
}
jobjectArray NewObjectArray(jsize len, jclass clazz,
jobject init) {
return functions->NewObjectArray(this,len,clazz,init);
}
jobject GetObjectArrayElement(jobjectArray array, jsize index) {
return functions->GetObjectArrayElement(this,array,index);
}
void SetObjectArrayElement(jobjectArray array, jsize index,
jobject val) {
functions->SetObjectArrayElement(this,array,index,val);
}
jbooleanArray NewBooleanArray(jsize len) {
return functions->NewBooleanArray(this,len);
}
jbyteArray NewByteArray(jsize len) {
return functions->NewByteArray(this,len);
}
jcharArray NewCharArray(jsize len) {
return functions->NewCharArray(this,len);
}
jshortArray NewShortArray(jsize len) {
return functions->NewShortArray(this,len);
}
jintArray NewIntArray(jsize len) {
return functions->NewIntArray(this,len);
}
jlongArray NewLongArray(jsize len) {
return functions->NewLongArray(this,len);
}
jfloatArray NewFloatArray(jsize len) {
return functions->NewFloatArray(this,len);
}
jdoubleArray NewDoubleArray(jsize len) {
return functions->NewDoubleArray(this,len);
}
jboolean * GetBooleanArrayElements(jbooleanArray array, jboolean *isCopy) {
return functions->GetBooleanArrayElements(this,array,isCopy);
}
jbyte * GetByteArrayElements(jbyteArray array, jboolean *isCopy) {
return functions->GetByteArrayElements(this,array,isCopy);
}
jchar * GetCharArrayElements(jcharArray array, jboolean *isCopy) {
return functions->GetCharArrayElements(this,array,isCopy);
}
jshort * GetShortArrayElements(jshortArray array, jboolean *isCopy) {
return functions->GetShortArrayElements(this,array,isCopy);
}
jint * GetIntArrayElements(jintArray array, jboolean *isCopy) {
return functions->GetIntArrayElements(this,array,isCopy);
}
jlong * GetLongArrayElements(jlongArray array, jboolean *isCopy) {
return functions->GetLongArrayElements(this,array,isCopy);
}
jfloat * GetFloatArrayElements(jfloatArray array, jboolean *isCopy) {
return functions->GetFloatArrayElements(this,array,isCopy);
}
jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) {
return functions->GetDoubleArrayElements(this,array,isCopy);
}
void ReleaseBooleanArrayElements(jbooleanArray array,
jboolean *elems,
jint mode) {
functions->ReleaseBooleanArrayElements(this,array,elems,mode);
}
void ReleaseByteArrayElements(jbyteArray array,
jbyte *elems,
jint mode) {
functions->ReleaseByteArrayElements(this,array,elems,mode);
}
void ReleaseCharArrayElements(jcharArray array,
jchar *elems,
jint mode) {
functions->ReleaseCharArrayElements(this,array,elems,mode);
}
void ReleaseShortArrayElements(jshortArray array,
jshort *elems,
jint mode) {
functions->ReleaseShortArrayElements(this,array,elems,mode);
}
void ReleaseIntArrayElements(jintArray array,
jint *elems,
jint mode) {
functions->ReleaseIntArrayElements(this,array,elems,mode);
}
void ReleaseLongArrayElements(jlongArray array,
jlong *elems,
jint mode) {
functions->ReleaseLongArrayElements(this,array,elems,mode);
}
void ReleaseFloatArrayElements(jfloatArray array,
jfloat *elems,
jint mode) {
functions->ReleaseFloatArrayElements(this,array,elems,mode);
}
void ReleaseDoubleArrayElements(jdoubleArray array,
jdouble *elems,
jint mode) {
functions->ReleaseDoubleArrayElements(this,array,elems,mode);
}
void GetBooleanArrayRegion(jbooleanArray array,
jsize start, jsize len, jboolean *buf) {
functions->GetBooleanArrayRegion(this,array,start,len,buf);
}
void GetByteArrayRegion(jbyteArray array,
jsize start, jsize len, jbyte *buf) {
functions->GetByteArrayRegion(this,array,start,len,buf);
}
void GetCharArrayRegion(jcharArray array,
jsize start, jsize len, jchar *buf) {
functions->GetCharArrayRegion(this,array,start,len,buf);
}
void GetShortArrayRegion(jshortArray array,
jsize start, jsize len, jshort *buf) {
functions->GetShortArrayRegion(this,array,start,len,buf);
}
void GetIntArrayRegion(jintArray array,
jsize start, jsize len, jint *buf) {
functions->GetIntArrayRegion(this,array,start,len,buf);
}
void GetLongArrayRegion(jlongArray array,
jsize start, jsize len, jlong *buf) {
functions->GetLongArrayRegion(this,array,start,len,buf);
}
void GetFloatArrayRegion(jfloatArray array,
jsize start, jsize len, jfloat *buf) {
functions->GetFloatArrayRegion(this,array,start,len,buf);
}
void GetDoubleArrayRegion(jdoubleArray array,
jsize start, jsize len, jdouble *buf) {
functions->GetDoubleArrayRegion(this,array,start,len,buf);
}
void SetBooleanArrayRegion(jbooleanArray array, jsize start, jsize len,
const jboolean *buf) {
functions->SetBooleanArrayRegion(this,array,start,len,buf);
}
void SetByteArrayRegion(jbyteArray array, jsize start, jsize len,
const jbyte *buf) {
functions->SetByteArrayRegion(this,array,start,len,buf);
}
void SetCharArrayRegion(jcharArray array, jsize start, jsize len,
const jchar *buf) {
functions->SetCharArrayRegion(this,array,start,len,buf);
}
void SetShortArrayRegion(jshortArray array, jsize start, jsize len,
const jshort *buf) {
functions->SetShortArrayRegion(this,array,start,len,buf);
}
void SetIntArrayRegion(jintArray array, jsize start, jsize len,
const jint *buf) {
functions->SetIntArrayRegion(this,array,start,len,buf);
}
void SetLongArrayRegion(jlongArray array, jsize start, jsize len,
const jlong *buf) {
functions->SetLongArrayRegion(this,array,start,len,buf);
}
void SetFloatArrayRegion(jfloatArray array, jsize start, jsize len,
const jfloat *buf) {
functions->SetFloatArrayRegion(this,array,start,len,buf);
}
void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len,
const jdouble *buf) {
functions->SetDoubleArrayRegion(this,array,start,len,buf);
}
jint RegisterNatives(jclass clazz, const JNINativeMethod *methods,
jint nMethods) {
return functions->RegisterNatives(this,clazz,methods,nMethods);
}
jint UnregisterNatives(jclass clazz) {
return functions->UnregisterNatives(this,clazz);
}
jint MonitorEnter(jobject obj) {
return functions->MonitorEnter(this,obj);
}
jint MonitorExit(jobject obj) {
return functions->MonitorExit(this,obj);
}
jint GetJavaVM(JavaVM **vm) {
return functions->GetJavaVM(this,vm);
}
void GetStringRegion(jstring str, jsize start, jsize len, jchar *buf) {
functions->GetStringRegion(this,str,start,len,buf);
}
void GetStringUTFRegion(jstring str, jsize start, jsize len, char *buf) {
functions->GetStringUTFRegion(this,str,start,len,buf);
}
void * GetPrimitiveArrayCritical(jarray array, jboolean *isCopy) {
return functions->GetPrimitiveArrayCritical(this,array,isCopy);
}
void ReleasePrimitiveArrayCritical(jarray array, void *carray, jint mode) {
functions->ReleasePrimitiveArrayCritical(this,array,carray,mode);
}
const jchar * GetStringCritical(jstring string, jboolean *isCopy) {
return functions->GetStringCritical(this,string,isCopy);
}
void ReleaseStringCritical(jstring string, const jchar *cstring) {
functions->ReleaseStringCritical(this,string,cstring);
}
jweak NewWeakGlobalRef(jobject obj) {
return functions->NewWeakGlobalRef(this,obj);
}
void DeleteWeakGlobalRef(jweak ref) {
functions->DeleteWeakGlobalRef(this,ref);
}
jboolean ExceptionCheck() {
return functions->ExceptionCheck(this);
}
jobject NewDirectByteBuffer(void* address, jlong capacity) {
return functions->NewDirectByteBuffer(this, address, capacity);
}
void* GetDirectBufferAddress(jobject buf) {
return functions->GetDirectBufferAddress(this, buf);
}
jlong GetDirectBufferCapacity(jobject buf) {
return functions->GetDirectBufferCapacity(this, buf);
}
jobjectRefType GetObjectRefType(jobject obj) {
return functions->GetObjectRefType(this, obj);
}
#endif /* __cplusplus */
};
typedef struct JavaVMOption {
char *optionString;
void *extraInfo;
} JavaVMOption;
typedef struct JavaVMInitArgs {
jint version;
jint nOptions;
JavaVMOption *options;
jboolean ignoreUnrecognized;
} JavaVMInitArgs;
typedef struct JavaVMAttachArgs {
jint version;
char *name;
jobject group;
} JavaVMAttachArgs;
/* These will be VM-specific. */
#define JDK1_2
#define JDK1_4
/* End VM-specific. */
struct JNIInvokeInterface_ {
void *reserved0;
void *reserved1;
void *reserved2;
jint (JNICALL *DestroyJavaVM)(JavaVM *vm);
jint (JNICALL *AttachCurrentThread)(JavaVM *vm, void **penv, void *args);
jint (JNICALL *DetachCurrentThread)(JavaVM *vm);
jint (JNICALL *GetEnv)(JavaVM *vm, void **penv, jint version);
jint (JNICALL *AttachCurrentThreadAsDaemon)(JavaVM *vm, void **penv, void *args);
};
struct JavaVM_ {
const struct JNIInvokeInterface_ *functions;
#ifdef __cplusplus
jint DestroyJavaVM() {
return functions->DestroyJavaVM(this);
}
jint AttachCurrentThread(void **penv, void *args) {
return functions->AttachCurrentThread(this, penv, args);
}
jint DetachCurrentThread() {
return functions->DetachCurrentThread(this);
}
jint GetEnv(void **penv, jint version) {
return functions->GetEnv(this, penv, version);
}
jint AttachCurrentThreadAsDaemon(void **penv, void *args) {
return functions->AttachCurrentThreadAsDaemon(this, penv, args);
}
#endif
};
#ifdef _JNI_IMPLEMENTATION_
#define _JNI_IMPORT_OR_EXPORT_ JNIEXPORT
#else
#define _JNI_IMPORT_OR_EXPORT_ JNIIMPORT
#endif
_JNI_IMPORT_OR_EXPORT_ jint JNICALL
JNI_GetDefaultJavaVMInitArgs(void *args);
_JNI_IMPORT_OR_EXPORT_ jint JNICALL
JNI_CreateJavaVM(JavaVM **pvm, void **penv, void *args);
_JNI_IMPORT_OR_EXPORT_ jint JNICALL
JNI_GetCreatedJavaVMs(JavaVM **, jsize, jsize *);
/* Defined by native libraries. */
JNIEXPORT jint JNICALL
JNI_OnLoad(JavaVM *vm, void *reserved);
JNIEXPORT void JNICALL
JNI_OnUnload(JavaVM *vm, void *reserved);
#define JNI_VERSION_1_1 0x00010001
#define JNI_VERSION_1_2 0x00010002
#define JNI_VERSION_1_4 0x00010004
#define JNI_VERSION_1_6 0x00010006
#define JNI_VERSION_1_8 0x00010008
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */
#endif /* !_JAVASOFT_JNI_H_ */
Attachments:
[text/plain] jni.h.txt (72.0K, ../../[email protected]/2-jni.h.txt)
download
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 16:42 Chapman Flack <[email protected]>
parent: Igal @ Lucee.org <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: Chapman Flack @ 2016-02-18 16:42 UTC (permalink / raw)
On 02/18/2016 11:28 AM, Igal @ Lucee.org wrote:
> On 2/18/2016 7:47 AM, Chapman Flack wrote:
>> #2 The build appears to have succeeded (as far as Maven thinks,
>> anyway).
> I didn't realize earlier, but I do have jar files in pljava/target. I
> was looking earlier only at the top target directory
The simplest jar to install from is the one in
pljava-packaging/target.
I guess the printf format warnings are about this:
https://sourceforge.net/p/mingw-w64/mailman/message/24633511/
ugh...
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 17:18 Igal @ Lucee.org <[email protected]>
parent: Chapman Flack <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-18 17:18 UTC (permalink / raw)
On 2/18/2016 8:42 AM, Chapman Flack wrote:
> The simplest jar to install from is the one in
> pljava-packaging/target.
Got it!
> I guess the printf format warnings are about this:
> https://sourceforge.net/p/mingw-w64/mailman/message/24633511/
>
> ugh...
Any thoughts what the implications of that would be?
Arithmetic overflows? Unexpected results?
Does the use of a long integer come from pljava?
Can it be fixed by using int64_t from <stdint.h> as suggested in the
link you posted?
Thanks,
Igal
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-18 18:46 Chapman Flack <[email protected]>
parent: Igal @ Lucee.org <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Chapman Flack @ 2016-02-18 18:46 UTC (permalink / raw)
On 02/18/2016 12:18 PM, Igal @ Lucee.org wrote:
>> I guess the printf format warnings are about this:
>> https://sourceforge.net/p/mingw-w64/mailman/message/24633511/
>>
>> ugh...
> Any thoughts what the implications of that would be?
> Arithmetic overflows? Unexpected results?
Possibly bogus values appearing in messages printed from those
format strings (which I think only appear at debug levels anyway).
The most common solution I've seen other places is to define
macros for the correct printf formats that go with each type,
and ANSI-cpp-concat them into the format strings. Which is
clever but not very compatible with message localization.
So far there hasn't ever been any localization work on PL/Java,
but that doesn't mean I'm eager to make it harder....
Maybe it's better to just always use the printf format for the
widest known type, and widen-cast every corresponding argument.
That would be annoying but not get in the way of localization.
Of course that leads to the question, will every platform that
might want PL/Java have a printf that likes %lld?
The other warnings I saw were innocuous. Apparently PL/Java
just doesn't use the statementcancel, die, or quickdie handlers
when built on Windows. There is probably some sensible Windows
reason for that and I don't know what it is, but that #ifdef was
added in 2005 so if your build from today doesn't work, I don't
think that will be the reason. ;)
It's looking like you ought to start this thing up and take it
for a spin. If I were you I would initdb a new play database
for it before trying it out in, you know, payroll, but you
can't put off trying it forever. :)
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-19 00:43 Chapman Flack <[email protected]>
parent: Chapman Flack <[email protected]>
2 siblings, 1 reply; 23+ messages in thread
From: Chapman Flack @ 2016-02-19 00:43 UTC (permalink / raw)
On 02/18/16 10:47, Chapman Flack wrote:
> #1 I was up too late last night, and I forgot to rebase the
> branch I created onto the right place, and now I'll have to
> do the thing no respectable git hacker ever does, and rebase
> it after publication. Phooey.
>
> Hey you guys on pljava-dev, nobody base stuff off this
> branch, ok?
I have rebased that branch where it belonged. Sorry about any
disruption. If you have pulled from it before, you may find
it easiest to just
git checkout master # go back to master branch
git branch -d port/REL1_5_STABLE-BASE/mingw64 # delete branch
git remote update
git checkout port/REL1_5_STABLE-BASE/mingw64
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-02-19 00:55 Igal @ Lucee.org <[email protected]>
parent: Chapman Flack <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Igal @ Lucee.org @ 2016-02-19 00:55 UTC (permalink / raw)
On 2/18/2016 4:43 PM, Chapman Flack wrote:
> I have rebased that branch where it belonged. Sorry about any
> disruption. If you have pulled from it before, you may find
> it easiest to just
>
> git checkout master # go back to master branch
> git branch -d port/REL1_5_STABLE-BASE/mingw64 # delete branch
> git remote update
> git checkout port/REL1_5_STABLE-BASE/mingw64
Thank you for the step-by-step :)
Igal
^ permalink raw reply [nested|flat] 23+ messages in thread
* [Pljava-dev] Build Fails on Windows 7
@ 2016-12-21 03:00 qwyzrx20045 <[email protected]>
0 siblings, 1 reply; 23+ messages in thread
From: qwyzrx20045 @ 2016-12-21 03:00 UTC (permalink / raw)
Hi,
I'm trying to build PL/Java on window7, but there is some errors.
I am using "mvn -X -Pwnosign -Dnar.cores=1 clean install", but failed with errors.
The attach file is the log.
Any help would be greatly appreciated.
Thank you,
james lee
2016/12/21
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00)
Maven home: C:\apache-maven-3.3.9\bin\..
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_80\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from C:\apache-maven-3.3.9\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\highgo\.m2\settings.xml
[DEBUG] Reading global toolchains from C:\apache-maven-3.3.9\bin\..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\highgo\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\highgo\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\highgo\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.postgresql:pljava.app:pom:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.postgresql:pljava-api:jar:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.postgresql:pljava:jar:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=106, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=48, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=102, DefaultDependencyCollector.collectTime=811, DefaultDependencyCollector.transformTime=0}
[DEBUG] com.github.maven-nar:nar-maven-plugin:jar:3.2.3:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.6:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.6:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0.4:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-impl:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.13.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-compat:jar:3.0.4:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG] log4j:log4j:jar:1.2.12:compile
[DEBUG] commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG] com.google.collections:google-collections:jar:1.0:compile
[DEBUG] junit:junit:jar:3.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.17:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.4.4:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.10:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.5:compile
[DEBUG] org.tukaani:xz:jar:1.2:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.apache.bcel:bcel:jar:5.2:compile
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4:compile
[DEBUG] org.apache.ant:ant:jar:1.8.1:compile
[DEBUG] org.apache.ant:ant-launcher:jar:1.8.1:compile
[DEBUG] commons-io:commons-io:jar:2.4:compile
[DEBUG] xerces:xercesImpl:jar:2.9.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile
[DEBUG] Created new class realm extension>com.github.maven-nar:nar-maven-plugin:3.2.3
[DEBUG] Importing foreign packages into class realm extension>com.github.maven-nar:nar-maven-plugin:3.2.3
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm extension>com.github.maven-nar:nar-maven-plugin:3.2.3
[DEBUG] Included: com.github.maven-nar:nar-maven-plugin:jar:3.2.3
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.6
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.6
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.13.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG] Included: log4j:log4j:jar:1.2.12
[DEBUG] Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG] Included: com.google.collections:google-collections:jar:1.0
[DEBUG] Included: junit:junit:jar:3.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.17
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.4.4
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.10
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.5
[DEBUG] Included: org.tukaani:xz:jar:1.2
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.apache.bcel:bcel:jar:5.2
[DEBUG] Included: jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] Included: org.apache.ant:ant:jar:1.8.1
[DEBUG] Included: org.apache.ant:ant-launcher:jar:1.8.1
[DEBUG] Included: commons-io:commons-io:jar:2.4
[DEBUG] Included: xerces:xercesImpl:jar:2.9.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.04
[DEBUG] Extension realms for project org.postgresql:pljava-so:nar:1.5.0: [ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]]
[DEBUG] Created new class realm project>org.postgresql:pljava-so:1.5.0
[DEBUG] Populating class realm project>org.postgresql:pljava-so:1.5.0
[DEBUG] Looking up lifecyle mappings for packaging nar from ClassRealm[project>org.postgresql:pljava-so:1.5.0, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.postgresql:pljava-deploy:jar:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.postgresql:pljava-ant:jar:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.postgresql:pljava-examples:jar:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.postgresql:pljava-packaging:pom:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] PostgreSQL PL/Java
[INFO] PL/Java API
[INFO] PL/Java backend Java code
[INFO] PL/Java backend native code
[INFO] PL/Java Deploy
[INFO] PL/Java Ant tasks
[INFO] PL/Java examples
[INFO] PL/Java packaging
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.postgresql:pljava.app:pom:1.5.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.postgresql:pljava-api:jar:1.5.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.postgresql:pljava:jar:1.5.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.postgresql:pljava-so:nar:1.5.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.postgresql:pljava-deploy:jar:1.5.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.postgresql:pljava-ant:jar:1.5.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.postgresql:pljava-examples:jar:1.5.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.postgresql:pljava-packaging:pom:1.5.0
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building PostgreSQL PL/Java 1.5.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.postgresql:pljava.app:1.5.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor (attach-descriptor)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir>${basedir}</basedir>
<inputEncoding default-value="${project.build.sourceEncoding}">${encoding}</inputEncoding>
<localRepository default-value="${localRepository}"/>
<locales>${locales}</locales>
<outputEncoding default-value="${project.reporting.outputEncoding}">${outputEncoding}</outputEncoding>
<pomPackagingOnly default-value="true"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<siteDirectory default-value="${basedir}/src/site"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">${createChecksum}</createChecksum>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<skip default-value="false">${maven.install.skip}</skip>
<updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pljava.app ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=16, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG] (f) directory = C:\pljava-1_5_0\target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\target\classes
[DEBUG] (f) reportDirectory = C:\pljava-1_5_0\target\site
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = C:\pljava-1_5_0\target\test-classes
[DEBUG] -- end configuration --
[INFO] Deleting C:\pljava-1_5_0\target
[INFO] Deleting file C:\pljava-1_5_0\target\pljava.app-1.5.0-site.xml
[INFO] Deleting directory C:\pljava-1_5_0\target
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\target\classes
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\target\test-classes
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\target\site
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pljava.app ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=294, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=100, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=63, ConflictResolver.conflictItemCount=241, DefaultDependencyCollector.collectTime=1357, DefaultDependencyCollector.transformTime=63}
[DEBUG] org.apache.maven.plugins:maven-site-plugin:jar:3.4:
[DEBUG] org.apache.maven.doxia:doxia-module-markdown:jar:1.6:runtime
[DEBUG] org.pegdown:pegdown:jar:1.2.1:runtime
[DEBUG] org.parboiled:parboiled-java:jar:1.1.4:runtime
[DEBUG] org.parboiled:parboiled-core:jar:1.1.4:runtime
[DEBUG] org.ow2.asm:asm:jar:4.1:runtime
[DEBUG] org.ow2.asm:asm-tree:jar:4.1:runtime
[DEBUG] org.ow2.asm:asm-analysis:jar:4.1:runtime
[DEBUG] org.ow2.asm:asm-util:jar:4.1:runtime
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] net.trajano.wagon:wagon-git:jar:2.0.4:runtime
[DEBUG] com.jcraft:jsch.agentproxy.jsch:jar:0.0.9:runtime
[DEBUG] com.jcraft:jsch:jar:0.1.49:runtime
[DEBUG] com.jcraft:jsch.agentproxy.core:jar:0.0.9:runtime
[DEBUG] com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:runtime
[DEBUG] com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:runtime
[DEBUG] net.java.dev.jna:jna:jar:4.1.0:runtime
[DEBUG] net.java.dev.jna:jna-platform:jar:4.1.0:runtime
[DEBUG] dnsjava:dnsjava:jar:2.1.7:runtime
[DEBUG] org.apache.commons:commons-lang3:jar:3.4:runtime
[DEBUG] org.eclipse.jgit:org.eclipse.jgit:jar:4.0.1.201506240215-r:runtime
[DEBUG] com.googlecode.javaewah:JavaEWAH:jar:0.7.9:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.7.2:runtime
[DEBUG] org.apache.maven.reporting:maven-reporting-exec:jar:1.2:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.3:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.4.2:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.6:compile
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.apache.maven.doxia:doxia-core:jar:1.6:compile
[DEBUG] xerces:xercesImpl:jar:2.9.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.3:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG] xmlunit:xmlunit:jar:1.5:compile
[DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.6:compile
[DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.6:runtime
[DEBUG] org.apache.maven.doxia:doxia-module-xdoc:jar:1.6:compile
[DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.6:runtime
[DEBUG] javax.servlet:servlet-api:jar:2.5:compile
[DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.6:compile
[DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.6:compile
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG] commons-digester:commons-digester:jar:1.8:compile
[DEBUG] commons-chain:commons-chain:jar:1.1:compile
[DEBUG] commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG] dom4j:dom4j:jar:1.1:compile
[DEBUG] sslext:sslext:jar:1.2-0:compile
[DEBUG] org.apache.struts:struts-core:jar:1.3.8:compile
[DEBUG] antlr:antlr:jar:2.7.2:compile
[DEBUG] org.apache.struts:struts-taglib:jar:1.3.8:compile
[DEBUG] org.apache.struts:struts-tiles:jar:1.3.8:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] org.apache.maven.doxia:doxia-integration-tools:jar:1.6:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.4.3:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.8:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.5:compile
[DEBUG] org.tukaani:xz:jar:1.2:compile
[DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG] org.apache.velocity:velocity:jar:1.5:compile
[DEBUG] oro:oro:jar:2.0.8:compile
[DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.8:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.15:compile
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.25:compile
[DEBUG] org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.25:compile
[DEBUG] commons-lang:commons-lang:jar:2.5:compile
[DEBUG] commons-io:commons-io:jar:1.4:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-site-plugin:3.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-site-plugin:3.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-site-plugin:3.4
[DEBUG] Included: org.apache.maven.plugins:maven-site-plugin:jar:3.4
[DEBUG] Included: org.apache.maven.doxia:doxia-module-markdown:jar:1.6
[DEBUG] Included: org.pegdown:pegdown:jar:1.2.1
[DEBUG] Included: org.parboiled:parboiled-java:jar:1.1.4
[DEBUG] Included: org.parboiled:parboiled-core:jar:1.1.4
[DEBUG] Included: org.ow2.asm:asm:jar:4.1
[DEBUG] Included: org.ow2.asm:asm-tree:jar:4.1
[DEBUG] Included: org.ow2.asm:asm-analysis:jar:4.1
[DEBUG] Included: org.ow2.asm:asm-util:jar:4.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: net.trajano.wagon:wagon-git:jar:2.0.4
[DEBUG] Included: com.jcraft:jsch.agentproxy.jsch:jar:0.0.9
[DEBUG] Included: com.jcraft:jsch:jar:0.1.49
[DEBUG] Included: com.jcraft:jsch.agentproxy.core:jar:0.0.9
[DEBUG] Included: com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9
[DEBUG] Included: com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9
[DEBUG] Included: net.java.dev.jna:jna:jar:4.1.0
[DEBUG] Included: net.java.dev.jna:jna-platform:jar:4.1.0
[DEBUG] Included: dnsjava:dnsjava:jar:2.1.7
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.4
[DEBUG] Included: org.eclipse.jgit:org.eclipse.jgit:jar:4.0.1.201506240215-r
[DEBUG] Included: com.googlecode.javaewah:JavaEWAH:jar:0.7.9
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-exec:jar:1.2
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.3
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.4.2
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.6
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.6
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.6
[DEBUG] Included: xerces:xercesImpl:jar:2.9.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.04
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[DEBUG] Included: commons-logging:commons-logging:jar:1.1.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.3
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG] Included: xmlunit:xmlunit:jar:1.5
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.6
[DEBUG] Included: org.apache.maven.doxia:doxia-module-apt:jar:1.6
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xdoc:jar:1.6
[DEBUG] Included: org.apache.maven.doxia:doxia-module-fml:jar:1.6
[DEBUG] Included: javax.servlet:servlet-api:jar:2.5
[DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.6
[DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.6
[DEBUG] Included: org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] Included: commons-digester:commons-digester:jar:1.8
[DEBUG] Included: commons-chain:commons-chain:jar:1.1
[DEBUG] Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG] Included: dom4j:dom4j:jar:1.1
[DEBUG] Included: sslext:sslext:jar:1.2-0
[DEBUG] Included: org.apache.struts:struts-core:jar:1.3.8
[DEBUG] Included: antlr:antlr:jar:2.7.2
[DEBUG] Included: org.apache.struts:struts-taglib:jar:1.3.8
[DEBUG] Included: org.apache.struts:struts-tiles:jar:1.3.8
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: org.apache.maven.doxia:doxia-integration-tools:jar:1.6
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.4.3
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.8
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.5
[DEBUG] Included: org.tukaani:xz:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG] Included: org.apache.velocity:velocity:jar:1.5
[DEBUG] Included: oro:oro:jar:2.0.8
[DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.1.8
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.15
[DEBUG] Included: org.mortbay.jetty:jetty:jar:6.1.25
[DEBUG] Included: org.mortbay.jetty:servlet-api:jar:2.5-20081211
[DEBUG] Included: org.mortbay.jetty:jetty-util:jar:6.1.25
[DEBUG] Included: commons-lang:commons-lang:jar:2.5
[DEBUG] Included: commons-io:commons-io:jar:1.4
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-site-plugin:3.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor' with basic configurator -->
[DEBUG] (f) basedir = C:\pljava-1_5_0
[DEBUG] (f) inputEncoding = UTF-8
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) pomPackagingOnly = true
[DEBUG] (f) project = MavenProject: org.postgresql:pljava.app:1.5.0 @ C:\pljava-1_5_0\pom.xml
[DEBUG] (f) reactorProjects = [MavenProject: org.postgresql:pljava.app:1.5.0 @ C:\pljava-1_5_0\pom.xml, MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml, MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\pom.xml, MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml, MavenProject: org.postgresql:pljava-deploy:1.5.0 @ C:\pljava-1_5_0\pljava-deploy\pom.xml, MavenProject: org.postgresql:pljava-ant:1.5.0 @ C:\pljava-1_5_0\pljava-ant\pom.xml, MavenProject: org.postgresql:pljava-examples:1.5.0 @ C:\pljava-1_5_0\pljava-examples\pom.xml, MavenProject: org.postgresql:pljava-packaging:1.5.0 @ C:\pljava-1_5_0\pljava-packaging\pom.xml]
[DEBUG] (f) siteDirectory = C:\pljava-1_5_0\src\site
[DEBUG] -- end configuration --
[DEBUG] Mapped url: C:\pljava-1_5_0\src\site to relative path: src\site
[DEBUG] Attaching the site descriptor 'C:\pljava-1_5_0\target\pljava.app-1.5.0-site.xml' with classifier 'site' to the project.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ pljava.app ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=35, DefaultDependencyCollector.collectTime=31, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-install-plugin:jar:2.4:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.5:compile
[DEBUG] org.codehaus.plexus:plexus-digest:jar:1.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG] Included: org.apache.maven.plugins:maven-install-plugin:jar:2.4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.5
[DEBUG] Included: org.codehaus.plexus:plexus-digest:jar:1.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator -->
[DEBUG] (f) artifact = org.postgresql:pljava.app:pom:1.5.0
[DEBUG] (f) attachedArtifacts = [org.postgresql:pljava.app:xml:site:1.5.0]
[DEBUG] (f) createChecksum = false
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) packaging = pom
[DEBUG] (f) pomFile = C:\pljava-1_5_0\pom.xml
[DEBUG] (s) skip = false
[DEBUG] (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] Installing C:\pljava-1_5_0\pom.xml to C:\Users\highgo\.m2\repository\org\postgresql\pljava.app\1.5.0\pljava.app-1.5.0.pom
[DEBUG] Writing tracking file C:\Users\highgo\.m2\repository\org\postgresql\pljava.app\1.5.0\_remote.repositories
[DEBUG] Installing org.postgresql:pljava.app/maven-metadata.xml to C:\Users\highgo\.m2\repository\org\postgresql\pljava.app\maven-metadata-local.xml
[INFO] Installing C:\pljava-1_5_0\target\pljava.app-1.5.0-site.xml to C:\Users\highgo\.m2\repository\org\postgresql\pljava.app\1.5.0\pljava.app-1.5.0-site.xml
[DEBUG] Writing tracking file C:\Users\highgo\.m2\repository\org\postgresql\pljava.app\1.5.0\_remote.repositories
[DEBUG] Installing org.postgresql:pljava.app/maven-metadata.xml to C:\Users\highgo\.m2\repository\org\postgresql\pljava.app\maven-metadata-local.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building PL/Java API 1.5.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.postgresql:pljava-api:1.5.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.5:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerArguments>
<bootclasspath>C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar</bootclasspath>
</compilerArguments>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<outputFileName>${project.build.finalName}</outputFileName>
<projectArtifact default-value="${project.artifact}"/>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMultiThreadWarning default-value="${false}">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.5:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources>${project.testResources}</resources>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerArguments>
<bootclasspath>C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar</bootclasspath>
</compilerArguments>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<outputFileName>${project.build.finalName}</outputFileName>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="${false}">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.5:copy-resources (copy-service-config)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory>C:\pljava-1_5_0\pljava-api/target/classes</outputDirectory>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources>
<resource>
<directory>src/main/late-added-resources</directory>
<filtering>false</filtering>
</resource>
</resources>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.6:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<archive>
<manifestSections>
<manifestSection>
<name>org/postgresql/pljava/</name>
<manifestEntries>
<Implementation-Title>PL/Java API</Implementation-Title>
<Implementation-Version>1.5.0</Implementation-Version>
<Implementation-Vendor>Tada AB</Implementation-Vendor>
</manifestEntries>
</manifestSection>
</manifestSections>
</archive>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classifier default-value="">${maven.jar.classifier}</classifier>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor (attach-descriptor)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir>${basedir}</basedir>
<inputEncoding default-value="${project.build.sourceEncoding}">${encoding}</inputEncoding>
<localRepository default-value="${localRepository}"/>
<locales>${locales}</locales>
<outputEncoding default-value="${project.reporting.outputEncoding}">${outputEncoding}</outputEncoding>
<pomPackagingOnly default-value="true"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<siteDirectory default-value="${basedir}/src/site"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">${createChecksum}</createChecksum>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<skip default-value="false">${maven.install.skip}</skip>
<updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.postgresql:pljava-api:jar:1.5.0
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pljava-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG] (f) directory = C:\pljava-1_5_0\pljava-api\target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] (f) reportDirectory = C:\pljava-1_5_0\pljava-api\target\site
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = C:\pljava-1_5_0\pljava-api\target\test-classes
[DEBUG] -- end configuration --
[INFO] Deleting C:\pljava-1_5_0\pljava-api\target
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\maven-archiver\pom.properties
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\maven-archiver
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\generated-sources\annotations
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\generated-sources
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\TriggerException.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\TriggerData.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\TransactionListener.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\Vertex.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\TriggerNamer.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\TriggerNamer$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\Snippet.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\Lexicals.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRWriter.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$UDTKind.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$TypeMapper.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$TriggerImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$SQLTypeImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$SQLActionsImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$SQLActionImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$SnippetsKey.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$MappedUDTImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$FunctionImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$BaseUDTImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$BaseUDTFunctionImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$BaseUDTFunctionID.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$AbstractUDTImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$AbstractAnnotationImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessorImpl$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\DDRProcessor.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\Commentable.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen\AnnotationValueException.class
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\sqlgen
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\SessionManager.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\Session.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\SavepointListener.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\ResultSetProvider.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\ResultSetHandle.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\PooledObject.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\ObjectPool.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Trigger.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Trigger$Scope.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Trigger$Event.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Trigger$Called.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\SQLType.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\SQLActions.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\SQLAction.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\MappedUDT.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Function.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Function$Trust.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Function$Security.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Function$OnNullInput.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\Function$Effects.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\BaseUDT.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\BaseUDT$Storage.class
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation\BaseUDT$Alignment.class
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava\annotation
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql\pljava
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\classes\org\postgresql
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\classes\org
[INFO] Deleting file C:\pljava-1_5_0\pljava-api\target\classes\META-INF\services\javax.annotation.processing.Processor
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\classes\META-INF\services
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\classes\META-INF
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target\classes
[INFO] Deleting directory C:\pljava-1_5_0\pljava-api\target
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava-api\target\test-classes
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava-api\target\site
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ pljava-api ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=78, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=75, DefaultDependencyCollector.collectTime=47, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.5:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.0:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.5
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.0
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.5:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[debug] execute contextualize
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.5:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\pljava-1_5_0\pljava-api\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=C:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_80\jre\classes, env.COMPUTERNAME=WIN-O65CVUBGK80, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_80-b15, env.HOMEPATH=\Users\highgo, project.build.sourceEncoding=UTF-8, user.name=highgo, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00), env.PATH=C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin, user.language=zh, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.7.0_80\jre\bin, classworlds.conf=C:\apache-maven-3.3.9\bin\..\bin\m2.conf, env.ASANYSH9=C:\Program Files (x86)\Sybase\Shared, java.version=1.7.0_80, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel, user.timezone=Asia/Shanghai, env.TEMP=C:\Users\highgo\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=C:\pljava-1_5_0, java.endorsed.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=51.0, env.C_INCLUDE_PATH=C:\mingw\mingw64\include, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, java.home=C:\Program Files\Java\jdk1.7.0_80\jre, env.APPDATA=C:\Users\highgo\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, nar.cores=1, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=24.80-b11, user.variant=, env.USERPROFILE=C:\Users\highgo, env.JAVA_HOME=C:\Program Files\Java\jdk1.7.0_80, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\highgo\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\highgo, env.LIBRARY_PATH=C:\MinGW\mingw64\x86_64-w64-mingw32\lib, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.CLASSPATH=.;C:\Program Files\Java\jdk1.7.0_80\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_80\lib\dt.jar;C:\Program Files\PostgreSQL\9.5\lib;, env.M2_HOME=C:\apache-maven-3.3.9\bin\.., env.NUMBER_OF_PROCESSORS=1, java.library.path=C:\Program Files\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin;., java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X -Pwnosign -Dnar.cores=1 clean install, java.vm.vendor=Oracle Corporation, maven.home=C:\apache-maven-3.3.9\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pwnosign -Dnar.cores=1 clean install, java.class.path=C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.9, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk1.7.0_80\bin\java.exe", java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\WIN-O65CVUBGK80, java.vm.specification.version=1.7, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, env.HOME=C:\Users\highgo, java.io.tmpdir=C:\Users\highgo\AppData\Local\Temp\, env.PROCESSOR_REVISION=4e03, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=C:\pljava-1_5_0, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.LOCALAPPDATA=C:\Users\highgo\AppData\Local, user.dir=C:\pljava-1_5_0, line.separator=
, env.CLASSWORLDS_JAR="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.CPLUS_INCLUDE_PATH=C:\mingw\mingw64\include, env.ERROR_CODE=0, env.ASANY9=C:\Program Files (x86)\Sybase\SQL Anywhere 9, env.USERNAME=highgo, file.encoding=GBK, env.VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\, env.USERDOMAIN=WIN-O65CVUBGK80, java.specification.version=1.7, env.=C:=C:\pljava-1_5_0, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=C:\pljava-1_5_0}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory C:\pljava-1_5_0\pljava-api\src\main\resources
excludes []
includes []
[INFO] skip non existing resourceDirectory C:\pljava-1_5_0\pljava-api\src\main\resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ pljava-api ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=106, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=53, DefaultDependencyCollector.collectTime=109, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.9.1:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:1.9.1:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:1.9.1:runtime
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:1.9.1
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:1.9.1
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:1.9.1
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile' with basic configurator -->
[DEBUG] (f) basedir = C:\pljava-1_5_0\pljava-api
[DEBUG] (f) buildDirectory = C:\pljava-1_5_0\pljava-api\target
[DEBUG] (f) classpathElements = [C:\pljava-1_5_0\pljava-api\target\classes]
[DEBUG] (f) compileSourceRoots = [C:\pljava-1_5_0\pljava-api\src\main\java]
[DEBUG] (f) compilerArguments = {bootclasspath=C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar}
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = C:\pljava-1_5_0\pljava-api\target\generated-sources\annotations
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] (f) outputFileName = pljava-api-1.5.0
[DEBUG] (f) projectArtifact = org.postgresql:pljava-api:jar:1.5.0
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [C:\pljava-1_5_0\pljava-api\src\main\java]
[DEBUG] Classpath: [C:\pljava-1_5_0\pljava-api\target\classes]
[DEBUG] Output directory: C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] Classpath:
[DEBUG] C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] Source roots:
[DEBUG] C:\pljava-1_5_0\pljava-api\src\main\java
[DEBUG] Command line options:
[DEBUG] -d C:\pljava-1_5_0\pljava-api\target\classes -classpath C:\pljava-1_5_0\pljava-api\target\classes; -sourcepath C:\pljava-1_5_0\pljava-api\src\main\java; C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\sqlgen\DDRProcessor.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\Session.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\sqlgen\DDRWriter.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\sqlgen\TriggerNamer.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\SavepointListener.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\SessionManager.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\TriggerData.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\annotation\package-info.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\ResultSetProvider.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\PooledObject.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\annotation\BaseUDT.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\package-info.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\ResultSetHandle.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\TransactionListener.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\annotation\MappedUDT.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\ObjectPool.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\annotation\SQLAction.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\annotation\Trigger.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\annotation\SQLType.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\sqlgen\package-info.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\sqlgen\Lexicals.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\TriggerException.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\annotation\Function.java C:\pljava-1_5_0\pljava-api\src\main\java\org\postgresql\pljava\annotation\SQLActions.java -s C:\pljava-1_5_0\pljava-api\target\generated-sources\annotations -g -nowarn -target 1.6 -source 1.6 -encoding UTF-8 -bootclasspath C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar
[INFO] Compiling 24 source files to C:\pljava-1_5_0\pljava-api\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ pljava-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.5:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[debug] execute contextualize
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.5:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = C:\pljava-1_5_0\pljava-api\target\test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\pljava-1_5_0\pljava-api\src\test\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=C:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_80\jre\classes, env.COMPUTERNAME=WIN-O65CVUBGK80, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_80-b15, env.HOMEPATH=\Users\highgo, project.build.sourceEncoding=UTF-8, user.name=highgo, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00), env.PATH=C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin, user.language=zh, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.7.0_80\jre\bin, classworlds.conf=C:\apache-maven-3.3.9\bin\..\bin\m2.conf, env.ASANYSH9=C:\Program Files (x86)\Sybase\Shared, java.version=1.7.0_80, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel, user.timezone=Asia/Shanghai, env.TEMP=C:\Users\highgo\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=C:\pljava-1_5_0, java.endorsed.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=51.0, env.C_INCLUDE_PATH=C:\mingw\mingw64\include, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, java.home=C:\Program Files\Java\jdk1.7.0_80\jre, env.APPDATA=C:\Users\highgo\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, nar.cores=1, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=24.80-b11, user.variant=, env.USERPROFILE=C:\Users\highgo, env.JAVA_HOME=C:\Program Files\Java\jdk1.7.0_80, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\highgo\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\highgo, env.LIBRARY_PATH=C:\MinGW\mingw64\x86_64-w64-mingw32\lib, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.CLASSPATH=.;C:\Program Files\Java\jdk1.7.0_80\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_80\lib\dt.jar;C:\Program Files\PostgreSQL\9.5\lib;, env.M2_HOME=C:\apache-maven-3.3.9\bin\.., env.NUMBER_OF_PROCESSORS=1, java.library.path=C:\Program Files\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin;., java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X -Pwnosign -Dnar.cores=1 clean install, java.vm.vendor=Oracle Corporation, maven.home=C:\apache-maven-3.3.9\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pwnosign -Dnar.cores=1 clean install, java.class.path=C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.9, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk1.7.0_80\bin\java.exe", java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\WIN-O65CVUBGK80, java.vm.specification.version=1.7, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, env.HOME=C:\Users\highgo, java.io.tmpdir=C:\Users\highgo\AppData\Local\Temp\, env.PROCESSOR_REVISION=4e03, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=C:\pljava-1_5_0, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.LOCALAPPDATA=C:\Users\highgo\AppData\Local, user.dir=C:\pljava-1_5_0, line.separator=
, env.CLASSWORLDS_JAR="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.CPLUS_INCLUDE_PATH=C:\mingw\mingw64\include, env.ERROR_CODE=0, env.ASANY9=C:\Program Files (x86)\Sybase\SQL Anywhere 9, env.USERNAME=highgo, file.encoding=GBK, env.VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\, env.USERDOMAIN=WIN-O65CVUBGK80, java.specification.version=1.7, env.=C:=C:\pljava-1_5_0, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=C:\pljava-1_5_0}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory C:\pljava-1_5_0\pljava-api\src\test\resources
excludes []
includes []
[INFO] skip non existing resourceDirectory C:\pljava-1_5_0\pljava-api\src\test\resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ pljava-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile' with basic configurator -->
[DEBUG] (f) basedir = C:\pljava-1_5_0\pljava-api
[DEBUG] (f) buildDirectory = C:\pljava-1_5_0\pljava-api\target
[DEBUG] (f) classpathElements = [C:\pljava-1_5_0\pljava-api\target\test-classes, C:\pljava-1_5_0\pljava-api\target\classes]
[DEBUG] (f) compileSourceRoots = [C:\pljava-1_5_0\pljava-api\src\test\java]
[DEBUG] (f) compilerArguments = {bootclasspath=C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar}
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) fork = false
[DEBUG] (f) generatedTestSourcesDirectory = C:\pljava-1_5_0\pljava-api\target\generated-test-sources\test-annotations
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-api\target\test-classes
[DEBUG] (f) outputFileName = pljava-api-1.5.0
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pljava-api ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=47, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:test
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->
[DEBUG] (s) basedir = C:\pljava-1_5_0\pljava-api
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = C:\pljava-1_5_0\pljava-api\target\surefire-reports
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = C:\pljava-1_5_0\pljava-api\target\test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = C:\pljava-1_5_0\pljava-api\src\test\java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = C:\pljava-1_5_0\pljava-api
[DEBUG] (s) project = MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] -- end configuration --
[INFO] No tests to run.
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-service-config) @ pljava-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.5:copy-resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[debug] execute contextualize
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.5:copy-resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml
[DEBUG] (s) directory = src/main/late-added-resources
[DEBUG] (s) filtering = false
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: src/main/late-added-resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=C:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_80\jre\classes, env.COMPUTERNAME=WIN-O65CVUBGK80, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_80-b15, env.HOMEPATH=\Users\highgo, project.build.sourceEncoding=UTF-8, user.name=highgo, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00), env.PATH=C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin, user.language=zh, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.7.0_80\jre\bin, classworlds.conf=C:\apache-maven-3.3.9\bin\..\bin\m2.conf, env.ASANYSH9=C:\Program Files (x86)\Sybase\Shared, java.version=1.7.0_80, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel, user.timezone=Asia/Shanghai, env.TEMP=C:\Users\highgo\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=C:\pljava-1_5_0, java.endorsed.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=51.0, env.C_INCLUDE_PATH=C:\mingw\mingw64\include, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, java.home=C:\Program Files\Java\jdk1.7.0_80\jre, env.APPDATA=C:\Users\highgo\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, nar.cores=1, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=24.80-b11, user.variant=, env.USERPROFILE=C:\Users\highgo, env.JAVA_HOME=C:\Program Files\Java\jdk1.7.0_80, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\highgo\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\highgo, env.LIBRARY_PATH=C:\MinGW\mingw64\x86_64-w64-mingw32\lib, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.CLASSPATH=.;C:\Program Files\Java\jdk1.7.0_80\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_80\lib\dt.jar;C:\Program Files\PostgreSQL\9.5\lib;, env.M2_HOME=C:\apache-maven-3.3.9\bin\.., env.NUMBER_OF_PROCESSORS=1, java.library.path=C:\Program Files\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin;., java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X -Pwnosign -Dnar.cores=1 clean install, java.vm.vendor=Oracle Corporation, maven.home=C:\apache-maven-3.3.9\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pwnosign -Dnar.cores=1 clean install, java.class.path=C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.9, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk1.7.0_80\bin\java.exe", java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\WIN-O65CVUBGK80, java.vm.specification.version=1.7, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, env.HOME=C:\Users\highgo, java.io.tmpdir=C:\Users\highgo\AppData\Local\Temp\, env.PROCESSOR_REVISION=4e03, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=C:\pljava-1_5_0, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.LOCALAPPDATA=C:\Users\highgo\AppData\Local, user.dir=C:\pljava-1_5_0, line.separator=
, env.CLASSWORLDS_JAR="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.CPLUS_INCLUDE_PATH=C:\mingw\mingw64\include, env.ERROR_CODE=0, env.ASANY9=C:\Program Files (x86)\Sybase\SQL Anywhere 9, env.USERNAME=highgo, file.encoding=GBK, env.VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\, env.USERDOMAIN=WIN-O65CVUBGK80, java.specification.version=1.7, env.=C:=C:\pljava-1_5_0, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=C:\pljava-1_5_0}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory src/main/late-added-resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource
[DEBUG] file javax.annotation.processing.Processor has a filtered file extension
[DEBUG] copy C:\pljava-1_5_0\pljava-api\src\main\late-added-resources\META-INF\services\javax.annotation.processing.Processor to C:\pljava-1_5_0\pljava-api\target\classes\META-INF\services\javax.annotation.processing.Processor
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ pljava-api ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=94, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=39, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=15, ConflictResolver.conflictItemCount=86, DefaultDependencyCollector.collectTime=94, DefaultDependencyCollector.transformTime=15}
[DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:2.6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[DEBUG] commons-cli:commons-cli:jar:1.2:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.6:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.7:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:runtime
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.9:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.4:compile
[DEBUG] commons-io:commons-io:jar:2.2:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.9:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-jar-plugin:jar:2.6
[DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.1
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: commons-cli:commons-cli:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.6
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.7
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.9
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.4
[DEBUG] Included: commons-io:commons-io:jar:2.2
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.9
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.6:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.6:jar' with basic configurator -->
[DEBUG] (s) name = org/postgresql/pljava/
[DEBUG] (s) manifestEntries = {Implementation-Title=PL/Java API, Implementation-Vendor=Tada AB, Implementation-Version=1.5.0}
[DEBUG] (s) manifestSections = [org.apache.maven.archiver.ManifestSection@4fcd339a]
[DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@28f6ec64
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-api\target\classes
[DEBUG] (f) defaultManifestFile = C:\pljava-1_5_0\pljava-api\target\classes\META-INF\MANIFEST.MF
[DEBUG] (f) finalName = pljava-api-1.5.0
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-api\target
[DEBUG] (f) project = MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) skipIfEmpty = false
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Destination C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar not found.)
[INFO] Building jar: C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory META-INF/services/
[DEBUG] adding directory org/
[DEBUG] adding directory org/postgresql/
[DEBUG] adding directory org/postgresql/pljava/
[DEBUG] adding directory org/postgresql/pljava/annotation/
[DEBUG] adding directory org/postgresql/pljava/sqlgen/
[DEBUG] adding entry META-INF/services/javax.annotation.processing.Processor
[DEBUG] adding entry org/postgresql/pljava/annotation/BaseUDT$Alignment.class
[DEBUG] adding entry org/postgresql/pljava/annotation/BaseUDT$Storage.class
[DEBUG] adding entry org/postgresql/pljava/annotation/BaseUDT.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Function$Effects.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Function$OnNullInput.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Function$Security.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Function$Trust.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Function.class
[DEBUG] adding entry org/postgresql/pljava/annotation/MappedUDT.class
[DEBUG] adding entry org/postgresql/pljava/annotation/SQLAction.class
[DEBUG] adding entry org/postgresql/pljava/annotation/SQLActions.class
[DEBUG] adding entry org/postgresql/pljava/annotation/SQLType.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Trigger$Called.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Trigger$Event.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Trigger$Scope.class
[DEBUG] adding entry org/postgresql/pljava/annotation/Trigger.class
[DEBUG] adding entry org/postgresql/pljava/ObjectPool.class
[DEBUG] adding entry org/postgresql/pljava/PooledObject.class
[DEBUG] adding entry org/postgresql/pljava/ResultSetHandle.class
[DEBUG] adding entry org/postgresql/pljava/ResultSetProvider.class
[DEBUG] adding entry org/postgresql/pljava/SavepointListener.class
[DEBUG] adding entry org/postgresql/pljava/Session.class
[DEBUG] adding entry org/postgresql/pljava/SessionManager.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/AnnotationValueException.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/Commentable.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessor.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$1.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$AbstractAnnotationImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$AbstractUDTImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$BaseUDTFunctionID.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$BaseUDTFunctionImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$BaseUDTImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$FunctionImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$MappedUDTImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$SnippetsKey.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$SQLActionImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$SQLActionsImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$SQLTypeImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$TriggerImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$TypeMapper.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl$UDTKind.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRProcessorImpl.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/DDRWriter.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/Lexicals.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/Snippet.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/TriggerNamer$1.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/TriggerNamer.class
[DEBUG] adding entry org/postgresql/pljava/sqlgen/Vertex.class
[DEBUG] adding entry org/postgresql/pljava/TransactionListener.class
[DEBUG] adding entry org/postgresql/pljava/TriggerData.class
[DEBUG] adding entry org/postgresql/pljava/TriggerException.class
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/org.postgresql/
[DEBUG] adding directory META-INF/maven/org.postgresql/pljava-api/
[DEBUG] adding entry META-INF/maven/org.postgresql/pljava-api/pom.xml
[DEBUG] adding entry META-INF/maven/org.postgresql/pljava-api/pom.properties
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pljava-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-site-plugin:3.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor' with basic configurator -->
[DEBUG] (f) basedir = C:\pljava-1_5_0\pljava-api
[DEBUG] (f) inputEncoding = UTF-8
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) pomPackagingOnly = true
[DEBUG] (f) project = MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml
[DEBUG] (f) reactorProjects = [MavenProject: org.postgresql:pljava.app:1.5.0 @ C:\pljava-1_5_0\pom.xml, MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml, MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\pom.xml, MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml, MavenProject: org.postgresql:pljava-deploy:1.5.0 @ C:\pljava-1_5_0\pljava-deploy\pom.xml, MavenProject: org.postgresql:pljava-ant:1.5.0 @ C:\pljava-1_5_0\pljava-ant\pom.xml, MavenProject: org.postgresql:pljava-examples:1.5.0 @ C:\pljava-1_5_0\pljava-examples\pom.xml, MavenProject: org.postgresql:pljava-packaging:1.5.0 @ C:\pljava-1_5_0\pljava-packaging\pom.xml]
[DEBUG] (f) siteDirectory = C:\pljava-1_5_0\pljava-api\src\site
[DEBUG] -- end configuration --
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ pljava-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator -->
[DEBUG] (f) artifact = org.postgresql:pljava-api:jar:1.5.0
[DEBUG] (f) attachedArtifacts = []
[DEBUG] (f) createChecksum = false
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) packaging = jar
[DEBUG] (f) pomFile = C:\pljava-1_5_0\pljava-api\pom.xml
[DEBUG] (s) skip = false
[DEBUG] (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] Installing C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar to C:\Users\highgo\.m2\repository\org\postgresql\pljava-api\1.5.0\pljava-api-1.5.0.jar
[DEBUG] Writing tracking file C:\Users\highgo\.m2\repository\org\postgresql\pljava-api\1.5.0\_remote.repositories
[INFO] Installing C:\pljava-1_5_0\pljava-api\pom.xml to C:\Users\highgo\.m2\repository\org\postgresql\pljava-api\1.5.0\pljava-api-1.5.0.pom
[DEBUG] Writing tracking file C:\Users\highgo\.m2\repository\org\postgresql\pljava-api\1.5.0\_remote.repositories
[DEBUG] Installing org.postgresql:pljava-api/maven-metadata.xml to C:\Users\highgo\.m2\repository\org\postgresql\pljava-api\maven-metadata-local.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building PL/Java backend Java code 1.5.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.postgresql:pljava:1.5.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerArguments>
<bootclasspath>C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar</bootclasspath>
</compilerArguments>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<outputFileName>${project.build.finalName}</outputFileName>
<projectArtifact default-value="${project.artifact}"/>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMultiThreadWarning default-value="${false}">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerArguments>
<bootclasspath>C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar</bootclasspath>
</compilerArguments>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<outputFileName>${project.build.finalName}</outputFileName>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="${false}">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.6:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<archive>
<manifestSections>
<manifestSection>
<name>org/postgresql/pljava/</name>
<manifestEntries>
<Implementation-Title>PL/Java API</Implementation-Title>
<Implementation-Version>${project.dependencies[0].version}</Implementation-Version>
<Implementation-Vendor>Tada AB</Implementation-Vendor>
</manifestEntries>
</manifestSection>
<manifestSection>
<name>org/postgresql/pljava/internal/</name>
<manifestEntries>
<Implementation-Title>PL/Java backend Java code</Implementation-Title>
<Implementation-Version>1.5.0</Implementation-Version>
<Implementation-Vendor>Tada AB</Implementation-Vendor>
</manifestEntries>
</manifestSection>
<manifestSection>
<name>org/postgresql/pljava/jdbc/</name>
<manifestEntries>
<Implementation-Title>PL/Java backend Java code</Implementation-Title>
<Implementation-Version>1.5.0</Implementation-Version>
<Implementation-Vendor>Tada AB</Implementation-Vendor>
</manifestEntries>
</manifestSection>
<manifestSection>
<name>org/postgresql/pljava/management/</name>
<manifestEntries>
<Implementation-Title>PL/Java backend Java code</Implementation-Title>
<Implementation-Version>1.5.0</Implementation-Version>
<Implementation-Vendor>Tada AB</Implementation-Vendor>
</manifestEntries>
</manifestSection>
<manifestSection>
<name>org/postgresql/pljava/sqlj/</name>
<manifestEntries>
<Implementation-Title>PL/Java backend Java code</Implementation-Title>
<Implementation-Version>1.5.0</Implementation-Version>
<Implementation-Vendor>Tada AB</Implementation-Vendor>
</manifestEntries>
</manifestSection>
</manifestSections>
</archive>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classifier default-value="">${maven.jar.classifier}</classifier>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-shade-plugin:1.4:shade (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<createDependencyReducedPom default-value="true">true</createDependencyReducedPom>
<createSourcesJar default-value="false">${createSourcesJar}</createSourcesJar>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
<finalName>${finalName}</finalName>
<keepDependenciesWithProvidedScope default-value="false">${keepDependenciesWithProvidedScope}</keepDependenciesWithProvidedScope>
<localRepository default-value="${localRepository}"/>
<minimizeJar default-value="false"/>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<promoteTransitiveDependencies default-value="false">${promoteTransitiveDependencies}</promoteTransitiveDependencies>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<shadedArtifactAttached default-value="false">${shadedArtifactAttached}</shadedArtifactAttached>
<shadedArtifactId default-value="${project.artifactId}">${shadedArtifactId}</shadedArtifactId>
<shadedClassifierName default-value="shaded">${shadedClassifierName}</shadedClassifierName>
<shadedGroupFilter>${shadedGroupFilter}</shadedGroupFilter>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor (attach-descriptor)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir>${basedir}</basedir>
<inputEncoding default-value="${project.build.sourceEncoding}">${encoding}</inputEncoding>
<localRepository default-value="${localRepository}"/>
<locales>${locales}</locales>
<outputEncoding default-value="${project.reporting.outputEncoding}">${outputEncoding}</outputEncoding>
<pomPackagingOnly default-value="true"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<siteDirectory default-value="${basedir}/src/site"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">${createChecksum}</createChecksum>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<skip default-value="false">${maven.install.skip}</skip>
<updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=2, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=1, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=1, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.postgresql:pljava:jar:1.5.0
[DEBUG] org.postgresql:pljava-api:jar:1.5.0:compile
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pljava ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG] (f) directory = C:\pljava-1_5_0\pljava\target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava\target\classes
[DEBUG] (f) reportDirectory = C:\pljava-1_5_0\pljava\target\site
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = C:\pljava-1_5_0\pljava\target\test-classes
[DEBUG] -- end configuration --
[INFO] Deleting C:\pljava-1_5_0\pljava\target
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\pljava-1.5.0.jar
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\original-pljava-1.5.0.jar
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\maven-archiver\pom.properties
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\maven-archiver
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\generated-sources\annotations
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\generated-sources
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\dependency-reduced-pom.xml
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\pljava.ddr
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\sqlj\Loader.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\sqlj\Loader$EntryEnumeration.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\sqlj\Loader$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\sqlj\EntryStreamHandler.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\sqlj\EntryStreamHandler$EntryConnection.class
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\sqlj
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\management\SQLDeploymentDescriptor.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\management\DDRExecutor.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\management\DDRExecutor$Plain.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\management\DDRExecutor$Noop.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\management\Commands.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\management\Command.class
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\management
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\UnsupportedFeatureException.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\TypeOid.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\TriggerResultSet.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SyntheticResultSetMetaData.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SyntheticResultSet.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\StatementClosedException.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SQLUtils.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SQLOutputToTuple.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SQLOutputToChunk.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SQLInputFromTuple.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SQLInputFromChunk.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SPIStatement.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SPIResultSetMetaData.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SPIResultSet.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SPIPreparedStatement.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SPIParameterMetaData.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SPIDriver.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SPIDatabaseMetaData.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SPIConnection.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SingleRowWriter.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SingleRowResultSet.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\SingleRowReader.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\ResultSetField.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\ResultSetBase.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\ReadOnlyResultSet.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\ObjectResultSet.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\Invocation.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\ClobValue.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\ClobValue$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\BuiltinFunctions.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\BlobValue.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\AbstractResultSetMetaData.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc\AbstractResultSet.class
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\jdbc
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\XactListener.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TupleTable.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TupleDesc.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\Tuple.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TriggerData.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TransactionalMap.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TransactionalMap$ValueIterator.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TransactionalMap$KeyIterator.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TransactionalMap$EntryIterator.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TransactionalMap$BackedEntry.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TransactionalMap$3.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TransactionalMap$2.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\TransactionalMap$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\SubXactListener.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\SPIException.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\SPI.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\Session.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ServerException.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ResultSetPicker.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\Relation.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\Portal.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\PgSavepoint.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\Oid.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ObjectPoolImpl.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ObjectPoolImpl$PooledObjectHandle.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ObjectPoolImpl$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\LargeObject.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\JavaWrapper.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\InstallHelper.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\InstallHelper$SchemaVariant.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\InstallHelper$SchemaVariant$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\InstallHelper$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\HeapTupleHeader.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ExecutionPlan.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ExecutionPlan$PlanKey.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ExecutionPlan$PlanCache.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ErrorData.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ELogHandler.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\ELogFormatter.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\Backend.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\Backend$PLJavaSecurityManager.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\Backend$1.class
[INFO] Deleting file C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal\AclId.class
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava\internal
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\classes\org\postgresql\pljava
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\classes\org\postgresql
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\classes\org
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target\classes
[INFO] Deleting directory C:\pljava-1_5_0\pljava\target
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava\target\classes
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava\target\test-classes
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava\target\site
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pljava ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=32, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=15, DefaultDependencyCollector.transformTime=32}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = C:\pljava-1_5_0\pljava\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\pljava-1_5_0\pljava\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=C:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_80\jre\classes, env.COMPUTERNAME=WIN-O65CVUBGK80, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_80-b15, env.HOMEPATH=\Users\highgo, project.build.sourceEncoding=UTF-8, user.name=highgo, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00), env.PATH=C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin, user.language=zh, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.7.0_80\jre\bin, classworlds.conf=C:\apache-maven-3.3.9\bin\..\bin\m2.conf, env.ASANYSH9=C:\Program Files (x86)\Sybase\Shared, java.version=1.7.0_80, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel, user.timezone=Asia/Shanghai, env.TEMP=C:\Users\highgo\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=C:\pljava-1_5_0, java.endorsed.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=51.0, env.C_INCLUDE_PATH=C:\mingw\mingw64\include, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, java.home=C:\Program Files\Java\jdk1.7.0_80\jre, env.APPDATA=C:\Users\highgo\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, nar.cores=1, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=24.80-b11, user.variant=, env.USERPROFILE=C:\Users\highgo, env.JAVA_HOME=C:\Program Files\Java\jdk1.7.0_80, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\highgo\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\highgo, env.LIBRARY_PATH=C:\MinGW\mingw64\x86_64-w64-mingw32\lib, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.CLASSPATH=.;C:\Program Files\Java\jdk1.7.0_80\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_80\lib\dt.jar;C:\Program Files\PostgreSQL\9.5\lib;, env.M2_HOME=C:\apache-maven-3.3.9\bin\.., env.NUMBER_OF_PROCESSORS=1, java.library.path=C:\Program Files\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin;., java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X -Pwnosign -Dnar.cores=1 clean install, java.vm.vendor=Oracle Corporation, maven.home=C:\apache-maven-3.3.9\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pwnosign -Dnar.cores=1 clean install, java.class.path=C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.9, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk1.7.0_80\bin\java.exe", java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\WIN-O65CVUBGK80, java.vm.specification.version=1.7, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, env.HOME=C:\Users\highgo, java.io.tmpdir=C:\Users\highgo\AppData\Local\Temp\, env.PROCESSOR_REVISION=4e03, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=C:\pljava-1_5_0, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.LOCALAPPDATA=C:\Users\highgo\AppData\Local, user.dir=C:\pljava-1_5_0, line.separator=
, env.CLASSWORLDS_JAR="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.CPLUS_INCLUDE_PATH=C:\mingw\mingw64\include, env.ERROR_CODE=0, env.ASANY9=C:\Program Files (x86)\Sybase\SQL Anywhere 9, env.USERNAME=highgo, file.encoding=GBK, env.VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\, env.USERDOMAIN=WIN-O65CVUBGK80, java.specification.version=1.7, env.=C:=C:\pljava-1_5_0, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=C:\pljava-1_5_0}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory C:\pljava-1_5_0\pljava\src\main\resources
excludes []
includes []
[INFO] skip non existing resourceDirectory C:\pljava-1_5_0\pljava\src\main\resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ pljava ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile' with basic configurator -->
[DEBUG] (f) basedir = C:\pljava-1_5_0\pljava
[DEBUG] (f) buildDirectory = C:\pljava-1_5_0\pljava\target
[DEBUG] (f) classpathElements = [C:\pljava-1_5_0\pljava\target\classes, C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar]
[DEBUG] (f) compileSourceRoots = [C:\pljava-1_5_0\pljava\src\main\java]
[DEBUG] (f) compilerArguments = {bootclasspath=C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar}
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = C:\pljava-1_5_0\pljava\target\generated-sources\annotations
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava\target\classes
[DEBUG] (f) outputFileName = pljava-1.5.0
[DEBUG] (f) projectArtifact = org.postgresql:pljava:jar:1.5.0
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [C:\pljava-1_5_0\pljava\src\main\java]
[DEBUG] Classpath: [C:\pljava-1_5_0\pljava\target\classes
C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar]
[DEBUG] Output directory: C:\pljava-1_5_0\pljava\target\classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] Classpath:
[DEBUG] C:\pljava-1_5_0\pljava\target\classes
[DEBUG] C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar
[DEBUG] Source roots:
[DEBUG] C:\pljava-1_5_0\pljava\src\main\java
[DEBUG] Command line options:
[DEBUG] -d C:\pljava-1_5_0\pljava\target\classes -classpath C:\pljava-1_5_0\pljava\target\classes;C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar; -sourcepath C:\pljava-1_5_0\pljava\src\main\java; C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SPIPreparedStatement.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\ErrorData.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\ServerException.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\management\Commands.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\TypeOid.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SPIConnection.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SingleRowWriter.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\BlobValue.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\UnsupportedFeatureException.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\JavaWrapper.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\TriggerData.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SyntheticResultSet.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\TupleTable.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\sqlj\package-info.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\Session.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\package-info.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\Oid.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SPIStatement.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\AbstractResultSetMetaData.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SPIDatabaseMetaData.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\Relation.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\Tuple.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\management\SQLDeploymentDescriptor.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\ResultSetPicker.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\Portal.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\AbstractResultSet.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SPIParameterMetaData.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SQLOutputToChunk.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SingleRowReader.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\ObjectResultSet.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\ResultSetBase.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\sqlj\Loader.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\StatementClosedException.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\BuiltinFunctions.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\ELogHandler.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\management\DDRExecutor.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SQLInputFromChunk.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SQLOutputToTuple.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\ResultSetField.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\Invocation.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SPIResultSet.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\XactListener.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\package-info.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SyntheticResultSetMetaData.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\TriggerResultSet.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SQLInputFromTuple.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\SubXactListener.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\ReadOnlyResultSet.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\InstallHelper.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SQLUtils.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SPIDriver.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SingleRowResultSet.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\SPIException.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\ObjectPoolImpl.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\sqlj\EntryStreamHandler.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\PgSavepoint.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\ClobValue.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\management\package-info.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\LargeObject.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\SPI.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\TransactionalMap.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\Backend.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\jdbc\SPIResultSetMetaData.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\AclId.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\HeapTupleHeader.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\TupleDesc.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\ELogFormatter.java C:\pljava-1_5_0\pljava\src\main\java\org\postgresql\pljava\internal\ExecutionPlan.java -s C:\pljava-1_5_0\pljava\target\generated-sources\annotations -g -nowarn -target 1.6 -source 1.6 -encoding UTF-8 -bootclasspath C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar
[INFO] Compiling 68 source files to C:\pljava-1_5_0\pljava\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pljava ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = C:\pljava-1_5_0\pljava\target\test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\pljava-1_5_0\pljava\src\test\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=C:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_80\jre\classes, env.COMPUTERNAME=WIN-O65CVUBGK80, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_80-b15, env.HOMEPATH=\Users\highgo, project.build.sourceEncoding=UTF-8, user.name=highgo, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00), env.PATH=C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin, user.language=zh, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.7.0_80\jre\bin, classworlds.conf=C:\apache-maven-3.3.9\bin\..\bin\m2.conf, env.ASANYSH9=C:\Program Files (x86)\Sybase\Shared, java.version=1.7.0_80, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel, user.timezone=Asia/Shanghai, env.TEMP=C:\Users\highgo\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=C:\pljava-1_5_0, java.endorsed.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=51.0, env.C_INCLUDE_PATH=C:\mingw\mingw64\include, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, java.home=C:\Program Files\Java\jdk1.7.0_80\jre, env.APPDATA=C:\Users\highgo\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, nar.cores=1, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=24.80-b11, user.variant=, env.USERPROFILE=C:\Users\highgo, env.JAVA_HOME=C:\Program Files\Java\jdk1.7.0_80, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\highgo\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\highgo, env.LIBRARY_PATH=C:\MinGW\mingw64\x86_64-w64-mingw32\lib, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.CLASSPATH=.;C:\Program Files\Java\jdk1.7.0_80\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_80\lib\dt.jar;C:\Program Files\PostgreSQL\9.5\lib;, env.M2_HOME=C:\apache-maven-3.3.9\bin\.., env.NUMBER_OF_PROCESSORS=1, java.library.path=C:\Program Files\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin;., java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X -Pwnosign -Dnar.cores=1 clean install, java.vm.vendor=Oracle Corporation, maven.home=C:\apache-maven-3.3.9\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pwnosign -Dnar.cores=1 clean install, java.class.path=C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.9, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk1.7.0_80\bin\java.exe", java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\WIN-O65CVUBGK80, java.vm.specification.version=1.7, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, env.HOME=C:\Users\highgo, java.io.tmpdir=C:\Users\highgo\AppData\Local\Temp\, env.PROCESSOR_REVISION=4e03, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=C:\pljava-1_5_0, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.LOCALAPPDATA=C:\Users\highgo\AppData\Local, user.dir=C:\pljava-1_5_0, line.separator=
, env.CLASSWORLDS_JAR="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.CPLUS_INCLUDE_PATH=C:\mingw\mingw64\include, env.ERROR_CODE=0, env.ASANY9=C:\Program Files (x86)\Sybase\SQL Anywhere 9, env.USERNAME=highgo, file.encoding=GBK, env.VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\, env.USERDOMAIN=WIN-O65CVUBGK80, java.specification.version=1.7, env.=C:=C:\pljava-1_5_0, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=C:\pljava-1_5_0}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory C:\pljava-1_5_0\pljava\src\test\resources
excludes []
includes []
[INFO] skip non existing resourceDirectory C:\pljava-1_5_0\pljava\src\test\resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ pljava ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile' with basic configurator -->
[DEBUG] (f) basedir = C:\pljava-1_5_0\pljava
[DEBUG] (f) buildDirectory = C:\pljava-1_5_0\pljava\target
[DEBUG] (f) classpathElements = [C:\pljava-1_5_0\pljava\target\test-classes, C:\pljava-1_5_0\pljava\target\classes, C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar]
[DEBUG] (f) compileSourceRoots = [C:\pljava-1_5_0\pljava\src\test\java]
[DEBUG] (f) compilerArguments = {bootclasspath=C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar}
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) fork = false
[DEBUG] (f) generatedTestSourcesDirectory = C:\pljava-1_5_0\pljava\target\generated-test-sources\test-annotations
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava\target\test-classes
[DEBUG] (f) outputFileName = pljava-1.5.0
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pljava ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->
[DEBUG] (s) basedir = C:\pljava-1_5_0\pljava
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = C:\pljava-1_5_0\pljava\target\classes
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {org.postgresql:pljava-api=org.postgresql:pljava-api:jar:1.5.0:compile}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = C:\pljava-1_5_0\pljava\target\surefire-reports
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = C:\pljava-1_5_0\pljava\target\test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = C:\pljava-1_5_0\pljava\src\test\java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = C:\pljava-1_5_0\pljava
[DEBUG] (s) project = MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] -- end configuration --
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ pljava ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.6:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.6:jar' with basic configurator -->
[DEBUG] (s) name = org/postgresql/pljava/
[DEBUG] (s) manifestEntries = {Implementation-Title=PL/Java API, Implementation-Vendor=Tada AB, Implementation-Version=1.5.0}
[DEBUG] (s) name = org/postgresql/pljava/internal/
[DEBUG] (s) manifestEntries = {Implementation-Title=PL/Java backend Java code, Implementation-Vendor=Tada AB, Implementation-Version=1.5.0}
[DEBUG] (s) name = org/postgresql/pljava/jdbc/
[DEBUG] (s) manifestEntries = {Implementation-Title=PL/Java backend Java code, Implementation-Vendor=Tada AB, Implementation-Version=1.5.0}
[DEBUG] (s) name = org/postgresql/pljava/management/
[DEBUG] (s) manifestEntries = {Implementation-Title=PL/Java backend Java code, Implementation-Vendor=Tada AB, Implementation-Version=1.5.0}
[DEBUG] (s) name = org/postgresql/pljava/sqlj/
[DEBUG] (s) manifestEntries = {Implementation-Title=PL/Java backend Java code, Implementation-Vendor=Tada AB, Implementation-Version=1.5.0}
[DEBUG] (s) manifestSections = [org.apache.maven.archiver.ManifestSection@1b406144, org.apache.maven.archiver.ManifestSection@1fb1c556, org.apache.maven.archiver.ManifestSection@5012a15b, org.apache.maven.archiver.ManifestSection@771f866e, org.apache.maven.archiver.ManifestSection@36b2dcdb]
[DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@18c1c9eb
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava\target\classes
[DEBUG] (f) defaultManifestFile = C:\pljava-1_5_0\pljava\target\classes\META-INF\MANIFEST.MF
[DEBUG] (f) finalName = pljava-1.5.0
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava\target
[DEBUG] (f) project = MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) skipIfEmpty = false
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Destination C:\pljava-1_5_0\pljava\target\pljava-1.5.0.jar not found.)
[INFO] Building jar: C:\pljava-1_5_0\pljava\target\pljava-1.5.0.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory org/
[DEBUG] adding directory org/postgresql/
[DEBUG] adding directory org/postgresql/pljava/
[DEBUG] adding directory org/postgresql/pljava/internal/
[DEBUG] adding directory org/postgresql/pljava/jdbc/
[DEBUG] adding directory org/postgresql/pljava/management/
[DEBUG] adding directory org/postgresql/pljava/sqlj/
[DEBUG] adding entry org/postgresql/pljava/internal/AclId.class
[DEBUG] adding entry org/postgresql/pljava/internal/Backend$1.class
[DEBUG] adding entry org/postgresql/pljava/internal/Backend$PLJavaSecurityManager.class
[DEBUG] adding entry org/postgresql/pljava/internal/Backend.class
[DEBUG] adding entry org/postgresql/pljava/internal/ELogFormatter.class
[DEBUG] adding entry org/postgresql/pljava/internal/ELogHandler.class
[DEBUG] adding entry org/postgresql/pljava/internal/ErrorData.class
[DEBUG] adding entry org/postgresql/pljava/internal/ExecutionPlan$PlanCache.class
[DEBUG] adding entry org/postgresql/pljava/internal/ExecutionPlan$PlanKey.class
[DEBUG] adding entry org/postgresql/pljava/internal/ExecutionPlan.class
[DEBUG] adding entry org/postgresql/pljava/internal/HeapTupleHeader.class
[DEBUG] adding entry org/postgresql/pljava/internal/InstallHelper$1.class
[DEBUG] adding entry org/postgresql/pljava/internal/InstallHelper$SchemaVariant$1.class
[DEBUG] adding entry org/postgresql/pljava/internal/InstallHelper$SchemaVariant.class
[DEBUG] adding entry org/postgresql/pljava/internal/InstallHelper.class
[DEBUG] adding entry org/postgresql/pljava/internal/JavaWrapper.class
[DEBUG] adding entry org/postgresql/pljava/internal/LargeObject.class
[DEBUG] adding entry org/postgresql/pljava/internal/ObjectPoolImpl$1.class
[DEBUG] adding entry org/postgresql/pljava/internal/ObjectPoolImpl$PooledObjectHandle.class
[DEBUG] adding entry org/postgresql/pljava/internal/ObjectPoolImpl.class
[DEBUG] adding entry org/postgresql/pljava/internal/Oid.class
[DEBUG] adding entry org/postgresql/pljava/internal/PgSavepoint.class
[DEBUG] adding entry org/postgresql/pljava/internal/Portal.class
[DEBUG] adding entry org/postgresql/pljava/internal/Relation.class
[DEBUG] adding entry org/postgresql/pljava/internal/ResultSetPicker.class
[DEBUG] adding entry org/postgresql/pljava/internal/ServerException.class
[DEBUG] adding entry org/postgresql/pljava/internal/Session.class
[DEBUG] adding entry org/postgresql/pljava/internal/SPI.class
[DEBUG] adding entry org/postgresql/pljava/internal/SPIException.class
[DEBUG] adding entry org/postgresql/pljava/internal/SubXactListener.class
[DEBUG] adding entry org/postgresql/pljava/internal/TransactionalMap$1.class
[DEBUG] adding entry org/postgresql/pljava/internal/TransactionalMap$2.class
[DEBUG] adding entry org/postgresql/pljava/internal/TransactionalMap$3.class
[DEBUG] adding entry org/postgresql/pljava/internal/TransactionalMap$BackedEntry.class
[DEBUG] adding entry org/postgresql/pljava/internal/TransactionalMap$EntryIterator.class
[DEBUG] adding entry org/postgresql/pljava/internal/TransactionalMap$KeyIterator.class
[DEBUG] adding entry org/postgresql/pljava/internal/TransactionalMap$ValueIterator.class
[DEBUG] adding entry org/postgresql/pljava/internal/TransactionalMap.class
[DEBUG] adding entry org/postgresql/pljava/internal/TriggerData.class
[DEBUG] adding entry org/postgresql/pljava/internal/Tuple.class
[DEBUG] adding entry org/postgresql/pljava/internal/TupleDesc.class
[DEBUG] adding entry org/postgresql/pljava/internal/TupleTable.class
[DEBUG] adding entry org/postgresql/pljava/internal/XactListener.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/AbstractResultSet.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/AbstractResultSetMetaData.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/BlobValue.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/BuiltinFunctions.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/ClobValue$1.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/ClobValue.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/Invocation.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/ObjectResultSet.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/ReadOnlyResultSet.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/ResultSetBase.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/ResultSetField.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SingleRowReader.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SingleRowResultSet.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SingleRowWriter.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SPIConnection.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SPIDatabaseMetaData.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SPIDriver.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SPIParameterMetaData.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SPIPreparedStatement.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SPIResultSet.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SPIResultSetMetaData.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SPIStatement.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SQLInputFromChunk.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SQLInputFromTuple.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SQLOutputToChunk.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SQLOutputToTuple.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SQLUtils.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/StatementClosedException.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SyntheticResultSet.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/SyntheticResultSetMetaData.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/TriggerResultSet.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/TypeOid.class
[DEBUG] adding entry org/postgresql/pljava/jdbc/UnsupportedFeatureException.class
[DEBUG] adding entry org/postgresql/pljava/management/Command.class
[DEBUG] adding entry org/postgresql/pljava/management/Commands.class
[DEBUG] adding entry org/postgresql/pljava/management/DDRExecutor$Noop.class
[DEBUG] adding entry org/postgresql/pljava/management/DDRExecutor$Plain.class
[DEBUG] adding entry org/postgresql/pljava/management/DDRExecutor.class
[DEBUG] adding entry org/postgresql/pljava/management/SQLDeploymentDescriptor.class
[DEBUG] adding entry org/postgresql/pljava/sqlj/EntryStreamHandler$EntryConnection.class
[DEBUG] adding entry org/postgresql/pljava/sqlj/EntryStreamHandler.class
[DEBUG] adding entry org/postgresql/pljava/sqlj/Loader$1.class
[DEBUG] adding entry org/postgresql/pljava/sqlj/Loader$EntryEnumeration.class
[DEBUG] adding entry org/postgresql/pljava/sqlj/Loader.class
[DEBUG] adding entry pljava.ddr
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/org.postgresql/
[DEBUG] adding directory META-INF/maven/org.postgresql/pljava/
[DEBUG] adding entry META-INF/maven/org.postgresql/pljava/pom.xml
[DEBUG] adding entry META-INF/maven/org.postgresql/pljava/pom.properties
[INFO]
[INFO] --- maven-shade-plugin:1.4:shade (default) @ pljava ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=75, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=23, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=49, DefaultDependencyCollector.collectTime=94, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-shade-plugin:jar:1.4:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5:compile
[DEBUG] asm:asm:jar:3.2:compile
[DEBUG] asm:asm-commons:jar:3.2:compile
[DEBUG] asm:asm-tree:jar:3.2:compile
[DEBUG] org.jdom:jdom:jar:1.1:compile
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:1.1:compile
[DEBUG] org.vafer:jdependency:jar:0.6:compile
[DEBUG] commons-io:commons-io:jar:1.3.2:compile
[DEBUG] asm:asm-analysis:jar:3.2:compile
[DEBUG] asm:asm-util:jar:3.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-shade-plugin:1.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-shade-plugin:1.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-shade-plugin:1.4
[DEBUG] Included: org.apache.maven.plugins:maven-shade-plugin:jar:1.4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.5
[DEBUG] Included: asm:asm:jar:3.2
[DEBUG] Included: asm:asm-commons:jar:3.2
[DEBUG] Included: asm:asm-tree:jar:3.2
[DEBUG] Included: org.jdom:jdom:jar:1.1
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:1.1
[DEBUG] Included: org.vafer:jdependency:jar:0.6
[DEBUG] Included: commons-io:commons-io:jar:1.3.2
[DEBUG] Included: asm:asm-analysis:jar:3.2
[DEBUG] Included: asm:asm-util:jar:3.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-shade-plugin:1.4:shade from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-shade-plugin:1.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-shade-plugin:1.4:shade' with basic configurator -->
[DEBUG] (f) createDependencyReducedPom = true
[DEBUG] (f) createSourcesJar = false
[DEBUG] (f) artifact = *:*
[DEBUG] (f) excludes = [META-INF/*.DSA, META-INF/*.SF, META-INF/*.RSA]
[DEBUG] (f) filters = [org.apache.maven.plugins.shade.mojo.ArchiveFilter@295e1d40]
[DEBUG] (f) keepDependenciesWithProvidedScope = false
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) minimizeJar = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava\target
[DEBUG] (f) project = MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\pom.xml
[DEBUG] (f) promoteTransitiveDependencies = false
[DEBUG] (f) remoteArtifactRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) shadedArtifactAttached = false
[DEBUG] (f) shadedArtifactId = pljava
[DEBUG] (f) shadedClassifierName = shaded
[DEBUG] -- end configuration --
[INFO] Including org.postgresql:pljava-api:jar:1.5.0 in the shaded jar.
[DEBUG] Processing JAR C:\pljava-1_5_0\pljava\target\pljava-1.5.0.jar
[DEBUG] Processing JAR C:\pljava-1_5_0\pljava-api\target\pljava-api-1.5.0.jar
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing C:\pljava-1_5_0\pljava\target\pljava-1.5.0.jar with C:\pljava-1_5_0\pljava\target\pljava-1.5.0-shaded.jar
[DEBUG] Extension realms for project org.postgresql:pljava:jar:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.postgresql:pljava.app:pom:1.5.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Dependency tree resolution listener events:
[DEBUG] testArtifact: artifact=org.postgresql:pljava:jar:1.5.0
[DEBUG] includeArtifact: artifact=org.postgresql:pljava:jar:1.5.0
[DEBUG] startProcessChildren: artifact=org.postgresql:pljava:jar:1.5.0
[DEBUG] endProcessChildren: artifact=org.postgresql:pljava:jar:1.5.0
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pljava ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-site-plugin:3.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor' with basic configurator -->
[DEBUG] (f) basedir = C:\pljava-1_5_0\pljava
[DEBUG] (f) inputEncoding = UTF-8
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) pomPackagingOnly = true
[DEBUG] (f) project = MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\dependency-reduced-pom.xml
[DEBUG] (f) reactorProjects = [MavenProject: org.postgresql:pljava.app:1.5.0 @ C:\pljava-1_5_0\pom.xml, MavenProject: org.postgresql:pljava-api:1.5.0 @ C:\pljava-1_5_0\pljava-api\pom.xml, MavenProject: org.postgresql:pljava:1.5.0 @ C:\pljava-1_5_0\pljava\dependency-reduced-pom.xml, MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml, MavenProject: org.postgresql:pljava-deploy:1.5.0 @ C:\pljava-1_5_0\pljava-deploy\pom.xml, MavenProject: org.postgresql:pljava-ant:1.5.0 @ C:\pljava-1_5_0\pljava-ant\pom.xml, MavenProject: org.postgresql:pljava-examples:1.5.0 @ C:\pljava-1_5_0\pljava-examples\pom.xml, MavenProject: org.postgresql:pljava-packaging:1.5.0 @ C:\pljava-1_5_0\pljava-packaging\pom.xml]
[DEBUG] (f) siteDirectory = C:\pljava-1_5_0\pljava\src\site
[DEBUG] -- end configuration --
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ pljava ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator -->
[DEBUG] (f) artifact = org.postgresql:pljava:jar:1.5.0
[DEBUG] (f) attachedArtifacts = []
[DEBUG] (f) createChecksum = false
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) packaging = jar
[DEBUG] (f) pomFile = C:\pljava-1_5_0\pljava\dependency-reduced-pom.xml
[DEBUG] (s) skip = false
[DEBUG] (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] Installing C:\pljava-1_5_0\pljava\target\pljava-1.5.0.jar to C:\Users\highgo\.m2\repository\org\postgresql\pljava\1.5.0\pljava-1.5.0.jar
[DEBUG] Writing tracking file C:\Users\highgo\.m2\repository\org\postgresql\pljava\1.5.0\_remote.repositories
[INFO] Installing C:\pljava-1_5_0\pljava\dependency-reduced-pom.xml to C:\Users\highgo\.m2\repository\org\postgresql\pljava\1.5.0\pljava-1.5.0.pom
[DEBUG] Writing tracking file C:\Users\highgo\.m2\repository\org\postgresql\pljava\1.5.0\_remote.repositories
[DEBUG] Installing org.postgresql:pljava/maven-metadata.xml to C:\Users\highgo\.m2\repository\org\postgresql\pljava\maven-metadata-local.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building PL/Java backend native code 1.5.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-install-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in local (C:\Users\highgo\.m2\repository)
[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-install-plugin to 2.5.2 from repository central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-surefire-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-surefire-plugin/maven-metadata.xml in local (C:\Users\highgo\.m2\repository)
[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-surefire-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-surefire-plugin to 2.19.1 from repository central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-resources-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-resources-plugin/maven-metadata.xml in local (C:\Users\highgo\.m2\repository)
[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-resources-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-resources-plugin to 3.0.1 from repository central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-deploy-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in local (C:\Users\highgo\.m2\repository)
[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-deploy-plugin to 2.8.2 from repository central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.postgresql:pljava-so:1.5.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-validate (default-nar-validate)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<c>
<options>
<option></option>
</options>
<defines>
<define>PLJAVA_SO_VERSION=1.5.0</define>
</defines>
<includePaths>
<includePath>${PGSQL_INCLUDEDIR}</includePath>
<includePath>${PGSQL_INCLUDEDIR-SERVER}</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/src/main/include/</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/target/nar/javah-include/</includePath>
</includePaths>
</c>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<failOnError default-value="true"/>
<gnuSourceDirectory default-value="${basedir}/src/gnu"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<libtool default-value="false"/>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<maxCores>1</maxCores>
<onlySpecifiedCompilers default-value="false"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<runtime default-value="dynamic"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-download (default-nar-download)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-antrun-plugin:1.7:run (pg_config to pgsql.properties)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<exportAntProperties default-value="false"/>
<failOnError default-value="true"/>
<localRepository>${localRepository}</localRepository>
<pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
<project>${project}</project>
<skip default-value="false">${maven.antrun.skip}</skip>
<sourceRoot>${sourceRoot}</sourceRoot>
<target>
<ant/>
</target>
<testSourceRoot>${testSourceRoot}</testSourceRoot>
<versionsPropertyName default-value="maven.project.dependencies.versions"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<files>
<file>C:\pljava-1_5_0\pljava-so/target/pgsql.properties</file>
</files>
<project default-value="${project}"/>
<quiet default-value="false"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-unpack (default-nar-unpack)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-configure (default-nar-gnu-configure)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<gnuAutogenSkip>${nar.gnu.autogen.skip}</gnuAutogenSkip>
<gnuBuildconfArgs default-value="">${nar.gnu.buildconf.args}</gnuBuildconfArgs>
<gnuConfigureArgs default-value="">${nar.gnu.configure.args}</gnuConfigureArgs>
<gnuConfigureInPlace>${nar.gnu.configure.in-place}</gnuConfigureInPlace>
<gnuConfigureSkip>${nar.gnu.configure.skip}</gnuConfigureSkip>
<gnuSourceDirectory default-value="${basedir}/src/gnu"/>
<gnuTargetDirectory default-value="${project.build.directory}/nar/gnu"/>
<gnuUseOnWindows default-value="nar.gnu.useonwindows"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<resourceBinDir default-value="bin"/>
<resourceIncludeDir default-value="include"/>
<resourceLibDir default-value="lib"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-system-generate (default-nar-system-generate)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-vcproj (default-nar-vcproj)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<c>
<options>
<option></option>
</options>
<defines>
<define>PLJAVA_SO_VERSION=1.5.0</define>
</defines>
<includePaths>
<includePath>${PGSQL_INCLUDEDIR}</includePath>
<includePath>${PGSQL_INCLUDEDIR-SERVER}</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/src/main/include/</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/target/nar/javah-include/</includePath>
</includePaths>
</c>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<failOnError default-value="true"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<libtool default-value="false"/>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<maxCores>1</maxCores>
<onlySpecifiedCompilers default-value="false"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<runtime default-value="dynamic"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<addDefaultExcludes default-value="true"/>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}"/>
<escapeString default-value="\"/>
<escapeWindowsPaths default-value="true"/>
<fileNameFiltering default-value="false"/>
<includeEmptyDirs default-value="false"/>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false"/>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<skip default-value="false">${maven.resources.skip}</skip>
<supportMultiLineFiltering default-value="false"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-resources (default-nar-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<resourceBinDir default-value="bin"/>
<resourceDirectory default-value="${basedir}/src/nar/resources"/>
<resourceIncludeDir default-value="include"/>
<resourceLibDir default-value="lib"/>
<resourcesCopyAOL default-value="true">${nar.resources.copy.aol}</resourcesCopyAOL>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-resources (default-nar-gnu-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<gnuSourceDirectory default-value="${basedir}/src/gnu"/>
<gnuTargetDirectory default-value="${project.build.directory}/nar/gnu"/>
<gnuUseOnWindows default-value="nar.gnu.useonwindows"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<resourceBinDir default-value="bin"/>
<resourceIncludeDir default-value="include"/>
<resourceLibDir default-value="lib"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerArguments>
<bootclasspath>C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar</bootclasspath>
</compilerArguments>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<outputFileName>${project.build.finalName}</outputFileName>
<projectArtifact default-value="${project.artifact}"/>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMultiThreadWarning default-value="${false}">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-javah (default-nar-javah)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-make (default-nar-gnu-make)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<gnuSourceDirectory default-value="${basedir}/src/gnu"/>
<gnuTargetDirectory default-value="${project.build.directory}/nar/gnu"/>
<gnuUseOnWindows default-value="nar.gnu.useonwindows"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<resourceBinDir default-value="bin"/>
<resourceIncludeDir default-value="include"/>
<resourceLibDir default-value="lib"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile (default-nar-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<c>
<options>
<option></option>
</options>
<defines>
<define>PLJAVA_SO_VERSION=1.5.0</define>
</defines>
<includePaths>
<includePath>${PGSQL_INCLUDEDIR}</includePath>
<includePath>${PGSQL_INCLUDEDIR-SERVER}</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/src/main/include/</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/target/nar/javah-include/</includePath>
</includePaths>
</c>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<failOnError default-value="true"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<libtool default-value="false"/>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<maxCores>1</maxCores>
<onlySpecifiedCompilers default-value="false"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<runtime default-value="dynamic"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-process (default-nar-gnu-process)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<gnuSourceDirectory default-value="${basedir}/src/gnu"/>
<gnuTargetDirectory default-value="${project.build.directory}/nar/gnu"/>
<gnuUseOnWindows default-value="nar.gnu.useonwindows"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<resourceBinDir default-value="bin"/>
<resourceIncludeDir default-value="include"/>
<resourceLibDir default-value="lib"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-process-libraries (default-nar-process-libraries)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<c>
<options>
<option></option>
</options>
<defines>
<define>PLJAVA_SO_VERSION=1.5.0</define>
</defines>
<includePaths>
<includePath>${PGSQL_INCLUDEDIR}</includePath>
<includePath>${PGSQL_INCLUDEDIR-SERVER}</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/src/main/include/</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/target/nar/javah-include/</includePath>
</includePaths>
</c>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<failOnError default-value="true"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<libtool default-value="false"/>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<maxCores>1</maxCores>
<onlySpecifiedCompilers default-value="false"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<runtime default-value="dynamic"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-test-unpack (default-nar-test-unpack)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.0.1:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<addDefaultExcludes default-value="true"/>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}"/>
<escapeString default-value="\"/>
<escapeWindowsPaths default-value="true"/>
<fileNameFiltering default-value="false"/>
<includeEmptyDirs default-value="false"/>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false"/>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip default-value="false">${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerArguments>
<bootclasspath>C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar</bootclasspath>
</compilerArguments>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<outputFileName>${project.build.finalName}</outputFileName>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="${false}">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-testCompile (default-nar-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<c>
<options>
<option></option>
</options>
<defines>
<define>PLJAVA_SO_VERSION=1.5.0</define>
</defines>
<includePaths>
<includePath>${PGSQL_INCLUDEDIR}</includePath>
<includePath>${PGSQL_INCLUDEDIR-SERVER}</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/src/main/include/</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/target/nar/javah-include/</includePath>
</includePaths>
</c>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<failOnError default-value="true"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<libtool default-value="false"/>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<maxCores>1</maxCores>
<onlySpecifiedCompilers default-value="false"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<runtime default-value="dynamic"/>
<skip default-value="false">${nar.skip}</skip>
<skipNar>${skipNar}</skipNar>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<excludesFile>${surefire.excludesFile}</excludesFile>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkCount default-value="1">${forkCount}</forkCount>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<includesFile>${surefire.includesFile}</includesFile>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized>
<parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
<parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
<reuseForks default-value="true">${reuseForks}</reuseForks>
<runOrder default-value="filesystem">${surefire.runOrder}</runOrder>
<shutdown default-value="testset">${surefire.shutdown}</shutdown>
<skip default-value="false">${maven.test.skip}</skip>
<skipAfterFailureCount default-value="0">${surefire.skipAfterFailureCount}</skipAfterFailureCount>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
<threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
<threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-test (default-nar-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<c>
<options>
<option></option>
</options>
<defines>
<define>PLJAVA_SO_VERSION=1.5.0</define>
</defines>
<includePaths>
<includePath>${PGSQL_INCLUDEDIR}</includePath>
<includePath>${PGSQL_INCLUDEDIR-SERVER}</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/src/main/include/</includePath>
<includePath>C:\pljava-1_5_0\pljava-so/target/nar/javah-include/</includePath>
</includePaths>
</c>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<classpathElements default-value="${project.testClasspathElements}"/>
<failOnError default-value="true"/>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<libtool default-value="false"/>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<maxCores>1</maxCores>
<onlySpecifiedCompilers default-value="false"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<runtime default-value="dynamic"/>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<testResourceDirectory default-value="${basedir}/src/test/resources"/>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-prepare-package (default-nar-prepare-package)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-package (default-nar-package)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<baseDir>${project.basedir}</baseDir>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<skip default-value="false">${nar.skip}</skip>
<skipTests>${maven.test.skip}</skipTests>
<mavenProject default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.6:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classifier default-value="">${maven.jar.classifier}</classifier>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor (attach-descriptor)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir>${basedir}</basedir>
<inputEncoding default-value="${project.build.sourceEncoding}">${encoding}</inputEncoding>
<localRepository default-value="${localRepository}"/>
<locales>${locales}</locales>
<outputEncoding default-value="${project.reporting.outputEncoding}">${outputEncoding}</outputEncoding>
<pomPackagingOnly default-value="true"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<siteDirectory default-value="${basedir}/src/site"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.maven-nar:nar-maven-plugin:3.2.3:nar-integration-test (default-nar-integration-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<architecture>${nar.arch}</architecture>
<argLine>${argLine}</argLine>
<baseDir>${project.basedir}</baseDir>
<basedir>${basedir}</basedir>
<childDelegation>${childDelegation}</childDelegation>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<classpathElements>${project.testClasspathElements}</classpathElements>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport>${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<ignore default-value="false">${nar.ignore}</ignore>
<javah>
<classPaths>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classPath>
<classPath>C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/</classPath>
</classPaths>
<classDirectory>C:\pljava-1_5_0\pljava-so/../pljava/target/classes/</classDirectory>
<extraClasses>
<extraClass>java.sql.Types</extraClass>
</extraClasses>
</javah>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<layout default-value="com.github.maven_nar.NarLayout21">${nar.layout}</layout>
<libraries>
<library>
<type>plugin</type>
<linkCPP>false</linkCPP>
</library>
</libraries>
<linker></linker>
<localRepository default-value="${localRepository}"/>
<os>${nar.os}</os>
<outputDirectory>${project.build.directory}</outputDirectory>
<parallel>${parallel}</parallel>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile>${nar.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<skip default-value="false">${nar.skip}</skip>
<skipNar>${skipNar}</skipNar>
<skipNarExec>${nar.test.skip.exec}</skipNarExec>
<skipNarTests>${skipNarTests}</skipNarTests>
<skipTests>${maven.test.skip}</skipTests>
<test>${test}</test>
<testClassesDirectory>${project.build.testOutputDirectory}</testClassesDirectory>
<testFailureIgnore>${nar.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory>${project.build.testSourceDirectory}</testSourceDirectory>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader>${surefire.useSystemClassLoader}</useSystemClassLoader>
<workingDirectory>${basedir}</workingDirectory>
<mavenProject default-value="${project}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">${createChecksum}</createChecksum>
<installAtEnd default-value="false">${installAtEnd}</installAtEnd>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<skip default-value="false">${maven.install.skip}</skip>
<updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.postgresql:pljava-so:nar:1.5.0
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pljava-so ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5--434799019
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5--434799019
[DEBUG] Imported: < project>org.postgresql:pljava-so:1.5.0
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5--434799019
[DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5--434799019, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG] (f) directory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) reportDirectory = C:\pljava-1_5_0\pljava-so\target\site
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = C:\pljava-1_5_0\pljava-so\target\test-classes
[DEBUG] -- end configuration --
[INFO] Deleting C:\pljava-1_5_0\pljava-so\target
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\pgsql.properties
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\nar\pljava-so-1.5.0-amd64-Windows-msvc-plugin\lib\amd64-Windows-msvc\plugin
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\nar\pljava-so-1.5.0-amd64-Windows-msvc-plugin\lib\amd64-Windows-msvc
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\nar\pljava-so-1.5.0-amd64-Windows-msvc-plugin\lib
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\nar\pljava-so-1.5.0-amd64-Windows-msvc-plugin
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\obj\amd64-Windows-msvc\history.xml
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\nar\obj\amd64-Windows-msvc
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\nar\obj
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_jdbc_SQLOutputToChunk.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_jdbc_SQLInputFromTuple.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_jdbc_SingleRowReader.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_jdbc_Invocation.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_XactListener.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_TupleDesc.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Tuple.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_TriggerData.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_SubXactListener.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_SPI.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Session.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Relation.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Portal.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_PgSavepoint.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Oid.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_LargeObject.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_JavaWrapper.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_HeapTupleHeader.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_ExecutionPlan_PlanKey.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_ExecutionPlan_PlanCache.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_ExecutionPlan.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_ErrorData.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Backend_PLJavaSecurityManager.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Backend.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_AclId.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\java_sql_Types.h
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\nar\javah-include\javah
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\nar\javah-include
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\nar
[INFO] Deleting file C:\pljava-1_5_0\pljava-so\target\antrun\build-main.xml
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target\antrun
[INFO] Deleting directory C:\pljava-1_5_0\pljava-so\target
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava-so\target\test-classes
[DEBUG] Skipping non-existing directory C:\pljava-1_5_0\pljava-so\target\site
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-validate (default-nar-validate) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-validate from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-validate' with basic configurator -->
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) options = [null]
[DEBUG] (f) defines = [PLJAVA_SO_VERSION=1.5.0]
[DEBUG] (s) = C:\pljava-1_5_0\pljava-so/src/main/include/
[DEBUG] (s) = C:\pljava-1_5_0\pljava-so/target/nar/javah-include/
[DEBUG] (f) includePaths = [com.github.maven_nar.IncludePath@782b1040, com.github.maven_nar.IncludePath@53381762, com.github.maven_nar.IncludePath@7874d9d, com.github.maven_nar.IncludePath@43f88247]
[DEBUG] (s) c = com.github.maven_nar.C@7031262d
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) failOnError = true
[DEBUG] (f) gnuSourceDirectory = C:\pljava-1_5_0\pljava-so\src\gnu
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@397d29ec
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) libtool = false
[DEBUG] (f) linker = com.github.maven_nar.Linker@4c91dad1
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) maxCores = 1
[DEBUG] (f) onlySpecifiedCompilers = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) remoteArtifactRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) runtime = dynamic
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[INFO] Using AOL: amd64-Windows-msvc
[DEBUG] Using linker version: 10.00.30319.01
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-download (default-nar-download) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-download from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-download' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@3ae2ce62
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) linker = com.github.maven_nar.Linker@5ba222
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) remoteArtifactRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[INFO] Getting Nar dependencies
[DEBUG] Dependencies contained 0 NAR artifacts.
[DEBUG] Download for NarDependencies {
[DEBUG] }
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (pg_config to pgsql.properties) @ pljava-so ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=16, ConflictMarker.markTime=0, ConflictMarker.nodeCount=35, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=17, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=35, DefaultDependencyCollector.collectTime=124, DefaultDependencyCollector.transformTime=16}
[DEBUG] org.apache.maven.plugins:maven-antrun-plugin:jar:1.7:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.11:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.11:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.11:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.ant:ant:jar:1.8.2:compile
[DEBUG] org.apache.ant:ant-launcher:jar:1.8.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:1.7
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:1.7
[DEBUG] Imported: < project>org.postgresql:pljava-so:1.5.0
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:1.7
[DEBUG] Included: org.apache.maven.plugins:maven-antrun-plugin:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.1
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.ant:ant:jar:1.8.2
[DEBUG] Included: org.apache.ant:ant-launcher:jar:1.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-antrun-plugin:1.7:run from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-antrun-plugin:1.7, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.7:run' with basic configurator -->
[DEBUG] (f) exportAntProperties = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) pluginArtifacts = [org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:1.7:, org.apache.maven:maven-plugin-api:jar:2.0.11:compile, org.apache.maven:maven-project:jar:2.0.11:compile, org.apache.maven:maven-settings:jar:2.0.11:compile, org.apache.maven:maven-profile:jar:2.0.11:compile, org.apache.maven:maven-model:jar:2.0.11:compile, org.apache.maven:maven-artifact-manager:jar:2.0.11:compile, org.apache.maven:maven-repository-metadata:jar:2.0.11:compile, org.apache.maven:maven-plugin-registry:jar:2.0.11:compile, org.codehaus.plexus:plexus-interpolation:jar:1.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit:jar:3.8.1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-artifact:jar:2.0.11:compile, org.codehaus.plexus:plexus-utils:jar:2.0.5:compile, org.apache.ant:ant:jar:1.8.2:compile, org.apache.ant:ant-launcher:jar:1.8.2:compile]
[DEBUG] (f) project = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] (f) skip = false
[DEBUG] (f) target = <target><ant/>
</target>
[DEBUG] (f) versionsPropertyName = maven.project.dependencies.versions
[DEBUG] -- end configuration --
Project base dir set to: C:\pljava-1_5_0\pljava-so
Adding reference: maven.dependency.classpath
Adding reference: maven.compile.classpath
Adding reference: maven.runtime.classpath
Adding reference: maven.test.classpath
Adding reference: maven.plugin.classpath
Adding reference: maven.project
Adding reference: maven.project.helper
Adding reference: maven.local.repository
[DEBUG] Initialize Maven Ant Tasks
parsing buildfile jar:file:/C:/Users/highgo/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar!/org/apache/maven/ant/tasks/antlib.xml with URI = jar:file:/C:/Users/highgo/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar!/org/apache/maven/ant/tasks/antlib.xml from a zip file
parsing buildfile jar:file:/C:/Users/highgo/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/C:/Users/highgo/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar!/org/apache/tools/ant/antlib.xml from a zip file
Class org.apache.maven.ant.tasks.AttachArtifactTask loaded from parent loader (parentFirst)
+Datatype attachartifact org.apache.maven.ant.tasks.AttachArtifactTask
Class org.apache.maven.ant.tasks.DependencyFilesetsTask loaded from parent loader (parentFirst)
+Datatype dependencyfilesets org.apache.maven.ant.tasks.DependencyFilesetsTask
Overriding previous definition of property "nar.cores"
Setting project property: nar.cores -> 0
Setting project property: nar.aol -> amd64-Windows-msvc
Setting project property: nar.arch -> amd64
Setting project property: nar.aol.key -> amd64.Windows.msvc
Setting project property: nar.linker -> msvc
Setting project property: project.build.sourceEncoding -> UTF-8
Setting project property: nar.os -> Windows
Setting project property: ant.file -> C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] Setting properties with prefix:
Setting project property: project.groupId -> org.postgresql
Setting project property: project.artifactId -> pljava-so
Setting project property: project.name -> PL/Java backend native code
Setting project property: project.description -> Generates the pljava (.so, .dll, etc.) library which gets loaded by the PostgreSQL backend
Setting project property: project.version -> 1.5.0
Setting project property: project.packaging -> nar
Setting project property: project.build.directory -> C:\pljava-1_5_0\pljava-so\target
Setting project property: project.build.outputDirectory -> C:\pljava-1_5_0\pljava-so\target\classes
Setting project property: project.build.testOutputDirectory -> C:\pljava-1_5_0\pljava-so\target\test-classes
Setting project property: project.build.sourceDirectory -> C:\pljava-1_5_0\pljava-so\src\main\java
Setting project property: project.build.testSourceDirectory -> C:\pljava-1_5_0\pljava-so\src\test\java
Setting project property: localRepository -> id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
Setting project property: settings.localRepository -> C:\Users\highgo\.m2\repository
Setting project property: maven.project.dependencies.versions ->
[INFO] Executing tasks
Build sequence for target(s) `main' is [main]
Complete build sequence is [main, ]
main:
Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
Adding reference: ant.executor
Setting ro project property: ant.project.default-target -> main
Setting ro project property: ant.project.name -> maven-antrun-
Setting ro project property: ant.file.maven-antrun- -> C:\pljava-1_5_0\pljava-so\target\antrun\build-main.xml
Setting ro project property: ant.file.type.maven-antrun- -> file
Setting project property: ant.version -> Apache Ant(TM) version 1.8.2 compiled on December 20 2010
Setting project property: sun.jnu.encoding -> GBK
Setting project property: java.endorsed.dirs -> C:\Program Files\Java\jdk1.7.0_80\jre\lib\endorsed
Setting project property: java.version -> 1.7.0_80
Setting project property: project.build.testSourceDirectory -> C:\pljava-1_5_0\pljava-so\src\test\java
Setting project property: java.awt.graphicsenv -> sun.awt.Win32GraphicsEnvironment
Setting project property: sun.java.launcher -> SUN_STANDARD
Setting project property: sun.io.unicode.encoding -> UnicodeLittle
Setting project property: project.description -> Generates the pljava (.so, .dll, etc.) library which gets loaded by the PostgreSQL backend
Setting project property: java.runtime.name -> Java(TM) SE Runtime Environment
Setting project property: user.country -> CN
Setting project property: java.specification.version -> 1.7
Setting project property: project.version -> 1.5.0
Setting project property: user.dir -> C:\pljava-1_5_0
Setting project property: java.io.tmpdir -> C:\Users\highgo\AppData\Local\Temp\
Setting project property: project.build.sourceEncoding -> UTF-8
Setting project property: user.script ->
Setting project property: sun.java.command -> org.codehaus.plexus.classworlds.launcher.Launcher -X -Pwnosign -Dnar.cores=1 clean install
Setting project property: awt.toolkit -> sun.awt.windows.WToolkit
Setting project property: user.variant ->
Setting project property: java.class.version -> 51.0
Setting project property: sun.cpu.endian -> little
Setting project property: sun.arch.data.model -> 64
Setting project property: settings.localRepository -> C:\Users\highgo\.m2\repository
Setting project property: java.class.path -> C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar
Setting project property: guice.disable.misplaced.annotation.check -> true
Setting project property: java.vm.specification.name -> Java Virtual Machine Specification
Setting project property: sun.os.patch.level -> Service Pack 1
Setting project property: user.language -> zh
Setting project property: java.library.path -> C:\Program Files\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin;.
Setting project property: project.build.sourceDirectory -> C:\pljava-1_5_0\pljava-so\src\main\java
Setting project property: java.vm.specification.version -> 1.7
Setting project property: ant.core.lib -> C:\Users\highgo\.m2\repository\org\apache\ant\ant\1.8.2\ant-1.8.2.jar
Setting project property: java.runtime.version -> 1.7.0_80-b15
Setting project property: java.vm.specification.vendor -> Oracle Corporation
Setting project property: maven.project.dependencies.versions ->
Setting project property: java.vendor.url -> http://java.oracle.com/
Setting project property: os.arch -> amd64
Setting project property: os.version -> 6.1
Setting project property: java.specification.name -> Java Platform API Specification
Setting project property: line.separator ->
Setting project property: localRepository -> id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
Setting project property: java.vm.version -> 24.80-b11
Setting project property: nar.aol -> amd64-Windows-msvc
Setting project property: sun.cpu.isalist -> amd64
Setting project property: java.specification.vendor -> Oracle Corporation
Setting project property: user.home -> C:\Users\highgo
Setting project property: java.vm.info -> mixed mode
Setting project property: project.packaging -> nar
Setting project property: java.ext.dirs -> C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
Setting project property: project.build.testOutputDirectory -> C:\pljava-1_5_0\pljava-so\target\test-classes
Setting project property: nar.arch -> amd64
Setting project property: project.artifactId -> pljava-so
Setting project property: classworlds.conf -> C:\apache-maven-3.3.9\bin\..\bin\m2.conf
Setting project property: nar.cores -> 0
Setting project property: nar.aol.key -> amd64.Windows.msvc
Setting project property: os.name -> Windows 7
Setting project property: java.vendor.url.bug -> http://bugreport.sun.com/bugreport/
Setting project property: sun.boot.class.path -> C:\Program Files\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_80\jre\classes
Setting project property: maven.home -> C:\apache-maven-3.3.9\bin\..
Setting project property: user.timezone -> Asia/Shanghai
Setting project property: java.vm.name -> Java HotSpot(TM) 64-Bit Server VM
Setting project property: nar.linker -> msvc
Setting project property: java.vm.vendor -> Oracle Corporation
Setting project property: org.slf4j.simpleLogger.defaultLogLevel -> debug
Setting project property: maven.multiModuleProjectDirectory -> C:\pljava-1_5_0
Setting project property: path.separator -> ;
Setting project property: java.awt.printerjob -> sun.awt.windows.WPrinterJob
Setting project property: sun.management.compiler -> HotSpot 64-Bit Tiered Compilers
Setting project property: file.separator -> \
Setting project property: project.name -> PL/Java backend native code
Setting project property: nar.os -> Windows
Setting project property: sun.desktop -> windows
Setting project property: java.vendor -> Oracle Corporation
Setting project property: file.encoding.pkg -> sun.io
Setting project property: project.build.directory -> C:\pljava-1_5_0\pljava-so\target
Setting project property: project.groupId -> org.postgresql
Setting project property: java.home -> C:\Program Files\Java\jdk1.7.0_80\jre
Setting project property: sun.boot.library.path -> C:\Program Files\Java\jdk1.7.0_80\jre\bin
Setting project property: file.encoding -> GBK
Setting project property: user.name -> highgo
Setting project property: project.build.outputDirectory -> C:\pljava-1_5_0\pljava-so\target\classes
Project base dir set to: C:\pljava-1_5_0\pljava-so
[ant] calling target(s) [default] in build file C:\pljava-1_5_0\pljava-so\build.xml
Setting ro project property: ant.file -> C:\pljava-1_5_0\pljava-so\build.xml
Adding reference: ant.projectHelper
Adding reference: ant.parsing.context
Adding reference: ant.targets
parsing buildfile C:\pljava-1_5_0\pljava-so\build.xml with URI = file:/C:/pljava-1_5_0/pljava-so/build.xml
Setting ro project property: ant.project.name -> project
Adding reference: project
Setting ro project property: ant.project.default-target -> pg_config
Setting ro project property: ant.file.project -> C:\pljava-1_5_0\pljava-so\build.xml
Setting ro project property: ant.file.type.project -> file
Project base dir set to: C:\pljava-1_5_0\pljava-so
+Target:
+Target: configure_msvc
+Target: configure_nomsvc
+Target: configure_msvc_options
+Target: pg_config
Adding reference: ant.LocalProperties
[property] Loading Environment env.
Setting project property: env.HOMEDRIVE -> C:
Setting project property: env.MAVEN_PROJECTBASEDIR -> C:\pljava-1_5_0
Setting project property: env.HOME -> C:\Users\highgo
Setting project property: env.LIBRARY_PATH -> C:\MinGW\mingw64\x86_64-w64-mingw32\lib
Setting project property: env.FP_NO_HOST_CHECK -> NO
Setting project property: env.Path -> C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin
Setting project property: env.=:: -> ::\
Setting project property: env.ProgramFiles -> C:\Program Files
Setting project property: env.ProgramFiles(x86) -> C:\Program Files (x86)
Setting project property: env.TEMP -> C:\Users\highgo\AppData\Local\Temp
Setting project property: env.CLASSPATH -> .;C:\Program Files\Java\jdk1.7.0_80\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_80\lib\dt.jar;C:\Program Files\PostgreSQL\9.5\lib;
Setting project property: env.EXEC_DIR -> C:\pljava-1_5_0
Setting project property: env.WDIR -> C:\
Setting project property: env.ComSpec -> C:\Windows\system32\cmd.exe
Setting project property: env.CPLUS_INCLUDE_PATH -> C:\mingw\mingw64\include
Setting project property: env.APPDATA -> C:\Users\highgo\AppData\Roaming
Setting project property: env.CLASSWORLDS_LAUNCHER -> org.codehaus.plexus.classworlds.launcher.Launcher
Setting project property: env.PUBLIC -> C:\Users\Public
Setting project property: env.COMPUTERNAME -> WIN-O65CVUBGK80
Setting project property: env.CommonProgramFiles -> C:\Program Files\Common Files
Setting project property: env.JAVA_HOME -> C:\Program Files\Java\jdk1.7.0_80
Setting project property: env.PSModulePath -> C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
Setting project property: env.windir -> C:\Windows
Setting project property: env.M2_HOME -> C:\apache-maven-3.3.9\bin\..
Setting project property: env.ProgramW6432 -> C:\Program Files
Setting project property: env.LOGONSERVER -> \\WIN-O65CVUBGK80
Setting project property: env.LOCALAPPDATA -> C:\Users\highgo\AppData\Local
Setting project property: env.ASANY9 -> C:\Program Files (x86)\Sybase\SQL Anywhere 9
Setting project property: env.PROCESSOR_REVISION -> 4e03
Setting project property: env.ALLUSERSPROFILE -> C:\ProgramData
Setting project property: env.USERDOMAIN -> WIN-O65CVUBGK80
Setting project property: env.HOMEPATH -> \Users\highgo
Setting project property: env.ASANYSH9 -> C:\Program Files (x86)\Sybase\Shared
Setting project property: env.C_INCLUDE_PATH -> C:\mingw\mingw64\include
Setting project property: env.PROMPT -> $P$G
Setting project property: env.VS100COMNTOOLS -> C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\
Setting project property: env.ERROR_CODE -> 0
Setting project property: env.USERPROFILE -> C:\Users\highgo
Setting project property: env.MAVEN_JAVA_EXE -> "C:\Program Files\Java\jdk1.7.0_80\bin\java.exe"
Setting project property: env.NUMBER_OF_PROCESSORS -> 1
Setting project property: env.CommonProgramFiles(x86) -> C:\Program Files (x86)\Common Files
Setting project property: env.OS -> Windows_NT
Setting project property: env.MAVEN_CMD_LINE_ARGS -> -X -Pwnosign -Dnar.cores=1 clean install
Setting project property: env.CommonProgramW6432 -> C:\Program Files\Common Files
Setting project property: env.SystemRoot -> C:\Windows
Setting project property: env.TMP -> C:\Users\highgo\AppData\Local\Temp
Setting project property: env.PROCESSOR_ARCHITECTURE -> AMD64
Setting project property: env.PROCESSOR_LEVEL -> 6
Setting project property: env.CLASSWORLDS_JAR -> "C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar"
Setting project property: env.ProgramData -> C:\ProgramData
Setting project property: env.SystemDrive -> C:
Setting project property: env.=C: -> C:\pljava-1_5_0
Setting project property: env.PROCESSOR_IDENTIFIER -> Intel64 Family 6 Model 78 Stepping 3, GenuineIntel
Setting project property: env.PATHEXT -> .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
Setting project property: env.USERNAME -> highgo
Setting project property: env.SESSIONNAME -> Console
Class org.apache.tools.ant.taskdefs.condition.And loaded from parent loader (parentFirst)
Class org.apache.tools.ant.types.resources.selectors.And loaded from parent loader (parentFirst)
Class org.apache.tools.ant.taskdefs.condition.Os loaded from parent loader (parentFirst)
Class org.apache.tools.ant.taskdefs.condition.Or loaded from parent loader (parentFirst)
Class org.apache.tools.ant.types.resources.selectors.Or loaded from parent loader (parentFirst)
Property "env.PATH" has not been set
[available] Searching C:\app\highgo\product\11.2.0\dbhome_1\bin
[available] Searching C:\Windows\system32
[available] Searching C:\Windows
[available] Searching C:\Windows\System32\Wbem
[available] Searching C:\Windows\System32\WindowsPowerShell\v1.0
[available] Searching C:\Program Files\Java\jdk1.7.0_80\bin
[available] Searching C:\Program Files\Java\jdk1.7.0_80\jre\lib
[available] Searching C:\Program Files\Java\jdk1.7.0_80\jre\bin
[available] Searching C:\pljava-1_5_0\pljava-so\%ANT_HOME%\bin
[available] Searching C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32
[available] Searching C:\Program Files (x86)\Sybase\Shared\win32
[available] Searching C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers
[available] Searching C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32
[available] Searching C:\Program Files (x86)\Sybase\Shared\PowerBuilder
[available] Searching C:\Program Files\Java\jdk1.7.0_80\jre\bin\client
[available] Searching C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64
[available] Found: cl.exe in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64
Condition true; setting msvc-present to true
Setting project property: msvc-present -> true
[ant] Entering C:\pljava-1_5_0\pljava-so\build.xml...
Setting ro project property: ant.project.invoked-targets -> pg_config
Build sequence for target(s) `pg_config' is [configure_msvc, configure_nomsvc, configure_msvc_options, pg_config]
Complete build sequence is [configure_msvc, configure_nomsvc, configure_msvc_options, pg_config, ]
configure_msvc:
[exec] Current OS is Windows 7
[exec] Output redirected to property: MSVC_HEADER
[exec] Executing 'cl'
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
Execute:Java13CommandLauncher: Executing 'cl'
The ' characters around the executable and arguments are
not part of the command.
Setting project property: MSVC_HEADER -> �÷�: cl [ ѡ��... ] �ļ���... [ /link ����ѡ��... ]
���� x64 �� Microsoft (R) C/C++ �������� 16.00.30319.01 ��
��Ȩ����(C) Microsoft Corporation����������Ȩ����
[loadresource] loading �÷�: cl [ ѡ��... ] �ļ���... [ /link ����ѡ��... ]
[loadresource] ���� x64 �� Microsoft (R) C/C++ �������� 16.00.30319.01 ��
[loadresource] ��Ȩ����(C) Microsoft Corporation����������Ȩ����
[loadresource] into property MSVC_VER
[loadresource] resource size = 135
Setting project property: MSVC_VER -> ���� x641600
[loadresource] loaded 10 characters
[loadresource] MSVC_VER := ���� x641600
Override ignored for property "MSVC_VER"
configure_nomsvc:
Skipped because property 'msvc-present' set.
configure_msvc_options:
pg_config:
[exec] Current OS is Windows 7
[exec] Output redirected to property: PGSQL_BINDIR
[exec] Executing 'pg_config' with arguments:
[exec] '--bindir'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
Execute:Java13CommandLauncher: Executing 'pg_config' with arguments:
'--bindir'
The ' characters around the executable and arguments are
not part of the command.
Setting project property: PGSQL_BINDIR -> C:/PROGRA~1/POSTGR~1/9.6/bin
[exec] Current OS is Windows 7
[exec] Output redirected to property: PGSQL_PKGLIBDIR
[exec] Executing 'pg_config' with arguments:
[exec] '--pkglibdir'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
Execute:Java13CommandLauncher: Executing 'pg_config' with arguments:
'--pkglibdir'
The ' characters around the executable and arguments are
not part of the command.
Setting project property: PGSQL_PKGLIBDIR -> C:/PROGRA~1/POSTGR~1/9.6/lib
[exec] Current OS is Windows 7
[exec] Output redirected to property: PGSQL_LIBDIR
[exec] Executing 'pg_config' with arguments:
[exec] '--libdir'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
Execute:Java13CommandLauncher: Executing 'pg_config' with arguments:
'--libdir'
The ' characters around the executable and arguments are
not part of the command.
Setting project property: PGSQL_LIBDIR -> C:/PROGRA~1/POSTGR~1/9.6/lib
[exec] Current OS is Windows 7
[exec] Output redirected to property: PGSQL_INCLUDEDIR
[exec] Executing 'pg_config' with arguments:
[exec] '--includedir'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
Execute:Java13CommandLauncher: Executing 'pg_config' with arguments:
'--includedir'
The ' characters around the executable and arguments are
not part of the command.
Setting project property: PGSQL_INCLUDEDIR -> C:/PROGRA~1/POSTGR~1/9.6/include
[exec] Current OS is Windows 7
[exec] Output redirected to property: PGSQL_INCLUDEDIR-SERVER
[exec] Executing 'pg_config' with arguments:
[exec] '--includedir-server'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
Execute:Java13CommandLauncher: Executing 'pg_config' with arguments:
'--includedir-server'
The ' characters around the executable and arguments are
not part of the command.
Setting project property: PGSQL_INCLUDEDIR-SERVER -> C:/PROGRA~1/POSTGR~1/9.6/include/server
[exec] Current OS is Windows 7
[exec] Output redirected to property: PGSQL_VER
[exec] Executing 'pg_config' with arguments:
[exec] '--version'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
Execute:Java13CommandLauncher: Executing 'pg_config' with arguments:
'--version'
The ' characters around the executable and arguments are
not part of the command.
Setting project property: PGSQL_VER -> PostgreSQL 9.6.1
[loadresource] loading PostgreSQL 9.6.1 into property PGSQL_VER_CLASSIFIER
[loadresource] resource size = 16
Setting project property: PGSQL_VER_CLASSIFIER -> pg9.6
[loadresource] loaded 5 characters
[loadresource] PGSQL_VER_CLASSIFIER := pg9.6
[loadresource] loading C:\PROGRA~1\POSTGR~1\9.6\include\pg_config.h into property KNOWS_MSVC_RINT
[loadresource] resource size = 21890
Setting project property: KNOWS_MSVC_RINT -> /* src/include/pg_config.h. Generated by configure. */
/* src/include/pg_config.h.in. Generated from configure.in by autoheader. */
/* This file is generated from MingW ./configure, and with the following
* changes to be valid for Visual C++ (and compatible):
*
* HAVE_CBRT, HAVE_FUNCNAME_FUNC, HAVE_GETOPT, HAVE_GETOPT_H, HAVE_INTTYPES_H,
* HAVE_GETOPT_LONG, HAVE_LOCALE_T, HAVE_RINT, HAVE_STRINGS_H, HAVE_STRTOLL,
* HAVE_STRTOULL, HAVE_STRUCT_OPTION, ENABLE_THREAD_SAFETY,
* inline, USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
*/
/* Define to the type of arg 1 of 'accept' */
#define ACCEPT_TYPE_ARG1 unsigned int
/* Define to the type of arg 2 of 'accept' */
#define ACCEPT_TYPE_ARG2 struct sockaddr *
/* Define to the type of arg 3 of 'accept' */
#define ACCEPT_TYPE_ARG3 int
/* Define to the return type of 'accept' */
#define ACCEPT_TYPE_RETURN unsigned int PASCAL
/* The alignment requirement of a `double'. */
#define ALIGNOF_DOUBLE 8
/* The alignment requirement of a `int'. */
#define ALIGNOF_INT 4
/* The alignment requirement of a `long'. */
#define ALIGNOF_LONG 4
/* The alignment requirement of a `long long int'. */
#define ALIGNOF_LONG_LONG_INT 8
/* The alignment requirement of a `short'. */
#define ALIGNOF_SHORT 2
/* Define to the default TCP port number on which the server listens and to
which clients will try to connect. This can be overridden at run-time, but
it's convenient if your clients have the right default compiled in.
(--with-pgport=PORTNUM) */
#define DEF_PGPORT 5432
/* Define to the default TCP port number as a string constant. */
#define DEF_PGPORT_STR "5432"
/* Define to nothing if C supports flexible array members, and to 1 if it does
not. That way, with a declaration like `struct s { int n; double
d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
compilers. When computing the size of such an object, don't use 'sizeof
(struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
MSVC and with C++ compilers. */
#define FLEXIBLE_ARRAY_MEMBER
/* Define to 1 if you want National Language Support. (--enable-nls) */
/* #undef ENABLE_NLS */
/* Define to 1 to build client libraries as thread-safe code.
(--enable-thread-safety) */
#define ENABLE_THREAD_SAFETY 1
/* Define to 1 if gettimeofday() takes only 1 argument. */
/* #undef GETTIMEOFDAY_1ARG */
#ifdef GETTIMEOFDAY_1ARG
# define gettimeofday(a,b) gettimeofday(a)
#endif
/* Define to 1 if you have the `cbrt' function. */
//#define HAVE_CBRT 1
/* Define to 1 if you have the `class' function. */
/* #undef HAVE_CLASS */
/* Define to 1 if you have the `crypt' function. */
/* #undef HAVE_CRYPT */
/* Define to 1 if you have the <crypt.h> header file. */
/* #undef HAVE_CRYPT_H */
/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
don't. */
#define HAVE_DECL_FDATASYNC 0
/* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you
don't. */
#define HAVE_DECL_F_FULLFSYNC 0
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
don't. */
#define HAVE_DECL_SNPRINTF 1
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
don't. */
#define HAVE_DECL_VSNPRINTF 1
/* Define to 1 if you have the <dld.h> header file. */
/* #undef HAVE_DLD_H */
/* Define to 1 if you have the `dlopen' function. */
/* #undef HAVE_DLOPEN */
/* Define to 1 if you have the <editline/history.h> header file. */
/* #undef HAVE_EDITLINE_HISTORY_H */
/* Define to 1 if you have the <editline/readline.h> header file. */
/* #undef HAVE_EDITLINE_READLINE_H */
/* Define to 1 if you have the `fcvt' function. */
#define HAVE_FCVT 1
/* Define to 1 if you have the `fdatasync' function. */
/* #undef HAVE_FDATASYNC */
/* Define to 1 if you have finite(). */
#define HAVE_FINITE 1
/* Define to 1 if you have the `fpclass' function. */
/* #undef HAVE_FPCLASS */
/* Define to 1 if you have the `fp_class' function. */
/* #undef HAVE_FP_CLASS */
/* Define to 1 if you have the `fp_class_d' function. */
/* #undef HAVE_FP_CLASS_D */
/* Define to 1 if you have the <fp_class.h> header file. */
/* #undef HAVE_FP_CLASS_H */
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
/* Define to 1 if your compiler understands __func__. */
//#define HAVE_FUNCNAME__FUNC 1
/* Define to 1 if your compiler understands __FUNCTION__. */
#define HAVE_FUNCNAME__FUNCTION 1
/* Define to 1 if you have getaddrinfo(). */
/* #undef HAVE_GETADDRINFO */
/* Define to 1 if you have the `gethostbyname_r' function. */
/* #undef HAVE_GETHOSTBYNAME_R */
/* Define to 1 if you have the `getopt' function. */
//#define HAVE_GETOPT 1
/* Define to 1 if you have the <getopt.h> header file. */
//#define HAVE_GETOPT_H 1
/* Define to 1 if you have the `getopt_long' function. */
//#define HAVE_GETOPT_LONG 1
/* Define to 1 if you have the `getpeereid' function. */
/* #undef HAVE_GETPEEREID */
/* Define to 1 if you have the `getpwuid_r' function. */
/* #undef HAVE_GETPWUID_R */
/* Define to 1 if you have the `getrusage' function. */
/* #undef HAVE_GETRUSAGE */
/* Define to 1 if you have the <history.h> header file. */
/* #undef HAVE_HISTORY_H */
/* Define to 1 if you have the <ieeefp.h> header file. */
/* #undef HAVE_IEEEFP_H */
/* Define to 1 if you have the `inet_aton' function. */
/* #undef HAVE_INET_ATON */
/* Define to 1 if the system has the type `int64'. */
/* #undef HAVE_INT64 */
/* Define to 1 if the system has the type `int8'. */
/* #undef HAVE_INT8 */
/* Define to 1 if you have the <inttypes.h> header file. */
//#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the global variable 'int timezone'. */
#define HAVE_INT_TIMEZONE 1
/* Define to 1 if you have support for IPv6. */
#define HAVE_IPV6 1
/* Define to 1 if you have isinf(). */
#define HAVE_ISINF 1
/* Define to 1 if you have the <langinfo.h> header file. */
/* #undef HAVE_LANGINFO_H */
/* Define to 1 if you have the <ldap.h> header file. */
/* #undef HAVE_LDAP_H */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
/* #undef HAVE_LIBCRYPTO */
/* Define to 1 if you have the `ldap' library (-lldap). */
/* #undef HAVE_LIBLDAP */
/* Define to 1 if you have the `pam' library (-lpam). */
/* #undef HAVE_LIBPAM */
/* Define if you have a function readline library */
/* #undef HAVE_LIBREADLINE */
/* Define to 1 if you have the `ssl' library (-lssl). */
/* #undef HAVE_LIBSSL */
/* Define to 1 if you have the `wldap32' library (-lwldap32). */
/* #undef HAVE_LIBWLDAP32 */
/* Define to 1 if you have the `z' library (-lz). */
/* #undef HAVE_LIBZ */
/* Define to 1 if constants of type 'long long int' should have the suffix LL.
*/
#if (_MSC_VER > 1200)
#define HAVE_LL_CONSTANTS 1
#endif
/* Define to 1 if the system has the type `locale_t'. */
#define HAVE_LOCALE_T 1
/* Define to 1 if `long int' works and is 64 bits. */
/* #undef HAVE_LONG_INT_64 */
/* Define to 1 if `long long int' works and is 64 bits. */
#if (_MSC_VER > 1200)
#define HAVE_LONG_LONG_INT_64
#endif
/* Define to 1 if you have the `mbstowcs_l' function. */
#define HAVE_MBSTOWCS_L 1
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if the system has the type `MINIDUMP_TYPE'. */
#define HAVE_MINIDUMP_TYPE 1
/* Define to 1 if you have the `mkdtemp' function. */
/* #undef HAVE_MKDTEMP */
/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
/* Define to 1 if you have the <netinet/tcp.h> header file. */
/* #undef HAVE_NETINET_TCP_H */
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
/* #undef HAVE_PAM_PAM_APPL_H */
/* Define to 1 if you have the `poll' function. */
/* #undef HAVE_POLL */
/* Define to 1 if you have the <poll.h> header file. */
/* #undef HAVE_POLL_H */
/* Define to 1 if you have the `pstat' function. */
/* #undef HAVE_PSTAT */
/* Define to 1 if the PS_STRINGS thing exists. */
/* #undef HAVE_PS_STRINGS */
/* Define to 1 if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define to 1 if you have the `random' function. */
/* #undef HAVE_RANDOM */
/* Define to 1 if you have the <readline.h> header file. */
/* #undef HAVE_READLINE_H */
/* Define to 1 if you have the <readline/history.h> header file. */
/* #undef HAVE_READLINE_HISTORY_H */
/* Define to 1 if you have the <readline/readline.h> header file. */
/* #undef HAVE_READLINE_READLINE_H */
/* Define to 1 if you have the `readlink' function. */
/* #undef HAVE_READLINK */
/* Define to 1 if you have the `rint' function. */
#if (_MSC_VER >= 1800)
#define HAVE_RINT 1
#endif
/* Define to 1 if you have the global variable
'rl_completion_append_character'. */
/* #undef HAVE_RL_COMPLETION_APPEND_CHARACTER */
/* Define to 1 if you have the `rl_completion_matches' function. */
/* #undef HAVE_RL_COMPLETION_MATCHES */
/* Define to 1 if you have the `rl_filename_completion_function' function. */
/* #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION */
/* Define to 1 if you have the <security/pam_appl.h> header file. */
/* #undef HAVE_SECURITY_PAM_APPL_H */
/* Define to 1 if you have the `setproctitle' function. */
/* #undef HAVE_SETPROCTITLE */
/* Define to 1 if you have the `setsid' function. */
/* #undef HAVE_SETSID */
/* Define to 1 if you have the `snprintf' function. */
/* #undef HAVE_SNPRINTF */
/* Define to 1 if you have spinlocks. */
#define HAVE_SPINLOCKS 1
/* Define to 1 if you have atomics. */
#define HAVE_ATOMICS 1
/* Define to 1 if you have the `srandom' function. */
/* #undef HAVE_SRANDOM */
/* Define to 1 if you have the `SSL_get_current_compression' function. */
#define HAVE_SSL_GET_CURRENT_COMPRESSION 1
/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strerror' function. */
#ifndef HAVE_STRERROR
#define HAVE_STRERROR 1
#endif
/* Define to 1 if you have the `strerror_r' function. */
/* #undef HAVE_STRERROR_R */
/* Define to 1 if you have the <strings.h> header file. */
/*#define HAVE_STRINGS_H 1 */
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strtoll' function. */
//#define HAVE_STRTOLL 1
/* Define to 1 if you have the `strtoq' function. */
/* #undef HAVE_STRTOQ */
/* Define to 1 if you have the `strtoull' function. */
//#define HAVE_STRTOULL 1
/* Define to 1 if you have the `strtouq' function. */
/* #undef HAVE_STRTOUQ */
/* Define to 1 if the system has the type `struct addrinfo'. */
#if (_MSC_VER > 1200)
#define HAVE_STRUCT_ADDRINFO 1
#endif
/* Define to 1 if the system has the type `struct cmsgcred'. */
/* #undef HAVE_STRUCT_CMSGCRED */
/* Define to 1 if the system has the type `struct option'. */
//#define HAVE_STRUCT_OPTION 1
/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
#if (_MSC_VER > 1200)
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#endif
/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
#if (_MSC_VER > 1200)
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#endif
/* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
/* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
/* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
/* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */
/* Define to 1 if the system has the type `struct sockaddr_un'. */
/* #undef HAVE_STRUCT_SOCKADDR_UN */
/* Define to 1 if `tm_zone' is member of `struct tm'. */
/* #undef HAVE_STRUCT_TM_TM_ZONE */
/* Define to 1 if you have the `symlink' function. */
#define HAVE_SYMLINK 1
/* Define to 1 if you have the `sync_file_range' function. */
/* #undef HAVE_SYNC_FILE_RANGE */
/* Define to 1 if you have the `sysconf' function. */
/* #undef HAVE_SYSCONF */
/* Define to 1 if you have the syslog interface. */
/* #undef HAVE_SYSLOG */
/* Define to 1 if you have the <sys/ipc.h> header file. */
/* #undef HAVE_SYS_IPC_H */
/* Define to 1 if you have the <sys/poll.h> header file. */
/* #undef HAVE_SYS_POLL_H */
/* Define to 1 if you have the <sys/pstat.h> header file. */
/* #undef HAVE_SYS_PSTAT_H */
/* Define to 1 if you have the <sys/select.h> header file. */
/* #undef HAVE_SYS_SELECT_H */
/* Define to 1 if you have the <sys/sem.h> header file. */
/* #undef HAVE_SYS_SEM_H */
/* Define to 1 if you have the <sys/shm.h> header file. */
/* #undef HAVE_SYS_SHM_H */
/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/ucred.h> header file. */
/* #undef HAVE_SYS_UCRED_H */
/* Define to 1 if you have the <sys/un.h> header file. */
/* #undef HAVE_SYS_UN_H */
/* Define to 1 if you have the <termios.h> header file. */
/* #undef HAVE_TERMIOS_H */
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
`HAVE_STRUCT_TM_TM_ZONE' instead. */
/* #undef HAVE_TM_ZONE */
/* Define to 1 if you have the `towlower' function. */
#define HAVE_TOWLOWER 1
/* Define to 1 if you have the external array `tzname'. */
/* #undef HAVE_TZNAME */
/* Define to 1 if the system has the type `uint64'. */
/* #undef HAVE_UINT64 */
/* Define to 1 if the system has the type `uint8'. */
/* #undef HAVE_UINT8 */
/* Define to 1 if the system has the type `union semun'. */
/* #undef HAVE_UNION_SEMUN */
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have unix sockets. */
/* #undef HAVE_UNIX_SOCKETS */
/* Define to 1 if you have the `unsetenv' function. */
/* #undef HAVE_UNSETENV */
/* Define to 1 if you have the `utime' function. */
#define HAVE_UTIME 1
/* Define to 1 if you have the `utimes' function. */
/* #undef HAVE_UTIMES */
/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
/* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1
/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
/* Define to 1 if you have the `wcstombs' function. */
#define HAVE_WCSTOMBS 1
/* Define to 1 if you have the `wcstombs_l' function. */
#define HAVE_WCSTOMBS_L 1
/* Define to 1 if you have the <wctype.h> header file. */
#define HAVE_WCTYPE_H 1
/* Define to 1 if you have the <winldap.h> header file. */
/* #undef HAVE_WINLDAP_H */
/* Define to 1 if your compiler understands __builtin_bswap32. */
/* #undef HAVE__BUILTIN_BSWAP32 */
/* Define to 1 if your compiler understands __builtin_bswap64. */
/* #undef HAVE__BUILTIN_BSWAP64 */
/* Define to 1 if your compiler understands __builtin_constant_p. */
/* #undef HAVE__BUILTIN_CONSTANT_P */
/* Define to 1 if your compiler understands __builtin_types_compatible_p. */
/* #undef HAVE__BUILTIN_TYPES_COMPATIBLE_P */
/* Define to 1 if your compiler understands __builtin_unreachable. */
/* #undef HAVE__BUILTIN_UNREACHABLE */
/* Define to 1 if you have __cpuid. */
#define HAVE__CPUID 1
/* Define to 1 if you have __get_cpuid. */
#undef HAVE__GET_CPUID
/* Define to 1 if your compiler understands _Static_assert. */
/* #undef HAVE__STATIC_ASSERT */
/* Define to 1 if your compiler understands __VA_ARGS__ in macros. */
#define HAVE__VA_ARGS 1
/* Define to the appropriate snprintf length modifier for 64-bit ints. */
#define INT64_MODIFIER "ll"
/* Define to 1 if `locale_t' requires <xlocale.h>. */
/* #undef LOCALE_T_IN_XLOCALE */
/* Define to the location of locale files. */
/* #undef LOCALEDIR */
/* Define as the maximum alignment requirement of any C data type. */
#define MAXIMUM_ALIGNOF 8
/* Define bytes to use libc memset(). */
#define MEMSET_LOOP_LIMIT 1024
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to the full name of this package. */
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 9.6.1"
/* Define to the version of this package. */
#define PACKAGE_VERSION "9.6.1"
/* Define to the name of a signed 128-bit integer type. */
#undef PG_INT128_TYPE
/* Define to the name of a signed 64-bit integer type. */
#define PG_INT64_TYPE long long int
/* PostgreSQL version as a string */
#define PG_VERSION "9.6.1"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 90601
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"
/* Define to the name of the default PostgreSQL service principal in Kerberos.
(--with-krb-srvnam=NAME) */
#define PG_KRB_SRVNAM "postgres"
/* A string containing the version number, platform, and C compiler */
#define __STRINGIFY(x) #x
#define __STRINGIFY2(z) __STRINGIFY(z)
#define PG_VERSION_STR "PostgreSQL 9.6.1, compiled by Visual C++ build " __STRINGIFY2(_MSC_VER) ", 64-bit"
/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 4
/* The size of `size_t', as computed by sizeof. */
#ifndef _WIN64
#define SIZEOF_SIZE_T 4
#else
#define SIZEOF_SIZE_T 8
#endif
/* The size of `void *', as computed by sizeof. */
#ifndef _WIN64
#define SIZEOF_VOID_P 4
#else
#define SIZEOF_VOID_P 8
#endif
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to 1 if strerror_r() returns a int. */
/* #undef STRERROR_R_INT */
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
/* #undef TM_IN_SYS_TIME */
/* Define to 1 to build with assertion checks. (--enable-cassert) */
/* #undef USE_ASSERT_CHECKING */
/* Define to 1 to build with Bonjour support. (--with-bonjour) */
/* #undef USE_BONJOUR */
/* Define to 1 to build with BSD Authentication support. (--with-bsd-auth) */
/* #undef USE_BSD_AUTH */
/* Define to 1 if you want 64-bit integer timestamp and interval support.
(--enable-integer-datetimes) */
/* #undef USE_INTEGER_DATETIMES */
/* Define to 1 to build with LDAP support. (--with-ldap) */
/* #undef USE_LDAP */
/* Define to select named POSIX semaphores. */
/* #undef USE_NAMED_POSIX_SEMAPHORES */
/* Define to build with OpenSSL support. (--with-openssl) */
/* #undef USE_OPENSSL */
/* Define to 1 to build with PAM support. (--with-pam) */
/* #undef USE_PAM */
/* Use replacement snprintf() functions. */
#define USE_REPL_SNPRINTF 1
/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
#if (_MSC_VER < 1500)
#define USE_SLICING_BY_8_CRC32C 1
#endif
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
/* #undef USE_SSE42_CRC32C */
/* Define to 1 to use Intel SSSE 4.2 CRC instructions with a runtime check. */
#if (_MSC_VER >= 1500)
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
#endif
/* Define to select SysV-style semaphores. */
/* #undef USE_SYSV_SEMAPHORES */
/* Define to select SysV-style shared memory. */
#define USE_SYSV_SHARED_MEMORY 1
/* Define to select unnamed POSIX semaphores. */
/* #undef USE_UNNAMED_POSIX_SEMAPHORES */
/* Define to select Win32-style semaphores. */
#define USE_WIN32_SEMAPHORES 1
/* Define to 1 if `wcstombs_l' requires <xlocale.h>. */
/* #undef WCSTOMBS_L_IN_XLOCALE */
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#define inline __inline
#endif
/* Define to empty if the C compiler does not understand signed types. */
/* #undef signed */
#define PG_MAJORVERSION "9.6"
#define LOCALEDIR "/share/locale"
/* defines added by config steps */
#ifndef IGNORE_CONFIGURED_SETTINGS
#define USE_INTEGER_DATETIMES 1
#define USE_LDAP 1
#define HAVE_LIBZ 1
#define USE_OPENSSL 1
#define ENABLE_NLS 1
#define BLCKSZ 8192
#define RELSEG_SIZE 131072
#define XLOG_BLCKSZ 8192
#define XLOG_SEG_SIZE (16 * 1024 * 1024)
#define USE_FLOAT4_BYVAL 1
#define FLOAT4PASSBYVAL true
#define USE_FLOAT8_BYVAL 1
#define FLOAT8PASSBYVAL true
#define HAVE_UUID_OSSP
#define HAVE_UUID_H
#define HAVE_LIBXML2
#define USE_LIBXML
#define HAVE_LIBXSLT
#define USE_LIBXSLT
#define VAL_CONFIGURE "--enable-thread-safety --enable-integer-datetimes --enable-nls --with-ldap --with-openssl --with-ossp-uuid --with-libxml --with-libxslt --with-tcl --with-perl --with-python"
#endif /* IGNORE_CONFIGURED_SETTINGS */
[loadresource] loaded 21890 characters
[loadresource] KNOWS_MSVC_RINT := /* src/include/pg_config.h. Generated by configure. */
[loadresource] /* src/include/pg_config.h.in. Generated from configure.in by autoheader. */
[loadresource]
[loadresource] /* This file is generated from MingW ./configure, and with the following
[loadresource] * changes to be valid for Visual C++ (and compatible):
[loadresource] *
[loadresource] * HAVE_CBRT, HAVE_FUNCNAME_FUNC, HAVE_GETOPT, HAVE_GETOPT_H, HAVE_INTTYPES_H,
[loadresource] * HAVE_GETOPT_LONG, HAVE_LOCALE_T, HAVE_RINT, HAVE_STRINGS_H, HAVE_STRTOLL,
[loadresource] * HAVE_STRTOULL, HAVE_STRUCT_OPTION, ENABLE_THREAD_SAFETY,
[loadresource] * inline, USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
[loadresource] */
[loadresource]
[loadresource] /* Define to the type of arg 1 of 'accept' */
[loadresource] #define ACCEPT_TYPE_ARG1 unsigned int
[loadresource]
[loadresource] /* Define to the type of arg 2 of 'accept' */
[loadresource] #define ACCEPT_TYPE_ARG2 struct sockaddr *
[loadresource]
[loadresource] /* Define to the type of arg 3 of 'accept' */
[loadresource] #define ACCEPT_TYPE_ARG3 int
[loadresource]
[loadresource] /* Define to the return type of 'accept' */
[loadresource] #define ACCEPT_TYPE_RETURN unsigned int PASCAL
[loadresource]
[loadresource] /* The alignment requirement of a `double'. */
[loadresource] #define ALIGNOF_DOUBLE 8
[loadresource]
[loadresource] /* The alignment requirement of a `int'. */
[loadresource] #define ALIGNOF_INT 4
[loadresource]
[loadresource] /* The alignment requirement of a `long'. */
[loadresource] #define ALIGNOF_LONG 4
[loadresource]
[loadresource] /* The alignment requirement of a `long long int'. */
[loadresource] #define ALIGNOF_LONG_LONG_INT 8
[loadresource]
[loadresource] /* The alignment requirement of a `short'. */
[loadresource] #define ALIGNOF_SHORT 2
[loadresource]
[loadresource] /* Define to the default TCP port number on which the server listens and to
[loadresource] which clients will try to connect. This can be overridden at run-time, but
[loadresource] it's convenient if your clients have the right default compiled in.
[loadresource] (--with-pgport=PORTNUM) */
[loadresource] #define DEF_PGPORT 5432
[loadresource]
[loadresource] /* Define to the default TCP port number as a string constant. */
[loadresource] #define DEF_PGPORT_STR "5432"
[loadresource]
[loadresource] /* Define to nothing if C supports flexible array members, and to 1 if it does
[loadresource] not. That way, with a declaration like `struct s { int n; double
[loadresource] d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
[loadresource] compilers. When computing the size of such an object, don't use 'sizeof
[loadresource] (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
[loadresource] instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
[loadresource] MSVC and with C++ compilers. */
[loadresource] #define FLEXIBLE_ARRAY_MEMBER
[loadresource]
[loadresource] /* Define to 1 if you want National Language Support. (--enable-nls) */
[loadresource] /* #undef ENABLE_NLS */
[loadresource]
[loadresource] /* Define to 1 to build client libraries as thread-safe code.
[loadresource] (--enable-thread-safety) */
[loadresource] #define ENABLE_THREAD_SAFETY 1
[loadresource]
[loadresource] /* Define to 1 if gettimeofday() takes only 1 argument. */
[loadresource] /* #undef GETTIMEOFDAY_1ARG */
[loadresource]
[loadresource] #ifdef GETTIMEOFDAY_1ARG
[loadresource] # define gettimeofday(a,b) gettimeofday(a)
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 if you have the `cbrt' function. */
[loadresource] //#define HAVE_CBRT 1
[loadresource]
[loadresource] /* Define to 1 if you have the `class' function. */
[loadresource] /* #undef HAVE_CLASS */
[loadresource]
[loadresource] /* Define to 1 if you have the `crypt' function. */
[loadresource] /* #undef HAVE_CRYPT */
[loadresource]
[loadresource] /* Define to 1 if you have the <crypt.h> header file. */
[loadresource] /* #undef HAVE_CRYPT_H */
[loadresource]
[loadresource] /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
[loadresource] don't. */
[loadresource] #define HAVE_DECL_FDATASYNC 0
[loadresource]
[loadresource] /* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you
[loadresource] don't. */
[loadresource] #define HAVE_DECL_F_FULLFSYNC 0
[loadresource]
[loadresource] /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
[loadresource] don't. */
[loadresource] #define HAVE_DECL_SNPRINTF 1
[loadresource]
[loadresource] /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
[loadresource] don't. */
[loadresource] #define HAVE_DECL_VSNPRINTF 1
[loadresource]
[loadresource] /* Define to 1 if you have the <dld.h> header file. */
[loadresource] /* #undef HAVE_DLD_H */
[loadresource]
[loadresource] /* Define to 1 if you have the `dlopen' function. */
[loadresource] /* #undef HAVE_DLOPEN */
[loadresource]
[loadresource] /* Define to 1 if you have the <editline/history.h> header file. */
[loadresource] /* #undef HAVE_EDITLINE_HISTORY_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <editline/readline.h> header file. */
[loadresource] /* #undef HAVE_EDITLINE_READLINE_H */
[loadresource]
[loadresource] /* Define to 1 if you have the `fcvt' function. */
[loadresource] #define HAVE_FCVT 1
[loadresource]
[loadresource] /* Define to 1 if you have the `fdatasync' function. */
[loadresource] /* #undef HAVE_FDATASYNC */
[loadresource]
[loadresource] /* Define to 1 if you have finite(). */
[loadresource] #define HAVE_FINITE 1
[loadresource]
[loadresource] /* Define to 1 if you have the `fpclass' function. */
[loadresource] /* #undef HAVE_FPCLASS */
[loadresource]
[loadresource] /* Define to 1 if you have the `fp_class' function. */
[loadresource] /* #undef HAVE_FP_CLASS */
[loadresource]
[loadresource] /* Define to 1 if you have the `fp_class_d' function. */
[loadresource] /* #undef HAVE_FP_CLASS_D */
[loadresource]
[loadresource] /* Define to 1 if you have the <fp_class.h> header file. */
[loadresource] /* #undef HAVE_FP_CLASS_H */
[loadresource]
[loadresource] /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
[loadresource] #define HAVE_FSEEKO 1
[loadresource]
[loadresource] /* Define to 1 if your compiler understands __func__. */
[loadresource] //#define HAVE_FUNCNAME__FUNC 1
[loadresource]
[loadresource] /* Define to 1 if your compiler understands __FUNCTION__. */
[loadresource] #define HAVE_FUNCNAME__FUNCTION 1
[loadresource]
[loadresource] /* Define to 1 if you have getaddrinfo(). */
[loadresource] /* #undef HAVE_GETADDRINFO */
[loadresource]
[loadresource] /* Define to 1 if you have the `gethostbyname_r' function. */
[loadresource] /* #undef HAVE_GETHOSTBYNAME_R */
[loadresource]
[loadresource] /* Define to 1 if you have the `getopt' function. */
[loadresource] //#define HAVE_GETOPT 1
[loadresource]
[loadresource] /* Define to 1 if you have the <getopt.h> header file. */
[loadresource] //#define HAVE_GETOPT_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the `getopt_long' function. */
[loadresource] //#define HAVE_GETOPT_LONG 1
[loadresource]
[loadresource] /* Define to 1 if you have the `getpeereid' function. */
[loadresource] /* #undef HAVE_GETPEEREID */
[loadresource]
[loadresource] /* Define to 1 if you have the `getpwuid_r' function. */
[loadresource] /* #undef HAVE_GETPWUID_R */
[loadresource]
[loadresource] /* Define to 1 if you have the `getrusage' function. */
[loadresource] /* #undef HAVE_GETRUSAGE */
[loadresource]
[loadresource] /* Define to 1 if you have the <history.h> header file. */
[loadresource] /* #undef HAVE_HISTORY_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <ieeefp.h> header file. */
[loadresource] /* #undef HAVE_IEEEFP_H */
[loadresource]
[loadresource] /* Define to 1 if you have the `inet_aton' function. */
[loadresource] /* #undef HAVE_INET_ATON */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `int64'. */
[loadresource] /* #undef HAVE_INT64 */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `int8'. */
[loadresource] /* #undef HAVE_INT8 */
[loadresource]
[loadresource] /* Define to 1 if you have the <inttypes.h> header file. */
[loadresource] //#define HAVE_INTTYPES_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the global variable 'int timezone'. */
[loadresource] #define HAVE_INT_TIMEZONE 1
[loadresource]
[loadresource] /* Define to 1 if you have support for IPv6. */
[loadresource] #define HAVE_IPV6 1
[loadresource]
[loadresource] /* Define to 1 if you have isinf(). */
[loadresource] #define HAVE_ISINF 1
[loadresource]
[loadresource] /* Define to 1 if you have the <langinfo.h> header file. */
[loadresource] /* #undef HAVE_LANGINFO_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <ldap.h> header file. */
[loadresource] /* #undef HAVE_LDAP_H */
[loadresource]
[loadresource] /* Define to 1 if you have the `crypto' library (-lcrypto). */
[loadresource] /* #undef HAVE_LIBCRYPTO */
[loadresource]
[loadresource] /* Define to 1 if you have the `ldap' library (-lldap). */
[loadresource] /* #undef HAVE_LIBLDAP */
[loadresource]
[loadresource] /* Define to 1 if you have the `pam' library (-lpam). */
[loadresource] /* #undef HAVE_LIBPAM */
[loadresource]
[loadresource] /* Define if you have a function readline library */
[loadresource] /* #undef HAVE_LIBREADLINE */
[loadresource]
[loadresource] /* Define to 1 if you have the `ssl' library (-lssl). */
[loadresource] /* #undef HAVE_LIBSSL */
[loadresource]
[loadresource] /* Define to 1 if you have the `wldap32' library (-lwldap32). */
[loadresource] /* #undef HAVE_LIBWLDAP32 */
[loadresource]
[loadresource] /* Define to 1 if you have the `z' library (-lz). */
[loadresource] /* #undef HAVE_LIBZ */
[loadresource]
[loadresource] /* Define to 1 if constants of type 'long long int' should have the suffix LL.
[loadresource] */
[loadresource] #if (_MSC_VER > 1200)
[loadresource] #define HAVE_LL_CONSTANTS 1
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 if the system has the type `locale_t'. */
[loadresource] #define HAVE_LOCALE_T 1
[loadresource]
[loadresource] /* Define to 1 if `long int' works and is 64 bits. */
[loadresource] /* #undef HAVE_LONG_INT_64 */
[loadresource]
[loadresource] /* Define to 1 if `long long int' works and is 64 bits. */
[loadresource] #if (_MSC_VER > 1200)
[loadresource] #define HAVE_LONG_LONG_INT_64
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 if you have the `mbstowcs_l' function. */
[loadresource] #define HAVE_MBSTOWCS_L 1
[loadresource]
[loadresource] /* Define to 1 if you have the `memmove' function. */
[loadresource] #define HAVE_MEMMOVE 1
[loadresource]
[loadresource] /* Define to 1 if you have the <memory.h> header file. */
[loadresource] #define HAVE_MEMORY_H 1
[loadresource]
[loadresource] /* Define to 1 if the system has the type `MINIDUMP_TYPE'. */
[loadresource] #define HAVE_MINIDUMP_TYPE 1
[loadresource]
[loadresource] /* Define to 1 if you have the `mkdtemp' function. */
[loadresource] /* #undef HAVE_MKDTEMP */
[loadresource]
[loadresource] /* Define to 1 if you have the <netinet/in.h> header file. */
[loadresource] #define HAVE_NETINET_IN_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the <netinet/tcp.h> header file. */
[loadresource] /* #undef HAVE_NETINET_TCP_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <pam/pam_appl.h> header file. */
[loadresource] /* #undef HAVE_PAM_PAM_APPL_H */
[loadresource]
[loadresource] /* Define to 1 if you have the `poll' function. */
[loadresource] /* #undef HAVE_POLL */
[loadresource]
[loadresource] /* Define to 1 if you have the <poll.h> header file. */
[loadresource] /* #undef HAVE_POLL_H */
[loadresource]
[loadresource] /* Define to 1 if you have the `pstat' function. */
[loadresource] /* #undef HAVE_PSTAT */
[loadresource]
[loadresource] /* Define to 1 if the PS_STRINGS thing exists. */
[loadresource] /* #undef HAVE_PS_STRINGS */
[loadresource]
[loadresource] /* Define to 1 if you have the <pwd.h> header file. */
[loadresource] #define HAVE_PWD_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the `random' function. */
[loadresource] /* #undef HAVE_RANDOM */
[loadresource]
[loadresource] /* Define to 1 if you have the <readline.h> header file. */
[loadresource] /* #undef HAVE_READLINE_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <readline/history.h> header file. */
[loadresource] /* #undef HAVE_READLINE_HISTORY_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <readline/readline.h> header file. */
[loadresource] /* #undef HAVE_READLINE_READLINE_H */
[loadresource]
[loadresource] /* Define to 1 if you have the `readlink' function. */
[loadresource] /* #undef HAVE_READLINK */
[loadresource]
[loadresource] /* Define to 1 if you have the `rint' function. */
[loadresource] #if (_MSC_VER >= 1800)
[loadresource] #define HAVE_RINT 1
[loadresource] #endif
[loadresource]
[loadresource]
[loadresource] /* Define to 1 if you have the global variable
[loadresource] 'rl_completion_append_character'. */
[loadresource] /* #undef HAVE_RL_COMPLETION_APPEND_CHARACTER */
[loadresource]
[loadresource] /* Define to 1 if you have the `rl_completion_matches' function. */
[loadresource] /* #undef HAVE_RL_COMPLETION_MATCHES */
[loadresource]
[loadresource] /* Define to 1 if you have the `rl_filename_completion_function' function. */
[loadresource] /* #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION */
[loadresource]
[loadresource] /* Define to 1 if you have the <security/pam_appl.h> header file. */
[loadresource] /* #undef HAVE_SECURITY_PAM_APPL_H */
[loadresource]
[loadresource] /* Define to 1 if you have the `setproctitle' function. */
[loadresource] /* #undef HAVE_SETPROCTITLE */
[loadresource]
[loadresource] /* Define to 1 if you have the `setsid' function. */
[loadresource] /* #undef HAVE_SETSID */
[loadresource]
[loadresource] /* Define to 1 if you have the `snprintf' function. */
[loadresource] /* #undef HAVE_SNPRINTF */
[loadresource]
[loadresource] /* Define to 1 if you have spinlocks. */
[loadresource] #define HAVE_SPINLOCKS 1
[loadresource]
[loadresource] /* Define to 1 if you have atomics. */
[loadresource] #define HAVE_ATOMICS 1
[loadresource]
[loadresource] /* Define to 1 if you have the `srandom' function. */
[loadresource] /* #undef HAVE_SRANDOM */
[loadresource]
[loadresource] /* Define to 1 if you have the `SSL_get_current_compression' function. */
[loadresource] #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
[loadresource]
[loadresource] /* Define to 1 if you have the <stdint.h> header file. */
[loadresource] /* #undef HAVE_STDINT_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <stdlib.h> header file. */
[loadresource] #define HAVE_STDLIB_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the `strerror' function. */
[loadresource] #ifndef HAVE_STRERROR
[loadresource] #define HAVE_STRERROR 1
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 if you have the `strerror_r' function. */
[loadresource] /* #undef HAVE_STRERROR_R */
[loadresource]
[loadresource] /* Define to 1 if you have the <strings.h> header file. */
[loadresource] /*#define HAVE_STRINGS_H 1 */
[loadresource]
[loadresource] /* Define to 1 if you have the <string.h> header file. */
[loadresource] #define HAVE_STRING_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the `strtoll' function. */
[loadresource] //#define HAVE_STRTOLL 1
[loadresource]
[loadresource] /* Define to 1 if you have the `strtoq' function. */
[loadresource] /* #undef HAVE_STRTOQ */
[loadresource]
[loadresource] /* Define to 1 if you have the `strtoull' function. */
[loadresource] //#define HAVE_STRTOULL 1
[loadresource]
[loadresource] /* Define to 1 if you have the `strtouq' function. */
[loadresource] /* #undef HAVE_STRTOUQ */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `struct addrinfo'. */
[loadresource] #if (_MSC_VER > 1200)
[loadresource] #define HAVE_STRUCT_ADDRINFO 1
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 if the system has the type `struct cmsgcred'. */
[loadresource] /* #undef HAVE_STRUCT_CMSGCRED */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `struct option'. */
[loadresource] //#define HAVE_STRUCT_OPTION 1
[loadresource]
[loadresource] /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
[loadresource] /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `struct sockaddr_storage'. */
[loadresource] #if (_MSC_VER > 1200)
[loadresource] #define HAVE_STRUCT_SOCKADDR_STORAGE 1
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
[loadresource] #if (_MSC_VER > 1200)
[loadresource] #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
[loadresource] /* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
[loadresource]
[loadresource] /* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
[loadresource] /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
[loadresource]
[loadresource] /* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
[loadresource] /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `struct sockaddr_un'. */
[loadresource] /* #undef HAVE_STRUCT_SOCKADDR_UN */
[loadresource]
[loadresource] /* Define to 1 if `tm_zone' is member of `struct tm'. */
[loadresource] /* #undef HAVE_STRUCT_TM_TM_ZONE */
[loadresource]
[loadresource] /* Define to 1 if you have the `symlink' function. */
[loadresource] #define HAVE_SYMLINK 1
[loadresource]
[loadresource] /* Define to 1 if you have the `sync_file_range' function. */
[loadresource] /* #undef HAVE_SYNC_FILE_RANGE */
[loadresource]
[loadresource] /* Define to 1 if you have the `sysconf' function. */
[loadresource] /* #undef HAVE_SYSCONF */
[loadresource]
[loadresource] /* Define to 1 if you have the syslog interface. */
[loadresource] /* #undef HAVE_SYSLOG */
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/ipc.h> header file. */
[loadresource] /* #undef HAVE_SYS_IPC_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/poll.h> header file. */
[loadresource] /* #undef HAVE_SYS_POLL_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/pstat.h> header file. */
[loadresource] /* #undef HAVE_SYS_PSTAT_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/select.h> header file. */
[loadresource] /* #undef HAVE_SYS_SELECT_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/sem.h> header file. */
[loadresource] /* #undef HAVE_SYS_SEM_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/shm.h> header file. */
[loadresource] /* #undef HAVE_SYS_SHM_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/socket.h> header file. */
[loadresource] #define HAVE_SYS_SOCKET_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/stat.h> header file. */
[loadresource] #define HAVE_SYS_STAT_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/time.h> header file. */
[loadresource] #define HAVE_SYS_TIME_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/types.h> header file. */
[loadresource] #define HAVE_SYS_TYPES_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/ucred.h> header file. */
[loadresource] /* #undef HAVE_SYS_UCRED_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <sys/un.h> header file. */
[loadresource] /* #undef HAVE_SYS_UN_H */
[loadresource]
[loadresource] /* Define to 1 if you have the <termios.h> header file. */
[loadresource] /* #undef HAVE_TERMIOS_H */
[loadresource]
[loadresource] /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
[loadresource] `HAVE_STRUCT_TM_TM_ZONE' instead. */
[loadresource] /* #undef HAVE_TM_ZONE */
[loadresource]
[loadresource] /* Define to 1 if you have the `towlower' function. */
[loadresource] #define HAVE_TOWLOWER 1
[loadresource]
[loadresource] /* Define to 1 if you have the external array `tzname'. */
[loadresource] /* #undef HAVE_TZNAME */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `uint64'. */
[loadresource] /* #undef HAVE_UINT64 */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `uint8'. */
[loadresource] /* #undef HAVE_UINT8 */
[loadresource]
[loadresource] /* Define to 1 if the system has the type `union semun'. */
[loadresource] /* #undef HAVE_UNION_SEMUN */
[loadresource]
[loadresource] /* Define to 1 if you have the <unistd.h> header file. */
[loadresource] #define HAVE_UNISTD_H 1
[loadresource]
[loadresource] /* Define to 1 if you have unix sockets. */
[loadresource] /* #undef HAVE_UNIX_SOCKETS */
[loadresource]
[loadresource] /* Define to 1 if you have the `unsetenv' function. */
[loadresource] /* #undef HAVE_UNSETENV */
[loadresource]
[loadresource] /* Define to 1 if you have the `utime' function. */
[loadresource] #define HAVE_UTIME 1
[loadresource]
[loadresource] /* Define to 1 if you have the `utimes' function. */
[loadresource] /* #undef HAVE_UTIMES */
[loadresource]
[loadresource] /* Define to 1 if you have the <utime.h> header file. */
[loadresource] #define HAVE_UTIME_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the `vsnprintf' function. */
[loadresource] #define HAVE_VSNPRINTF 1
[loadresource]
[loadresource] /* Define to 1 if you have the <wchar.h> header file. */
[loadresource] #define HAVE_WCHAR_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the `wcstombs' function. */
[loadresource] #define HAVE_WCSTOMBS 1
[loadresource]
[loadresource] /* Define to 1 if you have the `wcstombs_l' function. */
[loadresource] #define HAVE_WCSTOMBS_L 1
[loadresource]
[loadresource] /* Define to 1 if you have the <wctype.h> header file. */
[loadresource] #define HAVE_WCTYPE_H 1
[loadresource]
[loadresource] /* Define to 1 if you have the <winldap.h> header file. */
[loadresource] /* #undef HAVE_WINLDAP_H */
[loadresource]
[loadresource] /* Define to 1 if your compiler understands __builtin_bswap32. */
[loadresource] /* #undef HAVE__BUILTIN_BSWAP32 */
[loadresource]
[loadresource] /* Define to 1 if your compiler understands __builtin_bswap64. */
[loadresource] /* #undef HAVE__BUILTIN_BSWAP64 */
[loadresource]
[loadresource] /* Define to 1 if your compiler understands __builtin_constant_p. */
[loadresource] /* #undef HAVE__BUILTIN_CONSTANT_P */
[loadresource]
[loadresource] /* Define to 1 if your compiler understands __builtin_types_compatible_p. */
[loadresource] /* #undef HAVE__BUILTIN_TYPES_COMPATIBLE_P */
[loadresource]
[loadresource] /* Define to 1 if your compiler understands __builtin_unreachable. */
[loadresource] /* #undef HAVE__BUILTIN_UNREACHABLE */
[loadresource]
[loadresource] /* Define to 1 if you have __cpuid. */
[loadresource] #define HAVE__CPUID 1
[loadresource]
[loadresource] /* Define to 1 if you have __get_cpuid. */
[loadresource] #undef HAVE__GET_CPUID
[loadresource]
[loadresource] /* Define to 1 if your compiler understands _Static_assert. */
[loadresource] /* #undef HAVE__STATIC_ASSERT */
[loadresource]
[loadresource] /* Define to 1 if your compiler understands __VA_ARGS__ in macros. */
[loadresource] #define HAVE__VA_ARGS 1
[loadresource]
[loadresource] /* Define to the appropriate snprintf length modifier for 64-bit ints. */
[loadresource] #define INT64_MODIFIER "ll"
[loadresource]
[loadresource] /* Define to 1 if `locale_t' requires <xlocale.h>. */
[loadresource] /* #undef LOCALE_T_IN_XLOCALE */
[loadresource]
[loadresource] /* Define to the location of locale files. */
[loadresource] /* #undef LOCALEDIR */
[loadresource]
[loadresource] /* Define as the maximum alignment requirement of any C data type. */
[loadresource] #define MAXIMUM_ALIGNOF 8
[loadresource]
[loadresource] /* Define bytes to use libc memset(). */
[loadresource] #define MEMSET_LOOP_LIMIT 1024
[loadresource]
[loadresource] /* Define to the address where bug reports for this package should be sent. */
[loadresource] #define PACKAGE_BUGREPORT "[email protected]"
[loadresource]
[loadresource] /* Define to the full name of this package. */
[loadresource] #define PACKAGE_NAME "PostgreSQL"
[loadresource]
[loadresource] /* Define to the full name and version of this package. */
[loadresource] #define PACKAGE_STRING "PostgreSQL 9.6.1"
[loadresource]
[loadresource] /* Define to the version of this package. */
[loadresource] #define PACKAGE_VERSION "9.6.1"
[loadresource]
[loadresource] /* Define to the name of a signed 128-bit integer type. */
[loadresource] #undef PG_INT128_TYPE
[loadresource]
[loadresource] /* Define to the name of a signed 64-bit integer type. */
[loadresource] #define PG_INT64_TYPE long long int
[loadresource]
[loadresource] /* PostgreSQL version as a string */
[loadresource] #define PG_VERSION "9.6.1"
[loadresource]
[loadresource] /* PostgreSQL version as a number */
[loadresource] #define PG_VERSION_NUM 90601
[loadresource]
[loadresource] /* Define to the one symbol short name of this package. */
[loadresource] #define PACKAGE_TARNAME "postgresql"
[loadresource]
[loadresource] /* Define to the name of the default PostgreSQL service principal in Kerberos.
[loadresource] (--with-krb-srvnam=NAME) */
[loadresource] #define PG_KRB_SRVNAM "postgres"
[loadresource]
[loadresource] /* A string containing the version number, platform, and C compiler */
[loadresource] #define __STRINGIFY(x) #x
[loadresource] #define __STRINGIFY2(z) __STRINGIFY(z)
[loadresource] #define PG_VERSION_STR "PostgreSQL 9.6.1, compiled by Visual C++ build " __STRINGIFY2(_MSC_VER) ", 64-bit"
[loadresource]
[loadresource] /* The size of `long', as computed by sizeof. */
[loadresource] #define SIZEOF_LONG 4
[loadresource]
[loadresource] /* The size of `size_t', as computed by sizeof. */
[loadresource] #ifndef _WIN64
[loadresource] #define SIZEOF_SIZE_T 4
[loadresource] #else
[loadresource] #define SIZEOF_SIZE_T 8
[loadresource] #endif
[loadresource]
[loadresource] /* The size of `void *', as computed by sizeof. */
[loadresource] #ifndef _WIN64
[loadresource] #define SIZEOF_VOID_P 4
[loadresource] #else
[loadresource] #define SIZEOF_VOID_P 8
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 if you have the ANSI C header files. */
[loadresource] #define STDC_HEADERS 1
[loadresource]
[loadresource] /* Define to 1 if strerror_r() returns a int. */
[loadresource] /* #undef STRERROR_R_INT */
[loadresource]
[loadresource] /* Define to 1 if your <sys/time.h> declares `struct tm'. */
[loadresource] /* #undef TM_IN_SYS_TIME */
[loadresource]
[loadresource] /* Define to 1 to build with assertion checks. (--enable-cassert) */
[loadresource] /* #undef USE_ASSERT_CHECKING */
[loadresource]
[loadresource] /* Define to 1 to build with Bonjour support. (--with-bonjour) */
[loadresource] /* #undef USE_BONJOUR */
[loadresource]
[loadresource] /* Define to 1 to build with BSD Authentication support. (--with-bsd-auth) */
[loadresource] /* #undef USE_BSD_AUTH */
[loadresource]
[loadresource] /* Define to 1 if you want 64-bit integer timestamp and interval support.
[loadresource] (--enable-integer-datetimes) */
[loadresource] /* #undef USE_INTEGER_DATETIMES */
[loadresource]
[loadresource] /* Define to 1 to build with LDAP support. (--with-ldap) */
[loadresource] /* #undef USE_LDAP */
[loadresource]
[loadresource] /* Define to select named POSIX semaphores. */
[loadresource] /* #undef USE_NAMED_POSIX_SEMAPHORES */
[loadresource]
[loadresource] /* Define to build with OpenSSL support. (--with-openssl) */
[loadresource] /* #undef USE_OPENSSL */
[loadresource]
[loadresource] /* Define to 1 to build with PAM support. (--with-pam) */
[loadresource] /* #undef USE_PAM */
[loadresource]
[loadresource] /* Use replacement snprintf() functions. */
[loadresource] #define USE_REPL_SNPRINTF 1
[loadresource]
[loadresource] /* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
[loadresource] #if (_MSC_VER < 1500)
[loadresource] #define USE_SLICING_BY_8_CRC32C 1
[loadresource] #endif
[loadresource]
[loadresource] /* Define to 1 use Intel SSE 4.2 CRC instructions. */
[loadresource] /* #undef USE_SSE42_CRC32C */
[loadresource]
[loadresource] /* Define to 1 to use Intel SSSE 4.2 CRC instructions with a runtime check. */
[loadresource] #if (_MSC_VER >= 1500)
[loadresource] #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
[loadresource] #endif
[loadresource]
[loadresource] /* Define to select SysV-style semaphores. */
[loadresource] /* #undef USE_SYSV_SEMAPHORES */
[loadresource]
[loadresource] /* Define to select SysV-style shared memory. */
[loadresource] #define USE_SYSV_SHARED_MEMORY 1
[loadresource]
[loadresource] /* Define to select unnamed POSIX semaphores. */
[loadresource] /* #undef USE_UNNAMED_POSIX_SEMAPHORES */
[loadresource]
[loadresource] /* Define to select Win32-style semaphores. */
[loadresource] #define USE_WIN32_SEMAPHORES 1
[loadresource]
[loadresource] /* Define to 1 if `wcstombs_l' requires <xlocale.h>. */
[loadresource] /* #undef WCSTOMBS_L_IN_XLOCALE */
[loadresource]
[loadresource] /* Number of bits in a file offset, on hosts where this is settable. */
[loadresource] /* #undef _FILE_OFFSET_BITS */
[loadresource]
[loadresource] /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
[loadresource] /* #undef _LARGEFILE_SOURCE */
[loadresource]
[loadresource] /* Define for large files, on AIX-style hosts. */
[loadresource] /* #undef _LARGE_FILES */
[loadresource]
[loadresource] /* Define to `__inline__' or `__inline' if that's what the C compiler
[loadresource] calls it, or to nothing if 'inline' is not supported under any name. */
[loadresource] #ifndef __cplusplus
[loadresource] #define inline __inline
[loadresource] #endif
[loadresource]
[loadresource] /* Define to empty if the C compiler does not understand signed types. */
[loadresource] /* #undef signed */
[loadresource] #define PG_MAJORVERSION "9.6"
[loadresource] #define LOCALEDIR "/share/locale"
[loadresource] /* defines added by config steps */
[loadresource] #ifndef IGNORE_CONFIGURED_SETTINGS
[loadresource] #define USE_INTEGER_DATETIMES 1
[loadresource] #define USE_LDAP 1
[loadresource] #define HAVE_LIBZ 1
[loadresource] #define USE_OPENSSL 1
[loadresource] #define ENABLE_NLS 1
[loadresource] #define BLCKSZ 8192
[loadresource] #define RELSEG_SIZE 131072
[loadresource] #define XLOG_BLCKSZ 8192
[loadresource] #define XLOG_SEG_SIZE (16 * 1024 * 1024)
[loadresource] #define USE_FLOAT4_BYVAL 1
[loadresource] #define FLOAT4PASSBYVAL true
[loadresource] #define USE_FLOAT8_BYVAL 1
[loadresource] #define FLOAT8PASSBYVAL true
[loadresource] #define HAVE_UUID_OSSP
[loadresource] #define HAVE_UUID_H
[loadresource] #define HAVE_LIBXML2
[loadresource] #define USE_LIBXML
[loadresource] #define HAVE_LIBXSLT
[loadresource] #define USE_LIBXSLT
[loadresource] #define VAL_CONFIGURE "--enable-thread-safety --enable-integer-datetimes --enable-nls --with-ldap --with-openssl --with-ossp-uuid --with-libxml --with-libxslt --with-tcl --with-perl --with-python"
[loadresource] #endif /* IGNORE_CONFIGURED_SETTINGS */
Setting project property: MSVC_RINT -> msvc.rint
[propertyfile] Creating new property file: C:\pljava-1_5_0\pljava-so\target\pgsql.properties
[ant] Exiting C:\pljava-1_5_0\pljava-so\build.xml.
[INFO] Executed tasks
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ pljava-so ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=31, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=14, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=16, ConflictResolver.conflictItemCount=31, DefaultDependencyCollector.collectTime=125, DefaultDependencyCollector.transformTime=16}
[DEBUG] org.codehaus.mojo:properties-maven-plugin:jar:1.0-alpha-2:
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.2:test
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.6:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2
[DEBUG] Imported: < project>org.postgresql:pljava-so:1.5.0
[DEBUG] Populating class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2
[DEBUG] Included: org.codehaus.mojo:properties-maven-plugin:jar:1.0-alpha-2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.6
[DEBUG] Configuring mojo org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties from plugin realm ClassRealm[plugin>org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties' with basic configurator -->
[DEBUG] (f) files = [C:\pljava-1_5_0\pljava-so\target\pgsql.properties]
[DEBUG] (f) project = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] (f) quiet = false
[DEBUG] -- end configuration --
[DEBUG] Loading property file: C:\pljava-1_5_0\pljava-so\target\pgsql.properties
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-unpack (default-nar-unpack) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-unpack from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-unpack' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@7f0eff50
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) linker = com.github.maven_nar.Linker@319c1e5b
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) remoteArtifactRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[INFO] Getting Nar dependencies
[DEBUG] Dependencies contained 0 NAR artifacts.
[INFO] Unpacking 0 dependencies to C:\pljava-1_5_0\pljava-so\target\nar
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-gnu-configure (default-nar-gnu-configure) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-configure from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-configure' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) gnuSourceDirectory = C:\pljava-1_5_0\pljava-so\src\gnu
[DEBUG] (f) gnuTargetDirectory = C:\pljava-1_5_0\pljava-so\target\nar\gnu
[DEBUG] (f) gnuUseOnWindows = false
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@6a442618
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) linker = com.github.maven_nar.Linker@20212829
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) resourceBinDir = bin
[DEBUG] (f) resourceIncludeDir = include
[DEBUG] (f) resourceLibDir = lib
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-system-generate (default-nar-system-generate) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-system-generate from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-system-generate' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@30ac8faa
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) linker = com.github.maven_nar.Linker@110bfadd
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[DEBUG] NAR: not building a shared or JNI library, so not generating NarSystem class.
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-vcproj (default-nar-vcproj) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-vcproj from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-vcproj' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) options = [null]
[DEBUG] (f) defines = [PLJAVA_SO_VERSION=1.5.0]
[DEBUG] (s) = C:/PROGRA~1/POSTGR~1/9.6/include
[DEBUG] (s) = C:/PROGRA~1/POSTGR~1/9.6/include/server
[DEBUG] (s) = C:\pljava-1_5_0\pljava-so/src/main/include/
[DEBUG] (s) = C:\pljava-1_5_0\pljava-so/target/nar/javah-include/
[DEBUG] (f) includePaths = [com.github.maven_nar.IncludePath@79cb5b85, com.github.maven_nar.IncludePath@15e5b73b, com.github.maven_nar.IncludePath@1c608db8, com.github.maven_nar.IncludePath@6f83996]
[DEBUG] (s) c = com.github.maven_nar.C@128caa6d
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) failOnError = true
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@5108e39e
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) libtool = false
[DEBUG] (f) linker = com.github.maven_nar.Linker@1e97c3a2
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) maxCores = 1
[DEBUG] (f) onlySpecifiedCompilers = false
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) remoteArtifactRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) runtime = dynamic
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[INFO] NAR: Skipping vcproj generation. Run with -P windows-debug to enable this step.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ pljava-so ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=69, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=16, ConflictResolver.conflictItemCount=68, DefaultDependencyCollector.collectTime=46, DefaultDependencyCollector.transformTime=16}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.0.1:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:3.1.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile
[DEBUG] commons-io:commons-io:jar:2.4:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.22:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.1
[DEBUG] Imported: < project>org.postgresql:pljava-so:1.5.0
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.1
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:3.0.1
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.1.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0
[DEBUG] Included: commons-io:commons-io:jar:2.4
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.22
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.1, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources' with basic configurator -->
[DEBUG] (f) addDefaultExcludes = true
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeString = \
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (f) fileNameFiltering = false
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\pljava-1_5_0\pljava-so\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) skip = false
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, nar.aol.key=amd64.Windows.msvc, env.PROMPT=$P$G, env.WDIR=C:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_80\jre\classes, env.COMPUTERNAME=WIN-O65CVUBGK80, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_80-b15, env.HOMEPATH=\Users\highgo, project.build.sourceEncoding=UTF-8, user.name=highgo, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00), nar.linker=msvc, PGSQL_INCLUDEDIR=C:/PROGRA~1/POSTGR~1/9.6/include, env.PATH=C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin, user.language=zh, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.7.0_80\jre\bin, classworlds.conf=C:\apache-maven-3.3.9\bin\..\bin\m2.conf, env.ASANYSH9=C:\Program Files (x86)\Sybase\Shared, java.version=1.7.0_80, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel, user.timezone=Asia/Shanghai, project.baseUri=file:/C:/pljava-1_5_0/pljava-so/, maven.build.timestamp=2016-12-21T01:09:07Z, env.TEMP=C:\Users\highgo\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=C:\pljava-1_5_0, java.endorsed.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=51.0, env.C_INCLUDE_PATH=C:\mingw\mingw64\include, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, java.home=C:\Program Files\Java\jdk1.7.0_80\jre, env.APPDATA=C:\Users\highgo\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, nar.cores=1, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=24.80-b11, user.variant=, env.USERPROFILE=C:\Users\highgo, env.JAVA_HOME=C:\Program Files\Java\jdk1.7.0_80, java.awt.printerjob=sun.awt.windows.WPrinterJob, PGSQL_PKGLIBDIR=C:/PROGRA~1/POSTGR~1/9.6/lib, env.TMP=C:\Users\highgo\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, PGSQL_INCLUDEDIR-SERVER=C:/PROGRA~1/POSTGR~1/9.6/include/server, awt.toolkit=sun.awt.windows.WToolkit, nar.arch=amd64, user.script=, user.home=C:\Users\highgo, env.LIBRARY_PATH=C:\MinGW\mingw64\x86_64-w64-mingw32\lib, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.CLASSPATH=.;C:\Program Files\Java\jdk1.7.0_80\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_80\lib\dt.jar;C:\Program Files\PostgreSQL\9.5\lib;, env.M2_HOME=C:\apache-maven-3.3.9\bin\.., env.NUMBER_OF_PROCESSORS=1, java.library.path=C:\Program Files\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\app\highgo\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_80\bin;C:\Program Files\Java\jdk1.7.0_80\jre\lib;C:\Program Files\Java\jdk1.7.0_80\jre\bin;%ANT_HOME%\bin;C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32;C:\Program Files (x86)\Sybase\Shared\win32;C:\Program Files (x86)\Sybase\SQL Anywhere 9\drivers;C:\Program Files (x86)\Sybase\Shared\Sybase Central 4.3\win32;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files\Java\jdk1.7.0_80\jre\bin\client;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;C:\MinGW\mingw64\bin;C:\apache-maven-3.3.9\bin;C:\Program Files\PostgreSQL\9.6\bin;., java.vendor.url=http://java.oracle.com/, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, nar.aol=amd64-Windows-msvc, env.MAVEN_CMD_LINE_ARGS=-X -Pwnosign -Dnar.cores=1 clean install, java.vm.vendor=Oracle Corporation, java.runtime.name=Java(TM) SE Runtime Environment, maven.home=C:\apache-maven-3.3.9\bin\.., java.class.path=C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pwnosign -Dnar.cores=1 clean install, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.9, env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk1.7.0_80\bin\java.exe", env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\WIN-O65CVUBGK80, env.PROCESSOR_ARCHITECTURE=AMD64, java.vm.specification.version=1.7, PGSQL_BINDIR=C:/PROGRA~1/POSTGR~1/9.6/bin, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.os.patch.level=Service Pack 1, sun.cpu.endian=little, env.HOME=C:\Users\highgo, MSVC_RINT=msvc.rint, env.PROCESSOR_REVISION=4e03, java.io.tmpdir=C:\Users\highgo\AppData\Local\Temp\, maven.multiModuleProjectDirectory=C:\pljava-1_5_0, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.COMSPEC=C:\Windows\system32\cmd.exe, env.PROGRAMDATA=C:\ProgramData, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, os.arch=amd64, nar.os=Windows, java.ext.dirs=C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, user.dir=C:\pljava-1_5_0, env.LOCALAPPDATA=C:\Users\highgo\AppData\Local, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.CLASSWORLDS_JAR="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar", env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.CPLUS_INCLUDE_PATH=C:\mingw\mingw64\include, env.ASANY9=C:\Program Files (x86)\Sybase\SQL Anywhere 9, env.ERROR_CODE=0, env.USERNAME=highgo, file.encoding=GBK, env.VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\, env.USERDOMAIN=WIN-O65CVUBGK80, PGSQL_VER_CLASSIFIER=pg9.6, java.specification.version=1.7, env.=C:=C:\pljava-1_5_0, PGSQL_LIBDIR=C:/PROGRA~1/POSTGR~1/9.6/lib, env.MAVEN_PROJECTBASEDIR=C:\pljava-1_5_0, env.PROCESSOR_LEVEL=6}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory C:\pljava-1_5_0\pljava-so\src\main\resources
excludes []
includes []
[INFO] skip non existing resourceDirectory C:\pljava-1_5_0\pljava-so\src\main\resources
[DEBUG] no use filter components
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-resources (default-nar-resources) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-resources from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-resources' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@1c14bd40
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) linker = com.github.maven_nar.Linker@1594c327
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) resourceBinDir = bin
[DEBUG] (f) resourceDirectory = C:\pljava-1_5_0\pljava-so\src\nar\resources
[DEBUG] (f) resourceIncludeDir = include
[DEBUG] (f) resourceLibDir = lib
[DEBUG] (f) resourcesCopyAOL = true
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[INFO] Copied 0 resources
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-gnu-resources (default-nar-gnu-resources) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-resources from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-resources' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) gnuSourceDirectory = C:\pljava-1_5_0\pljava-so\src\gnu
[DEBUG] (f) gnuTargetDirectory = C:\pljava-1_5_0\pljava-so\target\nar\gnu
[DEBUG] (f) gnuUseOnWindows = false
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@6f672a3f
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) linker = com.github.maven_nar.Linker@5e06c73c
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) resourceBinDir = bin
[DEBUG] (f) resourceIncludeDir = include
[DEBUG] (f) resourceLibDir = lib
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ pljava-so ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=106, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=53, DefaultDependencyCollector.collectTime=15, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.9.1:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:1.9.1:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:1.9.1:runtime
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1--2026206281
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1--2026206281
[DEBUG] Imported: < project>org.postgresql:pljava-so:1.5.0
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1--2026206281
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:1.9.1
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:1.9.1
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:1.9.1
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1--2026206281, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile' with basic configurator -->
[DEBUG] (f) basedir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) buildDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) classpathElements = [C:\pljava-1_5_0\pljava-so\target\classes]
[DEBUG] (f) compileSourceRoots = [C:\pljava-1_5_0\pljava-so\src\main\java]
[DEBUG] (f) compilerArguments = {bootclasspath=C:\Program Files\Java\jdk1.7.0_80/jre/lib/rt.jar}
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = C:\pljava-1_5_0\pljava-so\target\generated-sources\annotations
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) outputFileName = pljava-so-1.5.0
[DEBUG] (f) projectArtifact = org.postgresql:pljava-so:nar:1.5.0
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-javah (default-nar-javah) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-javah from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-javah' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@5d17f37f
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) linker = com.github.maven_nar.Linker@4f734698
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] -- end configuration --
[DEBUG] getProperty(amd64-Windows-msvc, javaHome, C:\Program Files\Java\jdk1.7.0_80) = C:\Program Files\Java\jdk1.7.0_80
[INFO] Running C:\Program Files\Java\jdk1.7.0_80\bin\javah compiler on 22 classes...
[INFO] + C:\Program Files\Java\jdk1.7.0_80\bin\javah -classpath C:\pljava-1_5_0\pljava-so/../pljava/target/classes/;C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/ -d C:\pljava-1_5_0\pljava-so\target\nar\javah-include -verbose org.postgresql.pljava.jdbc.Invocation org.postgresql.pljava.internal.ErrorData org.postgresql.pljava.internal.SPI org.postgresql.pljava.jdbc.SingleRowReader org.postgresql.pljava.internal.Backend org.postgresql.pljava.jdbc.SQLOutputToChunk org.postgresql.pljava.internal.ExecutionPlan org.postgresql.pljava.internal.Tuple org.postgresql.pljava.internal.XactListener org.postgresql.pljava.internal.AclId org.postgresql.pljava.internal.Relation org.postgresql.pljava.internal.LargeObject org.postgresql.pljava.internal.Session org.postgresql.pljava.internal.SubXactListener org.postgresql.pljava.jdbc.SQLInputFromTuple org.postgresql.pljava.internal.Portal org.postgresql.pljava.internal.PgSavepoint org.postgresql.pljava.internal.TriggerData org.postgresql.pljava.internal.Oid org.postgresql.pljava.internal.HeapTupleHeader org.postgresql.pljava.internal.TupleDesc org.postgresql.pljava.internal.JavaWrapper java.sql.Types
[DEBUG] RunCommand: C:\Program Files\Java\jdk1.7.0_80\bin\javah
[DEBUG] '-classpath'
[DEBUG] 'C:\pljava-1_5_0\pljava-so/../pljava/target/classes/;C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/'
[DEBUG] '-d'
[DEBUG] 'C:\pljava-1_5_0\pljava-so\target\nar\javah-include'
[DEBUG] '-verbose'
[DEBUG] 'org.postgresql.pljava.jdbc.Invocation'
[DEBUG] 'org.postgresql.pljava.internal.ErrorData'
[DEBUG] 'org.postgresql.pljava.internal.SPI'
[DEBUG] 'org.postgresql.pljava.jdbc.SingleRowReader'
[DEBUG] 'org.postgresql.pljava.internal.Backend'
[DEBUG] 'org.postgresql.pljava.jdbc.SQLOutputToChunk'
[DEBUG] 'org.postgresql.pljava.internal.ExecutionPlan'
[DEBUG] 'org.postgresql.pljava.internal.Tuple'
[DEBUG] 'org.postgresql.pljava.internal.XactListener'
[DEBUG] 'org.postgresql.pljava.internal.AclId'
[DEBUG] 'org.postgresql.pljava.internal.Relation'
[DEBUG] 'org.postgresql.pljava.internal.LargeObject'
[DEBUG] 'org.postgresql.pljava.internal.Session'
[DEBUG] 'org.postgresql.pljava.internal.SubXactListener'
[DEBUG] 'org.postgresql.pljava.jdbc.SQLInputFromTuple'
[DEBUG] 'org.postgresql.pljava.internal.Portal'
[DEBUG] 'org.postgresql.pljava.internal.PgSavepoint'
[DEBUG] 'org.postgresql.pljava.internal.TriggerData'
[DEBUG] 'org.postgresql.pljava.internal.Oid'
[DEBUG] 'org.postgresql.pljava.internal.HeapTupleHeader'
[DEBUG] 'org.postgresql.pljava.internal.TupleDesc'
[DEBUG] 'org.postgresql.pljava.internal.JavaWrapper'
[DEBUG] 'java.sql.Types'
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_jdbc_Invocation.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_ErrorData.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_SPI.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_jdbc_SingleRowReader.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Backend.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Backend_PLJavaSecurityManager.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_jdbc_SQLOutputToChunk.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_ExecutionPlan.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_ExecutionPlan_PlanKey.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_ExecutionPlan_PlanCache.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Tuple.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_XactListener.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_AclId.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Relation.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_LargeObject.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Session.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_SubXactListener.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_jdbc_SQLInputFromTuple.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Portal.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_PgSavepoint.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_TriggerData.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_Oid.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_HeapTupleHeader.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_TupleDesc.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\org_postgresql_pljava_internal_JavaWrapper.h]]
[INFO] [Creating file RegularFileObject[C:\pljava-1_5_0\pljava-so\target\nar\javah-include\java_sql_Types.h]]
[DEBUG] ExitValue: 0
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-gnu-make (default-nar-gnu-make) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-make from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-gnu-make' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) gnuSourceDirectory = C:\pljava-1_5_0\pljava-so\src\gnu
[DEBUG] (f) gnuTargetDirectory = C:\pljava-1_5_0\pljava-so\target\nar\gnu
[DEBUG] (f) gnuUseOnWindows = false
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@1e0948ae
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) linker = com.github.maven_nar.Linker@7382a6e9
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) resourceBinDir = bin
[DEBUG] (f) resourceIncludeDir = include
[DEBUG] (f) resourceLibDir = lib
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] -- end configuration --
[INFO]
[INFO] --- nar-maven-plugin:3.2.3:nar-compile (default-nar-compile) @ pljava-so ---
[DEBUG] Configuring mojo com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile from plugin realm ClassRealm[extension>com.github.maven-nar:nar-maven-plugin:3.2.3, parent: sun.misc.Launcher$AppClassLoader@447bd86d]
[DEBUG] Configuring mojo 'com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile' with basic configurator -->
[DEBUG] (f) architecture = amd64
[DEBUG] (f) baseDir = C:\pljava-1_5_0\pljava-so
[DEBUG] (f) options = [null]
[DEBUG] (f) defines = [PLJAVA_SO_VERSION=1.5.0]
[DEBUG] (s) = C:/PROGRA~1/POSTGR~1/9.6/include
[DEBUG] (s) = C:/PROGRA~1/POSTGR~1/9.6/include/server
[DEBUG] (s) = C:\pljava-1_5_0\pljava-so/src/main/include/
[DEBUG] (s) = C:\pljava-1_5_0\pljava-so/target/nar/javah-include/
[DEBUG] (f) includePaths = [com.github.maven_nar.IncludePath@14f9e396, com.github.maven_nar.IncludePath@21cc979c, com.github.maven_nar.IncludePath@7ef59419, com.github.maven_nar.IncludePath@2cce366d]
[DEBUG] (s) c = com.github.maven_nar.C@16574516
[DEBUG] (f) classesDirectory = C:\pljava-1_5_0\pljava-so\target\classes
[DEBUG] (f) failOnError = true
[DEBUG] (f) ignore = false
[DEBUG] (f) classPaths = [C:\pljava-1_5_0\pljava-so/../pljava/target/classes/, C:\pljava-1_5_0\pljava-so/../pljava-api/target/classes/]
[DEBUG] (f) classDirectory = C:\pljava-1_5_0\pljava-so\..\pljava\target\classes
[DEBUG] (f) extraClasses = [java.sql.Types]
[DEBUG] (f) javah = com.github.maven_nar.Javah@3b78b2cf
[DEBUG] (f) layout = com.github.maven_nar.NarLayout21
[DEBUG] (f) type = plugin
[DEBUG] (f) linkCPP = false
[DEBUG] (f) libraries = [Library: type: plugin]
[DEBUG] (f) libtool = false
[DEBUG] (f) linker = com.github.maven_nar.Linker@71235289
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/highgo/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) maxCores = 1
[DEBUG] (f) onlySpecifiedCompilers = false
[DEBUG] (f) os = Windows
[DEBUG] (f) outputDirectory = C:\pljava-1_5_0\pljava-so\target
[DEBUG] (f) remoteArtifactRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) runtime = dynamic
[DEBUG] (f) skip = false
[DEBUG] (f) mavenProject = MavenProject: org.postgresql:pljava-so:1.5.0 @ C:\pljava-1_5_0\pljava-so\pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2451c950
[DEBUG] -- end configuration --
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[INFO] Compiling 51 native files
[DEBUG] Creating Library Library: type: plugin
[DEBUG] getProperty(amd64-Windows-msvc, maxCores, 1) = 1
[DEBUG] Using com.github.maven_nar.NarLayout21
[DEBUG] getExactProperty(amd64-Windows-msvc, output, pljava-so-1.5.0) = pljava-so-1.5.0
[DEBUG] NAR - output: 'C:\pljava-1_5_0\pljava-so\target\nar\pljava-so-1.5.0-amd64-Windows-msvc-plugin\lib\amd64-Windows-msvc\plugin\pljava-so-1.5.0'
[DEBUG] getProperty(amd64-Windows-msvc, failOnError, true) = true
[DEBUG] getProperty(amd64-Windows-msvc, libtool, false) = false
[DEBUG] getProperty(amd64-Windows-msvc, runtime, dynamic) = dynamic
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Project base dir set to: C:\pljava-1_5_0
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Checking for existence of idl source directory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Checking for existence of mc source directory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Checking for existence of res source directory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Checking for existence of cpp source directory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Checking for existence of c source directory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Added to sourceDirectory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] Checking for existence of fortran source directory: C:\pljava-1_5_0\pljava-so\src\main
[DEBUG] getProperty(amd64-Windows-msvc, javaHome, C:\Program Files\Java\jdk1.7.0_80) = C:\Program Files\Java\jdk1.7.0_80
[DEBUG] getProperty(amd64-Windows-msvc, javaHome, C:\Program Files\Java\jdk1.7.0_80) = C:\Program Files\Java\jdk1.7.0_80
[DEBUG] Dependencies contained 0 NAR artifacts.
[DEBUG] getProperty(amd64-Windows-msvc, javaHome, C:\Program Files\Java\jdk1.7.0_80) = C:\Program Files\Java\jdk1.7.0_80
[DEBUG] Adding reference: ant.ComponentHelper
[DEBUG] ConditionalFileSet: Setup scanner in dir C:\pljava-1_5_0\pljava-so\src\main with patternSet{ includes: [**/*.idl] excludes: [x86/*, ia64/*] }
[DEBUG] ConditionalFileSet: Setup scanner in dir C:\pljava-1_5_0\pljava-so\src\main with patternSet{ includes: [**/*.mc] excludes: [] }
[DEBUG] ConditionalFileSet: Setup scanner in dir C:\pljava-1_5_0\pljava-so\src\main with patternSet{ includes: [**/*.rc] excludes: [] }
[DEBUG] ConditionalFileSet: Setup scanner in dir C:\pljava-1_5_0\pljava-so\src\main with patternSet{ includes: [**/*.cxx, **/*.cc, **/*.cpp] excludes: [] }
[DEBUG] ConditionalFileSet: Setup scanner in dir C:\pljava-1_5_0\pljava-so\src\main with patternSet{ includes: [**/*.c] excludes: [] }
[DEBUG] ConditionalFileSet: Setup scanner in dir C:\pljava-1_5_0\pljava-so\src\main with patternSet{ includes: [**/*.for, **/*.f, **/*.f90] excludes: [] }
[INFO] 51 total files to be compiled.
[INFO] 51 total files to be compiled.
[INFO] Found 1 processors available
[INFO] Found 1 processors available
[INFO] Limited processors to 1
[INFO] Limited processors to 1
[INFO]
Starting Core 0 with 51 source files...
[INFO]
Starting Core 0 with 51 source files...
[DEBUG] cl /c /nologo /EHsc /DNDEBUG /MD /GR /DPLJAVA_SO_VERSION=1.5.0 /DWindows /DWIN32 /IC:\pljava-1_5_0\pljava-so\target\nar\javah-include "/IC:\Program Files\Java\jdk1.7.0_80\include" "/IC:\Program Files\Java\jdk1.7.0_80\include\win32" /IC:\PROGRA~1\POSTGR~1\9.6\include /IC:\PROGRA~1\POSTGR~1\9.6\include\server /IC:\pljava-1_5_0\pljava-so\src\main\include /IC:\pljava-1_5_0\pljava-so\target\nar\javah-include C:\pljava-1_5_0\pljava-so\src\main\c\type\AclId.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Any.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Array.c C:\pljava-1_5_0\pljava-so\src\main\c\Backend.c C:\pljava-1_5_0\pljava-so\src\main\c\type\BigDecimal.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Boolean.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Byte.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Coerce.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Composite.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Date.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Double.c C:\pljava-1_5_0\pljava-so\src\main\c\type\ErrorData.c C:\pljava-1_5_0\pljava-so\src\main\c\Exception.c C:\pljava-1_5_0\pljava-so\src\main\c\ExecutionPlan.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Float.c C:\pljava-1_5_0\pljava-so\src\main\c\Function.c C:\pljava-1_5_0\pljava-so\src\main\c\HashMap.c C:\pljava-1_5_0\pljava-so\src\main\c\type\HeapTupleHeader.c C:\pljava-1_5_0\pljava-so\src\main\c\InstallHelper.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Integer.c C:\pljava-1_5_0\pljava-so\src\main\c\Invocation.c C:\pljava-1_5_0\pljava-so\src\main\c\Iterator.c C:\pljava-1_5_0\pljava-so\src\main\c\JNICalls.c C:\pljava-1_5_0\pljava-so\src\main\c\type\JavaWrapper.c C:\pljava-1_5_0\pljava-so\src\main\c\type\LargeObject.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Long.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Oid.c C:\pljava-1_5_0\pljava-so\src\main\c\PgObject.c C:\pljava-1_5_0\pljava-so\src\main\c\PgSavepoint.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Portal.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Relation.c C:\pljava-1_5_0\pljava-so\src\main\c\SPI.c C:\pljava-1_5_0\pljava-so\src\main\c\SQLInputFromChunk.c C:\pljava-1_5_0\pljava-so\src\main\c\SQLInputFromTuple.c C:\pljava-1_5_0\pljava-so\src\main\c\SQLOutputToChunk.c C:\pljava-1_5_0\pljava-so\src\main\c\SQLOutputToTuple.c C:\pljava-1_5_0\pljava-so\src\main\c\Session.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Short.c C:\pljava-1_5_0\pljava-so\src\main\c\type\String.c C:\pljava-1_5_0\pljava-so\src\main\c\SubXactListener.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Time.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Timestamp.c C:\pljava-1_5_0\pljava-so\src\main\c\type\TriggerData.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Tuple.c C:\pljava-1_5_0\pljava-so\src\main\c\type\TupleDesc.c C:\pljava-1_5_0\pljava-so\src\main\c\type\TupleTable.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Type.c C:\pljava-1_5_0\pljava-so\src\main\c\type\UDT.c C:\pljava-1_5_0\pljava-so\src\main\c\type\Void.c C:\pljava-1_5_0\pljava-so\src\main\c\XactListener.c C:\pljava-1_5_0\pljava-so\src\main\c\type\byte_array.c
[DEBUG] Execute:Java13CommandLauncher: Executing 'cl' with arguments:
''
'/c'
'/nologo'
'/EHsc'
'/DNDEBUG'
'/MD'
'/GR'
'/DPLJAVA_SO_VERSION=1.5.0'
'/DWindows'
'/DWIN32'
'/IC:\pljava-1_5_0\pljava-so\target\nar\javah-include'
'/IC:\Program Files\Java\jdk1.7.0_80\include'
'/IC:\Program Files\Java\jdk1.7.0_80\include\win32'
'/IC:\PROGRA~1\POSTGR~1\9.6\include'
'/IC:\PROGRA~1\POSTGR~1\9.6\include\server'
'/IC:\pljava-1_5_0\pljava-so\src\main\include'
'/IC:\pljava-1_5_0\pljava-so\target\nar\javah-include'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\AclId.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Any.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Array.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\Backend.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\BigDecimal.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Boolean.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Byte.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Coerce.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Composite.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Date.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Double.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\ErrorData.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\Exception.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\ExecutionPlan.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Float.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\Function.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\HashMap.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\HeapTupleHeader.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\InstallHelper.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Integer.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\Invocation.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\Iterator.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\JNICalls.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\JavaWrapper.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\LargeObject.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Long.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Oid.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\PgObject.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\PgSavepoint.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Portal.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Relation.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\SPI.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\SQLInputFromChunk.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\SQLInputFromTuple.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\SQLOutputToChunk.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\SQLOutputToTuple.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\Session.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Short.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\String.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\SubXactListener.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Time.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Timestamp.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\TriggerData.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Tuple.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\TupleDesc.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\TupleTable.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Type.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\UDT.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\Void.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\XactListener.c'
'C:\pljava-1_5_0\pljava-so\src\main\c\type\byte_array.c'
The ' characters around the executable and arguments are
not part of the command.
[INFO] AclId.c
[INFO] AclId.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Any.c
[INFO] Any.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Array.c
[INFO] Array.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] Backend.c
[INFO] Backend.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] BigDecimal.c
[INFO] BigDecimal.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Boolean.c
[INFO] Boolean.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] Byte.c
[INFO] Byte.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] Coerce.c
[INFO] Coerce.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] Composite.c
[INFO] Composite.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Date.c
[INFO] Date.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Double.c
[INFO] Double.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] ErrorData.c
[INFO] ErrorData.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] Exception.c
[INFO] Exception.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] ExecutionPlan.c
[INFO] ExecutionPlan.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Float.c
[INFO] Float.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] Function.c
[INFO] Function.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] HashMap.c
[INFO] HashMap.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] HeapTupleHeader.c
[INFO] HeapTupleHeader.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] InstallHelper.c
[INFO] InstallHelper.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Integer.c
[INFO] Integer.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] �������ɴ���...
[INFO] �������ɴ���...
[INFO] ���ڱ���...
[INFO] ���ڱ���...
[INFO] Invocation.c
[INFO] Invocation.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Iterator.c
[INFO] Iterator.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] JNICalls.c
[INFO] JNICalls.c
[INFO] C:\pljava-1_5_0\pljava-so\src\main\c\JNICalls.c(10) : fatal error C1083: Cannot open include file:��string.h��: No such file or directory
[ERROR] C:\pljava-1_5_0\pljava-so\src\main\c\JNICalls.c(10) : fatal error C1083: Cannot open include file:��string.h��: No such file or directory
[INFO] JavaWrapper.c
[INFO] JavaWrapper.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] LargeObject.c
[INFO] LargeObject.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Long.c
[INFO] Long.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] Oid.c
[INFO] Oid.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] PgObject.c
[INFO] PgObject.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] PgSavepoint.c
[INFO] PgSavepoint.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Portal.c
[INFO] Portal.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Relation.c
[INFO] Relation.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] SPI.c
[INFO] SPI.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] SQLInputFromChunk.c
[INFO] SQLInputFromChunk.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] SQLInputFromTuple.c
[INFO] SQLInputFromTuple.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] SQLOutputToChunk.c
[INFO] SQLOutputToChunk.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] SQLOutputToTuple.c
[INFO] SQLOutputToTuple.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Session.c
[INFO] Session.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Short.c
[INFO] Short.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] String.c
[INFO] String.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] SubXactListener.c
[INFO] SubXactListener.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] �������ɴ���...
[INFO] �������ɴ���...
[INFO] ���ڱ���...
[INFO] ���ڱ���...
[INFO] Time.c
[INFO] Time.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Timestamp.c
[INFO] Timestamp.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] TriggerData.c
[INFO] TriggerData.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Tuple.c
[INFO] Tuple.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] TupleDesc.c
[INFO] TupleDesc.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] TupleTable.c
[INFO] TupleTable.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Type.c
[INFO] Type.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] UDT.c
[INFO] UDT.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] Void.c
[INFO] Void.c
[INFO] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[ERROR] c:\program files\postgresql\9.6\include\server\c.h(71) : fatal error C1083: Cannot open include file:��crtdefs.h��: No such file or directory
[INFO] XactListener.c
[INFO] XactListener.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] byte_array.c
[INFO] byte_array.c
[INFO] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[ERROR] C:\Program Files\Java\jdk1.7.0_80\include\jni.h(39) : fatal error C1083: Cannot open include file:��stdio.h��: No such file or directory
[INFO] �������ɴ���...
[INFO] �������ɴ���...
[INFO] 51 files were compiled.
[INFO] 51 files were compiled.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] PostgreSQL PL/Java ................................. SUCCESS [ 2.450 s]
[INFO] PL/Java API ........................................ SUCCESS [ 3.712 s]
[INFO] PL/Java backend Java code .......................... SUCCESS [ 4.602 s]
[INFO] PL/Java backend native code ........................ FAILURE [ 16.443 s]
[INFO] PL/Java Deploy ..................................... SKIPPED
[INFO] PL/Java Ant tasks .................................. SKIPPED
[INFO] PL/Java examples ................................... SKIPPED
[INFO] PL/Java packaging .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.969 s
[INFO] Finished at: 2016-12-21T09:09:19+08:00
[INFO] Final Memory: 25M/72M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile (default-nar-compile) on project pljava-so: NAR: Compile failed: cl failed with return code 2 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile (default-nar-compile) on project pljava-so: NAR: Compile failed
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: NAR: Compile failed
at com.github.maven_nar.NarCompileMojo.createLibrary(NarCompileMojo.java:452)
at com.github.maven_nar.NarCompileMojo.narExecute(NarCompileMojo.java:122)
at com.github.maven_nar.AbstractNarMojo.execute(AbstractNarMojo.java:302)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
Caused by: cl failed with return code 2
at com.github.maven_nar.cpptasks.compiler.CommandLineCompiler.compile(CommandLineCompiler.java:222)
at com.github.maven_nar.cpptasks.compiler.CommandLineCompilerConfiguration.compile(CommandLineCompilerConfiguration.java:148)
at com.github.maven_nar.cpptasks.CCTask$Core.run(CCTask.java:946)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :pljava-so
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
Attachments:
[text/plain] log.log (448.6K, ../../[email protected]/3-log.log)
download
^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: [Pljava-dev] Build Fails on Windows 7
@ 2016-12-24 17:30 Chapman Flack <[email protected]>
parent: qwyzrx20045 <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Chapman Flack @ 2016-12-24 17:30 UTC (permalink / raw)
On 12/20/16 22:00, qwyzrx20045 wrote:
> Hi,
>
> I'm trying to build PL/Java on window7, but there is some errors.
>
> I am using "mvn -X -Pwnosign -Dnar.cores=1 clean install", but failed with errors.
Hi,
I see that you appear to be using MinGW for your build. That should
work; there is a page in the build instructions for it, which you
have probably seen:
https://tada.github.io/pljava/build/mingw64.html
At a first glance, the error messages in your mail seem to be failures
to find include files that belong to the system and build environment
itself. That is, those are files that ought to be present if you are
able to build anything with MinGW at all.
That suggests that either something is incomplete in your installation
of build tools, or there is a path to the include files that somehow
hasn't been set correctly. I'm sorry I don't have more help at this
stage, but those are the things I would look at.
-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 23+ messages in thread
end of thread, other threads:[~2016-12-24 17:30 UTC | newest]
Thread overview: 23+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17 07:08 [Pljava-dev] Build Fails on Windows 7 Igal @ Lucee.org <[email protected]>
2016-02-17 20:16 ` John R Pierce <[email protected]>
2016-02-17 20:32 ` Chapman Flack <[email protected]>
2016-02-17 20:42 ` John R Pierce <[email protected]>
2016-02-18 04:56 ` Igal @ Lucee.org <[email protected]>
2016-02-18 05:16 ` Igal @ Lucee.org <[email protected]>
2016-02-18 05:29 ` Chapman Flack <[email protected]>
2016-02-18 05:35 ` Igal @ Lucee.org <[email protected]>
2016-02-18 06:30 ` Chapman Flack <[email protected]>
2016-02-18 15:22 ` Igal @ Lucee.org <[email protected]>
2016-02-18 15:47 ` Chapman Flack <[email protected]>
2016-02-18 15:58 ` [Pljava-dev] Some tips to keep mvn -X output to manageable size Chapman Flack <[email protected]>
2016-02-18 16:12 ` Re: Some tips to keep mvn -X output to manageable size Igal @ Lucee.org <[email protected]>
2016-02-18 16:23 ` Re: [Pljava-dev] Some tips to keep mvn -X output to manageable size Chapman Flack <[email protected]>
2016-02-18 16:28 ` Igal @ Lucee.org <[email protected]>
2016-02-18 16:42 ` Chapman Flack <[email protected]>
2016-02-18 17:18 ` Igal @ Lucee.org <[email protected]>
2016-02-18 18:46 ` Chapman Flack <[email protected]>
2016-02-19 00:43 ` Chapman Flack <[email protected]>
2016-02-19 00:55 ` Igal @ Lucee.org <[email protected]>
2016-02-18 06:18 ` Igal @ Lucee.org <[email protected]>
2016-12-21 03:00 [Pljava-dev] Build Fails on Windows 7 qwyzrx20045 <[email protected]>
2016-12-24 17:30 ` Chapman Flack <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox