Menu

#1479 error on jython imports with "as" in pckage path

pending
nobody
None
5
2012-04-12
2012-03-01
No

Eclipse flags the following as an error:
import com.tibco.as.space as AS

even though the project runs fine. When getting the error text , looks like the parser is getting confused by the "as" in the package name

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2012-04-12

    Actually, I just checked this and it seems to work in the 2.5 grammar (which is the one used by Jython, right?)

    Just make sure you have that grammar selected on the project properties...

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2012-04-12
    • status: open --> pending