sourcejammer-users Mailing List for SourceJammer (Page 20)
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: Robert M. <rob...@ya...> - 2005-01-05 18:14:58
|
Hi, Susan. --- "susan m. woodbury" <sus...@ve...> wrote: > Hi. > > My organization is looking to replace our vss system with a new one. We > are considering source jammer and have a number of questions: > > Keyword expansion: "For obvious reasons, keyword expansion is only > applied to files with a file type of TEXT". Can it perform keyword > expansion on Unicode files? Yes. Text files includes any unicode files. You have to set up your client to recognized files as text file based on the extension. This is easy to do. Do you have plans to add binary files in > the future? Some other systems such as vss do this with a different > syntax which allocates space in the binary file so that the file size > will not change once the expansion has been performed. No plans for this. SJ would have to interpret the binary file to find and expand any keywords. I can't even concieve of how I'd do something like that, considering all the possible types of binary files out there. > > Is there a keyword or combination which results in the full path of the > file, relative sourcejammer? I can't believe this is still not in the doc. It's been available for years. Yes. $Location: $ > > The archive area of the site says: "- source -- contains source files > for files stored on the server. These are either full files or file > deltas." > This says to me that the files are named the same as their name in the > archive. Is this correct? No. All files that SJ stores on the server are named using a numbering system. 0, 1, 2, 3 . . . This doc explains some of the details of how SJ stores files: http://www.sourcejammer.org/docAboutServerFiles.html > > Can a file or files be shared across archives? No. Although this is an enhancement that someone could possible make. > > How many developers/files can a server comfortably handle? > Not sure how to answer this one. I've got a fairly small team of six developers and we have not encountered any problems. From a server load perspective, I think you'd have to have a very big team (probably hundreds of developers) before you saw any problems. But from a workflow management perspective, you might run into problems sooner because SJ does not support concurrent versioning. Thanks. --Rob > Thanks for your time > Susan M. Woodbury > Vero Systems Inc. > sus...@ve... > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Robert M. <rob...@ya...> - 2005-01-05 18:01:49
|
Hello. Actually, SJ already supports non-ascii character sets. All you have to do is set up your config files to define the character set you want SJ to use for XML and text files. This is explained in the FAQ document here: http://www.sourcejammer.org/psjs_faqs/08282386.html **** SourceJammer does not seem to handle non-US English characters properly. Characters such as accented vowels are often corrupted both in file/folder names and when the occur in text files. Is there a way to fix this? Yes. This is very easy to fix. Hopefully I'll provide better documentation for this feature soon. Locate the file conf.xml on your SJ server and your SJ client. Open and edit this file. Add the following node to the XML within the root node. If the nodes already exist, modify them accordingly: <TextEncodingCharset>ISO-8859-1</TextEncodingCharset> <XMLEncodingCharset>ISO-8859-1</XMLEncodingCharset> This tells SourceJammer to use the ISO-8859-1 character set. This character set should manage non-US English characters properly. **** --Rob PS: SJ uses UTF 8 by default. And you can actually specify any charset you want, not just ISO-885901. --- "lin...@16..." <lin...@16...> wrote: > robertmacgrogan£¬hello£¡ > > I don't know if you have test the condition that > a text(e.g .txt) is encoding in gb2312, utf8, or other nonascii, > if so, sourcejammer will convert all byte >7F into 3f(?) > but if the source file is a .doc it can work well, because > .doc is regarded as binary, but if my .java or .c code > contain chinese or japanese comment, when this file is > added to server, all the chinese or japanese comment become > ??????(3f). > I want extend sourcejammer to support nonascii charactors > in text file. But I'm not sure where sourcejammer get text file > form client and save the text file. I think modify there for > nonascii charator support, it should work well, can you give > me sove suggestion. > ¡¡ > ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Swin > ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡lin...@16... > ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2005-01-04 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Sidnei G. <sg...@mc...> - 2004-12-29 19:30:42
|
Dear Mr. MacGrogan, Thanks for your prompt response. Actually we are running a "proof of concept" with Source Jammer, and if = approved by our technical team, we will migrate from CVS to Source = Jammer. I have explained the possibility to develop a Eclipse's plug in for = Source Jammer to our technical manager, and he agreed that this task = would be very interesting and would fulfill our needs. We would really appreciate all your help, if we decide to go ahead with = this enterprise. We will let you know about our plans, as soon as we get = a final decision. We wish you all possible success in the new year. Regards, Sidnei Gomes Customers Services Manager MCN Technology & Consulting Phone: (55) 11 - 5561-1044 Fax: (55) 11 - 5561-3752 -----Original Message----- From: Robert MacGrogan [mailto:rob...@ya...]=20 Sent: ter=E7a-feira, 21 de dezembro de 2004 18:38 To: Ricardo Alexandre Oliveira Santos Cc: sou...@li... Subject: ` Hi, Ricardo. Are you asking if there is a SourceJammer plugin for Eclipse that lets = you check in, check out, etc., from within the Eclipse IDE? Right now there is no Eclipse plug = in, I'm afraid. If you are interested in developing one, let me know and I'll try to help you with = it as much as I can. Thanks. --Rob=20 --- Ricardo Alexandre Oliveira Santos <rol...@mc...> wrote: > Currently in the company in the which work we use the "CVS".=20 >=20 > I am wanting to make the migration for the =13SourceJammer=14, but I = am with a > problem all the employees use the "eclipse". =20 >=20 > Question: I obtain to use the "SourceJammer" with the "eclipse"? >=20 > =20 >=20 > Thank you and Best Regards, >=20 > Ricardo Alexandre Oliveira Santos > MCN Technology & Consulting=20 > Fone: +55 11 5561-1044 > HYPERLINK "http://www.mcn.com.br"http://www.mcn.com.br >=20 > =20 >=20 >=20 > --=20 > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 17/12/2004 > =20 >=20 __________________________________=20 Do you Yahoo!?=20 All your favorites on one personal page =16 Try My Yahoo! http://my.yahoo.com=20 --=20 No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.3 - Release Date: 21/12/2004 =20 --=20 No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 28/12/2004 =20 |
From: Robert M. <rob...@ya...> - 2004-12-28 19:54:11
|
Hi, Anin. Sounds like cool stuff. I have no immediate plans to start active development any time soon. Too many other projects in the works. But I agree. It should not be left hibernating for too long. What version of SJ are your customizations based on? Are they all client side or are some server side? It would probably be a fairly simple matter to merge (manually, obviously) your changes into the 2.1.x development archive so that others could use what you've done. And if you're interested in making lots of changes and moving toward a 2.1.1 or 2.2 release, well, that would be cool with me. I'd be more than happy if someone wanted to be a lead developer on an SJ 2.2 release. Thanks. --Rob PS: I started a 2.1.1 client branch that is now idle. The idea with this release was to make the client much more easily customizable with plugins. I actually got pretty far with it but got bogged down in the testing and then got distracted by some of my other interests. --- anin <an...@pa...> wrote: > Hey Rob, > > I have been using SourceJammer within our company for a few years now and I just love its > features. I was wondering if you will be taking up active development to add more features and > bug > fixes. I have been putting in some fixes into our local version, but don't want to go off on a > branch if you were planning to go full steam on it again. I personally feel SJ is too cool a > concept/tool to be left hibernating. I can also contribute to its development as I have built > some > customizations within our shop such as "factory based label differences so that a registered > formatter can decide what format the differences are rendered in." > > Thanks, > Anin > > Anin Mathen > Sr. Software Engineer > > __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo |
From: <Bri...@re...> - 2004-12-28 17:06:20
|
Question: what if I don't know how many levels deep the projects extend? |
From: Robert M. <rob...@ya...> - 2004-12-28 15:32:40
|
Here's a bit of information that will help you. The actual class that's implemented by the Nodes in the Project returned by getProjectObj() is NodeInfo. This class contains all kinds of helpful stuff. So, as you iterate through your child nodes, just add a cast: NodeInfo childNodeInfo = (NodeInfo)nextNode; //Then you can do this: if(childNodeInfo.getNodeType() == AppConfig.NodeTypes.PROJECT){ sjInterface.getProjectObj(childNodeInfo.getUniqueID()); //And whatever else you need. } Hopefully this will help you fix the problem. And by the way, a lot of people will be very excited to hear that you're developing an Eclipse plugin. Thanks. --Rob --- Bri...@re... wrote: > Hello, I am working on a sourcejammer plugin for eclipse and I am running > into some issues. I can iterate through the first two levels with no > problems, but when I attempt to get the project object from the third > level using getProjObj(long value), I get the following error: > > org.sourcejammer.client.gui.GUICommandException: Error: Unable to access > File information. null Error: Unable to access File information. null > java.lang.Exception: Error: Unable to access File information. null > at > org.sourcejammer.client.gui.CommandCentral.retrieveProject(Unknown Source) > at > org.sourcejammer.client.simpletools.SimpleInterface.getProjectObj(Unknown > Source) > at > sjplugin.views.SourceJammerView$ViewContentProvider.build(SourceJammerView.java:206) > at > sjplugin.views.SourceJammerView$ViewContentProvider.initialize(SourceJammerView.java:156) > at > sjplugin.views.SourceJammerView$ViewContentProvider.getElements(SourceJammerView.java:126) > > I believe that one of the objects on the third level may be an actual file > and not a folder. Is there a way to drill down the hierarchy without > knowing the particular object type of everything that I am attempting to > read in? > > > invisibleRoot = new TreeParent(""); > NodeList nodeList = sjProject.childList(); > NodeIterator nodeIter = nodeList.getIterator(); > > while(nodeIter.hasMoreNodes()) > { > // root level > Node node = nodeIter.getNextNode(); > > rootParent = new > TreeParent(node.getNodeName()); > > // get child node as Project > childProj = > sjInterface.getProjectObj(node.getUniqueID()); > > //get the child's children > childNodeList = childProj.childList(); > > childNodeIter = childNodeList.getIterator(); > > while(childNodeIter.hasMoreNodes()) > { > Node nextNode = > childNodeIter.getNextNode(); > > treeParentObj = new > TreeParent(nextNode.getNodeName()); > > // The next line causes an > error!!!!!!!! > //nextChildProj = > sjInterface.getProjectObj(nextNode.getUniqueID()); > > // get next child node as Project > System.out.println("id:"+nextNode.getUniqueID()); > > rootParent.addChild(treeParentObj); > > } > > invisibleRoot.addChild(rootParent); > > } > > sjInterface.disconnect(); __________________________________ Do you Yahoo!? Dress up your holiday email, Hollywood style. Learn more. http://celebrity.mail.yahoo.com |
From: Robert M. <rob...@ya...> - 2004-12-28 15:19:34
|
Hi, Sanjeev. Did you try re-starting your new SJ server? It could be that the empty top level folder was cached in memory. This would happen if someone connected to it before you had copied other archive's files into place. That's probably what happened. --Rob --- Sanjeev Yamdagni <sa...@th...> wrote: > Hi Robert, > > The name of the archive I was using was "ezreports" and it did not work as I > wrote to you. But when I created a new archive with name "xxx" and copied > the files over then it works fine.. Would you know what could be the > problem with name ""ezreports" ? Also when I connect to "XXX" in client > the name of root folder it shows is "ezreports" !!!! But all files and > folders are there. > > How can I make this thing work with correct name of archive which is > "ezreports"? > > Regards > > ~Sanjeev > > ****************************************** > Sanjeev Yamdagni > Technical Manager > ThomasKelly Software Associates > One Sugar Creek Center Blvd., Suite #410 > Sugar Land, TX-77478 > Phone :(281) 565-1461 > Fax :(281) 565-1462 > web :www.thomaskelly.com > ****************************************** > > > -----Original Message----- > From: Sanjeev Yamdagni [mailto:sa...@th...] > Sent: Thursday, December 23, 2004 11:15 AM > To: 'Robert MacGrogan' > Subject: RE: Question on SourceJammer > > > Hi Robert, > > I have deleted the archive and recreated it and then copied all the files > from old server to new server and still no luck..:( .... Archive is > working fine on old server. > The file 0 in project directory is copied fine. I content of this file > (given below) is exactly same in old and new server. Could there be any > other reason for us not being able to see folder/files in sourcejammer > client? > > Regards > > Sanjeev > > <?xml version="1.0" encoding="UTF-8"?> > <SJFileSysNode SJVersion="2.1.0.1"><Info CreatedDate="1080688275656" > FileName="0" NodeName="ezreports" NodeType="1" ParentID="-1" > UniqueID="0"/><Children><Child FileName="38" NodeType="1" > UniqueID="38"/><Child FileName="37" NodeType="1" UniqueID="37"/><Child > FileName="40" NodeType="1" UniqueID="40"/></Children><RemovedChildren><Child > FileName="25" NodeType="1" UniqueID="25"/><Child FileName="710" NodeType="2" > UniqueID="710"/><Child FileName="27" NodeType="1" UniqueID="27"/><Child > FileName="36" NodeType="1" UniqueID="36"/></RemovedChildren></SJFileSysNode> > > > > > ****************************************** > Sanjeev Yamdagni > Technical Manager > ThomasKelly Software Associates > One Sugar Creek Center Blvd., Suite #410 > Sugar Land, TX-77478 > Phone :(281) 565-1461 > Fax :(281) 565-1462 > web :www.thomaskelly.com > ****************************************** > > > -----Original Message----- > From: Robert MacGrogan [mailto:rob...@ya...] > Sent: Thursday, December 23, 2004 8:56 AM > To: Sanjeev Yamdagni > Cc: sou...@li... > Subject: RE: Question on SourceJammer > > > Hi, Sanjeev. > > I don't think you're going to lose the archive. You moved the other three > fine, so we'll be able to fix this problem. > > First, I suggest deleting the corrupt archive from your new server and > re-importing it, just to see if that fixes it. If that doesn't work, look at > the 0 file in the project directory. When you create the new empty archive, > SJ creates this file, showing an empty archive. When you copy over the files > from the other server, this file should get over written. My guess is that > this file was not overwritten for some reason. That would definitely explain > why the archive looks empty. > > --Rob > > --- Sanjeev Yamdagni <sa...@th...> wrote: > > > Robert, > > > > I have installed SJ on a new box running Windows 2003 server. I have > > moved the archives using the procedure given at > > <http://www.sourcejammer.org/importExportArchive.html> > > http://www.sourcejammer.org/importExportArchive.html > > While moving, out of 4 archives, 3 archives are working fine on new > > server but one archive shows no files in the SJ client. I have ensured > > that complete archive folder has been copied successfully from old > > server to new server. Do you have any suggestion about why should > > happen? > > > > This is a little urgent issue so we would appreciate an early > > response. (we do not want to recreate the archive from scratch because > > we will then loose the entire history). > > > > Please HELP. > > > > Regards > > > > ~Sanjeev > > > > ****************************************** > > Sanjeev Yamdagni > > Technical Manager > > ThomasKelly Software Associates > > One Sugar Creek Center Blvd., Suite #410 > > Sugar Land, TX-77478 > > Phone :(281) 565-1461 > > Fax :(281) 565-1462 > > web :www.thomaskelly.com > > ****************************************** > > > > > > -----Original Message----- > > From: Robert MacGrogan [ <mailto:rob...@ya...> > > mailto:rob...@ya...] > > Sent: Tuesday, December 21, 2004 2:45 PM > > To: Sanjeev Yamdagni; sou...@li... > > Subject: Re: Question on SourceJammer > > > > > > I have a production SJ server running under Tomcat 5.0 on a WIndows > > 2003 server. I have not had any problems, and I don't expect you to > > either. > > > > Thanks. > > > > --Rob > > > > > > --- Sanjeev Yamdagni <sa...@th...> wrote: > > > > > Robert, > > > > > > We are using SourceJammer 2.1 on a Windows 2000 server. We are in > > > the process of upgrading our server box. I have this question > > > whether SourceJammer current release will work fine on a Windows > > > 2003 Server or not ? > > > > > > Please respond so that we can make our upgrade plan accordingly, > > > > > > Regards > > > > > > ~Sanjeev > > > ****************************************** > > > Sanjeev Yamdagni > > > Technical Manager > > > ThomasKelly Software Associates > > > One Sugar Creek Center Blvd., Suite #410 > > > Sugar Land, TX-77478 > > > Phone :(281) 565-1461 > > > Fax :(281) 565-1462 > > > web : < <http://www.thomaskelly.com/> http://www.thomaskelly.com/> > > www.thomaskelly.com > > > ****************************************** > > > > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > <http://mail.yahoo.com> http://mail.yahoo.com > > > > > > > > > > > __________________________________ > Do you Yahoo!? > The all-new My Yahoo! - What will yours do? > http://my.yahoo.com > > > > __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail |
From: Robert M. <rob...@ya...> - 2004-12-28 15:16:52
|
Hi, Marcelo. I don't think I've exactly given up on SourceJammer yet. But I am still busy with other things that are more intersting to me, for now than SourceJammer. I hope to get back into development perhaps later this year. But I"m not making any promises. --Rob --- Marcelo Saldanha <sal...@on...> wrote: > Hi there, Rob. > > I was wandering if you are still working on SJ, 'cos it is now quite > some time since the last release (2.1.0.0). Are you just out of time, or > did you give up on SJ? No pressure, just asking... > > =============================== > Marcelo Saldanha > Computer Science - UFMG - Brazil > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.298 / Virus Database: 265.6.3 - Release Date: 21/12/2004 > > > > ------------------------------------------------------- > 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://productguide.itmanagersjournal.com/ > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 |
From: <Bri...@re...> - 2004-12-27 19:02:52
|
Hello, I am working on a sourcejammer plugin for eclipse and I am running into some issues. I can iterate through the first two levels with no problems, but when I attempt to get the project object from the third level using getProjObj(long value), I get the following error: org.sourcejammer.client.gui.GUICommandException: Error: Unable to access File information. null Error: Unable to access File information. null java.lang.Exception: Error: Unable to access File information. null at org.sourcejammer.client.gui.CommandCentral.retrieveProject(Unknown Source) at org.sourcejammer.client.simpletools.SimpleInterface.getProjectObj(Unknown Source) at sjplugin.views.SourceJammerView$ViewContentProvider.build(SourceJammerView.java:206) at sjplugin.views.SourceJammerView$ViewContentProvider.initialize(SourceJammerView.java:156) at sjplugin.views.SourceJammerView$ViewContentProvider.getElements(SourceJammerView.java:126) I believe that one of the objects on the third level may be an actual file and not a folder. Is there a way to drill down the hierarchy without knowing the particular object type of everything that I am attempting to read in? invisibleRoot = new TreeParent(""); NodeList nodeList = sjProject.childList(); NodeIterator nodeIter = nodeList.getIterator(); while(nodeIter.hasMoreNodes()) { // root level Node node = nodeIter.getNextNode(); rootParent = new TreeParent(node.getNodeName()); // get child node as Project childProj = sjInterface.getProjectObj(node.getUniqueID()); //get the child's children childNodeList = childProj.childList(); childNodeIter = childNodeList.getIterator(); while(childNodeIter.hasMoreNodes()) { Node nextNode = childNodeIter.getNextNode(); treeParentObj = new TreeParent(nextNode.getNodeName()); // The next line causes an error!!!!!!!! //nextChildProj = sjInterface.getProjectObj(nextNode.getUniqueID()); // get next child node as Project System.out.println("id:"+nextNode.getUniqueID()); rootParent.addChild(treeParentObj); } invisibleRoot.addChild(rootParent); } sjInterface.disconnect(); |
From: Robert M. <rob...@ya...> - 2004-12-23 14:55:36
|
Hi, Sanjeev. I don't think you're going to lose the archive. You moved the other three fine, so we'll be able to fix this problem. First, I suggest deleting the corrupt archive from your new server and re-importing it, just to see if that fixes it. If that doesn't work, look at the 0 file in the project directory. When you create the new empty archive, SJ creates this file, showing an empty archive. When you copy over the files from the other server, this file should get over written. My guess is that this file was not overwritten for some reason. That would definitely explain why the archive looks empty. --Rob --- Sanjeev Yamdagni <sa...@th...> wrote: > Robert, > > I have installed SJ on a new box running Windows 2003 server. I have moved > the archives using the procedure given at > <http://www.sourcejammer.org/importExportArchive.html> > http://www.sourcejammer.org/importExportArchive.html > While moving, out of 4 archives, 3 archives are working fine on new server > but one archive shows no files in the SJ client. I have ensured that > complete archive folder has been copied successfully from old server to new > server. Do you have any suggestion about why should happen? > > This is a little urgent issue so we would appreciate an early response. (we > do not want to recreate the archive from scratch because we will then loose > the entire history). > > Please HELP. > > Regards > > ~Sanjeev > > ****************************************** > Sanjeev Yamdagni > Technical Manager > ThomasKelly Software Associates > One Sugar Creek Center Blvd., Suite #410 > Sugar Land, TX-77478 > Phone :(281) 565-1461 > Fax :(281) 565-1462 > web :www.thomaskelly.com > ****************************************** > > > -----Original Message----- > From: Robert MacGrogan [ <mailto:rob...@ya...> > mailto:rob...@ya...] > Sent: Tuesday, December 21, 2004 2:45 PM > To: Sanjeev Yamdagni; sou...@li... > Subject: Re: Question on SourceJammer > > > I have a production SJ server running under Tomcat 5.0 on a WIndows 2003 > server. I have not had any problems, and I don't expect you to either. > > Thanks. > > --Rob > > > --- Sanjeev Yamdagni <sa...@th...> wrote: > > > Robert, > > > > We are using SourceJammer 2.1 on a Windows 2000 server. We are in the > > process of upgrading our server box. I have this question whether > > SourceJammer current release will work fine on a Windows 2003 Server > > or not ? > > > > Please respond so that we can make our upgrade plan accordingly, > > > > Regards > > > > ~Sanjeev > > ****************************************** > > Sanjeev Yamdagni > > Technical Manager > > ThomasKelly Software Associates > > One Sugar Creek Center Blvd., Suite #410 > > Sugar Land, TX-77478 > > Phone :(281) 565-1461 > > Fax :(281) 565-1462 > > web : < <http://www.thomaskelly.com/> http://www.thomaskelly.com/> > www.thomaskelly.com > > ****************************************** > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > <http://mail.yahoo.com> http://mail.yahoo.com > > > __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com |
From: Marcelo S. <sal...@on...> - 2004-12-23 11:26:52
|
Hi there, Rob. I was wandering if you are still working on SJ, 'cos it is now quite some time since the last release (2.1.0.0). Are you just out of time, or did you give up on SJ? No pressure, just asking... =============================== Marcelo Saldanha Computer Science - UFMG - Brazil -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.3 - Release Date: 21/12/2004 |
From: Robert M. <rob...@ya...> - 2004-12-21 20:45:08
|
I have a production SJ server running under Tomcat 5.0 on a WIndows 2003 server. I have not had any problems, and I don't expect you to either. Thanks. --Rob --- Sanjeev Yamdagni <sa...@th...> wrote: > Robert, > > We are using SourceJammer 2.1 on a Windows 2000 server. We are in the > process of upgrading our server box. I have this question whether > SourceJammer current release will work fine on a Windows 2003 Server or not > ? > > Please respond so that we can make our upgrade plan accordingly, > > Regards > > ~Sanjeev > ****************************************** > Sanjeev Yamdagni > Technical Manager > ThomasKelly Software Associates > One Sugar Creek Center Blvd., Suite #410 > Sugar Land, TX-77478 > Phone :(281) 565-1461 > Fax :(281) 565-1462 > web : <http://www.thomaskelly.com/> www.thomaskelly.com > ****************************************** > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Robert M. <rob...@ya...> - 2004-12-21 20:43:29
|
Hi, Brian. You can't traverse the project/folder tree like that on the client side. When you pull in a project from the server, all of the child nodes are informational only. Even if the child is a "project" or folder, the class type of the child node will still be something like ChildNode, not Project. If you want to delve into the a child node that you know is a project, you'll have to pull that project from the server using the getProjectObj() method. Let me know if any of that doesn't make sense to you. --Rob --- Bri...@re... wrote: > Hello, > I am attempting to extend a class from the sourceJammer api and > I am running into an issue. I am retrieving the nodes at the top level > but when I try to view any children ,using childCount() , I don't return > any values even though there are several children existing, is there > something I am missing?: > > sjInterface.setOut(System.out); > Project sjProject = > sjInterface.connect("nas01","http:localhost:80/sourcejammer/servlet/rpcrouter","anon","anon"); > > System.out.println("Root Project: " + > sjProject.getNodeName()); > > NodeList nodeList = sjProject.childList(); > NodeIterator nodeIter = nodeList.getIterator(); > > while(nodeIter.hasMoreNodes()){ > Node node = nodeIter.getNextNode(); > > System.out.println("Node: " + node.getNodeName() + " > Children: " + node.childCount() + " Node: " + node); > } > sjInterface.disconnect(); > > > OUTPUT: > > # Connected to archive nas01. > Root Project: nas01 > Node: Iview-new Children: 0 Node: Iview-new P > Node: legacy Children: 0 Node: legacy P > Node: msrc Children: 0 Node: msrc > > Thanks, > Brian __________________________________ Do you Yahoo!? Send a seasonal email greeting and help others. Do good. http://celebrity.mail.yahoo.com |
From: Robert M. <rob...@ya...> - 2004-12-21 20:37:59
|
Hi, Ricardo. Are you asking if there is a SourceJammer plugin for Eclipse that lets you check in, check out, etc., from within the Eclipse IDE? Right now there is no Eclipse plug in, I'm afraid. If you are interested in developing one, let me know and I'll try to help you with it as much as I can. Thanks. --Rob --- Ricardo Alexandre Oliveira Santos <rol...@mc...> wrote: > Currently in the company in the which work we use the "CVS". > > I am wanting to make the migration for the SourceJammer, but I am with a > problem all the employees use the "eclipse". > > Question: I obtain to use the "SourceJammer" with the "eclipse"? > > > > Thank you and Best Regards, > > Ricardo Alexandre Oliveira Santos > MCN Technology & Consulting > Fone: +55 11 5561-1044 > HYPERLINK "http://www.mcn.com.br"http://www.mcn.com.br > > > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 17/12/2004 > > __________________________________ Do you Yahoo!? All your favorites on one personal page Try My Yahoo! http://my.yahoo.com |
From: Robert M. <rob...@ya...> - 2004-12-21 20:36:02
|
It's just a class path issue. Should be easy to fix. I think what you need to do is add jce.jar (should be in the java or jre directory somewhere) to the classpath in your client sj_gui file. Let me know if you need additional details or if that doesn't work. --Rob --- tv...@ar... wrote: > Hello, > > I'm trying to setup Sourcejammer server for a project I am part of. All > seems well, the instructions are relativly simple and I get no errors > during any of the steps taken to install SourceJammer and Tomcat. I can > get to tomcat by going to http://localhost:8080 I can even get the > SourceJammer by entering http://localhost:8080/sourcejammer and it > presents me with the prompt to browse archives. > > My problem is creating the inital archive. I'm attemting to connect using > the SJ Client 2.1.0. I'm using the Linux Client and when trying to make > the inital archive on the server I get the following error: > > > java.lang.NoClassDefFoundError: com/sun/net/ssl/internal/ssl/Provider > > at > org.sourcejammer.client.gui.CommandCentral.makeArchiveDisconnected(Un > known Source) > > at > org.sourcejammer.client.gui.action.MakeArchiveAction.actionPerformed( > Unknown Source) > > at > javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:17 > 85) > > at > javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra > ctButton.java:1838) > > at > javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel > .java:440) > > at > javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:278 > ) > > at javax.swing.AbstractButton.doClick(AbstractButton.java:310) > > at > javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1 > 138) > > at > javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRelease > d(BasicMenuItemUI.java:965) > > at java.awt.Component.processMouseEvent(Component.java:5261) > > at java.awt.Component.processEvent(Component.java:5059) > > at java.awt.Container.processEvent(Container.java:1607) > > at java.awt.Component.dispatchEventImpl(Component.java:3754) > > at java.awt.Container.dispatchEventImpl(Container.java:1664) > > at java.awt.Component.dispatchEvent(Component.java:3582) > > at > java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3491 > ) > > at > java.awt.LightweightDispatcher.processMouseEvent(Container.java:3206) > > at > java.awt.LightweightDispatcher.dispatchEvent(Container.java:3136) > > at java.awt.Container.dispatchEventImpl(Container.java:1650) > > at java.awt.Window.dispatchEventImpl(Window.java:1636) > > at java.awt.Component.dispatchEvent(Component.java:3582) > > at java.awt.EventQueue.dispatchEvent(EventQueue.java:531) > > at > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh > read.java:238) > > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre > ad.java:182) > > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) > > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) > > at java.awt.EventDispatchThread.run(EventDispatchThread.java:131) > > > What I'm using in the SJ client is the following > > Archive Name: PDL > Server URL: http://<myserversipaddy>:8080/sourcejammer/servlet/rpcrouter > User: admin > Password: admin > > > Did I miss something in the setup?? > > > > > ------------------------------------------------------- > 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://productguide.itmanagersjournal.com/ > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com |
From: <Bri...@re...> - 2004-12-20 20:00:31
|
Hello, I am attempting to extend a class from the sourceJammer api and I am running into an issue. I am retrieving the nodes at the top level but when I try to view any children ,using childCount() , I don't return any values even though there are several children existing, is there something I am missing?: sjInterface.setOut(System.out); Project sjProject = sjInterface.connect("nas01","http:localhost:80/sourcejammer/servlet/rpcrouter","anon","anon"); System.out.println("Root Project: " + sjProject.getNodeName()); NodeList nodeList = sjProject.childList(); NodeIterator nodeIter = nodeList.getIterator(); while(nodeIter.hasMoreNodes()){ Node node = nodeIter.getNextNode(); System.out.println("Node: " + node.getNodeName() + " Children: " + node.childCount() + " Node: " + node); } sjInterface.disconnect(); OUTPUT: # Connected to archive nas01. Root Project: nas01 Node: Iview-new Children: 0 Node: Iview-new P Node: legacy Children: 0 Node: legacy P Node: msrc Children: 0 Node: msrc Thanks, Brian |
From: <tv...@ar...> - 2004-12-20 16:27:03
|
Hello, I'm trying to setup Sourcejammer server for a project I am part of. All seems well, the instructions are relativly simple and I get no errors during any of the steps taken to install SourceJammer and Tomcat. I can get to tomcat by going to http://localhost:8080 I can even get the SourceJammer by entering http://localhost:8080/sourcejammer and it presents me with the prompt to browse archives. My problem is creating the inital archive. I'm attemting to connect using the SJ Client 2.1.0. I'm using the Linux Client and when trying to make the inital archive on the server I get the following error: > java.lang.NoClassDefFoundError: com/sun/net/ssl/internal/ssl/Provider > at org.sourcejammer.client.gui.CommandCentral.makeArchiveDisconnected(Un known Source) > at org.sourcejammer.client.gui.action.MakeArchiveAction.actionPerformed( Unknown Source) > at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:17 85) > at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra ctButton.java:1838) > at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel .java:440) > at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:278 ) > at javax.swing.AbstractButton.doClick(AbstractButton.java:310) > at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1 138) > at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRelease d(BasicMenuItemUI.java:965) > at java.awt.Component.processMouseEvent(Component.java:5261) > at java.awt.Component.processEvent(Component.java:5059) > at java.awt.Container.processEvent(Container.java:1607) > at java.awt.Component.dispatchEventImpl(Component.java:3754) > at java.awt.Container.dispatchEventImpl(Container.java:1664) > at java.awt.Component.dispatchEvent(Component.java:3582) > at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3491 ) > at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3206) > at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3136) > at java.awt.Container.dispatchEventImpl(Container.java:1650) > at java.awt.Window.dispatchEventImpl(Window.java:1636) > at java.awt.Component.dispatchEvent(Component.java:3582) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:531) > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh read.java:238) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:182) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:13= 1) What I'm using in the SJ client is the following Archive Name: PDL Server URL: http://<myserversipaddy>:8080/sourcejammer/servlet/rpcrouter User: admin Password: admin Did I miss something in the setup?? |
From: Robert M. <rob...@ya...> - 2004-12-17 17:19:30
|
Hi, Luis. I've never seen this error before. It should be easy for you to fix, but I find it very strange that this happened. You will need to find the "project" file for the folder (or project) that is giving you this problem and manually fix the xml. Look for the Children section of the xml for that folder and look to see if there is a file with the same id in there twice. (Note that the children in a folder can be either folders or files. Make sure the NodeType="2".) If the same id does not show up twice, you'll have to individually inspect the file metadata xml for each file to look for two files with the same name. Here's what to do, step-by-step: 1) Stop your SJ server. 2) Look in the SourceJammer/server/archives/[archive name]/project directory for folder meta data xml files. Start with file 0 and look at the child folders in that file until you find the meta data file for the folder that's causing you trouble. For more info on SJ meta data files, look here: http://www.sourcejammer.org/docAboutServerFiles.html 3) Look for two file children in the folder meta data file that have the same id. If none do, look in the file meta data (in SourceJammer/server/archives/[archive name]/file) until you find two files with the same name. 4) When you find the files that are causing the trouble, remove one of them from the Children node in the folder/project meta data file. 5) Re-start the SJ server. Good luck. --Rob --- Luis Castillo <lui...@ve...> wrote: > > > > > Hi, > > When I try to open the folder which contains the source files of my > application, the program give the following error: > > "Unable to access File information. More than one child node of project > has same name in XML on filesys. This project already contains a child node > with the name: pm_cam_contrase]#%a.gif" > > Yesterday in the morning, the progam was working normally but in the > afternoon I connected and the problem appeard. > > What can I do in order to solve this problem?? > > Thanks in advance > > Saludos, > > Luis Castillo > UEA Operaciones > Zurich Seguros S.A. > Telf. +58 (212) 9010908 > http://www.zurich.com.ve > > > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |
From: Luis C. <lui...@ve...> - 2004-12-17 12:09:17
|
Hi, When I try to open the folder which contains the source files of my application, the program give the following error: "Unable to access File information. More than one child node of projec= t has same name in XML on filesys. This project already contains a child = node with the name: pm_cam_contrase]#%a.gif" Yesterday in the morning, the progam was working normally but in the afternoon I connected and the problem appeard. What can I do in order to solve this problem?? Thanks in advance Saludos, Luis Castillo UEA Operaciones Zurich Seguros S.A. Telf. +58 (212) 9010908 http://www.zurich.com.ve ******************* FAVOR LEER ESTA NOTA ******************* Este mensaje y sus anexos pueden ser confidenciales o legalmente privilegiados. El mismo se dirige a la(s) persona(s) nombrada(s) quien(quienes) es(son) el(los) =FAnico(s) destinatario(s) autorizado(s). Si este mens= aje le ha llegado por error, por favor destr=FAyalo sin revisarlo y/o disemin= arlo y notifique al remitente inmediatamente. Es importante notar que este mensaje no crea ning=FAn contrato, comprom= iso y/u obligaci=F3n legal por lo cual no asumimos responsabilidad. Igual= mente, no asumimos responsabilidad por da=F1os causados por parte de terceros que= puedan resultar en la modificaci=F3n, falsificaci=F3n y/o p=E9rdida de = mensajes. ******************* PLEASE NOTE ******************* This message, along with any attachments, may be confidential or legall= y privileged. It is intended only for the named person(s), who is/are th= e only authorized recipient(s). If this message has reached you in error, plea= se destroy it without review and/or dissemination and notify the sender immediately. It is important to note that this message does not create any contract and/or legal obligation for which we assume any responsability. Also, = we do not assume responsability for damages caused by third persons which could result i= n the modification, falsification or loss of any messages.= |
From: Zawaj & Z. <web...@zi...> - 2004-12-14 17:12:28
|
=20 Zawaj & Zifaf a pour vocation de vous accompagner dans votre recherche = de l'=E2me sour et tout au long de votre vie de couple=20 |
From: Robert M. <rob...@ya...> - 2004-12-10 16:12:31
|
Hello. Two points: 1) This is probably a classpath issue. Check the classpath in the deploy script. Most likely it is pointing to the wrong directory for the soap.jar file and possibly some of the other jar files. 2) This step should not even be necessary in version 2.1. That readme file, I'm sad to say, is out of date. There's a much easier way to get SourceJammer up and running. And you should not have to deploy in any case. I advise you to go ahead and remove any SJ installation stuff you've done and start over. This time, after you unzip the file, just run the install.sh script. This will walk you through everything that needs to be done to get your server up and running. Thanks. --Rob --- "Shyam.Gadepalli" <shy...@or...> wrote: > Hi, > > SJ server 2.1 is installed on Linux...As per readme/install instructions, when I run the > deploy.sh script to deploy the 3 xml files > > 1. deploy SJDeploymentDescriptor.xml > 2. deploy DownloaderDeploy.xml > 3. deploy UploaderDeploy.xml > > kicks me with error messages > Exception in thread "main" java.lang.NoSuchMethodError: > org.apache.soap.util.xml.DOMUtils.getQualifiedAttributeValue(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/apache/soap/util/xml/QName; > at org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescriptor.java:700); > at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:230) > > Env Details > OS - RedHat Linux 2.4.9 > Apache 1.3.19 > Java/jdk - 1.4.2 > > Unable to get any pointers on SJ site...To get SJ up and running is very critical for me, has > anyone enountered and fixed this error? If so, pls help me.. > > Any help would be greatly appreciated... > > Thanks, > > Shyam > > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |
From: Shyam.Gadepalli <shy...@or...> - 2004-12-10 09:50:45
|
Hi, SJ server 2.1 is installed on Linux...As per readme/install = instructions, when I run the deploy.sh script to deploy the 3 xml files 1. deploy SJDeploymentDescriptor.xml 2. deploy DownloaderDeploy.xml 3. deploy UploaderDeploy.xml kicks me with error messages=20 Exception in thread "main" java.lang.NoSuchMethodError: = org.apache.soap.util.xml.DOMUtils.getQualifiedAttributeValue(Lorg/w3c/dom= /Element;Ljava/lang/String;)Lorg/apache/soap/util/xml/QName; at = org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescriptor.= java:700); at = org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.jav= a:230) Env Details OS - RedHat Linux 2.4.9 Apache 1.3.19 Java/jdk - 1.4.2 Unable to get any pointers on SJ site...To get SJ up and running is very = critical for me, has anyone enountered and fixed this error? If so, pls = help me.. Any help would be greatly appreciated... Thanks, Shyam |
From: Robert M. <rob...@ya...> - 2004-12-07 16:06:58
|
As the file says, "this step may not be necessary." In your case, it should not be. Don't worry about this step. The problem you are having is that your SourceJammer client cannot see your SourceJammer server. Check the URL you are using to create your archive. It should be something like: http://localhost:8080/sourcejammer/servlet/rpcrouter If you installed your server on a different machine, then replace "localhost" with the address of that machine. Also, make sure you start Tomcat. --Rob __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 |
From: Marwa E. <mir...@ya...> - 2004-12-07 10:41:36
|
no the message says just so, but i read the ReadMe file for the server component and found that i'm missing to download the tomcat. but I can't understand the deploy SOAP part of the server..i'll paste to you the ReadMe file area that tells about it: 5. Deploy SOAP. This step may not be necessary. Go to the following address with a web browser: /sourcejammer/soap">http://<yoururl>/sourcejammer/soap Click Run the SOAP admin client. Click List. If you do not see urn:Downloader, urn:Uploader, and urn:MasterControlProgram listed, then you need to run the deploy script. See the section below on DEPLOYING SOURCEJAMMER for more information on how to deploy. A NOTE ABOUT JLIBDIFF: JLibDiff is a library that SourceJammer uses to build diffs of text files (visit http://sourceforge.net/projects/jlibdiff for more details). The jlibdiff library is contained in the sj_lib.jar package. DEPLOYING SOURCEJAMMER: Before any clients can interact with SourceJammer, you will need to deploy for SOAP. The script deploy.bat makes this fairly easy. You will probably need to edit this script (unless you have installed to the default directory and are running Tomcat on localhost:8080). Change the classpaths as needed and substitute your URL or IP address for the default url in the file. Example: if your URL is www.mysourcejammersite.com, then change the URL to http://www.mysourcejammersite.com/sourcejammer/servlet/rpcrouter When you execute this script, you need to include as a parameter the name of the deployment xml file. There are three deployment xml files that you need to deploy: SJDeploymentDescriptor.xml, DownloaderDeploy.xml, and UploaderDeploy.xml. So you need to run the deploy script three times, as follows: deploy SJDeploymentDescriptor.xml deploy DownloaderDeploy.xml deploy UploaderDeploy.xml Robert MacGrogan <rob...@ya...> wrote: Hello, Marwa. The file sourcejammer-src-2.1.0.0.gpl.zip, available on the downloads page, contains all the source code for SourceJammer, plus all the 3rd party jars required to make it compile. As for your "cannot copy file" message, is there more of an error message than that? Does it say why it can't copy the file? --Rob --- Marwa Elfeky wrote: > Hi Robert, > I'm new in using source Jammer, i have downloaded both client and server. 2.1 > I could setup the client but couldn't setup the setver... running the Install.bat and I get the > error message...can not copy file. > Although I have adjusted my JAVA_HOME in Environment Variables > So what is the problem...can you help me.. > I have another request also....you said on the site that the application is an open source > application...but i can't find it on the site....the windows source download is jars not .java > files...so is that what you call ur source code?!! > > > Thanks alot for you support > > > --------------------------------- > Do you Yahoo!? > The all-new My Yahoo! Get yours free! __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo --------------------------------- Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. Learn more. |
From: <se...@pa...> - 2004-12-07 03:50:30
|
<P><Font style=3D"font-family:verdana; font-size:12px"> Dear Paypal Member, <BR><BR> PayPal is committed to maintaining a safe environment for its community of= <BR> buyers and sellers. To protect the security of your account, PayPal employ= s <BR> some of the most advanced security systems in the world and our anti-fraud= <BR> teams regularly screen the PayPal system for unusual activity. <BR><BR> Recently, our Account Review Team identified some unusual activity in your= <BR> account. In accordance with PayPal User Agreement and to ensure that your = <BR> account has not been compromised, we require you to confirm your account i= nformation.<BR> This is a fraud prevention measure meant to ensure that your account is sa= fe. <BR> Please click on the link below and follow the instructions <BR> to complete the account confirmation process.<BR><BR> <A href=3D"http://dsl81-215-29214.adsl.ttnet.net.tr/pp/"> https://www.paypal.com/cgi-bin/webscr?cmd=3D_login-run. </A><BR><BR> Thank you for your prompt attention to this matter. Please understand that= <BR> this is a security measure meant to help protect you and your account. We = <BR> apologize for any inconvenience. <BR><BR><BR> Sincerely, <BR> PayPal Account Review Department <BR> |