Replies: 1 comment
-
The Batch compiler does not know about the concept of containers which group jars. Thus, it needs to be applied to every jar. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://help.eclipse.org/latest/topic/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm explains how one can specify access rules for files and folder, but for example here we have a global rule:
https://github.com/eclipse-pde/eclipse.pde/blob/cef50ec845862cdb1b1f3ea5f347380bc0e467b6/e4tools/bundles/org.eclipse.e4.tools.emf.ui/.classpath#L6
the question is now how one would pass this to the batch compiler? Must I prepend it to each and every jar/file to be effective or can there be a wildcard used or ...?
Beta Was this translation helpful? Give feedback.
All reactions