This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Automate Build Process
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 27, 2012
07:12 AM
Automate Build Process
I want to automate the build process of my IA projects.
I found in the documentation, that this can be done either by the command line build tool (build.exe) or the Ant task.
We are building our artifacts with Maven. Is there probably an InstallAnywhere Maven plugin available?
What is the best practice to automate IA projects with Maven?
Are there other tools available?
I found in the documentation, that this can be done either by the command line build tool (build.exe) or the Ant task.
We are building our artifacts with Maven. Is there probably an InstallAnywhere Maven plugin available?
What is the best practice to automate IA projects with Maven?
Are there other tools available?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 01, 2012
11:40 PM
Hi Peter Sammer,
Installanywhere Support Automated Build process via Ant only.
Please Navigate to Installanywhere Installation location to find out more resources ie samples and Help guide w.r.t Ant scripting
Hope this Helps!
Thanks,
Madhav Pai
Installanywhere Support Automated Build process via Ant only.
Please Navigate to Installanywhere Installation location to find out more resources ie samples and Help guide w.r.t Ant scripting
Hope this Helps!
Thanks,
Madhav Pai
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 07, 2012
03:19 AM
Thank you Madhav.
I finally created a Maven Assembly to prepare the source directories of the InstallAnywhere project and then added a "maven-antrun-plugin task" to build the installer with Ant.
There is only one problem left, that IA does not evaluate the parameters of the source directories set by:
but I am already in contact with the IA support guys.
Regards,
Peter
I finally created a Maven Assembly to prepare the source directories of the InstallAnywhere project and then added a "maven-antrun-plugin task" to build the installer with Ant.
There is only one problem left, that IA does not evaluate the parameters of the source directories set by:
but I am already in contact with the IA support guys.
Regards,
Peter
