Thanks a lot. This fixes the problem :-)
> -Original Message-
> From: Jose M Urena [mailto:jose.ur...@verizon.com]
> Sent: 07 August 2018 16:10
> To: Ant Users List
> Subject: [DKIM:FAIL] Re: [DKIM:FAIL] Re: [E] Javac: Command-Line Argument
> Files
>
>
manifestclasspath has a maxParentLevels attribute to limit the relative
path transformations, deafults to 2
https://ant.apache.org/manual/Tasks/manifestclasspath.html
set it to maxparentlevels="10" or something reasonable to create relative
classpaths which are farther than 2 levels away from $
Hi,
Thanks, I think that is the way to go. I can get it to work though as the
compiler does not find the needed classes. I checked the generated jar it looks
correct. The paths are all
Relative, is that OK ?
Compilation fails because it can't resolve many classes, follow a snipped of my
build.
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