Hello,
I have done an ofbiz SVN checkout from trunk and clicked on 'validate' button in my Eclipse IDE, then I got 37 errors related to XML and XSD files, are these important? Pls check screenshot attached. Regards, -Enrique |
You will notice other warnings as well - like in the Java code. All of them can be ignored.
-Adrian --- On Sun, 7/13/08, Enrique Ruibal <[hidden email]> wrote: > From: Enrique Ruibal <[hidden email]> > Subject: Error Messages in Eclipse IDE > To: [hidden email] > Date: Sunday, July 13, 2008, 9:06 AM > Hello, > > I have done an ofbiz SVN checkout from trunk and clicked on > 'validate' > button in my Eclipse IDE, then I got 37 errors related to > XML and XSD files, > are these important? Pls check screenshot attached. > > Regards, > -Enrique > > http://www.nabble.com/file/p18430797/screenshot.gif > -- > View this message in context: > http://www.nabble.com/Error-Messages-in-Eclipse-IDE-tp18430797p18430797.html > Sent from the OFBiz - User mailing list archive at > Nabble.com. |
Hello Adrian,
Good to know that, I'm more used to see 'warning' messages than 'errors' within the IDE ;-) Thanks for the feedback. -Enrique Ruibal
|
The main thing to be concerned with when you are getting started is if the ant build task runs successfully, and if OFBiz runs without errors.
XML warnings/errors can be caused by public XSD files not being current, or by the fact that we make some element attribute values dynamic. Java warnings are usually caused by data type enforcement in the version 5 compiler. Many of the warnings could be eliminated if the community had the resources to fix them, but we don't. So we learn to live with them. -Adrian --- On Sun, 7/13/08, Enrique Ruibal <[hidden email]> wrote: > From: Enrique Ruibal <[hidden email]> > Subject: Re: Error Messages in Eclipse IDE > To: [hidden email] > Date: Sunday, July 13, 2008, 9:21 AM > Hello Adrian, > > Good to know that, I'm more used to see > 'warning' messages than 'errors' > within the IDE ;-) > > Thanks for the feedback. > > -Enrique Ruibal > > > > Adrian Crum-2 wrote: > > > > You will notice other warnings as well - like in the > Java code. All of > > them can be ignored. > > > > -Adrian > > > > --- On Sun, 7/13/08, Enrique Ruibal > <[hidden email]> wrote: > > > >> From: Enrique Ruibal > <[hidden email]> > >> Subject: Error Messages in Eclipse IDE > >> To: [hidden email] > >> Date: Sunday, July 13, 2008, 9:06 AM > >> Hello, > >> > >> I have done an ofbiz SVN checkout from trunk and > clicked on > >> 'validate' > >> button in my Eclipse IDE, then I got 37 errors > related to > >> XML and XSD files, > >> are these important? Pls check screenshot > attached. > >> > >> Regards, > >> -Enrique > >> > >> > http://www.nabble.com/file/p18430797/screenshot.gif > >> -- > >> View this message in context: > >> > http://www.nabble.com/Error-Messages-in-Eclipse-IDE-tp18430797p18430797.html > >> Sent from the OFBiz - User mailing list archive at > >> Nabble.com. > > > > > > > > > > > > -- > View this message in context: > http://www.nabble.com/Error-Messages-in-Eclipse-IDE-tp18430797p18430943.html > Sent from the OFBiz - User mailing list archive at > Nabble.com. |
Adrian,
I'll take note of this, and really appreciate the feedback. -Enrique Ruibal
|
Free forum by Nabble | Edit this page |