You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Ronnie Ginzburg <ro...@gmail.com> on 2023/03/31 08:32:21 UTC

Creation of manifest file

I'm a beginner;
Is there a way to have Netbeans produce this file automatically?

-- 

Dominus vobiscum

Ronnie

Re: Creation of manifest file

Posted by András Sik <an...@gmail.com>.
Hello!

Probably extremely late to the party, but assuming you use Apache Ant to
build, you can use this task:
https://ant.apache.org/manual/Tasks/manifest.html

Assuming Maven:
https://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html

I did not do any Gradle yet, but Google could help if thats your build
system.

You may have to do sone additional research depending on how much you know
about thus in general :-)

Best regards,
András

On Fri, Mar 31, 2023, 10:33 Ronnie Ginzburg <ro...@gmail.com>
wrote:

> I'm a beginner;
> Is there a way to have Netbeans produce this file automatically?
>
> --
>
> Dominus vobiscum
>
> Ronnie
>
>
>