SimonWillemetz / magento-plugin

Automatically exported from code.google.com/p/magento-plugin
0 stars 0 forks source link

New Magento Module-There are no Magento Nature projects #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
When I try to create a magento module with  'New Magento Module' wizard, I got 
an alert message on the wizard 'There are no Magento Nature projects',  I have 
google for the solution, but I cannot find any fix, thanks!

My platform is Zend for eclipse 9.0

Original issue reported on code.google.com by cms90...@gmail.com on 28 Dec 2011 at 12:56

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

From screenshot you've provide I see that you don't have any projects with the 
Magento nature. To resolve it:
1) You need to create PHP Project inside 'src' directory. 
    Directory structure should looks like this:
     magentodev (PHPProject)
        /app
        /downloader
        /errors
        ...
        index.php
        ...
2) After recreating project and when index building finished, please add 
Magento Nature to project. To add "Magento Nature" right click of mouse on the 
project in the Project Explorer. Find menu item "Magento Plugin", expand it and 
click on "Add Magento Nature" (see attached screenshot).

Original comment by psw1986 on 17 Jan 2012 at 3:10

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by psw1986 on 17 Jan 2012 at 3:11

GoogleCodeExporter commented 9 years ago
Thanks for your help, it works :)

Original comment by cms90...@gmail.com on 17 Jan 2012 at 3:49

GoogleCodeExporter commented 9 years ago
You are welcome!

Original comment by psw1986 on 18 Jan 2012 at 4:00

GoogleCodeExporter commented 9 years ago
I've added the Nature Project but in the wizard, when I click on "Finish" 
button I got an alert message 'INSTANCE'.

Original comment by jacopo.b...@gmail.com on 14 Feb 2012 at 7:13

GoogleCodeExporter commented 9 years ago
I've forget the screenshot, sorry.

Original comment by jacopo.b...@gmail.com on 14 Feb 2012 at 7:14

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

First of all thank you for the issue.

This bug will be fixed in nearest future.
As a temporary solution, you can redefine default line delimiter in Zend Studio:

1) Go to 'Window -> Preferences -> General -> Workspace -> New text file line 
delimiter'
2) Activate (select) 'Other' and choose OS type line delimeter (line delimiter 
of Unix type used in Magento source files)

I will update about a fix of this issue in the current thread.

Thank you

Original comment by psw1986 on 15 Feb 2012 at 1:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r24.

Original comment by psw1986 on 16 Feb 2012 at 12:02