Create RPM package from ANT script under Windows

后端 未结 6 2088
陌清茗
陌清茗 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:15

    A possible solution is to use a pure java RPM Manipulation tool, such as the one described in:

    http://jrpm.sourceforge.net/rpmspec/index.html

提交回复
热议问题