sourcejammer-users Mailing List for SourceJammer (Page 11)
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: Conor M. <con...@gm...> - 2005-08-01 08:38:09
|
Hi I am new to sourcejammer so you'll have to pardon me if I've been pretty dumb. We had sourjammer running on Tomcat 5.0. I recently upgraded to Tomcat 5.5 thinking that all I would have to do with sourcejammer is drop the webapp we had running in the older tomcat into the new webapps folder and it would run. This didn't work. When trying to access an archive now i am getting the error: org.sourcejammer.server.security.ObjectLockingException: Unable to obtain filesystem lock on the requested node. at org.sourcejammer.project.model.filesys.NodeLibraryFS.obtainLock(Unknown Source) at org.sourcejammer.project.model.filesys.NodeLibraryFS.getProjectNode(Unknown Source) at org.sourcejammer.project.controller.ProjectController.getRootProject(Unknown Source) at org.sourcejammer.project.view.MasterControlProgram.connect(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) at org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129) at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:354) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Unknown Source) and when i try and create a new archive I get the error: org.sourcejammer.project.model.FileAccessException: Trouble with file system. Exception in transforming XML. java.io.IOException: Exception in transforming XML. at org.sourcejammer.project.model.filesys.FileSysArchiveGetter.addArchive(Unknown Source) at org.sourcejammer.project.controller.ArchiveFactory.makeArchive(Unknown Source) at org.sourcejammer.project.controller.ArchiveFactory.makeArchive(Unknown Source) at org.sourcejammer.project.view.MasterControlProgram.addArchive(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) at org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129) at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:354) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Unknown Source) Can anyone shed some light as to what the problem is and how I can resolve it? Any help will be greatly appreciated Conor |
From: Bilhah T. <Bil...@jo...> - 2005-07-30 15:22:47
|
Hello, in America.he had just come. He had conceived that she might have = followedwondering Admiral followed them until the foliage screened them = fromMr. Blood bowed for answer; then to the men: Bear him steadily,his = earlier vehemence was as nothing to his vehemence now. Ye'rehimself was = none so steady, and his face was undoubtedly pale.That is not in the = bargain. What is in the bargain is that I acceptman raised the silver = bugle that was to give the signal for thethe words now passing between = Steed and Bishop. The Colonel wasPitt, the Somersetshire shipmaster. = In addition to his ability asD'ye hear that now? And did ye ever hear = the like? But what didit, but the spirit within writhed now in = torment.writes Pitt, in his log, I went to seek the Captain, knowing = himThat night he slept on board his ship, which with characteristicYou = are foolish to persist. Levasseur spoke without anger, withher mainsail = unfurled to increase her steering way, and go about |
From: Sriram K. <sk...@za...> - 2005-07-30 05:46:00
|
Hi, I am looking for an open source source-control system that can be embedded into our product. Is there any documentation / help available on how to embed sourcejammer into products? Regards, Sriram |
From: <Rob...@re...> - 2005-07-29 16:15:22
|
yes, it was restarted Thanks; Robin S Levine rob...@re... 770-806-2655 Robert MacGrogan <rob...@ya...> 07/29/2005 12:13 PM To: Kev...@re..., SourceJammer Users <sou...@li...> cc: Rob...@re... Subject: Re: Fw: SJ -- Invalid NodeInfo error Did you try the old standby, restarting the SJ server? --Rob --- Kev...@re... wrote: > Hello Robert, > > A developer tried to add a folder, bringing in a bunch of subfolders into > SJ and as a result of that we cannot get to the contents of the original > directory. > > Now we're at a point where we cannot get to the original directory. When > trying to click on the dir in SJ, we get a pop up box that says: "Invalid > NodeInfo string. 1,5348, Invalid NodeInfo string." > > Please see the forward of this problem from the developer below. > > Thanks for your help, > Kevin > > Kevin Cloudt > 770-806-2648 > kev...@re... > ----- Forwarded by Kevin Cloudt/Regulus on 07/29/2005 12:09 PM ----- > > Robin Levine/Regulus > 07/29/2005 12:08 PM > > To > Kevin Cloudt/Regulus@Regulus > cc > > Subject > SJ -- Invalid NodeInfo error > > > > > > Get this error when trying to access this directory ? > > Tried to add a dir under regionxml by selecting add file and clicking on > the dir to add > > Thanks; > > Robin S Levine > rob...@re... > 770-806-2655 > > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 |
From: <Kev...@re...> - 2005-07-29 16:15:00
|
Yes. We bounced the SJ server. Kevin Cloudt 770-806-2648 kev...@re... Robert MacGrogan <rob...@ya...> 07/29/2005 12:13 PM To Kev...@re..., SourceJammer Users <sou...@li...> cc Rob...@re... Subject Re: Fw: SJ -- Invalid NodeInfo error Did you try the old standby, restarting the SJ server? --Rob --- Kev...@re... wrote: > Hello Robert, > > A developer tried to add a folder, bringing in a bunch of subfolders into > SJ and as a result of that we cannot get to the contents of the original > directory. > > Now we're at a point where we cannot get to the original directory. When > trying to click on the dir in SJ, we get a pop up box that says: "Invalid > NodeInfo string. 1,5348, Invalid NodeInfo string." > > Please see the forward of this problem from the developer below. > > Thanks for your help, > Kevin > > Kevin Cloudt > 770-806-2648 > kev...@re... > ----- Forwarded by Kevin Cloudt/Regulus on 07/29/2005 12:09 PM ----- > > Robin Levine/Regulus > 07/29/2005 12:08 PM > > To > Kevin Cloudt/Regulus@Regulus > cc > > Subject > SJ -- Invalid NodeInfo error > > > > > > Get this error when trying to access this directory ? > > Tried to add a dir under regionxml by selecting add file and clicking on > the dir to add > > Thanks; > > Robin S Levine > rob...@re... > 770-806-2655 > > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 |
From: Robert M. <rob...@ya...> - 2005-07-29 16:13:39
|
Did you try the old standby, restarting the SJ server? --Rob --- Kev...@re... wrote: > Hello Robert, > > A developer tried to add a folder, bringing in a bunch of subfolders into > SJ and as a result of that we cannot get to the contents of the original > directory. > > Now we're at a point where we cannot get to the original directory. When > trying to click on the dir in SJ, we get a pop up box that says: "Invalid > NodeInfo string. 1,5348, Invalid NodeInfo string." > > Please see the forward of this problem from the developer below. > > Thanks for your help, > Kevin > > Kevin Cloudt > 770-806-2648 > kev...@re... > ----- Forwarded by Kevin Cloudt/Regulus on 07/29/2005 12:09 PM ----- > > Robin Levine/Regulus > 07/29/2005 12:08 PM > > To > Kevin Cloudt/Regulus@Regulus > cc > > Subject > SJ -- Invalid NodeInfo error > > > > > > Get this error when trying to access this directory ? > > Tried to add a dir under regionxml by selecting add file and clicking on > the dir to add > > Thanks; > > Robin S Levine > rob...@re... > 770-806-2655 > > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 |
From: Riccardo C. <rc...@ar...> - 2005-07-29 15:27:43
|
Thanks a lot. I've tried : CommandCentral.getInstance().getGuiConf().getDefaultWorkingDirectory(); but the compiler complains that I have to give an argument to getDefaultWorkingDirectory. I tried null or new NodeName, but it fails with exceptions. Never mind I've found a way of finding the directory myself : I open the conf document found at AppConfig.getConfigFilePath() and with XMLUtil, I explore the document and find the local directory of the archive. So now I can call the function hasLocalFileChanged(). But unfortunately it does not do all what I want : It answers "true" when the file have been locally modified but "false" when the server file have been checked-in by someone else. I don't see why SourceVersionChecker.isStoredFileInfoAccurate() (called in hasLocalFileChanged) does not detect that the server version is not the same as mine in that case ? I'll be in holidays next week and see that after. Thanks for all your help Robert MacGrogan wrote: > Riccardo, > > GuiConf.getDefaultDirectory() should give you the default directory. But there are two > requirements for this to work. 1) When you start up your app, you've got to initialize AppConf to > point to the proper config directory. Call SimpleInterface.setConfDirectory() should work. And 2) > There must actually be a default directory configured for the user/archive you are logged into and > for the folder you are trying to find the default directory for. > > The easiest way to set up a default directory is to log in to your archive with the SJ client > first and set one up from there. Once you've done this, GuiConf.getDefaultDirectory() should pick > up the directory as long as 1) you're logging in using the same SJ user and 2) you point > SimpleInterface.setConfDirectory() to the same conf directory used by your SJ client. > > --Rob > > --- Riccardo Cohen <rc...@ar...> wrote: > > >>(PS:sorry for the mail on devel list, i made a little mistake) >> >>Thanks a lot >>Now my loop work correctly and I can know if a file is checked out with : >> >> if (info.isCheckedOut()) >> { >> String user=info.getCheckedOutToUser(); >> >> >>What I would like to do is also check if the file on disk is different (because someone has >>checked >>in a file) >>I try to use CommandCentral.getInstance().hasLocalFileChanged, but the second argument is a >>directory, and I could not find any way to have it from NodeInfo. I could not find any way of >>getting the default archive path locally with guiconf (getDefaultWorkingDirectory answers null) >> >>Thanks for any help >> >>Robert MacGrogan wrote: >> >> >>>Hi, Riccardo. >>> >>>I think your problem is that you need to call setOut() on SimpleInterface before you do >> >>anything >> >>>else. This is a dumb requirement, I know. There should be a default value, but this is how it >>>works now. >>> >>>For a pretty good example of some code that uses SimpleInterface, take a look at the code for >>>sj-eclipse. You can get it from here: >>> >>>http://sourceforge.net/project/showfiles.php?group_id=89891&package_id=145383 >>> >>>(The code packaged in the release file.) >>> >>>As for linking the SJ compiled classes up with the source files for easier debugging, you >> >>don't >> >>>have to use ant. Just download the source release and use jar to jar un-jar the sj-server.jar >> >>file >> >>>and then re-jar it with the source files. >>> >>>Good luck. >>> >>>--Rob >>> >>>--- Riccardo Cohen <rc...@ar...> wrote: >>> >> >>-- >>Riccardo Cohen >> >>Articque >>Les Roches >>37230 Fondettes >>France >>web = http://www.articque.com >>tel: +33 02 47 49 90 49 >>fax: +33 02 47 49 91 49 >> >> >> >> >>------------------------------------------------------- >>SF.Net email is Sponsored by the Better Software Conference & EXPO September >>19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >>_______________________________________________ >>SourceJammer-users mailing list >>Sou...@li... >>https://lists.sourceforge.net/lists/listinfo/sourcejammer-users >> > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 |
From: Robert M. <rob...@ya...> - 2005-07-29 14:29:40
|
I've never heard of this problem before. I haven't tested SJ under Java 5 yet, but this sounds very odd. You aren't connecting to your server over https, are you? Thanks. --Rob --- Ste Brennan <st...@co...> wrote: > Hi Robert, > > We are just in the process of evaluating SourceJammer. Looks great! > > We seem to have one problem though when running the client with Java 1.5.0. update 4. It seems > to run fine when the server is localhost, however, when connecting to another server on our > local internal network, the client seems to run really slow when interacting with the server. > When we run the client with Java 1.4. this speed issue does not occur. > > Have you come across this problem before? > > Thanks for any help > > Ste Brennan > Technical Consultant > > Code Computer Love > 21 Back Turner St Manchester M41FR 0161 834 7171 www.computerlove.co.uk > > NEW MEDIA AGENCY OF THE YEAR > We know we're good. Our clients know we're good. And now it's official! Code Computer Love has > been named as Adline's New Media Agency of the Year 2004. For more details visit > www.computerlove.co.uk and hit News. > > DISCLAIMER > This email and any files transmitted with it are confidential and intended solely for the > individual or entity to whom they are addressed. If you are not the named addressee you should > not disseminate, distribute, copy or alter this email. Any views or opinions presented in this > email are solely those of the author and might not represent those of Code Computer Love. > > Although Code Computer Love Ltd has taken precautions to ensure no viruses are present in this > email, the company cannot accept responsibility for any loss or damage arising from the use of > this email or attachments. > > __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail |
From: Riccardo C. <rc...@ar...> - 2005-07-28 17:00:25
|
(PS:sorry for the mail on devel list, i made a little mistake) Thanks a lot Now my loop work correctly and I can know if a file is checked out with : if (info.isCheckedOut()) { String user=info.getCheckedOutToUser(); What I would like to do is also check if the file on disk is different (because someone has checked in a file) I try to use CommandCentral.getInstance().hasLocalFileChanged, but the second argument is a directory, and I could not find any way to have it from NodeInfo. I could not find any way of getting the default archive path locally with guiconf (getDefaultWorkingDirectory answers null) Thanks for any help Robert MacGrogan wrote: > Hi, Riccardo. > > I think your problem is that you need to call setOut() on SimpleInterface before you do anything > else. This is a dumb requirement, I know. There should be a default value, but this is how it > works now. > > For a pretty good example of some code that uses SimpleInterface, take a look at the code for > sj-eclipse. You can get it from here: > > http://sourceforge.net/project/showfiles.php?group_id=89891&package_id=145383 > > (The code packaged in the release file.) > > As for linking the SJ compiled classes up with the source files for easier debugging, you don't > have to use ant. Just download the source release and use jar to jar un-jar the sj-server.jar file > and then re-jar it with the source files. > > Good luck. > > --Rob > > --- Riccardo Cohen <rc...@ar...> wrote: > -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 |
From: Riccardo C. <rc...@ar...> - 2005-07-28 12:12:42
|
Hi I want to congratulate the developers of the simpletools.SimpleInterface api. It is really easy to use. I've coded a class to access the archive from client side, and have a connection error : java.lang.NullPointerException at org.sourcejammer.client.gui.CommandCentral.connectToArchive(Unknown Source) at org.sourcejammer.client.simpletools.SimpleInterface.connect(Unknown Source) at jammerlist.main(jammerlist.java:30) Apart from the fact that I do not congratulate the dev team for those numerous null pointer exceptions :) is there any way to have info about the error ? (the source does not provide a jar with both java and class, so the exception cannot give the line where it appears) I tried to compile source on unix, but it needs ant, so I downloaded ant but it needs sun jdk (i'm using ibm one) so I downloaded sunjdk but it needs libc++6 so i downloaded it but it needs libstdc++-libc6.1-1.so.2 so I forgave :( This is my code: Thanks Riccardo Cohen import java.lang.*; import java.util.*; import java.sql.*; import java.io.*; import java.net.*; import org.sourcejammer.client.simpletools.*; import org.sourcejammer.project.view.*; public class jammerlist { public static void main(String[] args) { boolean fail=false; Project proj=null; if (args.length==0) System.out.println("syntax : jammerlist c:\\jammer\\conf"); SimpleInterface si=SimpleInterface.getInstance(); fail=(si==null); if (fail) System.out.println("si null"); if (!fail) { try{si.setConfDirectory(args[0]);}catch(Exception ex){fail=true;} if (fail) System.out.println("conf err"); } if (!fail) { try{proj=si.connect("develjava","http://jam.articque.com/servlet/rpcrouter", "rcohen","zzzz");}catch(Exception ex){ex.printStackTrace();fail=true;} if (fail) System.out.println("connect err"); } if (!fail) { fail=proj==null; if (fail) System.out.println("proj null"); } if (!fail) { int count=proj.childCount(); System.out.println("count="+count); } if (!fail) { try{si.disconnect();}catch(Exception ex){fail=true;} if (fail) System.out.println("disconnect err"); } System.out.println(fail?"failed":"ok"); } } |
From: Riccardo C. <rc...@ar...> - 2005-07-28 07:58:13
|
Hi Does anyone know how to do that : do you think possible that I write a little java class (client side) that walks through all files of an archive and get their attributes (checkedout or not, different from local or not, date) ? I want to do that because there is no "search" function in jammer client. I need to search all .hxx or all checked out (by anyone not only me) etc. Thanks -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 |
From: Riccardo C. <rc...@ar...> - 2005-07-26 15:00:37
|
Server side is quite all right for me, except that I often have to restart the jsp server due to locks pb (??) maybe it is because the server is not very powerful (celeron 500Mhz) My main problem is client side : do you think possible that I write a little java class (client side) that walks through all files of an archive and get their attributes (checkedout or not, different from local or not, date) ? Albert Moliner wrote: > Mmm, not exactly. > Plugins act as listeners of events, but cannot currently modify the repository > in any way (I like that behaviour). > To prevent the binary/text problem from happening from now on, you'll have to > add the extensions to the clients through the Preferences menu, or copy the > configuration file that stores the types in all the clients (although the > published files will remain with the wrong type). > > To write your own plugin, check the framework API at > > http://www.sourcejammer.org/specs/plugins/ > > To get the notion of how you could write your own, take a look at the > extensions/notify files in the SourceJammer repository (the host is > dev.sourcejammer.org, and I think there's a guest access, Rob knows better about > it). That's very simple, the docs under resources were pretty complete, and will > probably help you to start up (itf it does not fit your needs per se). > Let me know if you want more support, I'm just being short now to avoid boring > you. > > Hope it helps, > Albert. > > > > ----- Original Message ----- > From: "Riccardo Cohen" <rc...@ar...> > To: "Albert Moliner" <amo...@ev...> > Sent: Tuesday, July 26, 2005 1:17 PM > Subject: Re: [SourceJammer-users] Re: little prb with sourcejammer > > > >>I'm quite interested in writing a plugin... For that and maybe more. >>For instance I just discovered that all my files.hxx were considered as binary > > (I did not think > >>about adding this extension at project startup), and I cannot see any diff ! > > Maybe I can change that > >>with a plugin ? >> >>Albert Moliner wrote: >> >>>Hi, Riccardo. >>> >>>You can either: >>>a) Use the built-in logging plugin that writes a row for each operation >>>performed in a file in the server >>>(WEB-INF\server\archives\<<projectname>>\plugin-work\event-logger), and > > either > >>>write a program to parse it or try to get the data manually. >>>b) Use the notifier plugin, which will send an email every time someone > > checks > >>>something in, or any other action. Ask me if you want some more details on > > this. > >>>c) Write your own plugin that alerts you about any change. >>>d) Get the whole project to your disk, and SJ will only download the changed >>>files (you can know which they are by reading the panel at the bottom of the >>>screen). Not advisable if the project is big. >>> >>>So, you see that you can choose... You can't complain! ;-) >>> >>>Albert. >>> >>> >>> >>>----- Original Message ----- >>>From: "Riccardo Cohen" <rc...@ar...> >>>Cc: "SourceJammer Users" <sou...@li...> >>>Sent: Tuesday, July 26, 2005 12:05 PM >>>Subject: [SourceJammer-users] Re: little prb with sourcejammer >>> >>> >>>Hi >>>Thanks first for your answer about encoding. It works now. >>> >>>I just wanted to know if there is a way of having a list of files that are > > not > >>>sync with the >>>server... 5 developers modify the source, and I want to have the up-to-date >>>source on my pc (and >>>check what they've done!) >>> >>>Thanks >>> >>> >>> >>> >>> >>>------------------------------------------------------- >>>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>>from IBM. Find simple to follow Roadmaps, straightforward articles, >>>informative Webcasts and more! Get everything you need to get up to >>>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>>_______________________________________________ >>>SourceJammer-users mailing list >>>Sou...@li... >>>https://lists.sourceforge.net/lists/listinfo/sourcejammer-users >>> >> >>-- >>Riccardo Cohen >> >>Articque >>Les Roches >>37230 Fondettes >>France >>web = http://www.articque.com >>tel: +33 02 47 49 90 49 >>fax: +33 02 47 49 91 49 >> > > > -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 |
From: Albert M. <amo...@ev...> - 2005-07-26 11:56:37
|
Mmm, not exactly. Plugins act as listeners of events, but cannot currently modify the repository in any way (I like that behaviour). To prevent the binary/text problem from happening from now on, you'll have to add the extensions to the clients through the Preferences menu, or copy the configuration file that stores the types in all the clients (although the published files will remain with the wrong type). To write your own plugin, check the framework API at http://www.sourcejammer.org/specs/plugins/ To get the notion of how you could write your own, take a look at the extensions/notify files in the SourceJammer repository (the host is dev.sourcejammer.org, and I think there's a guest access, Rob knows better about it). That's very simple, the docs under resources were pretty complete, and will probably help you to start up (itf it does not fit your needs per se). Let me know if you want more support, I'm just being short now to avoid boring you. Hope it helps, Albert. ----- Original Message ----- From: "Riccardo Cohen" <rc...@ar...> To: "Albert Moliner" <amo...@ev...> Sent: Tuesday, July 26, 2005 1:17 PM Subject: Re: [SourceJammer-users] Re: little prb with sourcejammer > I'm quite interested in writing a plugin... For that and maybe more. > For instance I just discovered that all my files.hxx were considered as binary (I did not think > about adding this extension at project startup), and I cannot see any diff ! Maybe I can change that > with a plugin ? > > Albert Moliner wrote: > > Hi, Riccardo. > > > > You can either: > > a) Use the built-in logging plugin that writes a row for each operation > > performed in a file in the server > > (WEB-INF\server\archives\<<projectname>>\plugin-work\event-logger), and either > > write a program to parse it or try to get the data manually. > > b) Use the notifier plugin, which will send an email every time someone checks > > something in, or any other action. Ask me if you want some more details on this. > > c) Write your own plugin that alerts you about any change. > > d) Get the whole project to your disk, and SJ will only download the changed > > files (you can know which they are by reading the panel at the bottom of the > > screen). Not advisable if the project is big. > > > > So, you see that you can choose... You can't complain! ;-) > > > > Albert. > > > > > > > > ----- Original Message ----- > > From: "Riccardo Cohen" <rc...@ar...> > > Cc: "SourceJammer Users" <sou...@li...> > > Sent: Tuesday, July 26, 2005 12:05 PM > > Subject: [SourceJammer-users] Re: little prb with sourcejammer > > > > > > Hi > > Thanks first for your answer about encoding. It works now. > > > > I just wanted to know if there is a way of having a list of files that are not > > sync with the > > server... 5 developers modify the source, and I want to have the up-to-date > > source on my pc (and > > check what they've done!) > > > > Thanks > > > > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > _______________________________________________ > > SourceJammer-users mailing list > > Sou...@li... > > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > > -- > Riccardo Cohen > > Articque > Les Roches > 37230 Fondettes > France > web = http://www.articque.com > tel: +33 02 47 49 90 49 > fax: +33 02 47 49 91 49 > |
From: Albert M. <amo...@ev...> - 2005-07-26 10:33:16
|
Hi, Riccardo. You can either: a) Use the built-in logging plugin that writes a row for each operation performed in a file in the server (WEB-INF\server\archives\<<projectname>>\plugin-work\event-logger), and either write a program to parse it or try to get the data manually. b) Use the notifier plugin, which will send an email every time someone checks something in, or any other action. Ask me if you want some more details on this. c) Write your own plugin that alerts you about any change. d) Get the whole project to your disk, and SJ will only download the changed files (you can know which they are by reading the panel at the bottom of the screen). Not advisable if the project is big. So, you see that you can choose... You can't complain! ;-) Albert. ----- Original Message ----- From: "Riccardo Cohen" <rc...@ar...> Cc: "SourceJammer Users" <sou...@li...> Sent: Tuesday, July 26, 2005 12:05 PM Subject: [SourceJammer-users] Re: little prb with sourcejammer Hi Thanks first for your answer about encoding. It works now. I just wanted to know if there is a way of having a list of files that are not sync with the server... 5 developers modify the source, and I want to have the up-to-date source on my pc (and check what they've done!) Thanks |
From: Riccardo C. <rc...@ar...> - 2005-07-26 10:06:44
|
Hi Thanks first for your answer about encoding. It works now. I just wanted to know if there is a way of having a list of files that ar= e not sync with the=20 server... 5 developers modify the source, and I want to have the up-to-da= te source on my pc (and=20 check what they've done!) Thanks Robert MacGrogan wrote: > Hi, Riccardo. >=20 > First of all, you can "unlock" the project by restarting your SJ server= .=20 >=20 > It sounds like you need to set the encoding type in your SJ config file= s. There's a FAQ entry that > explains this: >=20 > http://www.sourcejammer.org/psjs_faqs/08282386.html#08280317 >=20 > Thanks. >=20 > --Rob >=20 >=20 >>3) file with accent : >>I added a directory which has a file called : "champs vides =E0 traiter= .txt" >>It seems that the accent is a problem, each time I try to get the file,= see the folder content,=20 >>remove the folder etc... I have the following error : >> >>org.sourcejammer.project.NodeExistsException: This project already cont= ains a child node with >>the na >>me: champs vides =C3 traiter.txt. >> at org.sourcejammer.project.controller.ProjectNode.addChildNod= e(Unknown Source) >> at org.sourcejammer.project.model.filesys.ProjectNodeDeseriali= zer.setChildren(Unknown >>Source >>) >> at org.sourcejammer.project.model.filesys.ProjectNodeDeseriali= zer.deserialize(Unknown >>Source >>) >> at org.sourcejammer.project.model.filesys.XMLUtilFS.xmlToProje= ct(Unknown Source) >> at org.sourcejammer.project.model.filesys.Util.readProjectNode= (Unknown Source) >> at org.sourcejammer.project.model.filesys.NodeLibraryFS.getPro= jectNode(Unknown Source) >> at org.sourcejammer.project.controller.ProjectController.proje= ctNodeToProject(Unknown >>Source >>) >> at org.sourcejammer.project.controller.ProjectController.getPr= oject(Unknown Source) >> at org.sourcejammer.project.view.MasterControlProgram.getProje= ctInfo(Unknown Source) >> at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source= ) >> at >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java(Compile >>d Code)) >> at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) >> at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) >> at org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaPro= vider.java:129) >> at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRout= erServlet.java:354) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:154= ) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:92) >> at com.caucho.server.dispatch.ServletFilterChain.doFilter(Serv= letFilterChain.java:99) >> at com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilt= erChain.java:188) >> at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppF= ilterChain.java:163) >> at com.caucho.server.dispatch.ServletInvocation.service(Servle= tInvocation.java:208) >> at com.caucho.server.http.HttpRequest.handleRequest(HttpReques= t.java:259) >> at com.caucho.server.port.TcpConnection.run(TcpConnection.java= :363) >> at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490) >> at com.caucho.util.ThreadPool.run(ThreadPool.java:423) >> at java.lang.Thread.run(Thread.java:568) >> >>This project is now completely locked, and I cannot modify it... What s= hall I do >>Thanks >> >>--=20 >>Riccardo Cohen >> >>Articque >>Les Roches >>37230 Fondettes >>France >>web =3D http://www.articque.com >>tel: +33 02 47 49 90 49 >>fax: +33 02 47 49 91 49 >> >> >=20 >=20 >=20 >=20 > =09 > ____________________________________________________ > Start your day with Yahoo! - make it your home page=20 > http://www.yahoo.com/r/hs=20 > =20 >=20 --=20 Riccardo Cohen Articque Les Roches 37230 Fondettes France web =3D http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 |
From: Riccardo C. <rc...@ar...> - 2005-07-26 07:44:57
|
thanks a lot Robert MacGrogan wrote: > Hi, Riccardo. >=20 > First of all, you can "unlock" the project by restarting your SJ server= .=20 >=20 > It sounds like you need to set the encoding type in your SJ config file= s. There's a FAQ entry that > explains this: >=20 > http://www.sourcejammer.org/psjs_faqs/08282386.html#08280317 >=20 > Thanks. >=20 > --Rob >=20 >=20 >>3) file with accent : >>I added a directory which has a file called : "champs vides =E0 traiter= .txt" >>It seems that the accent is a problem, each time I try to get the file,= see the folder content,=20 >>remove the folder etc... I have the following error : >> >>org.sourcejammer.project.NodeExistsException: This project already cont= ains a child node with >>the na >>me: champs vides =C3 traiter.txt. >> at org.sourcejammer.project.controller.ProjectNode.addChildNod= e(Unknown Source) >> at org.sourcejammer.project.model.filesys.ProjectNodeDeseriali= zer.setChildren(Unknown >>Source >>) >> at org.sourcejammer.project.model.filesys.ProjectNodeDeseriali= zer.deserialize(Unknown >>Source >>) >> at org.sourcejammer.project.model.filesys.XMLUtilFS.xmlToProje= ct(Unknown Source) >> at org.sourcejammer.project.model.filesys.Util.readProjectNode= (Unknown Source) >> at org.sourcejammer.project.model.filesys.NodeLibraryFS.getPro= jectNode(Unknown Source) >> at org.sourcejammer.project.controller.ProjectController.proje= ctNodeToProject(Unknown >>Source >>) >> at org.sourcejammer.project.controller.ProjectController.getPr= oject(Unknown Source) >> at org.sourcejammer.project.view.MasterControlProgram.getProje= ctInfo(Unknown Source) >> at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source= ) >> at >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java(Compile >>d Code)) >> at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) >> at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) >> at org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaPro= vider.java:129) >> at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRout= erServlet.java:354) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:154= ) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:92) >> at com.caucho.server.dispatch.ServletFilterChain.doFilter(Serv= letFilterChain.java:99) >> at com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilt= erChain.java:188) >> at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppF= ilterChain.java:163) >> at com.caucho.server.dispatch.ServletInvocation.service(Servle= tInvocation.java:208) >> at com.caucho.server.http.HttpRequest.handleRequest(HttpReques= t.java:259) >> at com.caucho.server.port.TcpConnection.run(TcpConnection.java= :363) >> at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490) >> at com.caucho.util.ThreadPool.run(ThreadPool.java:423) >> at java.lang.Thread.run(Thread.java:568) >> >>This project is now completely locked, and I cannot modify it... What s= hall I do >>Thanks >> >>--=20 >>Riccardo Cohen >> >>Articque >>Les Roches >>37230 Fondettes >>France >>web =3D http://www.articque.com >>tel: +33 02 47 49 90 49 >>fax: +33 02 47 49 91 49 >> >> >=20 >=20 >=20 >=20 > =09 > ____________________________________________________ > Start your day with Yahoo! - make it your home page=20 > http://www.yahoo.com/r/hs=20 > =20 >=20 --=20 Riccardo Cohen Articque Les Roches 37230 Fondettes France web =3D http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 |
From: Robert M. <rob...@ya...> - 2005-07-26 01:11:02
|
Hi, Riccardo. First of all, you can "unlock" the project by restarting your SJ server. It sounds like you need to set the encoding type in your SJ config files. There's a FAQ entry that explains this: http://www.sourcejammer.org/psjs_faqs/08282386.html#08280317 Thanks. --Rob > 3) file with accent : > I added a directory which has a file called : "champs vides à traiter.txt" > It seems that the accent is a problem, each time I try to get the file, see the folder content, > remove the folder etc... I have the following error : > > org.sourcejammer.project.NodeExistsException: This project already contains a child node with > the na > me: champs vides à traiter.txt. > at org.sourcejammer.project.controller.ProjectNode.addChildNode(Unknown Source) > at org.sourcejammer.project.model.filesys.ProjectNodeDeserializer.setChildren(Unknown > Source > ) > at org.sourcejammer.project.model.filesys.ProjectNodeDeserializer.deserialize(Unknown > Source > ) > at org.sourcejammer.project.model.filesys.XMLUtilFS.xmlToProject(Unknown Source) > at org.sourcejammer.project.model.filesys.Util.readProjectNode(Unknown Source) > at org.sourcejammer.project.model.filesys.NodeLibraryFS.getProjectNode(Unknown Source) > at org.sourcejammer.project.controller.ProjectController.projectNodeToProject(Unknown > Source > ) > at org.sourcejammer.project.controller.ProjectController.getProject(Unknown Source) > at org.sourcejammer.project.view.MasterControlProgram.getProjectInfo(Unknown Source) > at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compile > d Code)) > at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) > at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) > at org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129) > at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:354) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:154) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:92) > at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:99) > at com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:188) > at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:163) > at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:208) > at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:259) > at com.caucho.server.port.TcpConnection.run(TcpConnection.java:363) > at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490) > at com.caucho.util.ThreadPool.run(ThreadPool.java:423) > at java.lang.Thread.run(Thread.java:568) > > This project is now completely locked, and I cannot modify it... What shall I do > Thanks > > -- > Riccardo Cohen > > Articque > Les Roches > 37230 Fondettes > France > web = http://www.articque.com > tel: +33 02 47 49 90 49 > fax: +33 02 47 49 91 49 > > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs |
From: Robert M. <rob...@ya...> - 2005-07-26 01:07:19
|
Sorry, Riccardo. I don't know if I can help you. I haven't worked with the SJ over SSL. Yes, I'm the developer who wrote the code that makes SJ work over SSL, but I don't really claim to understand all that is required. It sounds like you've done everything right. Has anyone else out there had experience with this? Thanks. --Rob --- Riccardo Cohen <rc...@ar...> wrote: > Hi, > I successfully installed a resin server with ssl and ran correcly the jammer application. > I successfully installed the certificate in my local keystore and connected to the server > (thanks to > the sourceforge mailing list!) > I successfully added an archive and some users with the windows client > > Now when doing addfile to the archive, there are many SOAP errors : interrupted i/o > This does not happen when running in non ssl (port 80) > > What is the reason for that ? (I have many applications with https that run perfectly in the > same > network) > Thanks > -- > Riccardo Cohen > > Articque > Les Roches > 37230 Fondettes > France > web = http://www.articque.com > tel: +33 02 47 49 90 49 > fax: +33 02 47 49 91 49 > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs |
From: Albert M. <amo...@ev...> - 2005-07-25 07:28:59
|
Oops, I'm afraid there's no tool for that. Some day there will be a search tool, but until then, I'am afraid you'll have to do it manually. I feel sorry for you, as I imagine that's a huge task. However, it seems to me that you ought to separate .class files from .java files when you compile (there's a compilator parameter to set the destination folder). It's much easier to handle and use, without the danger of slipping some source code when deploying among others. Cheers, Albert. ----- Original Message ----- From: "Riccardo Cohen" <rc...@ar...> To: "SourceJammer Users" <sou...@li...> Sent: Friday, July 22, 2005 4:34 PM Subject: [SourceJammer-users] command to remove all .class > Hi > I have added all my folder to a new archive, this is java source ! > How can I do now to remove from the archive all .class in all folders ? > Thanks > -- > Riccardo Cohen > > Articque > Les Roches > 37230 Fondettes > France > web = http://www.articque.com > tel: +33 02 47 49 90 49 > fax: +33 02 47 49 91 49 > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > |
From: Riccardo C. <rc...@ar...> - 2005-07-22 14:35:32
|
Hi I have added all my folder to a new archive, this is java source ! How can I do now to remove from the archive all .class in all folders ? Thanks -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 |
From: Riccardo C. <rc...@ar...> - 2005-07-22 13:15:52
|
Hi, I successfully installed a resin server with ssl and ran correcly the jammer application. I successfully installed the certificate in my local keystore and connected to the server (thanks to the sourceforge mailing list!) I successfully added an archive and some users with the windows client Now when doing addfile to the archive, there are many SOAP errors : interrupted i/o This does not happen when running in non ssl (port 80) What is the reason for that ? (I have many applications with https that run perfectly in the same network) Thanks -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 |
From: Edina A. <Edi...@ji...> - 2005-07-20 22:26:57
|
Hello, said, with less than her earlier assurance.But the pessimism of Cahusac = abated nothing.audacious buccaneer resumed its normal flow. But he = practisedOn the mole at Port Royal, under the low, embattled wall of the = fort,thought of becoming the property of this gross animal, and in = someAnd so, reckless of the fact that Captain Blood was now in = vastlyI'll be after telling you. Rivarol is a fool to take this = chance,But I hope that we may meet again.him to acquire a boat capable = of taking him away from the settlement.Julian forward. His lordship, = after a moment's hesitation, advancedFrom the buccaneers at the foot of = the steps came an angry rumbletheir mistake in sailing before the wind = upon leaving Barbados.think, and God knows, it is not my custom. I am = grateful to you,to the starboard gunwale. Thence he flung his flaming = torch downCould I be guilty of that? protested the Captain. I realize = thatlevel of the calves of his fine boots of Spanish leather, Captain |
From: Lauressa C. <Lau...@jb...> - 2005-07-19 07:54:30
|
Hello, Baynes, the master, of the homestead, grave of countenance = andwishes.distractingly in the morning breeze.to you this morning. If = he escapes, and carries word of all thisMy part? Again he hesitated, = then plunged recklessly on, as menIn a flash Captain Blood saw what was = in their minds. And for allcats - oh, the cats they wait for us! The = cats are those fourthe graceful, elegant young trifler from St. James's, = Lord Juliannot fear it. You no understand. You just an English = dog.Thus was he found by Peter Blood, who seemed to his troubled = visionleather breeches carried an arsenal of pistols and a knife, = whilstcrew, dead and living, into the water.kinsman, Lord Sunderland, = has sent me hither. But there it is.Captain Blood, I, too, will speak = frankly; and you, too, mustexpressed it very baldly. It was, indeed, as = if a door had been - who now proclaimed himself James the Second, by the = grace of God, |
From: Xena Y. <Yan...@fu...> - 2005-07-15 21:06:48
|
Hello, see what your Catholic King will have to say to it.At first Captain Blood = was for putting his ships in order and makingthe fact that I shall send = them word of that intention. And soIt served only to drive his terrible = judge into a deeper fury.horizon.said Blood. You, Benjamin, you heard = the message. Deliver it.I'm glad ye feel like that about it. But I'm = thinking it'sas he came nearer. She corrected her first impression of = his dress.fight we will, if we are driven to it. We make no tame = surrenderThe Breton took between coarse finger and thumb the = profferedD'ye mean, sir, that they've roused themselves at home, and = kickedThere is one obstacle in our path, said he. Captain Blood. = Theillogical; but you can hardly expect logic from a man in his = position.you are capable upon the seas. Here is a great chance for = you,Captain Blood, who stood beside him.You may be sure that none will = harass you on the score of your |
From: Robert M. <rob...@ya...> - 2005-07-13 16:45:19
|
OK. If your unix box is running Xwindows or the like, then you can run the SJ client on it. If not, then you can't. Copying the archive to a Windows box, if necessary, should be no problem. There are instructions on how to do this on the sourcejammer.org docs page. --Rob --- Kev...@re... wrote: > Hello Robert, > > Thanks for your time. I have 2 questions concerning running reports off > of the entire SJ archive. > > Yes, I am using the simple interface and the server is a UNIX box. > > 1) As far as diplaying a GUI on the UNIX server, I don't know. I imagine > that we could though. Its a matter of having the DISPLAY variable set to > the right IP, right? > > 2) Or could I zip up the archive, download it to a windows box and access > it from there using the SJ client on the windows box? > > Thanks > > Kevin Cloudt > 770-806-2648 > kev...@re... > > > > Robert MacGrogan <rob...@ya...> > 07/13/2005 10:30 AM > > To > Kev...@re... > cc > > Subject > Re: Api / archive location question > > > > > > > Hi, Kevin. > > I don't know what's going on. If I accidentally deleted a message before I > sent it to you it's now > lost to me. Did you still have an outstanding question on this issue? If > so, maybe remiding me > will help me remember what I meant to say. > > Thanks. > > --Rob > > --- Kev...@re... wrote: > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |