trunk build error on tomcat libraries

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

trunk build error on tomcat libraries

hoboy
I am not sure if this is the right think to do
I have just check out the trunk into eciipse but
the following error ocured:
All the jars under framework/catalina/lib/ are not visible, and example i bellow.
Description Resource Path Location Type
Project 'ofbiz' is missing required library: 'framework/catalina/lib/tomcat-7.0.55-catalina-ha.jar' ofbiz Build path Build Path Problem
Reply | Threaded
Open this post in threaded view
|

Re: trunk build error on tomcat libraries

ayyoob
you need to add the jars for tomcat to your project build path.
check this out: http://www.opensourcestrategies.com/ofbiz/ofbiz_eclipse.php

regards,

On Wed, Nov 19, 2014 at 12:41 PM, hoboy [via OFBiz] <[hidden email]> wrote:
I am not sure if this is the right think to do
I have just check out the trunk into eciipse but
the following error ocured:
All the jars under framework/catalina/lib/ are not visible, and example i bellow.
Description Resource Path Location Type
Project 'ofbiz' is missing required library: 'framework/catalina/lib/tomcat-7.0.55-catalina-ha.jar' ofbiz Build path Build Path Problem



If you reply to this email, your message will be added to the discussion below:
http://ofbiz.135035.n4.nabble.com/trunk-build-error-on-tomcat-libraries-tp4658610.html
To start a new topic under OFBiz - User, email [hidden email]
To unsubscribe from OFBiz - User, click here.
NAML



--
.
.
.
Ayyoob Imani
BSC student of Computer Engineering
Iran University Of Scince & Technology (IUST)
[hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: trunk build error on tomcat libraries

hoboy
Tks
I did found that out