|
From: Leif M. <le...@ta...> - 2008-03-31 17:13:39
|
Mikael, Right now the only way would be to use include files that only exist on the appropriate platforms. Include files are optional. I will give this some thought. Maybe something like this wrapper.java.additional.1.unix= wrapper.java.additional.1.windows= Or more specifically. wrapper.java.additional.1.linux= Those would override wrapper.java.additional.1= Problem is would that be for all properties or just certain ones. Cheers, Leif Mikael Ståldal wrote: > I have a program I start with Wrapper that should be albe to run on several platforms. > > However, on one platform I need to specify a particular wrapper.java.additional property that doesn't work on the other > platforms. (In my case it is -Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.EPollSelectorProvider on Linux.) > > Is there any convenient way to do this with Wrapper, without having to deliver multiple configuration files? > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |