Re: OSGi-Bundles Distribution, generating the config.ini

2009-06-14 Thread Stuart McCulloch
2009/6/12 itripl > > well, that do not sound like the best way. I heard there is a way to do it > with ant-contrib, but at the moment, I do not have the time to find out > how. > Maybe I can try it in a few weeks. When it does not work, I'm going to try > to create a maven plugin. > FYI, in

Re: OSGi-Bundles Distribution, generating the config.ini

2009-06-12 Thread itripleeee
well, that do not sound like the best way. I heard there is a way to do it with ant-contrib, but at the moment, I do not have the time to find out how. Maybe I can try it in a few weeks. When it does not work, I'm going to try to create a maven plugin. Agemo Cui wrote: > > I ever got each subpr

Re: OSGi-Bundles Distribution, generating the config.ini

2009-06-02 Thread Agemo Cui
I ever got each subproject to generate a resource file called filter.properties in the target directory directly. If the subproject's name is example, then the resource file has the following content: example.build.finalName=${pom.build.finalName} Then I created a new subproject called resource-f

OSGi-Bundles Distribution, generating the config.ini

2009-06-02 Thread itripleeee
Hi all, I am trying to distribute OSGi-bases Application using Maven. In best case, when I distribute the application to other people not using Maven or OSGi, they just should klick a start.bat and the application should start including the OSGi-Framework. At the moment, I am using the Maven-Bu