Corionis / ELS

Corionis Entertainment Library Synchronizer data management and back-up tool
https://corionis.github.io/ELS/
GNU General Public License v3.0
6 stars 0 forks source link

Fix ant build #91

Closed Corionis closed 1 year ago

Corionis commented 1 year ago

I use IntelliJ that also handles the build. However some may need an ant build file. Unfortunately the ant build generator in IntelliJ has a bug where it performs the build correctly but fails to add the "Main-Class: com.groksoft.els.Main" line to the MANIFEST.MF file.

Fix or rewrite the els-build.xml file to work carrectly.

Does anyone care or have an ant build file to contribute?

Corionis commented 1 year ago

Closing as part of #95