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

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

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

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