-
Hi there,
I'm using the text-auto feature in ant install to run automated installations. It's working really well.
We have many different applications which are all deployed from the same directory, using self extracting jars. So it is important that we don't accidentally use the wrong ant.install.properties file.
So I wanted to delete the ant.install.properties file after each...
2009-11-04 02:40:36 UTC by benjwarner
-
When you say "xml file which will be part of the files installed", you don't mean the antinstall-config.xml of the installer itself, right? you mean just a file of your installables....If that is the case, yes it is possible...Actually it is possible to anything you want with the inputs provided by the user, all you have to do is to add an ant task in your installer build.xml file...
2009-10-20 18:43:23 UTC by mmugabo
-
The datatype of the defaultValue attribute of the password filed is 'NMTOKEN'. If the value of the field in the xml file is a property substitution i.e. ${mydefaultpassword} the '$', '{', and '}' characters are regarded as invalid.If the type was CDATA this would not be the case.
2009-10-16 13:26:35 UTC by nobody
-
I have several input pages which should be dsiplayed under any condition so the 'ifPorperty' attribute for the page is not set. This works correctly (or at least as expected ) under windows but under Unix in console mode throws an ConfigurationExcpetion "Invalid ifProperty expression".
2009-10-13 18:24:51 UTC by nobody
-
I have the same problem. Is it possible?
Thanx!
2009-10-02 07:48:26 UTC by vehe
-
Figured it out all.
2009-09-29 15:51:56 UTC by mmugabo
-
Hi,
I am unable to replace the image which is shown during extraction.
I tried creating a new image with the same name as extract-image.png
in my resources directory which gets included along with the default image named extract-image.png in the installer jar file. So, in the installer jar there are 2 files named extract-file.png & during extraction the default image overwrites the new...
2009-09-21 05:46:50 UTC by aejaz
-
User ID: 2389836
user name: mmugabo
I would like to have some text be displayed in non editable text fields just for informational purposes. This feature doesn't seem to be provided on the input type of the input page, is there an easy way to do this??
I see that a jGoodies library is provided and it has much more UI widgets or different GUI components....What would be the...
2009-09-03 20:02:44 UTC by mmugabo
-
The following error occurs when running the Installer-task using Maven's AntRun-Plugin. The error only occurs with Java 5:
org.apache.maven.lifecycle.LifecycleExecutionException: An Ant BuildException has occured: Missing icons: ai-icons-myIcons.jar does not exist.
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:703)
at...
2009-08-19 09:29:28 UTC by nobody
-
Hi,
First of all, thank you for AntInstaller we use in our Open Source project, Ldap Synchronization Connector (lsc-project.net). But I just encountered an error while upgrading Ant to 1.7.1 with AntInstaller 0.8beta : I'm trying to run a build file at the end of the installation process with a use of a replaceregexp ant task and I get the following exception. I join the build file but I...
2009-07-19 23:19:28 UTC by bahlouls