Re: [67cat] Meaning of "distilling" a jar during build?
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.