building rotor 2.0

  • Thread starter Mohammad Alshraideh
  • Start date
M

Mohammad Alshraideh

Dear All,
I have extended the JScript compiler in rotor. Some of my code is added
to the JScript classes and some of my code is new classes and I have put
these in a new namespace "mynamespace" but all the code is in the
directory jscript. I have no problem building the code in the
jscript\engine directory. In particular, I can use the
Microsoft.JScript namespace in mynamespace and I can use mynamespace in
the files that are part of the Microsoft.JScript namespace.

The problem occurs when the build moves into the jscript\jsc directory
and it finds a Using mynamespace directive for which it cannot find a
reference.

I have looked in
C:\rotor\sscli20\binaries.x86chk.rotor\bin\rotor_x86\rotor_x86\Microsoft
..JScript.dll and it contains my code from the jscript\engine including
code from mynamespace.

From what I understand of the build process, the compiler is looking in
C:\rotor\sscli20\binaries.x86chk.rotor\ref\Microsoft.JScript.dll to
resolve references but in this file there is none of my code and no
mention of mynamespace.

I'd be grateful for any ideas.


Mohammad Alshriadeh
Computer Science Department(Neat Group)
The University of Hull
Hull
United Kingdom
HU6 7RX
Tel: 01482-465253
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top