Re: [Ikvm-developers] AssemblyInfo
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2014-12-18 07:53:13
|
Yes, -assemblyattributes is new in 8.0. Regards, Jeroen > -----Original Message----- > From: Steven Van Loon [mailto:ste...@in...] > Sent: Wednesday, December 17, 2014 18:36 > To: ikv...@li... > Subject: Re: [Ikvm-developers] AssemblyInfo > > Thanks for the quick reply. I managed to get this working. > > What I needed to do, was to include the .class file into my jar and pass > a ref to mscorlib.jar to ikvmc. > > However, I could not find the option -assemblyattributes (and I also > don't seem to be needing it). I'm using v 7.2.4630.5, maybe that's the > reason? > > Fyi: > > IKVM.NET Compiler version 7.2.4630.5 > Copyright (C) 2002-2012 Jeroen Frijters > http://www.ikvm.net/ > > fatal error IKVMC5022: Unrecognized option: - > assemblyattributes:assembly.class > > > Anyway, thanks for the support. > Best regards, > Steven. > > > > -----Original Message----- > From: Jeroen Frijters [mailto:je...@su...] > Sent: Wednesday, December 17, 2014 16:37 > To: ikv...@li... > Subject: Re: [Ikvm-developers] AssemblyInfo > > 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 > > > > > ------------------------------------------------------------------------ > ------ > 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.cl > ktrk > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers > > ------------------------------------------------------------------------ > ------ > 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.cl > ktrk > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers |