I've been having some trouble building IVI. I get the
following when I use the installation instructions:
$ ant -f ../configure.xml -Dwith-eclipse=C:/Program\
Files/eclipse -Dwith-prefix=C:/Program\ Files/eclipse
-Dwith-javacc_home=/usr/local/javacc
Buildfile: ..\configure.xml
[ac_init] os.family=windows
[ac_subst] ac_subst version=1.0.1
[ac_subst] ac_subst jni_platform=win32
[ac_subst] ac_subst ivi_version=1.0.1
[ac_subst] ac_subst version=1.0.1
[ac_subst] ac_subst eclipse_plat=win32
[ac_with_eclipse] us_idx=31 ws_idx=27
[ac_eclipse_plugin] checking for plugin
org.eclipse.core.runtime in dirC:\Program
Files\eclipse\plugins
BUILD FAILED
C:\cygwin\home\jadler\ivi\configure.xml:43: plugin
version 310jar is badly formatted:
java.lang.NumberFormatException: For input string: "310jar"
Any idea what's wrong?
Logged In: YES
user_id=189914
Eclipse transitioned from having one directory for each
plugin to packaging plugins as .jar files over the 3.1
release cycle. Releases up to 3.1-M4 or so have plugin
directories, later releases have .jar files.
IVI 1.0.1's configure script only recognizes the 'directory'
plugins. Using Eclipse 3.1-M4 will probably give the best
results. IVI 1.0.2's configure script will recognize both
.jar and 'directory' plugins.
A potential workaround is to build IVI with eclipse 3.1-M4,
but install in a later version of eclipse.