fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

--extra-module-paths spacing between two paths #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using a space between two paths, devide doesn't load and doesn't
mention you've got an error in your path. In my opinion it has to notice or
trim the both paths. An example:

./devide --extra-module-paths /home/japetheape/Source/in4307-build/bin,
/home/japetheape/Source/in4307-build/Wrapping/Python

Original issue reported on code.google.com by jaapvand...@gmail.com on 9 Mar 2009 at 4:36

GoogleCodeExporter commented 9 years ago
Usually spaces separate parameters, and parameters that have spaces in them 
should be
enclosed by double quotes.

That being said, I'll think about getting DeVIDE to give you some feedback on 
the
directories it DID parse out of the command-line.  That would help to diagnose 
this
kind of error.

Ok?

Original comment by cpbotha on 9 Mar 2009 at 4:43

GoogleCodeExporter commented 9 years ago
Well I first tried it using quotes, and it doesnt matter if you use quotes or 
not.
When using quotes and spaces it still doesn't load the second path. Giving 
feedback
would be better, then the problem can be fixed by knowing what happens. 

Original comment by jaapvand...@gmail.com on 9 Mar 2009 at 4:50