Well, I have a hard time imagining a
situation where I would want to put my jar files six directories below my
source directory. Also, on all the projects I work on, the project directory at
the root level is pretty stable (e.g., root/src, root/class/ root/lib/,
root/doc/, root/help. There is almost never a change except to add a directory
at the root level. So the problem you face has never arisen for me. Even if it
did, I'd prefer the relative path approach as it allows other developers to
use a common project file without first ensuring that the requisite environment
variable(s) are set on each developer's system.
I don't understand the problem you are
trying to solve with defadvice. Environment variables in paths are
evaluated by the JDE everytime the path is used, e.g., to generate a
compile command, not when the project file is loaded. Thus, if you have a
project loaded and you change the environment variable, the next time you
compile, the classpath will reflect the new value of the environment
variable.
- Paul
|
Title: RE: relative paths
- Re: relative paths Paul Kinnucan
- RE: relative paths Nascif Abousalh-Neto
- Re: relative paths Paul Kinnucan
- RE: relative paths Nascif Abousalh-Neto
- RE: relative paths Paul Kinnucan
- RE: relative paths Nascif Abousalh-Neto
- Re: relative paths Paul Kinnucan
- RE: relative paths Nick Sieger
- RE: relative paths Nascif Abousalh-Neto
