mbien commented on PR #6061:
URL: https://github.com/apache/netbeans/pull/6061#issuecomment-1674067879

   > I just wonder why mockito is passed as classpath requirement to run the 
php tests...
   
   possibly because it is now a dependency of nbunit? see 
`harness/nbjunit/nbproject/project.xml`
   
   > I guess I'm a little bit stuck:
   
   it should be possible to put arguments into "argfiles" for most if not all 
java tools by now, e.g:
   https://bugs.openjdk.org/browse/JDK-8027634
   Its a single arg pointing at a file which stores one arg per line
   
   But maybe this can be also solved by reducing the dependencies..., a huge cp 
could be a red flag in itself.
   
   If this is too much work I would investigate if this can be solved without 
mockito. I wouldn't put too much time into the ant build.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to