EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

Build from CVS source  XML

Forum Index » GridSQL - General
Author Message
youngwoo_k

New member

Joined: 01/03/2007 07:38:31
Messages: 6
Offline

Hi,

How can I build GridSQL from CVS source? and When will GridSQL release new verson? It seems that CVS are updated for 1.1 release.

Thanks

Youngwoo.
Mason_S

Senior member

Joined: 01/04/2008 09:03:08
Messages: 366
Offline

Hi Youngwoo,

There is a Makefile in the main GridSQL directory that can be used.

Also, you can use your favorite Java IDE and just grab the sources and specify to link to the libraries in the lib directory, and build.

Note that by default the Makefile will strip out some debugging messages which can speed up processing a little bit.

Let us know if you have any problems.

Regards,

Mason Sharp
[WWW]
youngwoo_k

New member

Joined: 01/03/2007 07:38:31
Messages: 6
Offline

Hey Mason,

I've tried to build from cvs source but no luck. CentOS 5 and Java 1.6.
I'm not java expert, I guess I'm using wrong JDK. Should I use Java 1.5?

Logs below:
../../apps/gridsql/obj/src/com/edb/gridsql/common/ResultSetImpl.java:44: com.edb.gridsql.common.ResultSetImpl is not abstract and does not override abstract method updateSQLXML(java.lang.String,java.sql.SQLXML) in java.sql.ResultSet
public class ResultSetImpl implements java.sql.ResultSet {
^
../../apps/gridsql/obj/src/com/edb/gridsql/misc/combinedresultset/ServerResultSetImpl.java:35: com.edb.gridsql.misc.combinedresultset.ServerResultSetImpl is not abstract and does not override abstract method updateSQLXML(java.lang.String,java.sql.SQLXML) in java.sql.ResultSet
public class ServerResultSetImpl implements java.sql.ResultSet, ServerResultSet {
^
Note: ../../apps/gridsql/obj/src/com/edb/gridsql/misc/combinedresultset/ServerResultSetImpl.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
make: *** [buildengine] 오류 1


Regards,
Youngwoo
Atul_D

New member

Joined: 21/03/2008 01:55:32
Messages: 9
Offline

Hi Youngwoo,
We are currently not compliant with Java 1.6. Please use JDK 1.5.X

--
Atul
youngwoo_k

New member

Joined: 01/03/2007 07:38:31
Messages: 6
Offline

Hi Atul,

Thanks for your clarification.


Youngwoo.
 
Forum Index » GridSQL - General
Go to:   
Powered by JForum 2.1.8 © JForum Team