Christian Weisgerber wrote:
> > The diff below passes JAVA_HOME via MAKE_ENV whenever MODJAVA_BUILD=ant
> > is set.
> >
> > It would be nice if someone could test this in a bulk build before
> > I commit it.
>
> Under way.
... and finished. No problems.
--
Christian "naddy" Weisgerber
Matthias Kilian wrote:
> The diff below passes JAVA_HOME via MAKE_ENV whenever MODJAVA_BUILD=ant
> is set.
>
> It would be nice if someone could test this in a bulk build before
> I commit it.
Under way.
--
Christian "naddy" Weisgerber na...@mips.inka.de
On Wed, Dec 14, 2011 at 08:01:22PM +, Nigel Taylor wrote:
> > The diff below passes JAVA_HOME via MAKE_ENV whenever MODJAVA_BUILD=ant
> > is set.
>
> Hit this issue before in java/jna see below, the line added to java/jna
> is the same your adding. jna could have it's MAKE_ENV line removed, a
On 12/14/11 19:34, Matthias Kilian wrote:
> If jdk-1.7 is already installed when apache-ant gets installed,
> javaPathHelper -c apache-ant will use jdk-1.7, which is quite
> confusing. For example, naddy reported a problem with postgresql-jdbc
> which failed to build because the JDBC interfaces got
If jdk-1.7 is already installed when apache-ant gets installed,
javaPathHelper -c apache-ant will use jdk-1.7, which is quite
confusing. For example, naddy reported a problem with postgresql-jdbc
which failed to build because the JDBC interfaces got some new
declarations since jdk-1.7. Yet, postgre