codyopel / collide

Automatically exported from code.google.com/p/collide
Apache License 2.0
0 stars 0 forks source link

webroot directory config change doest not apply #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open collide starting file
2. change WEBROOT="/some/static/path"
3. start collide
4. find yourself always in the default dir (where collide is)

What is the expected output? What do you see instead?
open collide => find yourself in /some/static/path and not in the collide dir

What version of the product are you using? On what operating system?
collide-dist-2012-07-07.tar.bz2
debian squeeze 64bit

Please provide any additional information below.
JAVA:
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)

if any more needed just ask

Original issue reported on code.google.com by romeodoe...@gmail.com on 11 Jul 2012 at 4:48

GoogleCodeExporter commented 9 years ago
WEB_ROOT is not a configurable variable.

Run 'collide' *from* your web root (the same way you'd run any command-line 
utility -- it operates on the current directory).

Original comment by dragonsinth on 11 Jul 2012 at 9:30