Progress bar does not get updated when jar files' names include directories. Example:
archive="source/frames/one.jar, source/frames/two.jar, source/classes/one.jar"
Also, users are allowed to have jar files with identical names in different directories. Current implementation of progress bar does not allow users to have jar files with identical names in different directories. Progress bar is not being updated as a result of current implementation.
archive="source/frames/one.jar, source/frames/two.jar, source/classes/one.jar"
Also, users are allowed to have jar files with identical names in different directories. Current implementation of progress bar does not allow users to have jar files with identical names in different directories. Progress bar is not being updated as a result of current implementation.