[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] ant compile problem
- Subject: [cobalt-developers] ant compile problem
- From: Bulent Tatlidil <btatlidil@xxxxxxxxxxxxxxx>
- Date: Mon Apr 29 02:57:01 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hi all,
i have a cobalt qube 3 ( 2.2.16C7) . I need to install
postgresql version 7.1.3 with jdbc support. therefore i installed
jdk 1.3 (jdk for linux from java.sun.com) and jakarta-ant-1.4.1 , I
configured postgresql with
./configure --enable-locale \
--with-python \
--with-tcl \
--enable-odbc \
--with-java \
--enable-multibyte \
--with-pgport=5432\
--enable-unicode-conversion \
--prefix=$DIR_PGSQL
then i run "make" as root and it hangs (or freezes)when doing ;
$ANT_DIR/bin/ant -buildfile ../../../build.xml -Dmajor=7 -Dminor=1
-Dfullversion=7.1.3 -Ddef_pgport=5444
Buildfile: ../../../build.xml
when look with "top" i can see java using %90 of the CPU.
i then just run ant to build its own build.xml for a simple test , it
hangs again.
i can't get any error messages displayed on console, or any log files.
PS: my JAVA_HOME, ANT_HOME ,CLASSPATH ,etc. are correctly set.
and the default postgres version 6.5.x that comes with cobalt is removed
from the system.
Bulent.