RE: [E] Javac: Command-Line Argument Files

2018-08-06 Thread Pietro Paolini
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

RE: [DKIM:FAIL] Re: [E] Javac: Command-Line Argument Files

2018-08-06 Thread Pietro Paolini
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

Re: [E] Javac: Command-Line Argument Files

2018-08-06 Thread Jose M Urena
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

Javadoc command too long with JDK 10

2018-08-06 Thread Roger Whitcomb
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,

Re: Javadoc command too long with JDK 10

2018-08-06 Thread Roger and Beth Whitcomb
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