building rotor 2.0  
Author Message
mammalardog





PostPosted: Wed Apr 05 06:14:49 CDT 2006 Top

Visual C#.Net >> building rotor 2.0 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


*** Sent via Developersdex http://www.developersdex.com ***

DotNet56  
 
 
Laura





PostPosted: Wed Apr 05 06:14:49 CDT 2006 Top

Visual C#.Net >> building rotor 2.0 You'd better post this message in the shared_source (rotor) newsgroup,
news:microsoft.public.shared_source.cli

Laura

"Mohammad Alshraideh" <EMail@HideDomain.com> ha scritto nel messaggio
news:EMail@HideDomain.com...
>
> 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
>
>
> *** Sent via Developersdex http://www.developersdex.com ***