I tried importing the OFBiz 10.04.02 / svn realease 10.04 and the trunk version when I import any of these versions into eclipse (Eclipse Java EE IDE for Web Developers / Indigo) JDK 1.6, I get the following errors:
Project 'ofbiz' is missing required source folder: 'framework/base/build/gen-src/javacc' Project 'ofbiz' is missing required source folder: 'framework/sql/build/gen-src/javacc' These directories do not exist before running ant, after building the project with ant the directories are created but not recognised by the project. once the project is built with ant, I get 100 problems of 395 items Problem 1: JSON cannot be resolved to a type Problem 2: JSONConstants cannot be resolved to a variable Problem 3: ParseException cannot be resolved to a type Problem 4: Parser cannot be resolved to a type Problem 5: The constructor AbstractConverter<JSON,Byte>(Class<? super JSON>, Class<? super Byte>) refers to the missing type JSON Problem 6: The import org.ofbiz.base.json.JSON cannot be resolved Problem 7:The method parser(SQLStatement<?>) from the type SQLTest refers to the missing type Parser I tried it on two different system with two different OS's I did change Eclipse's JRE to Suns JDK 1.6 I would apreciate any guidance or links on how I can resolve these issues |
these errors will be go away after you build ofbiz.
Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: enfant_terrible <[hidden email]> To: [hidden email] Date: 05/10/2012 05:50 AM Subject: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem I tried importing the OFBiz 10.04.02 / svn realease 10.04 and the trunk version when I import any of these versions into eclipse (Eclipse Java EE IDE for Web Developers / Indigo) JDK 1.6, I get the following errors: Project 'ofbiz' is missing required source folder: 'framework/base/build/gen-src/javacc' Project 'ofbiz' is missing required source folder: 'framework/sql/build/gen-src/javacc' These directories do not exist before running ant, after building the project with ant the directories are created but not recognised by the project. once the project is built with ant, I get 100 problems of 395 items Problem 1: JSON cannot be resolved to a type Problem 2: JSONConstants cannot be resolved to a variable Problem 3: ParseException cannot be resolved to a type Problem 4: Parser cannot be resolved to a type Problem 5: The constructor AbstractConverter<JSON,Byte>(Class<? super JSON>, Class<? super Byte>) refers to the missing type JSON Problem 6: The import org.ofbiz.base.json.JSON cannot be resolved Problem 7:The method parser(SQLStatement<?>) from the type SQLTest refers to the missing type Parser I tried it on two different system with two different OS's I did change Eclipse's JRE to Suns JDK 1.6 I would apreciate any guidance or links on how I can resolve these issues http://ofbiz.135035.n4.nabble.com/file/n4623414/eclipse_ofbiz_errors.png -- View this message in context: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on-import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414.html Sent from the OFBiz - User mailing list archive at Nabble.com. |
Thank you for your input; But the compiler reports the following error: "the project cannot be built until build path errors are resolved" And when I go ahead and run 'ant' is when I get all the error as shown in the graphic included in my original post. Thanks! From: kiran [via OFBiz] [mailto:[hidden email]] these errors will be go away after you build ofbiz. If you reply to this email, your message will be added to the discussion below: To unsubscribe from eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem, click here. |
run the ant build (build.xml)
Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: enfant_terrible <[hidden email]> To: [hidden email] Date: 05/10/2012 10:02 AM Subject: RE: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem Thank you for your input; But the compiler reports the following error: "the project cannot be built until build path errors are resolved" And when I go ahead and run 'ant' is when I get all the error as shown in the graphic included in my original post. Thanks! From: kiran [via OFBiz] [mailto:[hidden email]] Sent: Thursday, May 10, 2012 12:30 PM To: enfant_terrible Subject: Re: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem these errors will be go away after you build ofbiz. Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: enfant_terrible <[hidden email]> To: [hidden email] Date: 05/10/2012 05:50 AM Subject: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem I tried importing the OFBiz 10.04.02 / svn realease 10.04 and the trunk version when I import any of these versions into eclipse (Eclipse Java EE IDE for Web Developers / Indigo) JDK 1.6, I get the following errors: Project 'ofbiz' is missing required source folder: 'framework/base/build/gen-src/javacc' Project 'ofbiz' is missing required source folder: 'framework/sql/build/gen-src/javacc' These directories do not exist before running ant, after building the project with ant the directories are created but not recognised by the project. once the project is built with ant, I get 100 problems of 395 items Problem 1: JSON cannot be resolved to a type Problem 2: JSONConstants cannot be resolved to a variable Problem 3: ParseException cannot be resolved to a type Problem 4: Parser cannot be resolved to a type Problem 5: The constructor AbstractConverter<JSON,Byte>(Class<? super JSON>, Class<? super Byte>) refers to the missing type JSON Problem 6: The import org.ofbiz.base.json.JSON cannot be resolved Problem 7:The method parser(SQLStatement<?>) from the type SQLTest refers to the missing type Parser I tried it on two different system with two different OS's I did change Eclipse's JRE to Suns JDK 1.6 I would apreciate any guidance or links on how I can resolve these issues http://ofbiz.135035.n4.nabble.com/file/n4623414/eclipse_ofbiz_errors.png -- View this message in context: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on -import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414.html Sent from the OFBiz - User mailing list archive at Nabble.com. _____ If you reply to this email, your message will be added to the discussion below: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on -import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414p462393 4.html To unsubscribe from eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem, click here < http://ofbiz.135035.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscrib e_by_code&node=4623414&code=Y2FybG9zQG5idGJpemNhcGl0YWwuY29tfDQ2MjM0MTR8MTU3 MzQ1NTU0NA==> . < http://ofbiz.135035.n4.nabble.com/template/NamlServlet.jtp?macro=macro_view er&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNa mespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.No deNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_ema ils%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> NAML -- View this message in context: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on-import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414p4624002.html Sent from the OFBiz - User mailing list archive at Nabble.com. |
Hi Kiran; Thanks for the help; I've always run the ant build on build.xml, I've tried doing it outside Eclipse and from within Eclipse. When I run 'ant' the project builds successfully, but the errors never go away, if I manually insert the directories or I remove them from the build path, I get a whole bunch of errors, as seen the graphic of my first post Carlos From: kiran [via OFBiz] [mailto:[hidden email]] run the ant build (build.xml) If you reply to this email, your message will be added to the discussion below: To unsubscribe from eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem, click here. apache_ofbiz_errors_2.png (22K) Download Attachment |
Hmm. I have been using 11.04 build. And not facing these issues.
Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: enfant_terrible <[hidden email]> To: [hidden email] Date: 05/10/2012 12:00 PM Subject: RE: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem Hi Kiran; Thanks for the help; I've always run the ant build on build.xml, I've tried doing it outside Eclipse and from within Eclipse. When I run 'ant' the project builds successfully, but the errors never go away, if I manually insert the directories or I remove them from the build path, I get a whole bunch of errors, as seen the graphic of my first post Carlos From: kiran [via OFBiz] [mailto:[hidden email]] Sent: Thursday, May 10, 2012 1:11 PM To: enfant_terrible Subject: RE: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem run the ant build (build.xml) Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: enfant_terrible <[hidden email]> To: [hidden email] Date: 05/10/2012 10:02 AM Subject: RE: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem Thank you for your input; But the compiler reports the following error: "the project cannot be built until build path errors are resolved" And when I go ahead and run 'ant' is when I get all the error as shown in the graphic included in my original post. Thanks! From: kiran [via OFBiz] [mailto:[hidden email]] Sent: Thursday, May 10, 2012 12:30 PM To: enfant_terrible Subject: Re: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem these errors will be go away after you build ofbiz. Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: enfant_terrible <[hidden email]> To: [hidden email] Date: 05/10/2012 05:50 AM Subject: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem I tried importing the OFBiz 10.04.02 / svn realease 10.04 and the trunk version when I import any of these versions into eclipse (Eclipse Java EE IDE for Web Developers / Indigo) JDK 1.6, I get the following errors: Project 'ofbiz' is missing required source folder: 'framework/base/build/gen-src/javacc' Project 'ofbiz' is missing required source folder: 'framework/sql/build/gen-src/javacc' These directories do not exist before running ant, after building the project with ant the directories are created but not recognised by the project. once the project is built with ant, I get 100 problems of 395 items Problem 1: JSON cannot be resolved to a type Problem 2: JSONConstants cannot be resolved to a variable Problem 3: ParseException cannot be resolved to a type Problem 4: Parser cannot be resolved to a type Problem 5: The constructor AbstractConverter<JSON,Byte>(Class<? super JSON>, Class<? super Byte>) refers to the missing type JSON Problem 6: The import org.ofbiz.base.json.JSON cannot be resolved Problem 7:The method parser(SQLStatement<?>) from the type SQLTest refers to the missing type Parser I tried it on two different system with two different OS's I did change Eclipse's JRE to Suns JDK 1.6 I would apreciate any guidance or links on how I can resolve these issues http://ofbiz.135035.n4.nabble.com/file/n4623414/eclipse_ofbiz_errors.png -- View this message in context: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on -import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414.html Sent from the OFBiz - User mailing list archive at Nabble.com. _____ If you reply to this email, your message will be added to the discussion below: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on -import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414p462393 4.html To unsubscribe from eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem, click here < http://ofbiz.135035.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscrib e_by_code&node=4623414&code=Y2FybG9zQG5idGJpemNhcGl0YWwuY29tfDQ2MjM0MTR8MTU3 MzQ1NTU0NA==> . < http://ofbiz.135035.n4.nabble.com/template/NamlServlet.jtp?macro=macro_view er&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNa mespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.No deNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_ema ils%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> NAML -- View this message in context: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on -import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414p462400 2.html Sent from the OFBiz - User mailing list archive at Nabble.com. _____ If you reply to this email, your message will be added to the discussion below: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on -import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414p462403 2.html To unsubscribe from eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem, click here < http://ofbiz.135035.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscrib e_by_code&node=4623414&code=Y2FybG9zQG5idGJpemNhcGl0YWwuY29tfDQ2MjM0MTR8MTU3 MzQ1NTU0NA==> . < http://ofbiz.135035.n4.nabble.com/template/NamlServlet.jtp?macro=macro_view er&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNa mespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.No deNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_ema ils%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> NAML -- View this message in context: http://ofbiz.135035.n4.nabble.com/eclipse-OFBiz-project-is-full-of-errors-on-import-is-this-normal-I-would-apreciate-some-guidance-to-m-tp4623414p4624312.html Sent from the OFBiz - User mailing list archive at Nabble.com. |
Free forum by Nabble | Edit this page |