This forum is in READ-ONLY mode.
You can look around, but if you want to ask a new question, please use the new forum.
Home » development » Miscellaneous » First Symfony plugin for Eclipse  (5) 4 Vote(s)
Re: First Symfony plugin for Eclipse [message #55596 is a reply to message #54858 ] Mon, 07 July 2008 08:46 Go to previous messageGo to next message
yaiself  is currently offline yaiself
Messages: 12
Registered: March 2008
Junior Member
You could help me find the package symfoclipse to copy into eclipse, the problem is that http://noy.cc/symfoclipse/ page is blocked by proxy in my university and due to this I can't download it through Eclipse.
Ahh, I use Linux

Thanks all of you

And excuse me for my bad English

Sl2
Re: First Symfony plugin for Eclipse [message #55939 is a reply to message #55596 ] Thu, 10 July 2008 23:39 Go to previous messageGo to next message
yaiself  is currently offline yaiself
Messages: 12
Registered: March 2008
Junior Member
This is the package

gracias

Re: First Symfony plugin for Eclipse [message #56358 is a reply to message #52584 ] Wed, 16 July 2008 23:20 Go to previous messageGo to next message
JMarkMurphy  is currently offline JMarkMurphy
Messages: 21
Registered: June 2008
Junior Member
al_n wrote on Fri, 23 May 2008 05:31

samon127 wrote on Tue, 20 May 2008 04:59

When will symfoclipse suppose symfony 1.1?

I wouldn't write any code without this plugin!

When Symfony 1.1 will be officially released.



Ok, Symfony 1.1 is officially released, so do you have an expected release date for the new Symfoclipse? And on a related note, seeing that Symfoclipse is so useful, have you or will you open source this plugin? A lot of things are being upgraded, and it would be a shame if this work was lost simply because you ran out of time, or interest, and Symfony/eclipse/PDT marched on without you.
Re: First Symfony plugin for Eclipse [message #56411 is a reply to message #56358 ] Thu, 17 July 2008 19:36 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 321
Registered: May 2006
Location: The Netherlands
Faithful Member
JMarkMurphy wrote on Wed, 16 July 2008 23:20

al_n wrote on Fri, 23 May 2008 05:31

samon127 wrote on Tue, 20 May 2008 04:59

When will symfoclipse suppose symfony 1.1?

I wouldn't write any code without this plugin!

When Symfony 1.1 will be officially released.



Ok, Symfony 1.1 is officially released, so do you have an expected release date for the new Symfoclipse? And on a related note, seeing that Symfoclipse is so useful, have you or will you open source this plugin? A lot of things are being upgraded, and it would be a shame if this work was lost simply because you ran out of time, or interest, and Symfony/eclipse/PDT marched on without you.


It looks like some people don't understand the concept of "free" (we all know that nothing is really free) software.
Free software means that you will get for free whatever is offered for free. You may ask or request some things but you can not make demands. And I don't know why but this last post sound to me very much like a demand.

Seeing the fact that Symfoclipse was released as a free for non-commercial use product and that the response from commercial users was very low made me believe that there is no much demand for it, even doe it was downloaded hundreds of times. Further, its development is something I did on my free time and at the moment I don't have free time for it and I don't have any use for it myself as my involvement with the Symfony project is very low at the moment. Eventually it will be updated but it will take some time and I can not make a commitment over the exact date.
Re: First Symfony plugin for Eclipse [message #56414 is a reply to message #56411 ] Thu, 17 July 2008 19:57 Go to previous messageGo to next message
JMarkMurphy  is currently offline JMarkMurphy
Messages: 21
Registered: June 2008
Junior Member
I'm sorry this sounded like a demand, and I understand the nature of free software. I was just trying find out what your involvement currently is, and offer a way for this plugin to live on in the event that you don't have time to continue it. I have seen a lot of useful tools disappear, and would like to prevent that with this plugin. In fact I may even be willing to help if it isn't too much trouble to get a project going on Source Forge. Contact me by e-mail: mmurph[at]cinci[dot]rr[dot]com if you are at all open to this.
Re: First Symfony plugin for Eclipse [message #57124 is a reply to message #39981 ] Sun, 27 July 2008 18:33 Go to previous messageGo to next message
albair  is currently offline albair
Messages: 1
Registered: July 2008
Junior Member
Hello.

I would like to try symfoclipse but after install, when i open symfony view, it tells me:
Could not create the view: Plug-in cc.noy.eclipse.symfony was unable to load class cc.noy.eclipse.symfony.explorer.SymfonyExplorerPart.


Looks like eclipse is unable to find the class symfoclipse needs to run (?)

Any idea on what is going wrong and how to solve it ?

Thank you !

P.S.: eclipse 3.4 on windows XP. apache serveur instaled with xampp and symfony 1.1.0 with pear.
Re: First Symfony plugin for Eclipse [message #58540 is a reply to message #39981 ] Tue, 12 August 2008 19:10 Go to previous messageGo to next message
pungerus  is currently offline pungerus
Messages: 2
Registered: August 2008
Location: Bronx
Junior Member
I seem to have a problem no one else has encountered. Basically, everything installs fine, the view comes up properly, the intro banner appears in the console, the context menu appears in the view, but nothing happens (at least visibly) when I select one of the symfoclipse menu options. No errors are shown, no console messages, no change at all. The directory with symfony.bat is in my path and invoking symfony from the command line works fine. Inside Eclipse there's no activity at all.

I am working with Eclipse 3.3.2, symfony 1.1.1, winxpsp2, xampp 1.6.7, php 5.2.6 and life 1.1.0.

Does anyone have any insight? Thanks a bunch.
Re: First Symfony plugin for Eclipse [message #58921 is a reply to message #58540 ] Mon, 18 August 2008 11:31 Go to previous messageGo to next message
Stasy  is currently offline Stasy
Messages: 30
Registered: January 2007
Member
@pungerus:
Have a look in your Eclipse logfile ".log" which is normally located in the .metadata subdirectory of your workspace directory. If you find some lines like
java.lang.NumberFormatException: For input string: "(C:"

after you tried a Symfony command, my previous posts in this topic may help you.
Re: First Symfony plugin for Eclipse [message #59049 is a reply to message #58921 ] Tue, 19 August 2008 19:11 Go to previous messageGo to next message
pungerus  is currently offline pungerus
Messages: 2
Registered: August 2008
Location: Bronx
Junior Member
Stasy wrote on Mon, 18 August 2008 05:31

@pungerus:
Have a look in your Eclipse logfile ".log" which is normally located in the .metadata subdirectory of your workspace directory. If you find some lines like
java.lang.NumberFormatException: For input string: "(C:"

after you tried a Symfony command, my previous posts in this topic may help you.



Thank you. That worked perfectly.
Re: First Symfony plugin for Eclipse [message #59445 is a reply to message #39981 ] Tue, 26 August 2008 12:42 Go to previous messageGo to next message
Scalp  is currently offline Scalp
Messages: 38
Registered: August 2008
Member
Hi,

I've created my Symfony project on my server with command line. The project is on a Sharedoc.

I've Eclipse PDT with Symfoclipse installed without problem on my "client computer".

When i point workspace to my sharedoc, it found it without problem, but he dont see my Symfony project...

For see my project, i must create it from Eclipse ? Or i've an alternative to "search" it ? Or i must install Symfony also on my "client computer" ?

Thank you.

[Updated on: Tue, 26 August 2008 12:47]

Re: First Symfony plugin for Eclipse [message #59899 is a reply to message #39981 ] Mon, 01 September 2008 13:41 Go to previous messageGo to next message
Flashball  is currently offline Flashball
Messages: 127
Registered: January 2008
Location: France
Senior Member
I've read some stuff around there, and it seems that the symfoclipse plugin isn't perfectly upgraded for use with the 1.1 version.

I've a request (huuuuuuu! *** don't get fooled, it's not a demand! *** ) for the eventually next version of this plugin, because I think it could be very useful for a lot of people: some projects are in 1.0 and the further ones will be in 1.1, so I wondered if it could be possible to choose the version of Symfony used when managing a symfony project with symfoclipse. Rolling Eyes

Thank you for your interest.

[Updated on: Mon, 01 September 2008 13:41]

Re: First Symfony plugin for Eclipse [message #61303 is a reply to message #39981 ] Fri, 19 September 2008 08:56 Go to previous messageGo to next message
kukumaiwu  is currently offline kukumaiwu
Messages: 1
Registered: September 2008
Junior Member
hi
first thanks about this plugin

i am a newer for symfoclipse
as the advice of al_n upon
Ive right click the php project folder in symfony view
and also Ive use the init command
but as i cant understand is
the project is still as itself before i click
also the console of symfony show no reponse of it
could any one help me?
thx a lot
btw

Eclipse
Version: 3.3.2
Symfoclipse
Version: 1.2.1
PDT
Version: 1.0.3.v20080603-79

kukumaiwu

  • Attachment: init.JPG
    (Size: 44.15KB, Downloaded 301 time(s))

[Updated on: Fri, 19 September 2008 12:29]

icon14.gif  Solution for Symfoclipse problem inside the Eclipse [message #61391 is a reply to message #58540 ] Sat, 20 September 2008 08:55 Go to previous messageGo to next message
cybercsen  is currently offline cybercsen
Messages: 7
Registered: August 2008
Junior Member
Here is the solution for Symfoclipse Problem Razz ,

Once i have faced the same pbm and finally i got the solution..

The pbm is Symfoclipse checks symfony's installed version using the CLI command 'symfony -V' each time when u are running symfony command inside the eclipse..

   By default, output of the symfony -V command looks like 
        Symfony V1.X.X (/usr/share/php/symfony) 
(or)
        Symfony V1.X.X (C:\wamp\bin\php\php5.2.6\PEAR\symfony) .

This is the pbm caught by symfoclipse because its expects the simple format output like,

        Symfony V1.x.x


It is looking for the string without the installation path and all. So it will make pbm and current action will be stopped. So no errors and no output will be there in your console.

To rectify this you have to change the symfony code as to show the version without path information. To do,

Find the file called sfSymfonyCommandApplication.class.php which is normally located in symfony/commad/ folder. In that file, there will be a function called getLongVersion() which is only shows the verson of symfony when u issue the command

      $ symfony -V


In that function change the return statment

return sprintf('%s version %s (%s)', $this->getName(), $this->formatter->format($this->getVersion(), 'INFO'), sfConfig::get('sf_symfony_lib_dir'))."\n";

by

return sprintf('%s version %s', $this->getName(), $this->formatter->format($this->getVersion(), 'INFO'))."\n";

Thats it.


  From now symfony -V will return

             Symfony V1.x.x


and symfoclipse also will work fine.

bye.




[Updated on: Sat, 20 September 2008 09:09]


@
Each one bit makes the BYTE, KB, MB, GB, TB and so on..

So keep help...
Re: First Symfony plugin for Eclipse [message #63745 is a reply to message #61303 ] Thu, 23 October 2008 10:57 Go to previous messageGo to next message
cybercsen  is currently offline cybercsen
Messages: 7
Registered: August 2008
Junior Member
Have a look into my post.. i hope that will help you..

http://www.symfony-project.org/forum/index.php/m/61391/?srch =symfoclipse#msg_61391

[Updated on: Tue, 10 February 2009 10:03]


@
Each one bit makes the BYTE, KB, MB, GB, TB and so on..

So keep help...
Re: First Symfony plugin for Eclipse [message #63899 is a reply to message #39981 ] Fri, 24 October 2008 22:49 Go to previous messageGo to next message
Kelta  is currently offline Kelta
Messages: 18
Registered: October 2008
Junior Member
Can the freeze option be used? I were do i specify the data path?
Re: First Symfony plugin for Eclipse [message #63917 is a reply to message #57124 ] Sat, 25 October 2008 15:56 Go to previous messageGo to next message
Vasek  is currently offline Vasek
Messages: 1
Registered: October 2008
Junior Member
albair wrote on Sun, 27 July 2008 18:33

Hello.

I would like to try symfoclipse but after install, when i open symfony view, it tells me:
Could not create the view: Plug-in cc.noy.eclipse.symfony was unable to load class cc.noy.eclipse.symfony.explorer.SymfonyExplorerPart.


P.S.: eclipse 3.4 on windows XP. apache serveur instaled with xampp and symfony 1.1.0 with pear.



I have the same problem. Does anybody know how to solve it?

_______
Eclipse Platform
Version: 3.4.0
Build id: I20080617-2000,

symfony version 1.1.1 in pear,

PDT 2.0.0.HEAD-7H--9qMqC (20081016 night build)

java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)

Linux home 2.6.24-21-generic x86_64 (kubuntu 8.4)
_______

i've attached eclipse log file

  • Attachment: .log
    (Size: 6.39KB, Downloaded 190 time(s))

Re: Solution for Symfoclipse problem inside the Eclipse [message #64158 is a reply to message #61391 ] Wed, 29 October 2008 18:37 Go to previous messageGo to next message
thierrybo  is currently offline thierrybo
Messages: 10
Registered: June 2008
Junior Member
Thank you cybercsen, it was so simple. We have to do this after each symfony upgrade I think ?
Re: First Symfony plugin for Eclipse [message #66552 is a reply to message #39981 ] Tue, 02 December 2008 17:08 Go to previous messageGo to next message
mutantsurvivor  is currently offline mutantsurvivor
Messages: 4
Registered: February 2008
Location: London
Junior Member
Not sure if this is a Symfoclipse problem or a more general Eclipse one.

Eclipse is being really annoying. It keeps on crashing on me, several times a day, and getting more frequent. It also often jumps top adifferent part of the document when I copy or paste and has problems with deleting, or copying etc.

I am running WIndows XP, with all the latest updates (including Java).

One of my colleagues is runnign Synfoclipse on a Linux box and has none of the problems that I do.

Anyone any ideas?
Re: First Symfony plugin for Eclipse [message #66593 is a reply to message #39981 ] Wed, 03 December 2008 06:54 Go to previous messageGo to next message
cokker  is currently offline cokker
Messages: 582
Registered: January 2007
Location: Germany
Faithful Member
Have you looked at the log? When Eclipse crashes there should be the reason in it.

greets
Sven
Re: First Symfony plugin for Eclipse [message #66846 is a reply to message #66593 ] Fri, 05 December 2008 08:48 Go to previous messageGo to next message
oweitman  is currently offline oweitman
Messages: 79
Registered: August 2008
Location: Germany
Member
symfoclipse is based on PDT.
if you use eclipse 3.4 (ganymede) do you installed PDT2.0 ?

symfoclipse is only compatible with PDT 1.0.3, because PDT2.0
is now based on DLTK and changed the API completly.
Re: First Symfony plugin for Eclipse [message #68366 is a reply to message #39981 ] Mon, 22 December 2008 12:40 Go to previous messageGo to next message
gaetan  is currently offline gaetan
Messages: 4
Registered: December 2008
Location: France
Junior Member
Ok, seems that we can delcare this project as dead.

al_n that would be a great thing that you open your source code so the community could maintain it.

I'm sorry but yes this is a request,the fact that you could "eventually update" is not enough for many of us.
We all thankful for this great piece of work, but most of them don't understand why you won't be ok to release the sources now.

Please consider this al_n.

Best regards.
Re: First Symfony plugin for Eclipse [message #68367 is a reply to message #68366 ] Mon, 22 December 2008 12:54 Go to previous messageGo to next message
fotakis  is currently offline fotakis
Messages: 14
Registered: February 2008
Location: Athens, Greece
Junior Member
If the code is released, count me in as a developer, I recently worked in various eclipse plugins.

I have the knowledge but not the time, and enough ideas for this plugin.

I think if anyone else is interested in developing they should say so in this thread, so we see how many people are interested.

If there are enough of us we could just start over Smile?

Can you see

http://code.google.com/symfoclipse2 ....



Best Regards,
Fotis

Re: First Symfony plugin for Eclipse [message #68396 is a reply to message #39981 ] Mon, 22 December 2008 17:23 Go to previous messageGo to next message
cokker  is currently offline cokker
Messages: 582
Registered: January 2007
Location: Germany
Faithful Member
Sorry but have you tried the search?
http://www.symfony-project.org/forum/index.php/t/16664/

greets
Sven
icon8.gif  Re: First Symfony plugin for Eclipse [message #71288 is a reply to message #39981 ] Mon, 02 February 2009 23:52 Go to previous messageGo to next message
xben  is currently offline xben
Messages: 1
Registered: February 2009
Junior Member
Hello,

I wanted to reinstall my eclipse and delete de old one but then canot find symfoclipse. The website is down.

is it coming back?
Re: First Symfony plugin for Eclipse [message #72838 is a reply to message #39981 ] Wed, 18 February 2009 17:21 Go to previous messageGo to next message
jdesign  is currently offline jdesign
Messages: 1
Registered: March 2008
Location: Tangier Morocco Africa
Junior Member

could You help me to find the package symfoclipse
no plugin in http://noy.cc/symfoclipse/

thx
Re: First Symfony plugin for Eclipse [message #72841 is a reply to message #72838 ] Wed, 18 February 2009 17:35 Go to previous messageGo to next message
gaetan  is currently offline gaetan
Messages: 4
Registered: December 2008
Location: France
Junior Member
It's outdated, i advise you to get the latest eclipse 3.8 and setting your external tools configuration to use symfony cli.
Re: First Symfony plugin for Eclipse [message #72893 is a reply to message #39981 ] Thu, 19 February 2009 08:56 Go to previous messageGo to next message
cokker  is currently offline cokker
Messages: 582
Registered: January 2007
Location: Germany
Faithful Member
The good news is: there exist two eclipse plugins for symfony.

First:
http://sourceforge.net/projects/sfeclipse/

Second:
sfdt.borox.ch

The bad news is: They are both for PDT 1.0.x
But there will be a new common plugin from the two authors. Which will work with PDT 2.0 Unfortunately it will take some time to get the project up.

greets
Sven
Re: First Symfony plugin for Eclipse [message #76388 is a reply to message #39981 ] Mon, 06 April 2009 21:13 Go to previous messageGo to next message
jmerhar  is currently offline jmerhar
Messages: 26
Registered: March 2007
Location: Slovenia
Junior Member
Hi,

Is there a symfony plugin for Aptana? Or do maybe any of these two plugins work with Aptana as well?
Re: First Symfony plugin for Eclipse [message #76398 is a reply to message #39981 ] Tue, 07 April 2009 07:23 Go to previous messageGo to next message
cokker  is currently offline cokker
Messages: 582
Registered: January 2007
Location: Germany
Faithful Member
You can try it but no guarantee. They where not developed for aptana.

greets
Sven
Re: First Symfony plugin for Eclipse [message #76413 is a reply to message #39981 ] Tue, 07 April 2009 12:27 Go to previous messageGo to next message
jmerhar  is currently offline jmerhar
Messages: 26
Registered: March 2007
Location: Slovenia
Junior Member
Thanks for your answer, cokker. I'll try it out.
Re: First Symfony plugin for Eclipse [message #80949 is a reply to message #76413 ] Tue, 30 June 2009 09:30 Go to previous messageGo to next message
StarQuake  is currently offline StarQuake
Messages: 11
Registered: April 2006
Location: Netherlands
Junior Member
Does anyone now a good yaml editor for eclipse? Cause that's the only part I found useful about symfoclipse.
Re: First Symfony plugin for Eclipse [message #80961 is a reply to message #80949 ] Tue, 30 June 2009 13:36 Go to previous messageGo to next message
KRavEN  is currently offline KRavEN
Messages: 213
Registered: May 2007
Faithful Member
The best I've found to date is http://code.google.com/p/yedit/. The project is active and the author is very responsive to bug submittals and feature requests.
Re: First Symfony plugin for Eclipse [message #87129 is a reply to message #51964 ] Thu, 22 October 2009 02:33 Go to previous message
timdenice  is currently offline timdenice
Messages: 1
Registered: October 2009
Junior Member
Hi guys ! For all those who can't install symphony plug in into Eclipse, i've founded a plugin elsewhere , check out this, i didn't try it yet but sounds good http://sfdt.borox.ch/updates/
Previous Topic:The vim colorscheme of symfony ?
Next Topic:How Did They Do That?
Goto Forum:
  

powered by FUDforum - copyright ©2001-2004 FUD Forum Bulletin Board Software