0

I'm make my program as .jar file and giving it to the user. In case of any update in any program file, I need to provide the user with Ant build file.

So, is it enough if I provide the AntBuild file, created via Export-> General ->Ant buildFiles? Or Do i need to make any changes in that file?

Harbinger
  • 762
  • 2
  • 14
  • 36
  • If you distribute your application as JAR file. Why not deliver the updated application the same way? – SubOptimal Mar 13 '15 at 08:03
  • We upload the files to a version controller, from where the files are taken, build and jar file is created. So, the person in between who makes the jar and wants this build file. – Harbinger Mar 13 '15 at 09:49
  • Sorry don't get it what you want to do. What's a "version controller"? Do you mean a source code versioning system? If so, why not adding the build script to the source code versioning? – SubOptimal Mar 13 '15 at 09:58
  • The 'build script' you refer is the 'Ant build' created using eclipse? – Harbinger Mar 13 '15 at 10:19
  • Yes, I mean. The script which you use to compile your code and to create the JAR file. – SubOptimal Mar 13 '15 at 10:20

0 Answers0