Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-update-dev] non-plugin data - what happens to it after an install


OK, so I've got a feature with a plugin and a non-plugin file.  And custom handler.  The base file name of the non-plugin file appears to be set correctly (base meaning there are no path elements to it) by the time my installComplete() (or whatever) callback is called.

Questions:

- the non-plugin file is not in the eclipse/install/features directory after the feature install.  My current handler does nothing but print the name of the non-plugin files.  I can't find the non-plugin file anywhere.  Did it get downloaded then erased?  Am I supposed to download it?

- I'm going to display my incredible ineptitude with eclipse programming by asking how to get the base eclipse install directory (the directory containing the install and plugins directories).  There must be some method somewhere to get this, but I have no idea where to start looking.

Patrick Mueller
patrick_mueller@xxxxxxx

Back to the top