Create RPM package from ANT script under Windows

后端 未结 6 2103
陌清茗
陌清茗 2020-12-30 06:37

I need to create an RPM package from an ANT script that runs on a Windows computer. This package must contain the result classes from the build plus some other, additional

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-30 07:04

    Checking the Ant manual, I found the following optional task:

    http://ant.apache.org/manual/Tasks/rpm.html

    However, this only runs with linux computers

提交回复
热议问题