From: rickjackson001 at gmail.com (akshunj) Date: Wed, 11 Jun 2014 16:22:24 -0700 (PDT) Subject: [Pljava-dev] Pljava with postgres 9.3 In-Reply-To: <1400851230935-5804791.post@n5.nabble.com> References: <1400788643846-5804745.post@n5.nabble.com> <537EDFAC.5060207@matrix.gatewaynet.com> <1400851230935-5804791.post@n5.nabble.com> Message-ID: <1402528944439-5806906.post@n5.nabble.com> Hi, So after a quick crash course I was able to get Maven up and running on CentOS 6.5 with pg93 and clone the pljava repo from git. After settings up the env variables and getting the nar plugin, I get a build successful message, but I can't seem to find the usual pljava files anywhere. :/ (pljava.so/deploy.jar etc) During the build process I get see some warnings and errors below, but it seems everything compiles: [ERROR] /root/.git/pljava/pljava-so/src/main/c/type/Array.c: In function ?arraySetNull?: [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:21: warning: conversion to ?bits8? from ?int? may alter its value [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:23: warning: conversion to ?bits8? from ?int? may alter its value [ERROR] /root/.git/pljava/pljava-so/src/main/c/type/Array.c: In function ?createArrayType?: [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:38: warning: conversion to ?size_t? from ?jsize? may change the sign of the result [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:38: warning: conversion to ?int? from ?size_t? may alter its value [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:50: warning: conversion to ?long unsigned int? from ?int? may change the sign of the result [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:50: warning: conversion to ?int? from ?long int? may alter its value [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:56: warning: conversion to ?int? from ?long int? may alter its value [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:58: warning: conversion to ?Size? from ?int? may change the sign of the result [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:71: warning: conversion to ?long unsigned int? from ?int? may change the sign of the result [ERROR] /root/.git/pljava/pljava-so/src/main/c/type/Array.c: In function ?_Array_coerceDatum?: [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:86: warning: conversion to ?long unsigned int? from ?int? may change the sign of the result [WARNING] /root/.git/pljava/pljava-so/src/main/c/type/Array.c:88: warning: conversion to ?long unsigned int? from ?int? may change the sign of the result maven-log.txt [INFO] 51 files were compiled. [INFO] Reactor Summary: [INFO] [INFO] PostgreSQL pl/java ................................ SUCCESS [0.183s] [INFO] PL/JAVA API ....................................... SUCCESS [2.565s] [INFO] pl/java implementation ............................ SUCCESS [2.693s] [INFO] pl/java deploy .................................... SUCCESS [0.495s] [INFO] pl/java Ant Tasks ................................. SUCCESS [0.372s] [INFO] pl/java examples .................................. SUCCESS [0.626s] [INFO] pl/java server side library ....................... SUCCESS [16.245s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24.477s I tried drilling down into the directories and running ant manually, but that didn't work either. I'm stumped and would appreciate any help you can offer. Thanks. -- View this message in context: http://postgresql.1045698.n5.nabble.com/Pljava-with-postgres-9-3-tp5804745p5806906.html Sent from the PL/Java mailing list archive at Nabble.com.