Hi.
I've been playing with the code. I've made these steps:
* create a clean installation of Eclipse with the plugin development tools
* check out the subclipse code.
* import the projects under trunk/subclipse
The project "org.tigris.subversion.clientadapter.svnkit" fails
because eclipse doesn't find the org.tmatesoft.* classes. I haven't
tried to make it work because I understand that JavaHL is used
instead.
* make some changes to the code and launch an eclipse instance from
the "org.tigris.subversion.subclipse.ui" project through the
plugin.xml editor.
To test my environment for example I added dummy buttons to the
SVNPreferencesPage and it worked.
* make a very simple change and make a patch. The change I have made
is replace a deprecated import: from import
org.eclipse.jface.util.Assert to import
org.eclipse.core.runtime.Assert
I have a question about how to create the patch. Eclipse seams to put
absolute paths in the patch file (sure that there is a way to do so
but still I don't know how) so I have created the patch file with
tortoiseSVN. Now the question is from which directory is prefered to
create the patch (for having appropiate relative paths).
from trunk/ ?
from trunk/subclipse ?
from trunk/subclipse/org.tigris.subversion.* ?
The patch I send has been created with tortoiseSVN by right clicking
on trunk/subclipse/org.tigris.subversion.subclipse.ui -> create
patch... So from eclipse is easy to apply the patch: right click on
the org.tigris.subversion.subclipse.ui project -> apply patch.
I'm going to continue playing with the code.
On Mon, May 19, 2008 at 2:14 PM, Alberto Gimeno <gimenete_at_gmail.com> wrote:
> Hi.
>
> Last week I've been traveling and without computer. I am taking a look
> at the subclipse code, the documentation... Making a small fix is a
> good idea to be familiar with the development environment. I will try
> to do so.
>
> Regards.
>
>
> On Fri, May 16, 2008 at 4:09 PM, Thaminda Karunanayake
> <thamindadarshana_at_gmail.com> wrote:
>> Hi,
>>
>> Sorry that I couldn't update you on the efforts made. I'm hoping to
>> add a wiki page for my project very soon so that you could observe the
>> tasks completed.
>> At the moment I'm getting familiarised with Subclipse and I'm hoping
>> to send updates to the mailing list as well.
>>
>> Thank you.
>>
>> Regards,
>> Thaminda
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
>> For additional commands, e-mail: dev-help_at_subclipse.tigris.org
>>
>>
>
>
>
> --
> Alberto Gimeno Brieba
> Presidente y fundador de
> Ribe Software S.L.
> http://www.ribesoftware.com
> ribe_at_ribesoftware.com
>
> Contacto personal
> eMail: gimenete_at_gmail.com
> GTalk: gimenete_at_gmail.com
> msn: gimenete_at_hotmail.com
> página web: http://gimenete.net
> teléfono móvil: +34 625 24 64 81
>
--
Alberto Gimeno Brieba
Presidente y fundador de
Ribe Software S.L.
http://www.ribesoftware.com
ribe_at_ribesoftware.com
Contacto personal
eMail: gimenete_at_gmail.com
GTalk: gimenete_at_gmail.com
msn: gimenete_at_hotmail.com
página web: http://gimenete.net
teléfono móvil: +34 625 24 64 81
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-05-20 09:38:26 CEST