Skip to main content



      Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » Bug in MTJ preprocessor documentation
Bug in MTJ preprocessor documentation [message #576198] Fri, 21 August 2009 03:53 Go to next message
Eclipse UserFriend
I thought this would help people that may be having some headaches about the preprocessor.

In the documentation, in the "Adding preprocessing support to a MIDlet project" section, it states:

Includes the given source file at the current position. Must be terminated by "#endinclude" for technical reasons. Note that relative file names are interpreted as relative to the project root directory.

But this is not right. If I have a project layout like this

root/src/package1/file1.java
root/src/package2/file2.java

and want to include file2.java in file1.java, with the documentation at hand I should have to do

//#include src/package2/file2.java
//#endinclude

while in fact I have to do this:

//#include ../package2/file2.java
//#endinclude

So the relative file names are in fact interpreted as relative to the actual package of the current file.

Thanks for your attention, hope this helped.

David Lucena.
Re: Bug in MTJ preprocessor documentation [message #576223 is a reply to message #576198] Fri, 21 August 2009 09:48 Go to previous message
Eclipse UserFriend
Hello David,

Could you please fill up a new bug on MTJ bugzilla
(https://bugs.eclipse.org/bugs/enter_bug.cgi?product=MTJ) with this
information?

Thanks,
-- Euclides
Previous Topic:Boolean clauses in preprocessor directives
Next Topic:Bug in MTJ preprocessor documentation
Goto Forum:
  


Current Time: Sun Mar 23 05:12:07 EDT 2025

Powered by FUDForum. Page generated in 0.03102 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top