sourcejammer-users Mailing List for SourceJammer (Page 17)
Brought to you by:
robertmacgrogan
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(7) |
Nov
(8) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(19) |
Feb
(64) |
Mar
(38) |
Apr
(40) |
May
(38) |
Jun
(46) |
Jul
(10) |
Aug
(20) |
Sep
(40) |
Oct
(60) |
Nov
(38) |
Dec
(61) |
2003 |
Jan
(102) |
Feb
(92) |
Mar
(83) |
Apr
(89) |
May
(9) |
Jun
(36) |
Jul
(24) |
Aug
(23) |
Sep
(47) |
Oct
(36) |
Nov
(31) |
Dec
(33) |
2004 |
Jan
(41) |
Feb
(59) |
Mar
(37) |
Apr
(19) |
May
(27) |
Jun
(38) |
Jul
(19) |
Aug
(23) |
Sep
(8) |
Oct
(8) |
Nov
(38) |
Dec
(27) |
2005 |
Jan
(33) |
Feb
(28) |
Mar
(23) |
Apr
(32) |
May
(35) |
Jun
(23) |
Jul
(58) |
Aug
(40) |
Sep
(27) |
Oct
(35) |
Nov
(10) |
Dec
(16) |
2006 |
Jan
(18) |
Feb
(5) |
Mar
(3) |
Apr
(16) |
May
(2) |
Jun
(17) |
Jul
(6) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(3) |
Dec
|
2007 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
(7) |
Dec
|
2008 |
Jan
|
Feb
(2) |
Mar
(9) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
From: Stephenson I. <ian...@dh...> - 2005-03-30 01:50:53
|
I am using the latest Windows client 2.1.2.0 beta (March 24, 2005) on a = Win2K pc. When executing the client using either sj_gui.bat or = sourcejammer.exe, the following error is reported: =20 com.jgoodies.plaf.windows.ExtWindowsLookAndFeel =20 I select OK from the error dialogue box and everything continues on as = expected. =20 =20 =20 --=20 No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.5 - Release Date: 29/03/2005 =20 |
From: Ondra <p_a...@at...> - 2005-03-25 21:13:40
|
Anytime I try to add a file of certain size (perhaps over approx.20K) I get a blank dialog. Sometimes there is the warning dialog that the file is to big and if I want to add it with diff or skip. Whatever I select (yes or no I didn't try the yes to all...) I get a blank dialog again. But sometimes there is no warning and get a blank dialog anyway. Does anyone know why? |
From: Robert M. <rob...@ya...> - 2005-03-23 15:27:09
|
Hi, Tim. What version of SJ are you using (CLient and server)? Usually, this invalid nodeinfo string message means that you're trying to connect to your server with an incompatible version of the client. Though it's also possible that this could happen if you named a file or folder using a non-ascii character (such as a | or [ or something like that). I've tried to fix SJ so that all of these characters work fine, but it's possible that I missed one or two. What is the name of the folder that's causing you problems? Any files in there that have non-ascii characters in their names? What sort of soap communication issue are you experiencing? SJ does not create or put files into a directory called .settings. At least it doesn't do this directly. Is this where Java stores preferences on Linux machines? Does anyone know? --Rob --- "Hagerty, Timothy CIV NAVSAFECEN, 52D" <tim...@na...> wrote: > Hello, > > My name is Tim Hagerty and I am a programmer at the Naval Safety Center in Norfolk, VA. > > First let me say that we have been using SourceJammer as our repository for over 2 years now and > it has worked out very well for us. > > We have however recently experienced some issues that have stumped us. > > Here is our error message: Invalid NodeInfo string. 2,2011, Invalid NodeInfo string. > Invalid NodeInfo string. 2,2011, Invalid NodeInfo string. > > Every time we click on a particular folder we get the above error message. > > We have also added a number of new repositories and are now experiencing the soap communication > issue when we try to bring down an individual file. We also noticed a couple of .settings > Folders and can not remove them. > > Are there any admin tools that you might have that we could use to clean up some bad folders or > any tips as to how we might fix the above error? > > Thanks a lot, > Tim Hagerty > Naval Safety Center > (757) 444 3520 ext: 7080 > > __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ |
From: Robert M. <rob...@ya...> - 2005-03-21 15:01:49
|
Hi, Kevin. The easiest way to get this is to: 1) Use the SimpleInterface class getFileObj() method to get the File object. 2) call either childList() or childNodes() on the File object to get a list of the Version objects. 3) Cast each object in childList()/childNodes() to NodeInfo. 4) The date value can be found with getCreatedDate() on the NodeInfo object. Good luck. --Rob --- Kev...@re... wrote: > Hello, > > I'm trying to get dates off of different file versions of the same file > for reporting purposes. I'm pretty sure this can be done, because by > clicking the details button when using the GUI, I can see a date beside > each version. I'm having trouble trying to do this using the Java API. > > Can you please give me some direction? > > Thanks! > > Kevin Cloudt > 770-806-2648 > kev...@re... __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 |
From: <Kev...@re...> - 2005-03-18 21:51:41
|
Hello, I'm trying to get dates off of different file versions of the same file for reporting purposes. I'm pretty sure this can be done, because by clicking the details button when using the GUI, I can see a date beside each version. I'm having trouble trying to do this using the Java API. Can you please give me some direction? Thanks! Kevin Cloudt 770-806-2648 kev...@re... |
From: Robert M. <rob...@ya...> - 2005-03-18 00:32:40
|
I've released an update of the SJ Eclipse plugin. You can download the new plugin from the sjextensions downloads page: http://sourceforge.net/projects/sjeclipse I've submitted the plugin to Ecliplse Plugin Central, so hopefully a download should be available from there soon. In the meantime, I've set up a temporary Eclipse update site here: http://dev.sourcejammer.org/sj-eclipse-update Requires Eclipse 3.0.x To install the plugin: 1) In Eclipse, go to Help|Software Updates|Find and Install... 2) Click next in the dialog. 3) Create a new remote site using the URL above. 4) Select the site and go through the steps to install the plugin. After you install SJ Eclipse, make sure to set the location of your SJ client. This defaults to C:\SourceJammer\client. If you installed anywhere else, you'll need to modify this or SJ Eclipse won't work. --Rob __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Robert M. <rob...@ya...> - 2005-03-18 00:32:36
|
I've released an update of the SJ Eclipse plugin. You can download the new plugin from the sjextensions downloads page: http://sourceforge.net/projects/sjeclipse I've submitted the plugin to Ecliplse Plugin Central, so hopefully a download should be available from there soon. In the meantime, I've set up a temporary Eclipse update site here: http://dev.sourcejammer.org/sj-eclipse-update Requires Eclipse 3.0.x To install the plugin: 1) In Eclipse, go to Help|Software Updates|Find and Install... 2) Click next in the dialog. 3) Create a new remote site using the URL above. 4) Select the site and go through the steps to install the plugin. After you install SJ Eclipse, make sure to set the location of your SJ client. This defaults to C:\SourceJammer\client. If you installed anywhere else, you'll need to modify this or SJ Eclipse won't work. --Rob __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ |
From: Robert M. <rob...@ya...> - 2005-03-17 22:19:39
|
Sorry, but no. Something to allow you to do this is on the list for the 2.2 release, though. Also, adding something along the lines of "Check Out Report" for all users would not be all that tough, if anyone wants to volunteer to do this for the next client release, which will be out much sooner than 2.2. --Rob --- Rob...@re... wrote: > Is there a way to get a list of files checked out for ALL users ? > > Thanks; > > Robin S Levine > rob...@re... > 770-806-2655 __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ |
From: <Rob...@re...> - 2005-03-17 22:07:28
|
Is there a way to get a list of files checked out for ALL users ? Thanks; Robin S Levine rob...@re... 770-806-2655 |
From: Robert M. <rob...@ya...> - 2005-03-07 19:32:51
|
Hi, Andy. I don't usually use package view, which explains why this might be a little buggy. For now, the Folder level actions should be available under Navigator view. I'll look into the package view issue. The checkout report hopefully should not be necessary. When you see the Folder menu, you'll see a "Check In From Folder" option. This will check in all files checked out to you under the selected folder. Yes, you don't have the option of specifying which files you want to check in, but for now, this is going to be a limited subset of functionality. I hope to avoid building any complex dialogs in Eclipse, but if someone else wants to take a stab at it . . . --Rob --- Andrew L Gale <alg...@ya...> wrote: > Nice. I've been waiting for something like this. The > only problem I see is that there is no SJ menu when I > right-click on the root (project node) in the package > explorer tree. I'd like to be able to use "Get > Folder" option the root node, just as I do in the SJ > application. > > Besides that, it would be nice to have the "View > Checkout Report" dialog available in eclipse. > > Thanks Rob. > > > > > __________________________________ > Celebrate Yahoo!'s 10th Birthday! > Yahoo! Netrospective: 100 Moments of the Web > http://birthday.yahoo.com/netrospective/ > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ |
From: Andrew L G. <alg...@ya...> - 2005-03-07 19:26:51
|
Nice. I've been waiting for something like this. The only problem I see is that there is no SJ menu when I right-click on the root (project node) in the package explorer tree. I'd like to be able to use "Get Folder" option the root node, just as I do in the SJ application. Besides that, it would be nice to have the "View Checkout Report" dialog available in eclipse. Thanks Rob. __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ |
From: Robert M. <rob...@ya...> - 2005-03-04 21:13:31
|
Hi, Joseph. I think you can find the solution to your problem posted here: http://www.mail-archive.com/sou...@li.../msg00140.html Thanks. --Rob --- Joseph Sexton <jos...@uc...> wrote: > Using Source Jammer version: 2.1.0.0 > > > > I newly installed SourceJammer and everytime I attempt to create an archive > I get the below error: > > > > > > Fault Code = Soap-ENV:Server > > Fault String = Exception from service object: Provider > org.apache.xalan.processor.TransformerFactoryImpl not found. > > > > How can I fix this error? > > __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ |
From: Joseph S. <jos...@uc...> - 2005-03-04 21:09:34
|
Using Source Jammer version: 2.1.0.0 I newly installed SourceJammer and everytime I attempt to create an archive I get the below error: Fault Code = Soap-ENV:Server Fault String = Exception from service object: Provider org.apache.xalan.processor.TransformerFactoryImpl not found. How can I fix this error? |
From: Robert M. <rob...@ya...> - 2005-03-02 16:03:29
|
Hi, Everyone. Thanks for testing the plugin. Obviously there are still a couple of issues. I've been out of town for a few days, so that's why I haven't responded before. No particular reason for setting the "nature" to java. This is all new to me, so I was experimenting. As for the project properties not showing up--the first think you need to do when you install the SJ Eclipse plugin is set the path to your SJ client in Preferences. If you don't do this, none of the other stuff will work. I need to make a friendly error message that tells you if you haven't set this path. Also, I need to default it, if possible, to something reasonable. Chris, I'll make the changes you mention to the plugin.xml file. By the way, I noticed the fact that Eclipse caches plugin info while I was developing. What a pain! --Rob --- "Schmeiler, Andreas" <And...@RT...> wrote: > Hi Chris, > > thank you, that did it! > > > --- Andreas :-) > > > > > > > -----Ursprüngliche Nachricht----- > > Von: sou...@li... > > [mailto:sou...@li...] Im > > Auftrag von Chris Duck > > Gesendet: Dienstag, 1. März 2005 16:24 > > An: Schmeiler, Andreas > > Cc: SourceJammer Users; SourceJammer Devel > > Betreff: Re: [SourceJammer-devel] Re: AW: > > [SourceJammer-users] Eclipse Plugin Beta Pre-release > > > > > > I did some testing today on a fresh eclipse install and was able to > > recreate the issue with the php plugin and the filter fix not > > working. > > Apparently eclipse is caching the plugin information > > somewhere so it is > > not noticing your changes to the plugin.xml. Try removing the filter > > lines from plugin.xml and then start eclipse with the "-clean" switch > > and see if that works. > > > > Also if you add adaptable="true" to the page tag you should get the > > property page from the right click menus as well as the top > > menu. Just > > remember to run the clean switch after you make the changes. > > --Chris Duck > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from > > real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > SourceJammer-users mailing list > > Sou...@li... > > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > > > Die Information in dieser E-Mail ist vertraulich und exklusiv fuer den > Adressatenkreis bestimmt. Unbefugte Empfaenger haben kein Recht, vom Inhalt > Kenntnis zu nehmen, fehlgeleitete E-mails sind sofort zu loeschen. > Weiterleiten oder Kopieren darf, auch auszugsweise nur mit ausdruecklicher, > schriftlicher Einwilligung des Absenders erfolgen. In jedem Fall ist > sicherzustellen, dass keinerlei inhaltliche Veraenderungen erfolgen. Der > Absender ist von der Richtigkeit des Inhalts und der Uebertragung dieser > E-Mail ueberzeugt. Eine Haftung dafuer ist jedoch ausgeschlossen. > > This is a confidential communication intended only for the named adresses. > If you received this communication in error, please notify us and return and > delete it without reading it. This e-mail may not be disclosed, copied or > distributed in any form without the obtained permission in writing of the > sender. In any case it may not be altered or otherwise changed. Whilst the > sender believes that the information is correct at the date of the e-mail, > no warranty and representation is given to this effect and no responsibility > can be accepted by the sender. > __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ |
From: Schmeiler, A. <And...@RT...> - 2005-03-02 08:43:28
|
Hi Chris, thank you, that did it! --- Andreas :-) > -----Urspr=FCngliche Nachricht----- > Von: sou...@li...=20 > [mailto:sou...@li...] Im=20 > Auftrag von Chris Duck > Gesendet: Dienstag, 1. M=E4rz 2005 16:24 > An: Schmeiler, Andreas > Cc: SourceJammer Users; SourceJammer Devel > Betreff: Re: [SourceJammer-devel] Re: AW:=20 > [SourceJammer-users] Eclipse Plugin Beta Pre-release >=20 >=20 > I did some testing today on a fresh eclipse install and was able to=20 > recreate the issue with the php plugin and the filter fix not=20 > working. =20 > Apparently eclipse is caching the plugin information=20 > somewhere so it is=20 > not noticing your changes to the plugin.xml. Try removing the filter = > lines from plugin.xml and then start eclipse with the "-clean" switch = > and see if that works. >=20 > Also if you add adaptable=3D"true" to the page tag you should get the = > property page from the right click menus as well as the top=20 > menu. Just=20 > remember to run the clean switch after you make the changes. > --Chris Duck >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from=20 > real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users >=20 Die Information in dieser E-Mail ist vertraulich und exklusiv fuer den Adressatenkreis bestimmt. Unbefugte Empfaenger haben kein Recht, vom = Inhalt Kenntnis zu nehmen, fehlgeleitete E-mails sind sofort zu loeschen. Weiterleiten oder Kopieren darf, auch auszugsweise nur mit = ausdruecklicher, schriftlicher Einwilligung des Absenders erfolgen. In jedem Fall ist sicherzustellen, dass keinerlei inhaltliche Veraenderungen erfolgen. = Der Absender ist von der Richtigkeit des Inhalts und der Uebertragung = dieser E-Mail ueberzeugt. Eine Haftung dafuer ist jedoch ausgeschlossen.=20 This is a confidential communication intended only for the named = adresses. If you received this communication in error, please notify us and = return and delete it without reading it. This e-mail may not be disclosed, copied = or distributed in any form without the obtained permission in writing of = the sender. In any case it may not be altered or otherwise changed. Whilst = the sender believes that the information is correct at the date of the = e-mail, no warranty and representation is given to this effect and no = responsibility can be accepted by the sender. |
From: Chris D. <gp...@ti...> - 2005-03-01 15:24:51
|
I did some testing today on a fresh eclipse install and was able to recreate the issue with the php plugin and the filter fix not working. Apparently eclipse is caching the plugin information somewhere so it is not noticing your changes to the plugin.xml. Try removing the filter lines from plugin.xml and then start eclipse with the "-clean" switch and see if that works. Also if you add adaptable="true" to the page tag you should get the property page from the right click menus as well as the top menu. Just remember to run the clean switch after you make the changes. --Chris Duck |
From: Schmeiler, A. <And...@RT...> - 2005-03-01 09:54:42
|
Hi Chris, i checked several things. First: Usually I'm working on PHP Projects with the PHPEclipse Plugin. Removing the filter statement from the plugin.xml did not=20 had any effect. I created a Java Project and the SJ Properies showed up, when calling the Project-Properties via the top-level menu. It's not=20 showing up when calling from the projects context menu. I created some different projects e.g. a "Simple"-project. It seems, that the SJ Properties only show up in Java projects. (That's quite confusing, because that's vice versa to your=20 experiences..) In all other projects there's no propeties entry for SJ Eclipse. (even with or without the filter statement within the plugins.xml) It also takes no effect changing the eclipse "perspectives" (e.g. to=20 Java or whatever).=20 Greetings from Cologne Andreas > -----Urspr=FCngliche Nachricht----- > Von: Chris Duck [mailto:gp...@ti...]=20 > Gesendet: Dienstag, 1. M=E4rz 2005 04:08 > An: Schmeiler, Andreas > Cc: SourceJammer Users; SourceJammer Devel > Betreff: Re: AW: [SourceJammer-users] Eclipse Plugin Beta Pre-release >=20 >=20 > Is your project a java project? I have not done a lot of work with=20 > eclipse plugins, but it looks like there is a filter on that=20 > dialog that=20 > applies it to a "java nature" project only. You can try editing your = > the plugin.xml file and removing the following lines: >=20 > <filter > name=3D"nature" > value=3D"org.eclipse.jdt.core.javanature"> > </filter> >=20 > Then restart eclipse and see if the plugin shows up. I did=20 > not put that=20 > code in there though so I don't know what purpose it serves. I just=20 > tested it on a non-java project and it seems to have the=20 > desired effect. >=20 > I guess we should check with Rob and see if there is a=20 > specific reason=20 > this filter is being applied. >=20 > Chris >=20 > Schmeiler, Andreas wrote: > > Hi all, > >=20 > > i installed the plugin with Eclipse 3.0.0 too. > >=20 > > Within the project properties dialogue (no matter if i call=20 > it from the > > top-menu, or the project contect-menu) theres no entry for=20 > the sj-plugin > > config. > >=20 > > All I found was in the "window/preferences" menu, the possibility = to > > configure the path to the client binaries. > >=20 > > Best Regards > >=20 > > Andreas > >=20 > >=20 > >=20 > >=20 > >=20 > > > -----Urspr=FCngliche Nachricht----- > > > Von: sou...@li... > > > [mailto:sou...@li...] Im > > > Auftrag von Chris Duck > > > Gesendet: Montag, 28. Februar 2005 12:22 > > > An: Timo Haberkern > > > Cc: SourceJammer Users; SourceJammer Devel > > > Betreff: Re: [SourceJammer-users] Re: [SourceJammer-devel] > > > Eclipse Plugin Beta Pre-release > > > > > > > > > How are you getting to the project properties dialog? It > > > seems you have > > > to go to the project properties through the top tool bar=20 > (Project -> > > > Properties) rather than right clicking the project and selecting > > > properties. I'm not sure why these are different... an > > > eclipse bug maybe? > > > > > > Chris > > > > > > Timo Haberkern wrote: > > > > Hello Rob, > > > > > > > > i can't get it running, I'm using eclipse 3.0.0 on a > > > windows machine. I have > > > > unziped the plugin to my eclipe plugins folder and if i > > > start eclipse i can see > > > > a new sourcejammer submenu in the project view. But i can't > > > do any actions. I > > > > get the message that i must define a archive in the project > > > properties. But > > > > there is no SJ configurtaion there!! > > > > > > > > Timo > > > > > > > > --- Robert MacGrogan <rob...@ya...> wrote: > > > > > > > > > > > >>The SJ-Eclipse plugin is available as a pre-release beta. > > > I'm going to do a > > > >>general beta release > > > >>sometime next week and start to push the plugin on the > > > sourcejammer.org site, > > > >>but if you want, you > > > >>can download the beta version now using this link (1.7MB): > > > >> > > > >>http://dev.sourcejammer.org/ShowFile?&archive_name=3DSourceJam = > > <http://dev.sourcejammer.org/ShowFile?&archive_name=3DSourceJam> > > > mer&id=3D5627 > > > >> > > > >>Install it like you would any other Eclipse plugin. > > > Basically, that means, > > > >>unzip the file into the > > > >>Eclipse plugins directory and re-start Eclipse. Try it out > > > and let me know > > > >>what you think! > > > >> > > > >>--Rob > > > >> > > > >> > > > >> =20 > > > >>__________________________________ > > > >>Do you Yahoo!? > > > >>Take Yahoo! Mail with you! Get it on your mobile phone. > > > >>http://mobile.yahoo.com/maildemo > > > >> > > > >> > > > >>------------------------------------------------------- > > > >>SF email is sponsored by - The IT Product Guide > > > >>Read honest & candid reviews on hundreds of IT Products > > > from real users. > > > >>Discover which products truly live up to the hype. Start > > > reading now. > > > >>http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick=20 > > <http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick> > > > >>_______________________________________________ > > > >>SourceJammer-devel mailing list > > > >>Sou...@li... > > > = >>https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel > > > >> > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Tired of spam? Yahoo! Mail has the best spam protection = around > > > > http://mail.yahoo.com > > > > > > > > > > > > ------------------------------------------------------- > > > > SF email is sponsored by - The IT Product Guide > > > > Read honest & candid reviews on hundreds of IT Products > > > from real users. > > > > Discover which products truly live up to the hype. Start > > > reading now. > > > > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick=20 > > <http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick> > > > > _______________________________________________ > > > > SourceJammer-users mailing list > > > > Sou...@li... > > > > = https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from > > > real users. > > > Discover which products truly live up to the hype. Start=20 > reading now. > > > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick=20 > > <http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick> > > > _______________________________________________ > > > SourceJammer-users mailing list > > > Sou...@li... > > > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > > >=20 > >=20 > > Die Information in dieser E-Mail ist vertraulich und=20 > exklusiv fuer den=20 > > Adressatenkreis bestimmt. Unbefugte Empfaenger haben kein=20 > Recht, vom=20 > > Inhalt Kenntnis zu nehmen, fehlgeleitete E-mails sind sofort zu=20 > > loeschen. Weiterleiten oder Kopieren darf, auch=20 > auszugsweise nur mit=20 > > ausdruecklicher, schriftlicher Einwilligung des Absenders=20 > erfolgen. In=20 > > jedem Fall ist sicherzustellen, dass keinerlei inhaltliche=20 > > Veraenderungen erfolgen. Der Absender ist von der Richtigkeit des=20 > > Inhalts und der Uebertragung dieser E-Mail ueberzeugt. Eine Haftung = > > dafuer ist jedoch ausgeschlossen. > >=20 > > This is a confidential communication intended only for the named=20 > > adresses. If you received this communication in error,=20 > please notify us=20 > > and return and delete it without reading it. This e-mail may not be = > > disclosed, copied or distributed in any form without the obtained=20 > > permission in writing of the sender. In any case it may not=20 > be altered=20 > > or otherwise changed. Whilst the sender believes that the=20 > information is=20 > > correct at the date of the e-mail, no warranty and=20 > representation is=20 > > given to this effect and no responsibility can be accepted=20 > by the sender. > >=20 >=20 Die Information in dieser E-Mail ist vertraulich und exklusiv fuer den Adressatenkreis bestimmt. Unbefugte Empfaenger haben kein Recht, vom = Inhalt Kenntnis zu nehmen, fehlgeleitete E-mails sind sofort zu loeschen. Weiterleiten oder Kopieren darf, auch auszugsweise nur mit = ausdruecklicher, schriftlicher Einwilligung des Absenders erfolgen. In jedem Fall ist sicherzustellen, dass keinerlei inhaltliche Veraenderungen erfolgen. = Der Absender ist von der Richtigkeit des Inhalts und der Uebertragung = dieser E-Mail ueberzeugt. Eine Haftung dafuer ist jedoch ausgeschlossen.=20 This is a confidential communication intended only for the named = adresses. If you received this communication in error, please notify us and = return and delete it without reading it. This e-mail may not be disclosed, copied = or distributed in any form without the obtained permission in writing of = the sender. In any case it may not be altered or otherwise changed. Whilst = the sender believes that the information is correct at the date of the = e-mail, no warranty and representation is given to this effect and no = responsibility can be accepted by the sender. |
From: Chris D. <gp...@ti...> - 2005-03-01 03:08:54
|
Is your project a java project? I have not done a lot of work with eclipse plugins, but it looks like there is a filter on that dialog that applies it to a "java nature" project only. You can try editing your the plugin.xml file and removing the following lines: <filter name="nature" value="org.eclipse.jdt.core.javanature"> </filter> Then restart eclipse and see if the plugin shows up. I did not put that code in there though so I don't know what purpose it serves. I just tested it on a non-java project and it seems to have the desired effect. I guess we should check with Rob and see if there is a specific reason this filter is being applied. Chris Schmeiler, Andreas wrote: > Hi all, > > i installed the plugin with Eclipse 3.0.0 too. > > Within the project properties dialogue (no matter if i call it from the > top-menu, or the project contect-menu) theres no entry for the sj-plugin > config. > > All I found was in the "window/preferences" menu, the possibility to > configure the path to the client binaries. > > Best Regards > > Andreas > > > > > > > -----Ursprüngliche Nachricht----- > > Von: sou...@li... > > [mailto:sou...@li...] Im > > Auftrag von Chris Duck > > Gesendet: Montag, 28. Februar 2005 12:22 > > An: Timo Haberkern > > Cc: SourceJammer Users; SourceJammer Devel > > Betreff: Re: [SourceJammer-users] Re: [SourceJammer-devel] > > Eclipse Plugin Beta Pre-release > > > > > > How are you getting to the project properties dialog? It > > seems you have > > to go to the project properties through the top tool bar (Project -> > > Properties) rather than right clicking the project and selecting > > properties. I'm not sure why these are different... an > > eclipse bug maybe? > > > > Chris > > > > Timo Haberkern wrote: > > > Hello Rob, > > > > > > i can't get it running, I'm using eclipse 3.0.0 on a > > windows machine. I have > > > unziped the plugin to my eclipe plugins folder and if i > > start eclipse i can see > > > a new sourcejammer submenu in the project view. But i can't > > do any actions. I > > > get the message that i must define a archive in the project > > properties. But > > > there is no SJ configurtaion there!! > > > > > > Timo > > > > > > --- Robert MacGrogan <rob...@ya...> wrote: > > > > > > > > >>The SJ-Eclipse plugin is available as a pre-release beta. > > I'm going to do a > > >>general beta release > > >>sometime next week and start to push the plugin on the > > sourcejammer.org site, > > >>but if you want, you > > >>can download the beta version now using this link (1.7MB): > > >> > > >>http://dev.sourcejammer.org/ShowFile?&archive_name=SourceJam > <http://dev.sourcejammer.org/ShowFile?&archive_name=SourceJam> > > mer&id=5627 > > >> > > >>Install it like you would any other Eclipse plugin. > > Basically, that means, > > >>unzip the file into the > > >>Eclipse plugins directory and re-start Eclipse. Try it out > > and let me know > > >>what you think! > > >> > > >>--Rob > > >> > > >> > > >> > > >>__________________________________ > > >>Do you Yahoo!? > > >>Take Yahoo! Mail with you! Get it on your mobile phone. > > >>http://mobile.yahoo.com/maildemo > > >> > > >> > > >>------------------------------------------------------- > > >>SF email is sponsored by - The IT Product Guide > > >>Read honest & candid reviews on hundreds of IT Products > > from real users. > > >>Discover which products truly live up to the hype. Start > > reading now. > > >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > <http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click> > > >>_______________________________________________ > > >>SourceJammer-devel mailing list > > >>Sou...@li... > > >>https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel > > >> > > > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam protection around > > > http://mail.yahoo.com > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products > > from real users. > > > Discover which products truly live up to the hype. Start > > reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > <http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click> > > > _______________________________________________ > > > SourceJammer-users mailing list > > > Sou...@li... > > > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from > > real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > <http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click> > > _______________________________________________ > > SourceJammer-users mailing list > > Sou...@li... > > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > > > Die Information in dieser E-Mail ist vertraulich und exklusiv fuer den > Adressatenkreis bestimmt. Unbefugte Empfaenger haben kein Recht, vom > Inhalt Kenntnis zu nehmen, fehlgeleitete E-mails sind sofort zu > loeschen. Weiterleiten oder Kopieren darf, auch auszugsweise nur mit > ausdruecklicher, schriftlicher Einwilligung des Absenders erfolgen. In > jedem Fall ist sicherzustellen, dass keinerlei inhaltliche > Veraenderungen erfolgen. Der Absender ist von der Richtigkeit des > Inhalts und der Uebertragung dieser E-Mail ueberzeugt. Eine Haftung > dafuer ist jedoch ausgeschlossen. > > This is a confidential communication intended only for the named > adresses. If you received this communication in error, please notify us > and return and delete it without reading it. This e-mail may not be > disclosed, copied or distributed in any form without the obtained > permission in writing of the sender. In any case it may not be altered > or otherwise changed. Whilst the sender believes that the information is > correct at the date of the e-mail, no warranty and representation is > given to this effect and no responsibility can be accepted by the sender. > |
From: Timo H. <tim...@ya...> - 2005-02-28 12:02:44
|
Chris, you are right. If i open the project properties over the Menu (Project->Properties) i get the SJ_Eclipse settings. If i use the right click "Properties" there are no SJ_Eclipse properties. Timo --- Chris Duck <gp...@ti...> wrote: > How are you getting to the project properties dialog? It seems you have > to go to the project properties through the top tool bar (Project -> > Properties) rather than right clicking the project and selecting > properties. I'm not sure why these are different... an eclipse bug maybe? > > Chris > > Timo Haberkern wrote: > > Hello Rob, > > > > i can't get it running, I'm using eclipse 3.0.0 on a windows machine. I > have > > unziped the plugin to my eclipe plugins folder and if i start eclipse i can > see > > a new sourcejammer submenu in the project view. But i can't do any actions. > I > > get the message that i must define a archive in the project properties. But > > there is no SJ configurtaion there!! > > > > Timo > > > > --- Robert MacGrogan <rob...@ya...> wrote: > > > > > >>The SJ-Eclipse plugin is available as a pre-release beta. I'm going to do a > >>general beta release > >>sometime next week and start to push the plugin on the sourcejammer.org > site, > >>but if you want, you > >>can download the beta version now using this link (1.7MB): > >> > >>http://dev.sourcejammer.org/ShowFile?&archive_name=SourceJammer&id=5627 > >> > >>Install it like you would any other Eclipse plugin. Basically, that means, > >>unzip the file into the > >>Eclipse plugins directory and re-start Eclipse. Try it out and let me know > >>what you think! > >> > >>--Rob > >> > >> > >> > >>__________________________________ > >>Do you Yahoo!? > >>Take Yahoo! Mail with you! Get it on your mobile phone. > >>http://mobile.yahoo.com/maildemo > >> > >> > >>------------------------------------------------------- > >>SF email is sponsored by - The IT Product Guide > >>Read honest & candid reviews on hundreds of IT Products from real users. > >>Discover which products truly live up to the hype. Start reading now. > >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >>_______________________________________________ > >>SourceJammer-devel mailing list > >>Sou...@li... > >>https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel > >> > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > SourceJammer-users mailing list > > Sou...@li... > > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > SourceJammer-devel mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel > __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail |
From: Schmeiler, A. <And...@RT...> - 2005-02-28 11:54:02
|
Hi all, i installed the plugin with Eclipse 3.0.0 too. Within the project properties dialogue (no matter if i call it from the = top-menu, or the project contect-menu) theres no entry for the = sj-plugin=20 config.=20 All I found was in the "window/preferences" menu, the possibility to=20 configure the path to the client binaries. Best Regards Andreas > -----Urspr=FCngliche Nachricht----- > Von: sou...@li...=20 > [mailto:sou...@li...] Im=20 > Auftrag von Chris Duck > Gesendet: Montag, 28. Februar 2005 12:22 > An: Timo Haberkern > Cc: SourceJammer Users; SourceJammer Devel > Betreff: Re: [SourceJammer-users] Re: [SourceJammer-devel]=20 > Eclipse Plugin Beta Pre-release >=20 >=20 > How are you getting to the project properties dialog? It=20 > seems you have=20 > to go to the project properties through the top tool bar (Project ->=20 > Properties) rather than right clicking the project and selecting=20 > properties. I'm not sure why these are different... an=20 > eclipse bug maybe? >=20 > Chris >=20 > Timo Haberkern wrote: > > Hello Rob, > >=20 > > i can't get it running, I'm using eclipse 3.0.0 on a=20 > windows machine. I have > > unziped the plugin to my eclipe plugins folder and if i=20 > start eclipse i can see > > a new sourcejammer submenu in the project view. But i can't=20 > do any actions. I > > get the message that i must define a archive in the project=20 > properties. But > > there is no SJ configurtaion there!! > >=20 > > Timo > >=20 > > --- Robert MacGrogan <rob...@ya...> wrote: > >=20 > >=20 > >>The SJ-Eclipse plugin is available as a pre-release beta.=20 > I'm going to do a > >>general beta release > >>sometime next week and start to push the plugin on the=20 > sourcejammer.org site, > >>but if you want, you > >>can download the beta version now using this link (1.7MB): > >> > >>http://dev.sourcejammer.org/ShowFile?&archive_name=3DSourceJam > mer&id=3D5627 > >> > >>Install it like you would any other Eclipse plugin.=20 > Basically, that means, > >>unzip the file into the > >>Eclipse plugins directory and re-start Eclipse. Try it out=20 > and let me know > >>what you think! > >> > >>--Rob > >> > >> > >> =09 > >>__________________________________=20 > >>Do you Yahoo!?=20 > >>Take Yahoo! Mail with you! Get it on your mobile phone.=20 > >>http://mobile.yahoo.com/maildemo=20 > >> > >> > >>------------------------------------------------------- > >>SF email is sponsored by - The IT Product Guide > >>Read honest & candid reviews on hundreds of IT Products=20 > from real users. > >>Discover which products truly live up to the hype. Start=20 > reading now. > >>http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > >>_______________________________________________ > >>SourceJammer-devel mailing list > >>Sou...@li... > >>https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel > >> > >=20 > >=20 > >=20 > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around=20 > > http://mail.yahoo.com=20 > >=20 > >=20 > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products=20 > from real users. > > Discover which products truly live up to the hype. Start=20 > reading now. > > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > > _______________________________________________ > > SourceJammer-users mailing list > > Sou...@li... > > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > >=20 > >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from=20 > real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users >=20 Die Information in dieser E-Mail ist vertraulich und exklusiv fuer den Adressatenkreis bestimmt. Unbefugte Empfaenger haben kein Recht, vom = Inhalt Kenntnis zu nehmen, fehlgeleitete E-mails sind sofort zu loeschen. Weiterleiten oder Kopieren darf, auch auszugsweise nur mit = ausdruecklicher, schriftlicher Einwilligung des Absenders erfolgen. In jedem Fall ist sicherzustellen, dass keinerlei inhaltliche Veraenderungen erfolgen. = Der Absender ist von der Richtigkeit des Inhalts und der Uebertragung = dieser E-Mail ueberzeugt. Eine Haftung dafuer ist jedoch ausgeschlossen.=20 This is a confidential communication intended only for the named = adresses. If you received this communication in error, please notify us and = return and delete it without reading it. This e-mail may not be disclosed, copied = or distributed in any form without the obtained permission in writing of = the sender. In any case it may not be altered or otherwise changed. Whilst = the sender believes that the information is correct at the date of the = e-mail, no warranty and representation is given to this effect and no = responsibility can be accepted by the sender. |
From: Chris D. <gp...@ti...> - 2005-02-28 11:22:22
|
How are you getting to the project properties dialog? It seems you have to go to the project properties through the top tool bar (Project -> Properties) rather than right clicking the project and selecting properties. I'm not sure why these are different... an eclipse bug maybe? Chris Timo Haberkern wrote: > Hello Rob, > > i can't get it running, I'm using eclipse 3.0.0 on a windows machine. I have > unziped the plugin to my eclipe plugins folder and if i start eclipse i can see > a new sourcejammer submenu in the project view. But i can't do any actions. I > get the message that i must define a archive in the project properties. But > there is no SJ configurtaion there!! > > Timo > > --- Robert MacGrogan <rob...@ya...> wrote: > > >>The SJ-Eclipse plugin is available as a pre-release beta. I'm going to do a >>general beta release >>sometime next week and start to push the plugin on the sourcejammer.org site, >>but if you want, you >>can download the beta version now using this link (1.7MB): >> >>http://dev.sourcejammer.org/ShowFile?&archive_name=SourceJammer&id=5627 >> >>Install it like you would any other Eclipse plugin. Basically, that means, >>unzip the file into the >>Eclipse plugins directory and re-start Eclipse. Try it out and let me know >>what you think! >> >>--Rob >> >> >> >>__________________________________ >>Do you Yahoo!? >>Take Yahoo! Mail with you! Get it on your mobile phone. >>http://mobile.yahoo.com/maildemo >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>SourceJammer-devel mailing list >>Sou...@li... >>https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel >> > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > |
From: Timo H. <tim...@ya...> - 2005-02-28 10:00:33
|
Hello Rob, i can't get it running, I'm using eclipse 3.0.0 on a windows machine. I have unziped the plugin to my eclipe plugins folder and if i start eclipse i can see a new sourcejammer submenu in the project view. But i can't do any actions. I get the message that i must define a archive in the project properties. But there is no SJ configurtaion there!! Timo --- Robert MacGrogan <rob...@ya...> wrote: > The SJ-Eclipse plugin is available as a pre-release beta. I'm going to do a > general beta release > sometime next week and start to push the plugin on the sourcejammer.org site, > but if you want, you > can download the beta version now using this link (1.7MB): > > http://dev.sourcejammer.org/ShowFile?&archive_name=SourceJammer&id=5627 > > Install it like you would any other Eclipse plugin. Basically, that means, > unzip the file into the > Eclipse plugins directory and re-start Eclipse. Try it out and let me know > what you think! > > --Rob > > > > __________________________________ > Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile phone. > http://mobile.yahoo.com/maildemo > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > SourceJammer-devel mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Robert M. <rob...@ya...> - 2005-02-25 18:20:20
|
The SJ-Eclipse plugin is available as a pre-release beta. I'm going to do a general beta release sometime next week and start to push the plugin on the sourcejammer.org site, but if you want, you can download the beta version now using this link (1.7MB): http://dev.sourcejammer.org/ShowFile?&archive_name=SourceJammer&id=5627 Install it like you would any other Eclipse plugin. Basically, that means, unzip the file into the Eclipse plugins directory and re-start Eclipse. Try it out and let me know what you think! --Rob __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo |
From: Robert M. <rob...@ya...> - 2005-02-25 15:03:45
|
Hi, Marc. Not at all. The project was dormant for a while, but we're back in business. A new Eclipse plugin and a new client will be released very soon and development is about to begin on a new 2.2 release. --Rob --- Marc Batchelor <mba...@cf...> wrote: > Robert, > > I was looking at sourcejammer, but it seems that the project is now dormant > as there hasn't been a release in over a year. Is it safe to say that you > are no longer maintaining this project? > > Thanks, > > Marc > > __________________________________ Do you Yahoo!? Yahoo! Sports - Sign up for Fantasy Baseball. http://baseball.fantasysports.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2005-02-23 21:15:32
|
Sweet! Great bug fix, Chris. I'll patch it in right away. I'm happy to know someone's already using this thing. I've started using it too, in fact. Just those three actions are pretty useful, as you said. My plan is to keep the functionality minimal, at least at first. Then I want to make sure I create a very nice, clean, easy-to-install installation package. Anyway, thanks for testing. --Rob --- Chris Duck <gp...@ti...> wrote: > I was having a problem with the plugin popping up a big (useless) error > message when I would try any of the actions. I figured out it was > because I was in the Package Explorer instead of the Resource Navigator. > The error was coming from this line of the connect method of > AbstractFileAction and was actually an index out of bounds exception: > > IFile firstFile = (IFile)selectedFiles.get(0); > > It was occuring because selectedFiles was not being populated because > the object returned while in Package Explorer is an IJavaElement. I > patched AbstractFileAction (that I downloaded this morning, which you > have since updated :)) to check for this and get an IFile from the java > element so that the plugin can be used in the Package Explorer. Here is > the selectionChanged method with my changes: > > public void selectionChanged(IAction action, ISelection selection) { > //Let's put together a list of the selected files. > selectedFiles = new ArrayList(); > if (selection instanceof IStructuredSelection) { > IStructuredSelection structuredSelection = (IStructuredSelection) > selection; > Iterator selections = structuredSelection.iterator(); > while(selections.hasNext()){ > Object o = selections.next(); > if (o instanceof IFile){ > selectedFiles.add(o); > } else if(o instanceof IJavaElement) { > IJavaElement jo = (IJavaElement)o; > System.out.println(jo.getResource().getClass()); > if(jo.getResource() instanceof IFile) { > selectedFiles.add(jo.getResource()); > } > } > } > } > } > > Anyway thanks for the plugin! Even just those 3 basic operations are > great to have without having to switch apps. > > Chris > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 |