I have an install working great with SelfExtractor, but the config with NonExtractor is failing miserably with a FileNotFoundException:
Install failed
Error running the install, The following error occurred while executing this line:
java.io.FileNotFoundException: C:\DOCUME~1\[username]\LOCALS~1\Temp\antinstall1\jar:\C:\project-installer.jar!\build.xml
(The filename, directory name, or volume label syntax is incorrect)
It's like it is prefixinf the location of the jar with the temp folter path...
All I did was switching SelfExtractor by NonExtractor in the creat-installer.xml script...
any ideas ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have this same issue on Windows. Everything works fine when using a self-extracting jar. When I try to run from a non-extracting jar, ant cannot find the location of the jar.
I've tried using the antinstaller-jar property - it is not being set. The builddir property is set to the location of the temp directory.
What am I missing?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have an install working great with SelfExtractor, but the config with NonExtractor is failing miserably with a FileNotFoundException:
Install failed
Error running the install, The following error occurred while executing this line:
java.io.FileNotFoundException: C:\DOCUME~1\[username]\LOCALS~1\Temp\antinstall1\jar:\C:\project-installer.jar!\build.xml
(The filename, directory name, or volume label syntax is incorrect)
It's like it is prefixinf the location of the jar with the temp folter path...
All I did was switching SelfExtractor by NonExtractor in the creat-installer.xml script...
any ideas ?
I have this same issue on Windows. Everything works fine when using a self-extracting jar. When I try to run from a non-extracting jar, ant cannot find the location of the jar.
I've tried using the antinstaller-jar property - it is not being set. The builddir property is set to the location of the temp directory.
What am I missing?
Thanks