https://defect.opensolaris.org/bz/show_bug.cgi?id=16053

           Summary: Allow %include directive in lex files
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P3
         Component: build
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


--- Comment #0 from Knut Anders Hatlen <[email protected]> 2010-05-24 
18:31:09 UTC ---
It would be useful to be able to use the %include directive in the JFlex files
to avoid repeating boilerplate code.

Currently, if we add an %include, the build fails when it's started from
NetBeans. This is because NetBeans starts Ant in the current working directory,
not in the project basedir, so the relative file name in the %include directive
no longer points to the file to include.

-- 
Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to