Hi,
i want to define my own config file with my own Eclipse plug-in and then send it to Plug-in Builder to use the build and test functionality. As result i need an update site and a few .jar files. Is this posible with Plug-in Builder?
What format must have the config file?
Thanks a lot!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, I think I would need some more details to understand your approach.
There are a couple of property files which control the build. Usually you would modify them with the Pluginbuilder editor. Since they are only text file you can modify them with other means. Is that what you intend to do?
Markus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thank you very much for your answer, I’m already in the design phase, so I’m flexible with the file’s format. I intend to create for example a xml-file and send this to Pluginbuilder. Pluginbuilder does the compilation and testing. The end product should be an Eclipse update site containing all my .jars.
I reaf that Source retrieval from CVS and subversion is featured. Is the upload to CVS or subversion also featured?
Robert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i want to define my own config file with my own Eclipse plug-in and then send it to Plug-in Builder to use the build and test functionality. As result i need an update site and a few .jar files. Is this posible with Plug-in Builder?
What format must have the config file?
Thanks a lot!
Sorry, I think I would need some more details to understand your approach.
There are a couple of property files which control the build. Usually you would modify them with the Pluginbuilder editor. Since they are only text file you can modify them with other means. Is that what you intend to do?
Markus
Hi Markus,
thank you very much for your answer, I’m already in the design phase, so I’m flexible with the file’s format. I intend to create for example a xml-file and send this to Pluginbuilder. Pluginbuilder does the compilation and testing. The end product should be an Eclipse update site containing all my .jars.
I reaf that Source retrieval from CVS and subversion is featured. Is the upload to CVS or subversion also featured?
Robert