Tibor17 commented on issue #197: SUREFIRE-1588 Patch (Java7)
URL: https://github.com/apache/maven-surefire/pull/197#issuecomment-435226142
 
 
   We should see the Manifest. Why this issue does not exist on Windows? I 
think it should because the code base is in TEMP since the `surefire.jar` 
(surefire booter) is always on `C:\` and not your Local repo on `D:\`.
   See the first two sentenses in 
https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#classpath
   Are we sure that we identified the bug and it is in Class-Path of the 
Manifest??
   Why the Main-Class is not found according to the bugs related to Debian dist?
   The users say the `useSystemClassLoader` helps but it is because environment 
variable `CLASSPATH` is used with absolute paths. It is a bit contradictory 
with Manifest's Class-Path. I remember that the spec was different and that the 
file URL (`file:/path/to/jar`) was supported, so I guess absolute.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to