Re: Building OSGi bundles w/ maven

2007-04-30 Thread Alan D. Cabrera

Thanks!

So where in the maven directory structure do the libraries live?  Are  
they "checked-in" to subversion/cvs or hand copied?



Regards,
Alan

On Apr 30, 2007, at 2:05 AM, Didier Donsez wrote:


Alan D. Cabrera wrote:

What are people doing when they need to include native libraries  
in  their OSGi bundles using the maven plugin?



Yes for RXTX (for instant)
see the attached pom.xml
Didier




Regards,
Alan





--
--
Didier DONSEZ

INRIA/SARDES project, B117
655, avenue de l'Europe, Montbonnot
38334 St Ismier Cedex, France
Tel : +33 4 76 61 52 95   Fax : +33 4 76 61 52 52
GPS : lat 45°13'4.1"N, lon 05°48'24.3"E, alt 220m

Laboratoire LSR, Institut IMAG, Equipe ADELE
Universite Joseph Fourier
Bat. C, 220 rue de la Chimie, Domaine Universitaire
BP 53, 38041 Grenoble Cedex 9, France
Tel : +33 4 76 63 55 49   Fax : +33 4 76 63 55 50
GPS : lat 45°11'38.3"N, lon 05°46'14.7"E, alt 223m

mailto:[EMAIL PROTECTED]
URL: http://www-adele.imag.fr/users/Didier.Donsez
Map: http://www-adele.imag.fr/users/Didier.Donsez/map/map.html
--





		http://www-adele.imag.fr/users/Didier.Donsez/ 
dev/felix/sandbox/




  
org.apache.felix
felix
0.9.0-incubator-SNAPSHOT
  
  4.0.0
  bundle
  Apache Felix RXTX library
  The RXTX library.
  org.apache.felix.rxtx

  

   
org.apache.felix
maven-bundle-plugin
true

  
${pom.artifactId}SymbolicName>

The RXTX library.

gnu.io;specification-version=2.1.0Export-Package>


	

org.osgi.framework


	Windows/i386-mingw32/rxtxSerial.dll;Windows/ 
i386-mingw32/rxtxParallel.dll;processor=x86;osname=Windows XP,Linux/ 
x86_64-unknown-linux-gnu/ 
librxtxSerial.so;processor=x86_64;osname=Linux,Linux/i686-unknown- 
linux-gnu/librxtxSerial.so;Linux/i686-unknown-linux-gnu/ 
librxtxParallel.so;processor=x86;osname=Linux,Linux/ia64-unknown- 
linux-gnu/librxtxSerial.so;processor=ia64;osname=Linux,Solaris/ 
sparc-solaris/sparc32-sun-solaris2.8/ 
librxtxSerial.so;processor=sparc;osname=Solaris;osversion=2.8,Solaris/ 
sparc-solaris/sparc64-sun-solaris2.8/ 
librxtxSerial.so;processor=sparc64;osname=Solaris;osversion=2.8Bundle-NativeCode>

RXTXcomm.jar

${repositoryLocation}${pom.artifactId}/ 
index.html
${repositoryLocation}${pom.artifactId}/$ 
{pom.artifactId}-${pom.version}.jar
${repositoryLocation}${pom.artifactId}/$ 
{pom.artifactId}-${pom.version}-src.jar


  

  

  






Re: Building OSGi bundles w/ maven

2007-04-30 Thread Didier Donsez

Alan D. Cabrera wrote:

What are people doing when they need to include native libraries in  
their OSGi bundles using the maven plugin?



Yes for RXTX (for instant)
see the attached pom.xml
Didier




Regards,
Alan





--
--
Didier DONSEZ

INRIA/SARDES project, B117
655, avenue de l'Europe, Montbonnot
38334 St Ismier Cedex, France
Tel : +33 4 76 61 52 95   Fax : +33 4 76 61 52 52
GPS : lat 45°13'4.1"N, lon 05°48'24.3"E, alt 220m

Laboratoire LSR, Institut IMAG, Equipe ADELE
Universite Joseph Fourier
Bat. C, 220 rue de la Chimie, Domaine Universitaire
BP 53, 38041 Grenoble Cedex 9, France
Tel : +33 4 76 63 55 49   Fax : +33 4 76 63 55 50
GPS : lat 45°11'38.3"N, lon 05°46'14.7"E, alt 223m

mailto:[EMAIL PROTECTED]
URL: http://www-adele.imag.fr/users/Didier.Donsez
Map: http://www-adele.imag.fr/users/Didier.Donsez/map/map.html
--




	
		http://www-adele.imag.fr/users/Didier.Donsez/dev/felix/sandbox/
	  


  
org.apache.felix
felix
0.9.0-incubator-SNAPSHOT
  
  4.0.0
  bundle
  Apache Felix RXTX library
  The RXTX library.
  org.apache.felix.rxtx
  
  

   
org.apache.felix
maven-bundle-plugin
true

  
${pom.artifactId}
The RXTX library.

gnu.io;specification-version=2.1.0
	
	
org.osgi.framework


	Windows/i386-mingw32/rxtxSerial.dll;Windows/i386-mingw32/rxtxParallel.dll;processor=x86;osname=Windows XP,Linux/x86_64-unknown-linux-gnu/librxtxSerial.so;processor=x86_64;osname=Linux,Linux/i686-unknown-linux-gnu/librxtxSerial.so;Linux/i686-unknown-linux-gnu/librxtxParallel.so;processor=x86;osname=Linux,Linux/ia64-unknown-linux-gnu/librxtxSerial.so;processor=ia64;osname=Linux,Solaris/sparc-solaris/sparc32-sun-solaris2.8/librxtxSerial.so;processor=sparc;osname=Solaris;osversion=2.8,Solaris/sparc-solaris/sparc64-sun-solaris2.8/librxtxSerial.so;processor=sparc64;osname=Solaris;osversion=2.8
	RXTXcomm.jar
	
${repositoryLocation}${pom.artifactId}/index.html
${repositoryLocation}${pom.artifactId}/${pom.artifactId}-${pom.version}.jar
${repositoryLocation}${pom.artifactId}/${pom.artifactId}-${pom.version}-src.jar
	
  

  

  
  



Building OSGi bundles w/ maven

2007-04-29 Thread Alan D. Cabrera
What are people doing when they need to include native libraries in  
their OSGi bundles using the maven plugin?



Regards,
Alan