Posted By:
Stanislav_Davydov
Posted On:
Monday, August 5, 2002 06:46 AM
Hello!
Unfortunately IDEA hasnt support of any preprocessor so I see following ways of problem solving:
- Move all .sqlj files to some folder of your project that lays out of the Project Source Path.
- Specify the External Tool for processing .sqlj files to their real place in project hierarchy.
- Mark the sqlj extension as extension of Java files (IDE Options/File Types).
- Process external SQLJ tool for your .sqlj files before project compiling.
Or just use Ant for building a project.
Best regaards,
Stas