Discussion:
Building trunk with java disabled
Yuri Dario
2018-10-12 14:29:40 UTC
Permalink
Hi,

I already built the trunk on OS/2 manually skipping the java stuffs
(our latest JVM is java 6).

So yesterday I configured the build with --without-java: while
configure correctly disabled java, I discovered that gbuild still
tries to build java-related projects

Is this correct or I still have some misconfigured file left from
previous build?

thanks
--
Bye,

Yuri Dario



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@openoffice.apache.org
For additional commands, e-mail: dev-***@openoffice.apache.org
Matthias Seidel
2018-10-14 13:48:09 UTC
Permalink
Hi Yuri,
Post by Yuri Dario
Hi,
I already built the trunk on OS/2 manually skipping the java stuffs
(our latest JVM is java 6).
So yesterday I configured the build with --without-java: while
configure correctly disabled java, I discovered that gbuild still
tries to build java-related projects
Is this correct or I still have some misconfigured file left from
previous build?
My understanding is that --without-java should disable Java completely.
So I suspect a glitch in our gbuild migration.

Can you name an affected module? Damjan should know best.

BTW: Did you already try branch416 for OS/2? ;-)

Regards,
   Matthias
Post by Yuri Dario
thanks
Damjan Jovanovic
2018-10-14 14:46:15 UTC
Permalink
Post by Matthias Seidel
Hi Yuri,
Post by Yuri Dario
Hi,
I already built the trunk on OS/2 manually skipping the java stuffs
(our latest JVM is java 6).
So yesterday I configured the build with --without-java: while
configure correctly disabled java, I discovered that gbuild still
tries to build java-related projects
Is this correct or I still have some misconfigured file left from
previous build?
My understanding is that --without-java should disable Java completely.
So I suspect a glitch in our gbuild migration.
Can you name an affected module? Damjan should know best.
Java and Ant are now mandatory components.

Regards
Damjan
Yuri Dario
2018-10-19 14:32:29 UTC
Permalink
Hi Damjan,
Post by Damjan Jovanovic
Java and Ant are now mandatory components.
good to know, thanks! luckily I still can build most java related
modules.
--
Bye,

Yuri Dario



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@openoffice.apache.org
For additional commands, e-mail: dev-***@openoffice.apache.org
Loading...