facebook

How to create a project from my own wizard

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253951 Reply

    ryounes
    Member

    Hello,
    I’ve been browsing the eclipse 3.1 doc all morning.. I haven’t been able to find the solution to my problem yet.

    I am in the process of making an eclipse plugin. I added an ImportWizard to my plugin and I want to create a project when I reach performFinish()

    IProject.create is what I’ve been looking at.
    Can someone show me a quick and easy way to create a project and a simple Directory structure.

    -myProject

    -myComponent1
    –component.xml
    –build.xml
    –***.xml
    –src/META-INF/MANIFEST.MF
    –misc…..

    -myComponent2
    –component.xml
    –build.xml
    –***.xml
    –src/META-INF/MANIFEST.MF
    –misc…..

    -myComponentN
    –….

    Thanks

    #253988

    Haris Peco
    Member

    ryounes,

    This isn’t MyEclipse related but here are starting point
    You can start with exploring JavaCore class – there are static method for creating java project,IFile, IFolder …
    You can explore using this classes in eclipse code or try with book like this
    http://www.amazon.com/gp/product/0321205758/104-2365358-9980726?v=glance&n=283155

    Good luck

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How to create a project from my own wizard

You must be logged in to post in the forum log in