Re: [Ikvm-developers] AssemblyInfo
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2014-12-17 15:37:46
|
The ikvmc -assemblyattributes:<file> option is also needed. After you've compiled a .class file containing the attribute annotations, you use the -assemblyattributes:<file> ikvmc option to read the attributes from that class file and have it apply them to the assembly. Regerds, Jeroen > -----Original Message----- > From: Volker Berlin [mailto:vb...@in...] > Sent: Wednesday, December 17, 2014 16:33 > To: ikv...@li... > Subject: Re: [Ikvm-developers] AssemblyInfo > > 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.ja > va.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/os > tg.clktrk > > > > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... <mailto:Ikvm- > dev...@li...> > https://lists.sourceforge.net/lists/listinfo/ikvm-developers > |