- This topic has 7 replies, 2 voices, and was last updated 19 years, 10 months ago by Riyad Kalla.
-
AuthorPosts
-
jdjarafMemberHello, I imported a web project which uses some struts plug-ins, the number of plug-in nodes shown in the outline view is correct but when I edit one the Plug-in implementation class is not shown. The version of struts is 1.2
Thanks.
Riyad KallaMemberIs the plugin implementation class in your build path?
If not, can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
jdjarafMemberYes the plugin implementation class is in the source build path.
The environment is : Windows 2K, service pack 4. J2SDK 5.0. Eclipse 3.1.0 build 200412162000. I have only one external plugin, for Kodo JDO.
The version of MyEclipse is 3.8.4.
Besides, when I select the edit menu of the struts plugin node and click on the brows button to choose the plugin implementation class, no types are
shown in the window. It’s like is not recognizing classes that implement the org.apache.struts.action.PlugIn interface.
Riyad KallaMemberThe version of MyEclipse is 3.8.4.
Is it the 3.8.4 Beta for Eclipse 3.1M4?
jdjarafMemberYes
Riyad KallaMemberjdjaraf,
Can you get a trimmed down version of this project that exhibits the problem and email it to support@genuitec.com ATTN Riyad so I can test it?
jdjarafMemberUnfortunely, it is not feasible since the project depends in a lot of libraries. However, I’m going to send you the most important files (some .java, web.xml and struts-config.xml). I hope this can help to find the problem.
Riyad KallaMemberJaime,
I recieved your files and dropped them into a Struts 1.1 project (Because the config file defined Struts 1.1 DTD) and I see 3 plugins, and when I right click I get a dialog window that pops up showing:
Do you not see this? I wonder if it has to do with you adding the Struts 1.2 JARs when this is a Struts 1.1 project? I wasn’t able to test more because what you sent me isn’t a valid project, so it has a lot of missing dependencies.
-
AuthorPosts