|
|
|
|
|
|
|
| Re: First Symfony plugin for Eclipse [message #44515 is a reply to message #39981 ] |
Thu, 31 January 2008 13:28   |
pezetgee Messages: 734 Registered: March 2006 |
Faithful Member |
|
|
|
What about the commercial usage of the plugin?
|
|
|
| Re: First Symfony plugin for Eclipse [message #44631 is a reply to message #39981 ] |
Sat, 02 February 2008 00:23   |
Emacs Messages: 201 Registered: December 2007 Location: Paris - Clichy |
Faithful Member |
|
|
Hello,
First of all, I would like to thank you al_n for you awesome plug-in. I've successfully installed it on my Windows XP workstation in my office.
But, at home, I'm running Symfony with Mac OS X Tiger. After having installed SymfoClipse plugin, I tried to launch the "symfony init-poject myProject" command, accessible with a mouse right click. But I've got the following error message :
Parse error: parse error in /Applications/MAMP/bin/php5/bin/symfony on line 34
Executing: symfony init-project MyProject
SymfoClipse seems to launch the symfony command with PHP4. When I use the symfony command in my Terminal, it works well !
Why does it fail with Symfoclipse ?
Could you help me please to solve this problem ?
Thanks a lot.
Hugo.
[Updated on: Sat, 02 February 2008 00:26] PHP 5 / symfony webdevelopper at Sensio
Webmaster of http://www.apprendre-php.com (fr)
Co-author of "Bien Développer en PHP avec Symfony et Doctrine"
|
|
|
| Re: First Symfony plugin for Eclipse [message #44646 is a reply to message #44631 ] |
Sat, 02 February 2008 18:50   |
fotakis Messages: 14 Registered: February 2008 Location: Athens, Greece |
Junior Member |
|
|
Hello,
Your problem is that the your php version used in the command line
is incorrect.
If you have installed php 5 from here
http://www.entropy.ch/software/macosx/php/ then you
should change the first line of your symfony script like this
Before:
To:
#!/usr/bin/env /usr/local/php5/bin/php
Then you should be fine. If you can't find where your symfony
script is type on the console
And go edit that file
EDIT:
Actually I reread your message, edit your $PATH to include your
new php, that is what I did
[Updated on: Sat, 02 February 2008 19:31]
|
|
|
|
| Re: First Symfony plugin for Eclipse [message #44710 is a reply to message #39981 ] |
Mon, 04 February 2008 09:21   |
 |
al_n Messages: 321 Registered: May 2006 Location: The Netherlands |
Faithful Member |
|
|
Thank you all for the feedback, I was unavailable for a week so I could not reply right away.
I'm glad to see that the OSX issues were resolved with community help, this is one os which, unfortunately, I'm not using.
For the rest, all the requests which came up will be considered for future release, when will that be... when time will allow it. Many people ask me about commercial use of the plug-in, this plug-in is something I'm doing on my free time and it started as a tool which I needed myself; Therefor if you are using it for commercial work I'm asking a symbolic license fee of 20 Euro per installation, merely to support the development efforts. To purchase a license a paypal transfer can be used to my email address which is mentioned on the plug-in's web site. What will you get in return, nothing; just an acknowledgment that you can use the plug-in for commercial use including any future releases within the same major version number.
|
|
|
|
|
|
|
| Re: First Symfony plugin for Eclipse [message #46254 is a reply to message #46193 ] |
Mon, 25 February 2008 09:00   |
fotakis Messages: 14 Registered: February 2008 Location: Athens, Greece |
Junior Member |
|
|
If you right click on the app folder you will get an Int module command on the menu.
[Updated on: Mon, 25 February 2008 09:01]
|
|
|
| Re: First Symfony plugin for Eclipse [message #47595 is a reply to message #39981 ] |
Wed, 12 March 2008 00:41   |
vadzim Messages: 1 Registered: March 2008 |
Junior Member |
|
|
I have problem with plugin (Kubuntu).
Cannot run program "symfony" (in directory "/home/vadzim/workspace/symfony"): java.io.IOException: error=2, No such file or directory
Help me, please.
[Updated on: Wed, 12 March 2008 00:45]
|
|
|
|
|
| Re: First Symfony plugin for Eclipse [message #49462 is a reply to message #39981 ] |
Tue, 08 April 2008 16:05   |
The_Fakir Messages: 3 Registered: April 2008 |
Junior Member |
|
|
Hi all,
This plugins seems great, but I'm so dumb I can't get it work...
I first had the problem already discussed here, symfony.bat wasn't in the path => fixed
Now, I got a nice welcome message "Thank you for using infoclipse..." in the Console, with no more error message, but when I try to launch one command, nothing happens... When it needs parameters (like Disable application), I got the form asking me in which environment i should disable it, but when I click "OK", the window closes, then nothing => simply nothing (no error, no message, no expected hard disk activity, no further window, no eclipse hang or freeze or bug)
My configuration : Laptop PC / XP PRO / EasyPHP 2.0 (php5) / Eclipse 3.3.2 / Symfony sandbox...
What do I miss ? Where can I look to find the problem ?
Thank you in advance.
[Updated on: Tue, 08 April 2008 16:29]
|
|
|
|
|
| Re: First Symfony plugin for Eclipse [message #51695 is a reply to message #39981 ] |
Fri, 09 May 2008 15:33   |
danielh Messages: 32 Registered: December 2007 Location: Australia |
Member |
|
|
Is there currently a version of symfoclipse for Symfony 1.1? Or is there one intended for future release? When I try Init Project with Symfony 1.1 I get no feedback at all and nothing happens.
Thanks
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: First Symfony plugin for Eclipse [message #52655 is a reply to message #39981 ] |
Sun, 25 May 2008 09:34   |
samon127 Messages: 12 Registered: April 2008 |
Junior Member |
|
|
al_n:
In the Symfony View, When I click the F3 ( you know this is very useful), I couldn't jump from a project into the symfony base dir! Usually I need to see how to set the parameter of a helper!
How to solve this problem! thanks!
====================
solved this problem! just add an include path on your project!
[Updated on: Sun, 25 May 2008 10:32]
|
|
|
| Re: First Symfony plugin for Eclipse [message #52714 is a reply to message #39981 ] |
Mon, 26 May 2008 14:08   |
wtfowned Messages: 24 Registered: May 2008 |
Junior Member |
|
|
|
.
[Updated on: Mon, 26 May 2008 18:41]
|
|
|
| Re: First Symfony plugin for Eclipse [message #54290 is a reply to message #39981 ] |
Tue, 17 June 2008 19:26   |
Stasy Messages: 30 Registered: January 2007 |
Member |
|
|
I'm trying to get Symfoclipse work with PDT and Symfony 1.1RC2 but when I click a Symfoclipse command (e.g. "Clear Cache") I get this exception:
!ENTRY org.eclipse.ui 4 0 2008-06-17 19:12:57.943
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NumberFormatException: For input string: "(C:"
at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
at java.lang.Double.valueOf(Unknown Source)
at cc.noy.eclipse.symfony.popup.actions.SymfonyAction.is1_1(SymfonyAction.java:89)
at cc.noy.eclipse.symfony.popup.actions.SymfonyClearCacheAction.run(SymfonyClearCacheAction.java:14)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at cc.noy.eclipse.symfony.popup.actions.SymfonyAction.runWithEvent(SymfonyAction.java:101)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
My PDT installation runs on WinXP.
I used Symfoclipse before with Symfony 1.0 and it worked fine!
Does someone have an idea why Symfoclipse crashes with Symfony 1.1RC2? Are there any settings that I may have forgotten?
Thanks!
[Updated on: Tue, 17 June 2008 19:28]
|
|
|
|
| Re: First Symfony plugin for Eclipse [message #54448 is a reply to message #40459 ] |
Thu, 19 June 2008 17:24   |
thierrybo Messages: 10 Registered: June 2008 |
Junior Member |
|
|
| wurm007 wrote on Wed, 28 November 2007 12:37 | Hi All
Great plugin works well on linux
But is still gives a error when i try it under windows.
I use symfoclipse version 1.1.1
Cannot run program "symfony.bat" (in directory "C:\eclipse\workspace\test"): CreateProcess error=2, Het systeem kan het opgegeven bestand niet vinden
Executing: symfony clear-cache
symfony.bat exsist in the corresponding directory so thats strange.
Does anybody now what when wrong here
|
I also discovered that adding the path could not be enough. Symfoclipse has a bug if you wrote the path with quotes in PATH variable.
I had and I always get the error. resolved this.
[Updated on: Thu, 19 June 2008 17:30]
|
|
|
|