Project 'ofbiz' is missing required library: 'framework/catalina/lib/tomcat-6.0.36-ecj-3.7.jar

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

Project 'ofbiz' is missing required library: 'framework/catalina/lib/tomcat-6.0.36-ecj-3.7.jar

Medhat
Hi,

When I tried to open ofbiz-11.04.02 in Eclipse I got the following Error :

        Project 'ofbiz' is missing required library:
'framework/catalina/lib/tomcat-6.0.36-ecj-3.7.jar

This Error preventing build from Eclipse but the project still be built
from command line prompt.

After Investigations i found the following:

The file :  '.classpath' in the project installation directory contains the
following entry @ line 127

        <classpathentry kind="lib"
path="framework/catalina/lib/tomcat-6.0.36-ecj-3.7.jar"/>

To solve this Issue Replace this line with the following entry

        <classpathentry kind="lib"
path="framework/catalina/lib/ecj-3.7.2.jar"/>

because the jar file shipped with ofbiz in the path:
"framework/catalina/lib/" has the file name: 'ecj-3.7.2.jar'


I hope this helps.

Regards,
Medhat
Reply | Threaded
Open this post in threaded view
|

Re: Project 'ofbiz' is missing required library: 'framework/catalina/lib/tomcat-6.0.36-ecj-3.7.jar

Jacques Le Roux
Administrator
Thanks for report Medhat,

It's fixed in 11.04 branch, I don't think we will create a new release for that.
Trunk was correct.

Jacques

From: "Medhat Abdel Badie" <[hidden email]>

> Hi,
>
> When I tried to open ofbiz-11.04.02 in Eclipse I got the following Error :
>
>        Project 'ofbiz' is missing required library:
> 'framework/catalina/lib/tomcat-6.0.36-ecj-3.7.jar
>
> This Error preventing build from Eclipse but the project still be built
> from command line prompt.
>
> After Investigations i found the following:
>
> The file :  '.classpath' in the project installation directory contains the
> following entry @ line 127
>
>        <classpathentry kind="lib"
> path="framework/catalina/lib/tomcat-6.0.36-ecj-3.7.jar"/>
>
> To solve this Issue Replace this line with the following entry
>
>        <classpathentry kind="lib"
> path="framework/catalina/lib/ecj-3.7.2.jar"/>
>
> because the jar file shipped with ofbiz in the path:
> "framework/catalina/lib/" has the file name: 'ecj-3.7.2.jar'
>
>
> I hope this helps.
>
> Regards,
> Medhat
>