Hi devs,
Thomas just told me that he's made a change for Extension Manager (apparently there
was a vote for it and I missed it - I can't find it so if anyone has the link please
point me to it) and that by default now the Extension Manager uses the temporary directory
to store installed extensions (Before it was using ~/.xwiki).
I thus want to throw my -1 to release 3.2 final with this (I'd also much prefer if
3.2M3 doesn't have it as much as possible). The reason is that the tmp/ directory can
get wiped anytime and the user can thus suddenly loose all its installed extensions. I
believe we need a permanent location for that.
We have 2 general options IMO:
1) Don't start xwiki if the work directory is not explicitly configured
2) Make the default EM work directory be the same as before (ie ~/.xwiki), when the work
dir config property is not defined
I also want to propose that for the standalone distribution of XE (the jetty/hsqldb
package) we use work/ as the work directory. We already create this directory and we
should use it (it's already used by our lucene indexing BTW).
WDYT?
Thanks
-Vincent