Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PE proxy bug? other suggestions

Can you point me at the proper place to open the bug request for each of those items?

Thanks,
Brett
On Aug 12, 2009, at 10:06 AM, Greg Watson wrote:

Brett,

On Aug 11, 2009, at 3:36 PM, Brett Bode wrote:

Hi,
One of the annoyances I have run into while testing the PE proxy seems like a bug. If you have Eclipse setup with RSE connected and the PE proxy connected and then decide to disconnect the PE proxy (right-click on the PE proxy in the PTP Runtime perspective and stop the resource manager) it not only stops the PE proxy, but also causes the RDT server to exit. I don't see why the two should be connected since they are started separately.

If they're sharing the same RSE connection, then they are also sharing the same dstore server (assuming you're using dstore). Currently there's no way for the RM to tell if a connection is shared, so when you stop the RM it just closes the connection and the server exits. With the service model, it should be possible to check to see if another service provider is using the same connection and defer the close. I would suggest opening a bug on this so I don't forget :-).


While I'm writing I'll note a couple other behaviors that puzzle me.

First, when you create a new remote makefile type of project the pane in the wizard that specifies the location to store the project at uses a default location on the local file system (obviously wrong...). I am also unclear what the desired behavior for that choice is. You have to choose an existing directory - which implies to me that the wizard should create a new directory with the project name in that directory, but that doesn't seem to be happening. I seem to have to either create the new empty directory by hand, or choose an existing directory and then edit the path field and tack on the new project name.

We are working on a new new remote project wizard that will not default to local. Choosing a default is problematic in the remote case, since using any local path on the remote machine is most likely to be wrong. I think the most sensible default would probably be the user's home directory on the remote machine with the project name tacked on.


Another annoyance is the eclipse file browser. It would be great if that defaulted to the last location (or offered the last couple of paths as a list) or at least defaulted to the current project path. In something like the run configuration window there are a number of places to enter file paths that would make sense to default to the project path. In that dialog if you want to specify that the output and error go to files you have to pick existing filenames (why?) so I ended up using the shell to touch the desired file names before picking them in Eclipse.

I agree. I suggest opening bugs on the specific instances so that someone will look at fixing them.

Greg

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user




Back to the top