Menu

#2 Installation from source problem

open
nobody
None
5
2003-01-09
2003-01-09
No

In your installation instructions for version 0.9.2,
there are several problems. First, step 3 is invalid:
3) Move the cartographer jar to the lib directory:
> mv $CARTOGRAPHER_HOME/dist/cartographer-[release
version].jar $CARTOGRAPHER_HOME/lib

Copy your jdbc driver (jar or class files) to the
lib/jdbc directory:
> cp <path to jdbc driver> $CARTOGRAPHER_HOME/lib/jdbc/

the file mentioned above is never created by ant when
running '>ant project'

Next, the file that is created, is versioned
incorrectly, as cartographer-0.9.jar. Simply mv it to
the correct version, and everything works.

Finally, no mention is made of the table prefix update
in the documentation (aside from mentioning that it was
added), what it does, or how it works, or if it can be
left out of the configuration file supplied as
configuration.example (which it cannot). I added the
line tablePrefix=Webportal_ to that file, and I have
tables both with the prefix, and without, and the
system still grabbed all the tables.

Discussion


Log in to post a comment.