Menu

compilation issue

2013-10-19
2013-10-20
  • Vladimir Chervanev

    Hi there,

    I've tried to compile rev. 154 and compilation fails.

    Firstly: unmappable character for encoding UTF8

    \src\com\sqleo\environment\ctrl\explorer\SideNavigator.java (314:64)
    \src\com\sqleo\environment\ctrl\explorer\SideNavigator.java (321:67)
    \src\com\sqleo\querybuilder\QueryBuilder.java (347:43)

    (once it's a comment and two times is a strange SideNavigator metadata formatting)

    I commented it and unable to find Extract class anywhere in the project:
    QueryTokens.Group.toString() (423:32, QueryTokens.java )

    if(expr instanceof Extract) return expr.toString();

    I've cut it as well and run the application but any advice how to fix it would be great!

     
  • PAscal

    PAscal - 2013-10-19

    Hi Vladimir,
    thanks for your feedback

    Will try replacing those from SideNavigator.java with " >> ",
    other with e.
    Fix for missing Extract class is correct.

    Will commit all of thoses for next release.

    Question: what kind of development will you try with SQLeo ?

    Regards
    PAscal

     
  • Vladimir Chervanev

    Hi, actually I don't need a query builder software since I used to work as a DB dev (Oracle SQL and PL/SQL). However, I'd like to build, run and understand SQLeo to estimate any Bug Report. I want to try fix something "just for fun".

     
  • PAscal

    PAscal - 2013-10-20

    Hi,
    if you start working on a subject, please tell us just to be sure that nobody is working on the same :-)

    Which system are you working on to be the first to report "unmappable character" problem ?

    Regards
    PAscal

     
  • Vladimir Chervanev

    Yes, sure :-)

    win7 x64, java 1.7 x64 as well. I build it using integrated to Intellij Idea Ant (I don't have installed Ant) so it may be related to its version (another encoding as default). Which is actual encoding? UTF-16, ISO-xxx?

     

Anonymous
Anonymous

Add attachments
Cancel