Never mind, after all. I see that our build file is the one adding all
this to the classpath ... :(
On 8/6/18 9:47 AM, Roger Whitcomb wrote:
Hi all,
I'm trying to work with JDK 10 and the Apache Pivot project,
and I'm getting this error on Windows:
C:\Projects\pivot\trunk\bu
Hi all,
I'm trying to work with JDK 10 and the Apache Pivot project,
and I'm getting this error on Windows:
C:\Projects\pivot\trunk\build.xml:534: Javadoc failed: java.io.IOException:
Cannot run program "c:\Program Files\Java\jdk-10.0.2\bin\javadoc.exe":
CreateProcess
error=206,
the issue for classpath too long can be fixed by a different strategy using
a manifest's class-path with an empty jar file
>
>
>
>
>deprecation="off"
>
>optimize="off"
>
>destdir="${dest.dir}"
>
>srcdir="${src.dir}"
>
>includea
Thanks for your answer.
I'd like to fix this problem once for all - mapping and using push would just
buy me some time I reckon.
> -Original Message-
> From: Jose M Urena [mailto:jose.ur...@verizon.com]
> Sent: 03 August 2018 14:02
> To: Ant Users List
> Subject: [DKIM:FAIL] Re: [E] Java
It is heavily intertwined with corporate stuff so I can't. it is a regular
javac task whose class path is *huge* - the problem I reckon is that the
command line parameters (which includes the
Classpath) do not fit into the window's command line limit.
at org.apache.tools.ant.Project.exe