On Monday 10 November 2003 17:29, Stephen McConnell wrote: > Niclas Hedhman wrote: > > I think you should do whatever you think is best!
You don't like to "think"?? Does it hurt much? \:-) > (and if that happens to be putting it into sandbox I'll be real happy - > but because you account isn't up yet I'll be happy to commit it for you > - should I use what you posted earlier or do you want to send me an > updated version?) Updated version, pleeeease./... Can't remember I sent you anything that actually runs... ZIP file attached. Now, contains the directory "org.apache.avalon.ide.eclipse", and the content inside is a so called "Eclipse Project", i.e. there is an ".project" file in there. This means you can do File -> Import Existing Project or something like that... Secondly, to keep CVS happy, all Eclipses that edit the same files should share the Code Formatter settings. I have exported my settings into the file eclipse.prefs, which can be read be Window->Preferences->Import.... I should probably strip out all the settings that are not code formatter related, but will do that later. I have not packaged it as a plug-in, nor have I created any Ant or Maven build system. To RUN, open the project (via Import I think), and then CLICK on (for instance) "plugin.xml", and then Run->Run As...->Runtime Workbench A new instance of Eclipse will shoot up. Go to Window->Show View->Other... and you have "Avalon" category there with a Repository view. It should show up in the same part of the screen as the Task editor, console, and the other views. Right click, Add Repository... Enter http://niclas.hedhman.org/repository and you should get my repository there (mind you, it is not some ultra-fast hosting service, so some patience observed is appreciated.) You will notice that 1. Opening a tree node is pretty fast, since it prefetches each node 2. Asynchronous population of the sub-nodes. You will not find any Leaf nodes, since that is where my RepositoryAgent implementation is not done properly yet. If you want to see how the http: setup, just download via a web browser the members.meta files in each directory on the server. They are almost self-explanatory. Cross reference with the PlainURLRepositoryAgent. Text messages and Icons has not been worked on much... Remove Repository... should also work, but just implemented it and have not tested it yet. And I would appreciate if you commit it to the sandbox... Niclas <<attachment eclipse.zip>> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
