I am in need to supporting the building of a fragment. I added code to our project that depends on Eclipse 3.2, and i built a fragment to revert the code back to 3.2 level. But i cannot get Plugin-builder to add the fragment into the build. Am i missing something? I am using Eclipse 3.2 and the Plugin builder release for that version org.pluginbuilder.feature_0.3.0.20070610_3_2PRD.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I have a similar problem with 3.3.1. I use fragments to separate test code from production. The tests works fine in Eclipse-GUI but generate class not found in plug-in builder.
/Jaka
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fragments should be handled in the same way as plugins. I.e. if a fragment is part of the feature you are building, a cvs/subversion entry should be generated like for any other plugin in the feature.
I am pretty sure that version 0.6.0 supports it, since I built a test feature with test fragments (I also tried test fragments with the Mail RCP sample, but unfortunately I did not check it in).
Hello again,
I am in need to supporting the building of a fragment. I added code to our project that depends on Eclipse 3.2, and i built a fragment to revert the code back to 3.2 level. But i cannot get Plugin-builder to add the fragment into the build. Am i missing something? I am using Eclipse 3.2 and the Plugin builder release for that version org.pluginbuilder.feature_0.3.0.20070610_3_2PRD.
Thanks.
Hello
I have a similar problem with 3.3.1. I use fragments to separate test code from production. The tests works fine in Eclipse-GUI but generate class not found in plug-in builder.
/Jaka
Fragments should be handled in the same way as plugins. I.e. if a fragment is part of the feature you are building, a cvs/subversion entry should be generated like for any other plugin in the feature.
I am pretty sure that version 0.6.0 supports it, since I built a test feature with test fragments (I also tried test fragments with the Mail RCP sample, but unfortunately I did not check it in).
Did you come across https://sourceforge.net/tracker/index.php?func=detail&aid=1961974&group_id=188226&atid=924461 maybe?
Markus