Re: Problem report
"Suraj Acharya" <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Hello Wolfgang, From the report file it looks like you are setting jde-ant-use-global-classpath to t and expecting JDE to start the ant process with the contents of jde-global-classpath in the CLASSPATH environment variable. I didn't know about this option until I looked at your problem report so I might be wrong, but from the source and some testing it appears that jde-ant-use-global-classpath only works if you use the jde-ant-invocation-method of "Java", ie you run ant by running a java class instead of using the ant start scipts in your ANT_HOME. The script method is the default and it doesn't look like you've changed it. Perhaps others can chime in with their opinions but I'd recommend putting in your classpath in your build.xml instead of relying on it being set externally. Suraj On 3/14/06, Wolfgang Pausch <[email protected]> wrote: > > Hello, > > I already wrote a mail because I have problems concerning a jar file on my > global classpath. So far, I didn't find a solution to my problem - see > the > attached problem report. > > Thanks for any help, > > Wolfgang > > >