Hi,
I have a problem that the file names of the jar-files changes between builds. For example:
lib/module1-1.0.jar
lib/module2-2.3.jar
lib/module2-2.4.jar
I use the feature of adding a directory under "files and folders" to add all jar-files. Then i configure the java runner with the jar-files and build my msi installation. In the next release version numbers have changed:
lib/module1-1.1.jar
lib/module2-2.4.jar
lib/module2-2.5.jar
As it is today i have to modify my advanced installer project to get the new files and also modify my java product to use the new files in classpath. I would like advanced installer to pick upp the new files automatically without manual work by me. Why not add a feature to add files in a directory whichis scanned every time the project is built. All the files in there should also be included in the java product classpath.
Regards
Mikael