Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Project Creation(Project creation driven by XML)
Project Creation [message #799048] Wed, 15 February 2012 06:26 Go to next message
Eclipse UserFriend
My plug-in has an option to create a custom project in eclipse.

I create the project with some default contents and default folders.

Now, the folders are created by hard-coding the folder name using IPath and IProject.

I am thinking of either a properties file (or) a xml file where we can dictate the project contents.

The project creation should be based on that file.

Need some pointers on this.

Regards,
Aravind
Re: Project Creation [message #800437 is a reply to message #799048] Thu, 16 February 2012 23:17 Go to previous messageGo to next message
Eclipse UserFriend
its in .project file which is hidden in you project folder.. its a xml file which has all the details of your project
Re: Project Creation [message #800521 is a reply to message #800437] Fri, 17 February 2012 02:13 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your reply.

You get the .project only after the project creation and the contents are available in that.

What i was asking was, the project creation should be dictated from a xml file?

The folders within the project should be configurable. So, if i include a node in that xml file, the project creation should have a folder created for it.


-Aravind
Re: Project Creation [message #800741 is a reply to message #800521] Fri, 17 February 2012 07:36 Go to previous message
Eclipse UserFriend
yes its the good option to dictate through xml file , if you are familiar with xml parsing it will help you,
Previous Topic:Ant script generated by export plug-in fails
Next Topic:Best option for automated plugin testing?
Goto Forum:
  


Current Time: Fri Jul 04 23:06:06 EDT 2025

Powered by FUDForum. Page generated in 0.03634 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top