Re: [Ikvm-developers] AssemblyInfo
Brought to you by:
jfrijters
|
From: Volker B. <vb...@in...> - 2014-12-17 15:33:04
|
hi Steven, Yes, you can do it. Add a class file to the compile process that contains the needed Java annotatons. The follow template is using from IKVM for the Java part. http://ikvm.cvs.sourceforge.net/viewvc/ikvm/ikvm/openjdk/AssemblyInfo.java.in Volker Am 17.12.2014 15:52, schrieb Steven Van Loon: > > Hi, > > > > I was wondering whether it is possible to specify the attributes that > are (in .net) in the AssemblyInfo.cs file, for a dll that is generated > by ikvmc. I discovered an AssemblyInfo.java file exists for the IKVM > dll's but I didn't manage to find out whether I can do the same when > generating my own dll's. > > > > What I want to do, is to specify dll Company name, Product name and > Product Version properties. > > > > Any ideas? > > > > Best regards, > > Steven. > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers |