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
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