Note that there are some explanatory texts on larger screens.

plurals
  1. POIKVM complex custom type error in remapping to properties!
    primarykey
    data
    text
    <p>I used the above and wrote this: </p> <pre><code>&lt;class name="umple.pts.domain.coreEntities.Stop"&gt; &lt;property name="StopName" sig="()Ljava.lang.String;"&gt; &lt;getter name="getName" sig="()Ljava.lang.String;" /&gt; &lt;setter name="setName" sig="(Ljava.lang.String;)Z" /&gt; &lt;/property&gt; &lt;property name="StopId" sig="()I"&gt; &lt;getter name="getStopId" sig="()I" /&gt; &lt;setter name="setStopId" sig="(I)V" /&gt; &lt;/property&gt; &lt;/class&gt; &lt;class name="umple.pts.domain.coreEntities.Line"&gt; &lt;property name="LineName" sig="()Ljava.lang.String;"&gt; &lt;getter name="getName" sig="()Ljava.lang.String;" /&gt; &lt;setter name="setName" sig="(Ljava.lang.String;)V" /&gt; &lt;/property&gt; &lt;property name="LineId" sig="()I"&gt; &lt;getter name="getLineId" sig="()I" /&gt; &lt;setter name="setLineId" sig="(I)V" /&gt; &lt;/property&gt; &lt;property name="FirstEndStop" sig="()umple.pts.domain.coreEntities.Stop;"&gt; &lt;getter name="getFirstEndStop" sig="()umple.pts.domain.coreEntities.Stop;" /&gt; &lt;setter name="setFirstEndStop" sig="(umple.pts.domain.coreEntities.Stop;)Z" </code></pre> <p>/> <p>/> <p>/> </p> <p>I get an error while generating the dll file:</p> <p>D:\PTS\PTS_SVN\Libraries\ikvm-0.44.0.5\bin>ikvmc -remap:map.xml -target:library PTSDomain.jar Note IKVMC0002: output file is "PTSDomain.dll" Error: Invalid property signature '()umple.pts.domain.coreEntities.Stop;' in rem ap file for property umple.pts.domain.coreEntities.Line.FirstEndStop Error: Invalid property getter signature '()umple.pts.domain.coreEntities.Stop;' in remap file for property umple.pts.domain.coreEntities.Line.FirstEndStop Error: Invalid property setter signature '(umple.pts.domain.coreEntities.Stop;)Z ' in remap file for property umple.pts.domain.coreEntities.Line.FirstEndStop Error: Invalid property signature '()umple.pts.domain.coreEntities.Stop;' in rem ap file for property umple.pts.domain.coreEntities.Line.SecondEndStop Error: Invalid property getter signature '()umple.pts.domain.coreEntities.Stop;' in remap file for property umple.pts.domain.coreEntities.Line.SecondEndStop Error: Invalid property setter signature '(umple.pts.domain.coreEntities.Stop;)Z ' in remap file for property umple.pts.domain.coreEntities.Line.SecondEndStop Error: Invalid property signature '()[umple.pts.domain.coreEntities.Stop;' in re map file for property umple.pts.domain.coreEntities.Line.Stops Error: Invalid property getter signature '()[umple.pts.domain.coreEntities.Stop; ' in remap file for property umple.pts.domain.coreEntities.Line.Stops Error: Invalid property setter signature '([umple.pts.domain.coreEntities.Stop;) Z' in remap file for property umple.pts.domain.coreEntities.Line.Stops</p> <p>D:\PTS\PTS_SVN\Libraries\ikvm-0.44.0.5\bin></p> <p>Can i use the custom properties or will i have to do that via some other way??</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload