I am trying to create an installer. One of our manual steps is to copy an artifact of our build process (.war file) to the Apache Tomcat 'webapps' folder, and rename it to "ROOT.war".Is there a simple way to rename a file after unpacking it?
--
You received this message because you are subscribed to a topic in the Google Groups "izpack-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/izpack-user/yYMncdr8uJM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to izpack-user+unsubscribe@googlegroups.com.
To post to this group, send email to izpac...@googlegroups.com.
Visit this group at https://groups.google.com/group/izpack-user.
For more options, visit https://groups.google.com/d/optout.
Is there any way to copy files after they are unzipped from an archive? The compiler complains that files do not exist.