« Return to Thread: [67cat] Meaning of "distilling" a jar during build?

Re: [67cat] Meaning of "distilling" a jar during build?

by Jesse Glick :: Rate this Message:

Reply to Author | View in Thread

Thorsen Eric wrote:
> [parseprojectxml] Distilling .../build/public-package-jars/org-netbeans-modules-lexer.jar from [.../ide11/modules/org-netbeans-modules-lexer.jar]
>
> When I look at the resulting org-netbeans-modules-lexer.jar in the
> build/public-package-jars directory there is only 1 class in the
> org/netbeans/lib/lexer dir as well as the manifest missing and I assume
> some other differences.
>
> What is happening during the distillation phase?

Everything is deleted from the JAR except for classes in the declared public packages. Should be 34 in this case, not sure why you are only seeing 1.

 « Return to Thread: [67cat] Meaning of "distilling" a jar during build?