Обсуждение: CVS compile error

Поиск
Список
Период
Сортировка

CVS compile error

От
Bruce Momjian
Дата:
I am seeing this error in CVS jdbc:

 /usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/./build.xml:51:
 Class org.apache.tools.ant.taskdefs.condition.And doesn't support the
 nested "isset" element.

This is with:

    $ java -version
    java version "donn:01.02.00-14:56"
    Classic VM (build donn:01.02.00-14:56, native threads, nojit)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: CVS compile error

От
Barry Lind
Дата:
Bruce,

What version of ANT do you have installed?  I was using 1.6 when I made
this change.

--Barry

Bruce Momjian wrote:

>I am seeing this error in CVS jdbc:
>
> /usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/./build.xml:51:
> Class org.apache.tools.ant.taskdefs.condition.And doesn't support the
> nested "isset" element.
>
>This is with:
>
>    $ java -version
>    java version "donn:01.02.00-14:56"
>    Classic VM (build donn:01.02.00-14:56, native threads, nojit)
>
>
>



Re: CVS compile error

От
Bruce Momjian
Дата:
Ant 1.4.1.  I am downloading 1.5 now.  I don't see 1.6.1 as a standard
release of ant.

---------------------------------------------------------------------------

Barry Lind wrote:
> Bruce,
>
> What version of ANT do you have installed?  I was using 1.6 when I made
> this change.
>
> --Barry
>
> Bruce Momjian wrote:
>
> >I am seeing this error in CVS jdbc:
> >
> > /usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/./build.xml:51:
> > Class org.apache.tools.ant.taskdefs.condition.And doesn't support the
> > nested "isset" element.
> >
> >This is with:
> >
> >    $ java -version
> >    java version "donn:01.02.00-14:56"
> >    Classic VM (build donn:01.02.00-14:56, native threads, nojit)
> >
> >
> >
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: CVS compile error

От
Barry Lind
Дата:
Bruce,

Thanks for the info.  I will look at this to see if I can change things
around to get it working with 1.4 again.  Sorry for the problems.

--Barry

Bruce Momjian wrote:

>Ant 1.4.1.  I am downloading 1.5 now.  I don't see 1.6.1 as a standard
>release of ant.
>
>---------------------------------------------------------------------------
>
>Barry Lind wrote:
>
>
>>Bruce,
>>
>>What version of ANT do you have installed?  I was using 1.6 when I made
>>this change.
>>
>>--Barry
>>
>>Bruce Momjian wrote:
>>
>>
>>
>>>I am seeing this error in CVS jdbc:
>>>
>>>/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/./build.xml:51:
>>>Class org.apache.tools.ant.taskdefs.condition.And doesn't support the
>>>nested "isset" element.
>>>
>>>This is with:
>>>
>>>    $ java -version
>>>    java version "donn:01.02.00-14:56"
>>>    Classic VM (build donn:01.02.00-14:56, native threads, nojit)
>>>
>>>
>>>
>>>
>>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 6: Have you searched our list archives?
>>
>>http://archives.postgresql.org
>>
>>
>>
>
>
>



Re: CVS compile error

От
Bruce Momjian
Дата:
I downloaded 1.5 and that fixed it.

---------------------------------------------------------------------------

Barry Lind wrote:
> Bruce,
>
> Thanks for the info.  I will look at this to see if I can change things
> around to get it working with 1.4 again.  Sorry for the problems.
>
> --Barry
>
> Bruce Momjian wrote:
>
> >Ant 1.4.1.  I am downloading 1.5 now.  I don't see 1.6.1 as a standard
> >release of ant.
> >
> >---------------------------------------------------------------------------
> >
> >Barry Lind wrote:
> >
> >
> >>Bruce,
> >>
> >>What version of ANT do you have installed?  I was using 1.6 when I made
> >>this change.
> >>
> >>--Barry
> >>
> >>Bruce Momjian wrote:
> >>
> >>
> >>
> >>>I am seeing this error in CVS jdbc:
> >>>
> >>>/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/./build.xml:51:
> >>>Class org.apache.tools.ant.taskdefs.condition.And doesn't support the
> >>>nested "isset" element.
> >>>
> >>>This is with:
> >>>
> >>>    $ java -version
> >>>    java version "donn:01.02.00-14:56"
> >>>    Classic VM (build donn:01.02.00-14:56, native threads, nojit)
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>---------------------------(end of broadcast)---------------------------
> >>TIP 6: Have you searched our list archives?
> >>
> >>http://archives.postgresql.org
> >>
> >>
> >>
> >
> >
> >
>
>
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073