For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 3 voices, and was last updated 18 years ago by
Riyad Kalla.
-
AuthorPosts
-
NEKI TechnologiesMemberHi, MyEclipse Team!
Actually my developers team is using 20061111-5.1.0-GA version. We use Struts in our project and the most up-to-date version is 1.2.7.
Can i add Struts Capabilities in my project and after that update the Struts’s version to 1.3.8 manually? If i upgrade the Struts jars files, MyEclipse will recognize this libraries?
Is there a best way to do something like that?
Another thing. Is there a way to know the really version of a Framework? For example, i can see that the Struts’s version is 1.2 but i can’t see that it’s 1.2.7. Do you know what i mean?
Thanks in advance!
Marcelo LeiteAugust 3, 2007 at 7:39 am #273469
Loyal WaterMemberA much faster workaround would be to:
1) Create a new User Library with Struts 1.3.8 libs in it.
2) When you add Struts caps to your project, at the bottom uncheck both the checkboxes to avoid adding JARs and TLDs to the project.
3) After you add Struts caps, go to the project’s biuld path and add your User Library.You should be all set then.
August 3, 2007 at 8:27 am #273478
NEKI TechnologiesMemberHi, ok it works!
But the struts-config.xml should be updated manually too. Can i use struts-blank project as a base to copy the content?
And how about to discover the really frameworks versions?
Regard all.
August 3, 2007 at 11:11 am #273488
Loyal WaterMemberCan i use struts-blank project as a base to copy the content?
How do you plan on doing this ?
And how about to discover the really frameworks versions?
Can you rephrase this for me please.
August 3, 2007 at 11:49 am #273493
NEKI TechnologiesMemberOk, let me explain!
I could create the user library with the Struts JARs in it. But i have to update the struts-config.xml because the version 1.3.8 uses another DOCTYPE.
I’ve asked what the best way to update struts-config.xml file.
When you download struts-1.3.8-all, it offers a project called struts-blank. In it project there is a struts-config.xml file that uses the correct DOCTYPE to 1.3.8 version. Can i use it in my project?
Furthermore, i’ve asked if there is a way to discover what is the really frameworks version in MyEclipse. For example, i can see that the Struts’s version is 1.2 but i can’t see that it’s 1.2.7.
_______________________________
Best Regards
MarceloAugust 6, 2007 at 11:16 am #273551
Riyad KallaMemberI could create the user library with the Struts JARs in it. But i have to update the struts-config.xml because the version 1.3.8 uses another DOCTYPE.
I’ve asked what the best way to update struts-config.xml file.
The best way to update it is manually for now, we will add Struts 1.3.8 support in our 6.0 release here shortly.
When you download struts-1.3.8-all, it offers a project called struts-blank. In it project there is a struts-config.xml file that uses the correct DOCTYPE to 1.3.8 version. Can i use it in my project?
Sure
Furthermore, i’ve asked if there is a way to discover what is the really frameworks version in MyEclipse. For example, i can see that the Struts’s version is 1.2 but i can’t see that it’s 1.2.7.
I see… not at this time unfortunately, the version we ship is 1.2.4, but in our 6.0 release we updated 1.2 to the latest Struts release as of a week ago, and we added 1.3.8 support.
-
AuthorPosts