| Author |
Message |
|
|
Post subject: Adding shared libraries
Posted: Mar 24, 2011 - 03:33 PM
|
|
Registered Member

Joined: Dec 07, 2010
Posts: 57
|
|
|
|
|
 |
|
|
Post subject: RE: Adding shared libraries
Posted: Mar 25, 2011 - 10:58 AM
|
|

Joined: Feb 10, 2011
Posts: 57
|
|
Clavis,
We do not support shared libraries in our GUI editor right now, however it may be possible to include such support in the future. Nonetheless, you are free to edit appropriate files manually. To simplify the process open application.xml file in ME and choose to display advanced pages - this will generate most of needed files. Then you will need to add entries for shared libs configuration only. The configuration is located under META-INF/ibmconfig directory. All files will be deployed to the server and it will be up to WAS to run EAR with shared libraries.
Best regards,
Piotr Tomiak |
_________________ Piotrek
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Adding shared libraries
Posted: Mar 25, 2011 - 11:23 AM
|
|
Registered Member

Joined: Dec 07, 2010
Posts: 57
|
|
Thanks for your update.
I already searched the Advanced pages and found no direct support, however I was unsure if I missed something.
So I essentially have to use the RAD and try to figure out how its working in detail. :(
I posted a feature request.
Kind regards
clavis_uhe |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Adding shared libraries
Posted: Mar 25, 2011 - 12:10 PM
|
|
Registered Member


Joined: Feb 03, 2009
Posts: 3442
|
|
clavis_uhe,
You can use user libraries in MyEclipse. Right click on your project > Build path > Add Library. This would open Add Library wizard. You can select "User Library" or "Maven Managed Dependencies" for MyEclipse Maven project and follow the wizard. These libraries get added to your project build path. These user libraries created can be added to any projects. |
_________________ Joy
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 25, 2011 - 12:45 PM
|
|
Registered Member

Joined: Dec 07, 2010
Posts: 57
|
|
Thanks for your update.
Unfortunately this won't help. We are using some third party library that requires a property file in its classpath. Depending on enviorment it requires different values in the property file. Therefor we don't want to add it to the project. An alternative would be to place the library in some shared libraries classpath on the server. Not wanting to add it to the global classpath the shared library approach looked good to us.
Kind regards
clavis_uhe |
|
|
| |
|
|
|
 |
|
|