|
From: Creighton K. <cki...@ho...> - 2002-02-22 18:47:48
|
I have figured out our cvs problems. Here is how to get connected to = cvs using JCVS. =20 1. Place jcvsdef.txt in your home directory. If you do not know where = that is; start jcvs from the consol and it will tell you where it thinks you = home directory is. (This file contains the information about our project and sourceforge)=20 2. Logon through SSH on to cvs.sourceforge.net (I used = AbsoluteTelnet-SSH2) - This does nothing but create your home directory on the cvs server = and then disconnects you. (Why you have to do this I do not know but I = spent forever trying to get JCVS to work and it would connect but tell me = that my home directory on the server did not exist. I then found a something on google about getting home directories made in sourceforge.) 3. Start JCVS and go to the checkout tab, click the servers button, = select DynEditor from the list. Next select SSHServer from the radio buttons = and enter you username and password, select the local directory that the = code will be placed into(note: every thing in this directory is overwritten = when you check out) then click check out and Vola. 4. I do suggest that you then place the whole thing into your = workbench. =20 Have fun CVSing - I modified modules in the root of our cvs tree so it = now has the line # this is a test at the top. =20 Creighton Kirkendall -----Original Message----- From: DeWeese, Jason [mailto:jde...@ba...]=20 Sent: Thursday, February 21, 2002 2:22 PM To: dyn...@li... Subject: [Dynapyide-developer] Group Org The problem with disappering code is that the design view reads in everything from the text view. If it doesn't understand it, it gets = thrown away. Then when the design view is wrote out it rewrites the entire = file. We are using Sun's EditorToolKit to get the browser view, we need to = extend the class to behave like we want. Creighton is working on some of that right now, he is figuring out how to get the EditorToolKit to represent layers. Now that we have got some organization to the code, I suggest we = try to organize our group. The first thing we need to be sucessful is a = technical Admin, this will take the technical burden (cvs) off you. I think = Creighton would be a good choice. Second we need to clean house. We need to = send an e-mail to each member and give them a week to reply. Any one who = doesn't reply or isn't interested in staying in the group needs to be removed. I'm glad you like the progress. =20 Jason -----Original Message----- From: Henrik V=E5glin [mailto:hv...@ya...] Sent: Thursday, February 21, 2002 12:23 PM To: dyn...@li... Subject: Re: [Dynapyide-developer] newest dynEditor!!! OK, here's my bug report. I understand that this is a still very early = and you probably are aware of the "bugs" i'm reporting now, but its just to check off that we all are in sync of where we stand.=20 =20 Loading and saving files has matured and working as expected. I still = has some opinions on the syntax highlightning, but I think most of those = can be left for later - since i've already pointed it out and we're still far = from the phase where we polish those things. =20 I like the switching feature and the WYSIWYG view although its not = complete. But there is a real anoying bug here - and I'm not sue if you know of = it. When I switch forth and back from the code view, the inline Javascript = and sometimes even the HTML inside the body tag vanishes from the code = view. What I thin kwe need to implement to get rid of that is a buffer object = for the document itself, so that the code is persistant between switching = views. =20 Anyways I love the work you've done so far. I think the progress is = awesome, and actually has gotten somewhere. The structure and rework is great, = thanks Jason.=20 =20 When you got these features working fairly well, we should aim at implementing the code that we had from Dan that actually simulated = visual design of dynlayer and the label widget and get it working against the = code. Great work from both of you guys! =20 I'm afraid I'm still haven't figured out everything I need to do to get = the CVS wor=B4king for our project, and I'm going away for the weekend, so = I won't have much time to get it worked out 'til next week. You could try and = get in contact with kevin if you'd like, but I know he had as much trouble = with figuring out how to set up CVS as me. =20 if any of you think you could set up CVS if you was made admin, please suggest it to me and I might go ahead and promote you (after trying to = reach Kevin for his approval). =20 Either of those options or you kepp posting the code forth and back = 'til i've had time to figure it all out I'm afraid it has to be. Sorry, but there's just not any easy enough guide or tool on how to set up and do = this from a Windows XP box... =20 Henrik =20 -------Original Message------- =20 From: DeWeese, Jason <mailto:jde...@ba...>=20 Date: den 21 februari 2002 16:55:12 To: DynAPI IDE <mailto:dyn...@li...> Developers (E-mail) Subject: [Dynapyide-developer] newest dynEditor!!! =20 This is the newly repackaged dynEditor. I created the source code package structure like we discussed. I renamed the WrapperApp classes = to DynEditor. I also pulled some of the DynEditorFrame code into seperate classes. DesignPane.java - This is the wrapper for JEditorPane, this will be the start for extending the design view. TextPane.java - This is the wrapper for the JEditTextArea, we will start to custimize jEdit from here. TextPaneDefaults.java - This class holds all the text properties for the text view. I also improved switching btw design and text views. In the dyneditor\bin there is a batch file for running the editor and in dyneditor\src there are batch files for compiling, packaging, = and cleaning. The package batch creates two jar files one with the JEdit = code and the other with DynEditor. The run batch file runs from the jar = files. The src directory is the only part that has to be in the cvs. Jason <<dynEditor.zip>>=20 =09 ____________________________________________________ <http://www.incredimail.com/redir.asp?ad_id=3D309&lang=3D9> = IncrediMail - Email has finally evolved - <http://www.incredimail.com/redir.asp?ad_id=3D309&lang=3D9> Click Here=20 _______________________________________________ Dynapyide-developer mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapyide-developer |