Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] Remote Systems users feedback

Hi Per,

I haven't ever used Zend Studio myself, but in general this works.

FWIW, on our own Eclipse-based commercial tool (Wind River Workbench), I typically get JDT + PDE from the Eclipse Helios coordinated release site, then switch to the Plug-In Development Perspective, then use the Plug-ins View, select the plugin I need an right-click "Import from CVS" : use HEAD.

When Zend Studio uses RSE 3.1.1 it's not based on Helios but the previous version (Eclipse 3.5 / Galileo). In that version, the "Import from CVS" won't work but you can open the CVS Repository Perspective and import the source code from there. 

Mixing various versions of RSE plugins is not a good idea; so I suggest you either (a) download an "Eclipse Classic SDK" from Helios or Indigo, get RSE Latest, and do your development / debugging there, outside Zend Studio. 

Or, (b), in Zend Studio you first perform "Help > Install New Software", go to the RSE Latest Milestone Update site (http://download.eclipse.org/tm/updates/3.3milestones) and update the RSE plugins. There is a very small chance that these might not be compatible with Zend, but that chance is really minimal -- usually updating RSE to latest should give you benefit of bugfixes with minimal risk, sine we haven't done any major or API changes in RSE the past 2 years. Once you have RSE Latest in Zend, get Eclipse JDT + PDE and start debugging away.

Good luck!

Thanks,
Martin
--
Martin Oberhuber, SMTS / Product Architect - Development Tools, Wind River
direct +43.662.457915.85  fax +43.662.457915.6


-----Original Message-----
From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Per Eriksson
Sent: Thursday, March 03, 2011 9:51 PM
To: TM project developer discussions
Subject: Re: [tm-dev] Remote Systems users feedback

Hi Martin,

Thanks a lot for your help. I have read the wiki and will start somewhere from there.

My release of Zend Studio is currently using RSE Core 3.1.1.v200909160005.

Can I compile and install the latest version of the plugin into my Zend Studio branded Eclipse to do my debugging on?

Best

Per

Oberhuber, Martin skrev 2011-02-28 14:06:
> Hi Per,
>
> Many thanks for your offer!
>
> We're looking forward to working with you, and we'll be happy to help out with advice where we can.
> For getting started, please see
> http://wiki.eclipse.org/TM_and_RSE_FAQ#Working_on_TM_.2F_RSE
>
> Please also let us know when you find those instructions on the Wiki insufficient or inappropriate.
> It's a Wiki so you (or we) can update the page at any time.
>
> Thanks,
> Martin
> --
> Martin Oberhuber, SMTS / Product Architect - Development Tools, Wind 
> River direct +43.662.457915.85  fax +43.662.457915.6
>
>
> -----Original Message-----
> From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] 
> On Behalf Of Per Eriksson
> Sent: Sunday, February 27, 2011 6:47 PM
> To: tm-dev@xxxxxxxxxxx
> Subject: [tm-dev] Remote Systems users feedback
>
> Dear Target Management group,
>
> My name is Per Eriksson, working with a web agency in Sweden. We are developing in php and java and are doing our daily work in Zend Studio which is built on Eclipse technology.
>
> The feature that I use everyday is the Remote Systems for all our clients. It works quite well, but since I use it all the time every day I experience some problems from time to time on the Windows platform and is willing to share my experiences and feedback with you.
>
> I am also a java developer and is hoping to maybe be able to contribute some code.
>
> How do I get started to start debug my experienced problems in the Remote Systems in the Eclipse framework?
>
> Thank you very much,
>
> Best Regards
>
> Per Eriksson
> _______________________________________________
> tm-dev mailing list
> tm-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/tm-dev
> _______________________________________________
> tm-dev mailing list
> tm-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/tm-dev
_______________________________________________
tm-dev mailing list
tm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/tm-dev


Back to the top