Just finished installing 0.24. Torture!
Just a couple of comments.
1. I said 'Yes' to shortcuts, but they were never created.
2. The instructions in BUILD.txt is incorrect. It never tells
you how to build lib/jniregistry.jar which does not come in
the installed package, so it fails when you foloow the
instructions to build the rest of it.
3. vainstall.jar is not a standalone runnable jar
4. The documentation dose not mention anything about
where the main class is.
5. For some reason you can't use the gui if you are using
Java 1.5
Take a look at:
http://sourceforge.net/projects/installguru/
It seems much better.
Logged In: YES
user_id=200680
You're right: some documentation is needed.
Some answers:
1: there is no shortcut for vainstall.
2: I'll change the BUILD.txt
3: Yes
4:com.memoire.vainstall.VAInstall
5:The gui is not really used.
To use Vainstall:
1- Copy and modify the examples from the the folder
"vainstall\examples\hello". Use the files hello.vai and
hello_filelist.txt
2- Launch
java -cp vainstall.jar com.memoire.vainstall.VAInstall
hello.vai in the vai files' folder.
Or use ant:
<java classname="com.memoire.vainstall.VAInstall"
classpath="${vainstall.jar}"
dir="${my.vai.dir}"
failonerror="true"
fork="true">
<arg value="${my.tr.vai.file}" />
</java>