Changes between Version 3 and Version 4 of Mapping

Show
Ignore:
Author:
edrishn (IP: 207.7.108.244)
Timestamp:
01/11/07 17:33:46 (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mapping

    v3 v4  
    1 Janett provides a domain-specific language for mapping Java libraries to .Net. We call these files mapping
     1Janett provides a domain-specific language for mapping Java libraries to .Net. We call these files ''mapping''
    22 
    3 [MappingFile Mapping files] should be placed in Bin\Mappings\<Mode> directory. Their Name should be !JavaType-!DotNetType.map and it they can be grouped based on package: 
     3[MappingFile Mapping files] should be placed in Bin\Mappings\<Mode> directory. Their names should be !JavaType-!DotNetType.map and they can be grouped based on package: 
    44{{{ 
    55java.lang.StringBuffer-System.Text.StringBuilder.map 
    1414}}} 
    1515 
    16 within mapping files you can map members of !JavaType to !DotNetType or [MappingFile ...] 
     16within mapping files, you can map members of !JavaType to !DotNetType or [MappingFile ...]