Re: Maven-bundle-plugin and Swing

2009-01-15 Thread inbroker

Any suggestions please?
-- 
View this message in context: 
http://www.nabble.com/Maven-bundle-plugin-and-Swing-tp21476430p21494022.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: for org/testng/testng/5.8/

2009-01-15 Thread inbroker


thomas2004 wrote:
> 
> I need the "testng-5.8-jdk15.jar" in my program and I find it under:
> http://mirrors.ibiblio.org/pub/mirrors/maven2/org/testng/testng/5.8/
> 

 I tried the following in Eclipse and worked fine

org.testng
testng
5.8
jar
jdk15
compile

although this was from the central repository.
http://repo1.maven.org/maven2.

I hope it helps.
Inbroker
-- 
View this message in context: 
http://www.nabble.com/%3Cdenpendency-%3E-for-org-testng-testng-5.8--tp21476664p21476760.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven-bundle-plugin and Swing

2009-01-15 Thread inbroker

Hello Maveneers,
i am kinda freshman in maven and in java world as well so please excuse me
if the question is kinda easy to answer but i am really frustrated.

I am developing an OSGI bundle using Eclipse , m2eclipse ,
maven-bundle-plugin for the packaging and pax cursor for running the OSGI
environment.
So far I have made some client/server bundles that communicating fine just
writing messages on the console.
Now i try to show these messages in a simple GUI.
When i simply try to 
import javax.swing and just maven install i get the ERROR message 
"package javax.swing does not exist"

I added in the pom.xml file in the  section the
javax.swing.*.
I tried to find the mavenized project of swing but it didn't exist.

What am I doing wrong.
>From internet search i have the impression that is totally ok for a bundle
to be the UI component.

Thanks in advance for your help.
-- 
View this message in context: 
http://www.nabble.com/Maven-bundle-plugin-and-Swing-tp21476430p21476430.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org