|
List Info
Thread: dev environment for Subvlipse
|
|
| dev environment for Subvlipse |

|
2007-05-24 15:15:34 |
Mark,
After recent project restructurization I am having a hard
time to
configure my dev environment for Subclipse and can't build
and debug it.
Can you please post some instruction how to set up Eclipse
projects
somewhere (including how to setup svnkit stuff) and maybe
also some
basic instructions how to build distribution/update site
See Mylar wiki for examples:
http://wiki.eclipse.org/index.php/Mylar_Contr
ibutor_Reference#Setup
http://wiki.eclipse.org/ind
ex.php/Mylar_Contributor_Reference#Building_a_distribution
a>
I think it would be a good idea to maintain such pages, so
it would
help contributors.
Thanks
Eugene
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
For additional commands, e-mail: dev-help subclipse.tigris.org
|
|
| Re: dev environment for Subvlipse |

|
2007-05-24 15:24:00 |
On 5/24/07, Eugene Kuleshov <eu md.pp.ru> wrote:
> After recent project restructurization I am having a
hard time to
> configure my dev environment for Subclipse and can't
build and debug it.
>
> Can you please post some instruction how to set up
Eclipse projects
> somewhere (including how to setup svnkit stuff) and
maybe also some
> basic instructions how to build distribution/update
site
>
> See Mylar wiki for examples:
>
> http://wiki.eclipse.org/index.php/Mylar_Contr
ibutor_Reference#Setup
> http://wiki.eclipse.org/ind
ex.php/Mylar_Contributor_Reference#Building_a_distribution
a>
>
> I think it would be a good idea to maintain such
pages, so it would
> help contributors.
I think you just need to checkout the project as before.
The SVNKit
project requires that the SVNKit plugin is installed. Or I
suppose
they might have a project for their plug-in that could be
checked out
as well. I currently have that project Closed all the time,
because I
do not have an SVN 1.5-compatible version of SVNKit
installed. They
do have an active branch for 1.5, I just have not looked to
see what
it would take to get it in plug-in form.
Were you having problems with anything besides SVNKit?
--
Thanks
Mark Phippard
http://markphip.blogspo
t.com/
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
For additional commands, e-mail: dev-help subclipse.tigris.org
|
|
| Re: dev environment for Subvlipse |

|
2007-05-24 19:50:26 |
Mark Phippard wrote:
>> After recent project restructurization I am
having a hard time to
>> configure my dev environment for Subclipse and
can't build and debug it.
>>
>> Can you please post some instruction how to set
up Eclipse projects
>> somewhere (including how to setup svnkit stuff) and
maybe also some
>> basic instructions how to build distribution/update
site
>>
>> See Mylar wiki for examples:
>>
>> http://wiki.eclipse.org/index.php/Mylar_Contr
ibutor_Reference#Setup
>> http://wiki.eclipse.org/ind
ex.php/Mylar_Contributor_Reference#Building_a_distribution
a>
>>
>>
>> I think it would be a good idea to maintain such
pages, so it would
>> help contributors.
> I think you just need to checkout the project as
before. The SVNKit
> project requires that the SVNKit plugin is installed.
Or I suppose
> they might have a project for their plug-in that could
be checked out
> as well. I currently have that project Closed all the
time, because I
> do not have an SVN 1.5-compatible version of SVNKit
installed. They
> do have an active branch for 1.5, I just have not
looked to see what
> it would take to get it in plug-in form.
I see.
> Were you having problems with anything besides SVNKit?
No, org.tigris.subversion.clientadapter.svnkit project is
the only one
with build errors.
It seems like there is no easy way to checkout svnkit
project into
eclipse without building and manually installing it.
BTW, do you know anything about svnkit progress on 1.5
support? Is
there a summary of features/changes that will be included in
javahl for 1.5?
regards,
Eugene
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
For additional commands, e-mail: dev-help subclipse.tigris.org
|
|
| Re: dev environment for Subvlipse |

|
2007-05-24 21:14:42 |
On 5/24/07, Eugene Kuleshov <eu javatx.org> wrote:
> Mark Phippard wrote:
> >> After recent project restructurization I am
having a hard time to
> >> configure my dev environment for Subclipse and
can't build and debug it.
> >>
> >> Can you please post some instruction how to
set up Eclipse projects
> >> somewhere (including how to setup svnkit
stuff) and maybe also some
> >> basic instructions how to build
distribution/update site
> >>
> >> See Mylar wiki for examples:
> >>
> >> http://wiki.eclipse.org/index.php/Mylar_Contr
ibutor_Reference#Setup
> >> http://wiki.eclipse.org/ind
ex.php/Mylar_Contributor_Reference#Building_a_distribution
a>
> >>
> >>
> >> I think it would be a good idea to maintain
such pages, so it would
> >> help contributors.
> > I think you just need to checkout the project as
before. The SVNKit
> > project requires that the SVNKit plugin is
installed. Or I suppose
> > they might have a project for their plug-in that
could be checked out
> > as well. I currently have that project Closed all
the time, because I
> > do not have an SVN 1.5-compatible version of
SVNKit installed. They
> > do have an active branch for 1.5, I just have not
looked to see what
> > it would take to get it in plug-in form.
> I see.
> > Were you having problems with anything besides
SVNKit?
> No, org.tigris.subversion.clientadapter.svnkit
project is the only one
> with build errors.
> It seems like there is no easy way to checkout svnkit
project into
> eclipse without building and manually installing it.
>
> BTW, do you know anything about svnkit progress on
1.5 support? Is
> there a summary of features/changes that will be
included in javahl for 1.5?
I know SVNKit is working on it. You can get builds at
https://te
amcity.svnkit.com/overview.html.
JavaHL and 1.5 is still fairly actively being developed. A
quick way
to get an idea is to diff the SVNClientInterface between
trunk and 1.4
branch in SVN repository. Would need to look at log
messages to get
a true idea though.
--
Thanks
Mark Phippard
http://markphip.blogspo
t.com/
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
For additional commands, e-mail: dev-help subclipse.tigris.org
|
|
| Re: dev environment for Subvlipse |

|
2007-05-25 10:34:59 |
Alex,
Is there an "Eclipse project" version of SVNKit
that we can checkout
and have in our dev environment. So that it is easy to work
with your
latest version?
In our trunk, I have changed our SVNKit provider to depend
on your
Eclipse plugin. Once we are working off a released version
again this
will be fairly easy to deal with, but while we are in
development mode
it would help if we could just have a project in our
workspace.
We could conceivably do something like what I did with
JavaHL and use
svn:externals to create a custom project for this.
Mark
On 5/24/07, Eugene Kuleshov <eu javatx.org> wrote:
> Mark Phippard wrote:
> >> After recent project restructurization I am
having a hard time to
> >> configure my dev environment for Subclipse and
can't build and debug it.
> >>
> >> Can you please post some instruction how to
set up Eclipse projects
> >> somewhere (including how to setup svnkit
stuff) and maybe also some
> >> basic instructions how to build
distribution/update site
> >>
> >> See Mylar wiki for examples:
> >>
> >> http://wiki.eclipse.org/index.php/Mylar_Contr
ibutor_Reference#Setup
> >> http://wiki.eclipse.org/ind
ex.php/Mylar_Contributor_Reference#Building_a_distribution
a>
> >>
> >>
> >> I think it would be a good idea to maintain
such pages, so it would
> >> help contributors.
> > I think you just need to checkout the project as
before. The SVNKit
> > project requires that the SVNKit plugin is
installed. Or I suppose
> > they might have a project for their plug-in that
could be checked out
> > as well. I currently have that project Closed all
the time, because I
> > do not have an SVN 1.5-compatible version of
SVNKit installed. They
> > do have an active branch for 1.5, I just have not
looked to see what
> > it would take to get it in plug-in form.
> I see.
> > Were you having problems with anything besides
SVNKit?
> No, org.tigris.subversion.clientadapter.svnkit
project is the only one
> with build errors.
> It seems like there is no easy way to checkout svnkit
project into
> eclipse without building and manually installing it.
>
> BTW, do you know anything about svnkit progress on
1.5 support? Is
> there a summary of features/changes that will be
included in javahl for 1.5?
>
> regards,
> Eugene
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
> For additional commands, e-mail: dev-help subclipse.tigris.org
>
>
--
Thanks
Mark Phippard
http://markphip.blogspo
t.com/
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
For additional commands, e-mail: dev-help subclipse.tigris.org
|
|
| Re: dev environment for Subvlipse |

|
2007-05-28 14:08:32 |
Hello Mark,
Sorry for delay with the answer - I missed your email - it
was moved to
the mailing list folder that I read on regular basis, but
not daily
> Is there an "Eclipse project" version of
SVNKit that we can checkout
> and have in our dev environment. So that it is easy
to work with your
> latest version?
Sure there is Eclipse project. Just checkout from
ht
tp://svn.svnkit.com/repos/svnkit/branches/svn1.5 to get
Eclipse
project named "org.tmatesoft.svnkit.15" - this is
the very branch where
Subversion 1.5 support is under development now.
This project is however not an eclipse plugin one. Nightly
builds (both
as standalone version and Eclipse update site (local)) are
available at
https://teamcity.svnkit.
com/
Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java
[Sub]Versioning Library!
Mark Phippard wrote:
> Alex,
>
> Is there an "Eclipse project" version of
SVNKit that we can checkout
> and have in our dev environment. So that it is easy to
work with your
> latest version?
>
> In our trunk, I have changed our SVNKit provider to
depend on your
> Eclipse plugin. Once we are working off a released
version again this
> will be fairly easy to deal with, but while we are in
development mode
> it would help if we could just have a project in our
workspace.
>
> We could conceivably do something like what I did with
JavaHL and use
> svn:externals to create a custom project for this.
>
> Mark
>
>
> On 5/24/07, Eugene Kuleshov <eu javatx.org> wrote:
>> Mark Phippard wrote:
>> >> After recent project restructurization I
am having a hard time to
>> >> configure my dev environment for Subclipse
and can't build and
>> debug it.
>> >>
>> >> Can you please post some instruction how
to set up Eclipse projects
>> >> somewhere (including how to setup svnkit
stuff) and maybe also some
>> >> basic instructions how to build
distribution/update site
>> >>
>> >> See Mylar wiki for examples:
>> >>
>> >> http://wiki.eclipse.org/index.php/Mylar_Contr
ibutor_Reference#Setup
>> >>
>> http://wiki.eclipse.org/ind
ex.php/Mylar_Contributor_Reference#Building_a_distribution
a>
>>
>> >>
>> >>
>> >> I think it would be a good idea to
maintain such pages, so it would
>> >> help contributors.
>> > I think you just need to checkout the project
as before. The SVNKit
>> > project requires that the SVNKit plugin is
installed. Or I suppose
>> > they might have a project for their plug-in
that could be checked out
>> > as well. I currently have that project Closed
all the time, because I
>> > do not have an SVN 1.5-compatible version of
SVNKit installed. They
>> > do have an active branch for 1.5, I just have
not looked to see what
>> > it would take to get it in plug-in form.
>> I see.
>> > Were you having problems with anything besides
SVNKit?
>> No, org.tigris.subversion.clientadapter.svnkit
project is the only one
>> with build errors.
>> It seems like there is no easy way to checkout
svnkit project into
>> eclipse without building and manually installing
it.
>>
>> BTW, do you know anything about svnkit progress
on 1.5 support? Is
>> there a summary of features/changes that will be
included in javahl
>> for 1.5?
>>
>> regards,
>> Eugene
>>
>>
>>
------------------------------------------------------------
---------
>> To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
>> For additional commands, e-mail: dev-help subclipse.tigris.org
>>
>>
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
For additional commands, e-mail: dev-help subclipse.tigris.org
|
|
| Re: dev environment for Subvlipse |

|
2007-05-29 19:05:04 |
Alex,
It seems like org.tmatesoft.svnkit.15 is actually works as
plugin
project and it makes
org.tigris.subversion.clientadapter.svnkit happy.
BTW, your build.xml don't work with Eclipse 3.3 because
there is no
startup.jar in Eclipse home dir anymore.
regards,
Eugene
Alexander Kitaev wrote:
> Hello Mark,
>
> Sorry for delay with the answer - I missed your email -
it was moved
> to the mailing list folder that I read on regular
basis, but not daily
>
> > Is there an "Eclipse project" version of
SVNKit that we can checkout
> > and have in our dev environment. So that it is
easy to work with your
> > latest version?
> Sure there is Eclipse project. Just checkout from
> ht
tp://svn.svnkit.com/repos/svnkit/branches/svn1.5 to get
Eclipse
> project named "org.tmatesoft.svnkit.15" -
this is the very branch
> where Subversion 1.5 support is under development now.
>
> This project is however not an eclipse plugin one.
Nightly builds
> (both as standalone version and Eclipse update site
(local)) are
> available at https://teamcity.svnkit.
com/
>
> Alexander Kitaev,
> TMate Software,
> http://svnkit.com/ -
Java [Sub]Versioning Library!
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
For additional commands, e-mail: dev-help subclipse.tigris.org
|
|
| Re: dev environment for Subvlipse |

|
2007-05-30 10:08:25 |
Hello Eugene,
> It seems like org.tmatesoft.svnkit.15 is actually
works as plugin
> project and it makes
org.tigris.subversion.clientadapter.svnkit happy.
Yes, project itself is "plugin" project, I forgot
about this However,
project's plugin.xml is not used when building eclipse
plugin - instead
build.xml uses plugin.xml and feature.xml files from
svnkit-eclipse folder.
Also, to build Eclipse specific code (Eclipse keyring
storage support)
one have to make sure that ECLIPSE_HOME environment variable
is set and
points to Eclipse installation.
> BTW, your build.xml don't work with Eclipse 3.3
because there is no
> startup.jar in Eclipse home dir anymore.
Thanks, I've changed build.xml to check for eclipse.ini file
instead.
Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java
[Sub]Versioning Library!
Eugene Kuleshov wrote:
> Alex,
>
> It seems like org.tmatesoft.svnkit.15 is actually
works as plugin
> project and it makes
org.tigris.subversion.clientadapter.svnkit happy.
>
> BTW, your build.xml don't work with Eclipse 3.3
because there is no
> startup.jar in Eclipse home dir anymore.
>
> regards,
> Eugene
>
>
> Alexander Kitaev wrote:
>> Hello Mark,
>>
>> Sorry for delay with the answer - I missed your
email - it was moved
>> to the mailing list folder that I read on regular
basis, but not daily
>>
>> > Is there an "Eclipse project"
version of SVNKit that we can checkout
>> > and have in our dev environment. So that it
is easy to work with your
>> > latest version?
>> Sure there is Eclipse project. Just checkout from
>> ht
tp://svn.svnkit.com/repos/svnkit/branches/svn1.5 to get
Eclipse
>> project named "org.tmatesoft.svnkit.15" -
this is the very branch
>> where Subversion 1.5 support is under development
now.
>>
>> This project is however not an eclipse plugin one.
Nightly builds
>> (both as standalone version and Eclipse update site
(local)) are
>> available at https://teamcity.svnkit.
com/
>>
>> Alexander Kitaev,
>> TMate Software,
>> http://svnkit.com/
- Java [Sub]Versioning Library!
>>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
> For additional commands, e-mail: dev-help subclipse.tigris.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subclipse.tigris.org
For additional commands, e-mail: dev-help subclipse.tigris.org
|
|
[1-8]
|
|