Re: JDBC Ant Problem

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "Tum Khawcharoenporn" <tum(at)summa-tech(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC Ant Problem
Date: 2001-06-19 01:33:38
Message-ID: 015201c0f85f$de027b20$0201a8c0@INSPIRON
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Not sure where the \par comes from. This looks like the root of the problem.

Not sure why you need to build it; the jar files can be found at http://jdbc.fastcrypt.com these are built from the latest cvs sources

Dave

----- Original Message -----
From: Tum Khawcharoenporn
To: pgsql-jdbc(at)postgresql(dot)org
Sent: Monday, June 18, 2001 5:08 PM
Subject: [JDBC] JDBC Ant Problem

I really need anybody's help on this problem. I am using Win2000 and PostgreSQL 7.1.1. I am now in the stage of 'make' command. When I typed in 'make', it always gave me the following error at the end.

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
\viewkind4\uc1\pard\f0\fs20 make[3]: Nothing to be done for `all'.\par
make[3]: Leaving directory `/home/Administrator/postgresql-7.1.1/src/interfaces/\par
libpgeasy'\par
make[3]: Entering directory `/home/Administrator/postgresql-7.1.1/src/interfaces\par
/jdbc'\par
/usr/bin/ant -buildfile ../../../build.xml -Dmajor=7 -Dminor=1 -Dfullversion=7.1\par
.1 -Ddef_pgport=5432\par
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/\par
Main\par
make[3]: *** [all] Error 1\par
make[3]: Leaving directory `/home/Administrator/postgresql-7.1.1/src/interfaces/\par
jdbc'\par
make[2]: *** [all] Error 2\par
make[2]: Leaving directory `/home/Administrator/postgresql-7.1.1/src/interfaces'\par
\par
make[1]: *** [all] Error 2\par
make[1]: Leaving directory `/home/Administrator/postgresql-7.1.1/src'\par
make: *** [all] Error 2\par
}

Is that the error from Ant class? Can someone give me an idea how to solve the problem?

Thanks.
Tum

Tuangporn Khawcharoenporn
Summa Technologies, Inc.
(412) 258-3342

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2001-06-19 14:33:17 Re: JDBC installation
Previous Message Christopher Smith 2001-06-18 22:23:57 Re: [SQL] Problems ensuring uniqueness?