Opened 17 years ago
Closed 17 years ago
#58 closed task (fixed)
--base-plugindir configure option
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | se.lu.thep.wenni | Keywords: | |
Cc: |
Description (last modified by )
In BASE2 default is <--with-base>/www/plugins
Files are installed in
<--base-plugindir>/se/lu/thep/wenni
In BASE1 default is <--with-base>/plugins/bin
Files are installed in
<--base-plugindir>/wenni
Change History (6)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Summary: | --with-base-plugin configure option [--with-base] → --base-plugindir configure option |
comment:2 by , 17 years ago
Status: | new → assigned |
---|
comment:3 by , 17 years ago
comment:4 by , 17 years ago
What should be installed?
My suggestion:
stand-alone: only binaries NNIFileConverter and nni, i.e., lib and header files are not installed
base1: BaseFileConverter wenni.pl and stand-alone binaries
base2: WeNNI.jar and stand-alone binaries
Objections? Let yourself be heard now or remain in silence forever.
comment:5 by , 17 years ago
(In [329]) overriding autotools variable bindir, so bins are installed in directory specified in refs #58. Note, this means setting variable 'prefix' when issuing make install will not work. I leave this ticket open because it is not yet tested that BASE2 WeNNI.jar file is installed in the right place.
comment:6 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems to work now. See ticket:72 for details on installation of NNIFileConverter
(In [327]) refs #58 variable INSTALLDIR is set in configure and propagated out to Makefiles.