we may use www.wicket-library.com for the update site if there is nothing else required than http
just found. you can open plugin.xml, select overview view and click "export the plugin..." Juergen On 11/10/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > Juergen, > I get the same warning. Im not really sure why its there. What im thinking > is just copying and pasting that class into the plugin's source. As i said, > this is my first time fiddling with eclipse. > > The easiest way i found to deploy it is to let eclipse generate an ant file > by right clicking on the MANIFEST.MF and going to pde tools/build ant file > and then doing the build using ant. When its done you get the jar file you > can drop into the plugins folder. > > Maybe we can set up an update site if there is more interest. I think the > coolest feature this plugin can have is small tabs in the bottom of the > editor that would let you switch between java/html/properties files, much > like the editor you get when you double click the MANIFEST.MF file. But i > have absolutely no clue as to how to do that, so for now i will stick to > small features i can figure out how to do - like auto file renaming, etc. > > -Igor > > > > On 11/10/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > > > Igor, > > > > Eclipse warns me that "Discouraged access: The type > > RenameResourceChange is not accessible due to restriction on required > > library > D:\Programme\eclipse-3.1\eclipse\plugins\org.eclipse.jdt.ui_3.1.1.jar > " > > > > Any idea what I'm doing wrong? > > > > What is the easiest way to deploy it. I know I can copy the jars. > > Isn't there menu entry to deploy it into a specific eclipse > > installation? > > > > thanks > > Juergen > > > > On 11/6/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > > got access to a laptop, and just checked it in. > > > its in wicket-stuff/wicketeer > > > > > > as i said this is my first go at an eclipse plugin so im sure the code > isnt > > > as elegant as it could be > > > > > > right now it handles all basic cases, like renaming a class that > inherits > > > from markup container and renaming an inner class that inherits from the > > > markup container. one case that is not handled is renaming files for a > class > > > that does not inherit from the markup container but has inner classes > that > > > do. > > > > > > i would like this to be a community driven effort because i do not have > a > > > ton of time to put into this, so any contributions are welcome. And if > > > someone has eclipse experience and wouldnt mind looking over it and > giving > > > pointers that would be great too. > > > > > > -Igor > > > > > > > > > > > > > > > On 11/6/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > > > i will check it in tonight. > > > > -Igor > > > > > > > > > > > > > > > > > > > > On 11/6/05, Andrew Berman <[EMAIL PROTECTED] > wrote: > > > > > Definitely would be nice. > > > > > > > > > > > > > > > > > > > > On 11/6/05, Martijn Dashorst < [EMAIL PROTECTED] > wrote: > > > > > > OOOOHHHHH YEAH! > > > > > > > > > > > > Martijn > > > > > > > > > > > > > > > > > > On 11/6/05, Igor Vaynberg < [EMAIL PROTECTED]> wrote: > > > > > > > Hi guys, ive been doing some refactoring lately and got really > tired > > > of > > > > > > > renaming the .html and .properties file after i renamed the page > or > > > panel > > > > > > > class. This sucks especially when you have inner classes and you > > > have to > > > > > > > rename all inner resources like SomePage$SomeInnerPanel.html > > > > > > > > > > > > > > I created a small plugin for eclispe that does the renaming of > all > > > non-java > > > > > > > resources when you rename a class that extends > > > wicket.MarkupContainer . > > > > > > > > > > > > > > Essentially if you have a page called SomePage class and you > rename > > > it to > > > > > > > SomeOtherPage all resources SomePage.* in the same package will > be > > > renamed > > > > > > > to SomeOtherPage.* > > > > > > > > > > > > > > If there is any interest i can make it available as a > wicket-stuff > > > project. > > > > > > > keeping in mind that it was my first forray into eclipse, so i > > > cannot > > > > > > > guarantee it works 100%. > > > > > > > > > > > > > > -Igor > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Living a wicket life... > > > > > > > > > > > > Martijn Dashorst - > > > http://www.jroller.com/page/dashorst > > > > > > > > > > > > Wicket 1.1 is out: > > > http://wicket.sourceforge.net/wicket-1.1 > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > SF.Net email is sponsored by: > > > > > > Tame your development challenges with Apache's Geronimo App > Server. > > > Download > > > > > > it for free - -and be entered to win a 42" plasma tv or your very > own > > > > > > Sony(tm)PSP. Click here to play: > > > http://sourceforge.net/geronimo.php > > > > > > _______________________________________________ > > > > > > Wicket-user mailing list > > > > > > [email protected] > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. > Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
