[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: Not using work directory correctly while profiling?

Forgot to mention that this problem looks like this bug report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61754
but it is reported to be fixed and verified on 2004-08-12. As Hyades 3.0.1
is dated 2004-09-16 this should not be the cause of my problem...

Dennis Vredeveld wrote:

> Recently I tried to install and using Hyades3.0.1 with Eclipse3.0.1 under
> Windows2000. I've tried the example shown on
>
http://dev.eclipse.org/viewcvs/indextools.cgi/~checkout~/hyades-home/docs/profilingtool/profilingexample.html
> which is working exactly as described. This tells me my installation and
> configuration should be ok.
> The problem I am having is when I try to use the profile with an existing
> launch configuration. This configuration uses an XML-configuration file
> in the subdir /src/bin/. This is no problem to run or debug, as this
> directory is set as the working directoy in the launch configuration.
> When I try to start the profiler, however, it terminates with a "The
> system cannot find the file specified" error, mentioning the XML-file in
> this directory. I end up with some profiling data up to the point the
> system attempts to load this configuration file. The problem is present
> both when profiling as java application and as external java application.
> Am I missing something here? Do I have to tell Hyades explicitly where to
> find files in the working directory? Or is there something wrong in my
> configuration?