Create RPM package from ANT script under Windows

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

    I don't think it is possible, runtime packages built for linux won't work on windows (we don't expect dlls and exes on linux, do we!). Cygwin faces similar challenges and they clearly state that they do it by compiling source files for windows.

提交回复
热议问题