From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Gunnar Rønning <gunnar(at)polygnosis(dot)com> |
Cc: | Dave Cramer <Dave(at)micro-automation(dot)net>, <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: [PATCHES] Ant configuration |
Date: | 2001-10-23 18:42:44 |
Message-ID: | Pine.LNX.4.30.0110222117400.825-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc pgsql-patches |
Gunnar Rønning writes:
> | * In numerous attempts I have failed to convince Ant to place the built
> | files in a tree different from the source tree. This really makes it a
> | pain to build for multiple architectures (in Java, architecture =
> | different jdk).
>
> <javac srcdir="${src}"
> destdir="${build}"
> classpath="xyz.jar"
> debug="on"
> />
>
>
> Is that what you want ?
Yes, but ant refused to recognize the srcdir as absolute and thinks it's
relative to the build dir. (Or at least it was something stupid like
that; it's been a while.)
> >From the Ant manual :
>
> It is possible to use different compilers. This can be selected with
> the "build.compiler" property.
Yeah, but how do you set the "build.compiler" property? This requires
pretty advanced knowledge.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-10-23 18:42:54 | Re: [PATCHES] Ant configuration |
Previous Message | Peter Eisentraut | 2001-10-23 18:42:06 | Re: FW: Re: [PATCHES] Ant configuration |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-10-23 18:42:54 | Re: [PATCHES] Ant configuration |
Previous Message | Mark Lillywhite | 2001-10-23 09:48:13 | DatabaseMetadata patch |