[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Not using work directory correctly while profiling?
|
- From: vredeveld@xxxxxxx (Dennis Vredeveld)
- Date: Tue, 5 Oct 2004 13:05:47 +0000 (UTC)
- Newsgroups: eclipse.tools.hyades
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
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?