orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

Orc builder can't find relative include file #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Procedure to Repeat:
1. In an Orc project, create a sub folder and create an Orc program in that 
folder.
2. Create an include file in the same folder.
3. Have the program include that file by referring to it relatively, without a 
directory path to it.
4. Trigger the Orc Eclipse builder by running a clean build of the project.

Expected / Actual Results:
Gives "Include file not found" on the include declaration, even though running 
the program works fine.

Version and Platform:
Orc and plug-in version 2.0.2 rev. 2835

Reporter's Comments:
edu.utexas.cs.orc.orceclipse.build.OrcBuilder.compile may be passing a 
erroneous path in the InputContext.

Original issue reported on code.google.com by jthywissen on 12 May 2011 at 11:04

GoogleCodeExporter commented 9 years ago
Cannot reproduce in rev. 3046.

Original comment by jthywissen on 2 May 2012 at 8:53