GSON with Maven in NetBeans

2019-03-15 Thread Александр Тарасов
My question. I loaded The gson library only as a folder, not a jar file. However, NetBeans requires that you install this library as files  * gson-2.8.0.jar(classpath) * gson-2.8.0-sources.jar * gson-2.8.0-javadoc.jar. How can I use Maven to convert folders to files? -- Александр Тарасов

Re: Maven in Netbeans

2008-05-29 Thread theunsgis
in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe

Re: Maven in Netbeans

2008-05-29 Thread Milos Kleint
can see something , but how do i run mvn in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven in Netbeans

2008-05-29 Thread theunsgis
, maybei can see something , but how do i run mvn in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven in Netbeans

2008-05-29 Thread Milos Kleint
maven with the -e switch out of NB , maybei can see something , but how do i run mvn in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users

Re: Maven in Netbeans

2008-05-29 Thread theunsgis
, maybei can see something , but how do i run mvn in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven in Netbeans

2008-05-29 Thread Milos Kleint
do i run mvn in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven in Netbeans

2008-05-29 Thread theunsgis
? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven in Netbeans

2008-05-29 Thread Milos Kleint
. But if i can run maven with the -e switch out of NB , maybei can see something , but how do i run mvn in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans

Re: Maven in Netbeans

2008-05-29 Thread Daniele De Francesco
-- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Maven in Netbeans

2008-05-29 Thread Milos Kleint
. But if i can run maven with the -e switch out of NB , maybei can see something , but how do i run mvn in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans

Re: Maven in Netbeans

2008-05-29 Thread theunsgis
-- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven in Netbeans

2008-05-28 Thread Daniele De Francesco
in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e

Re: Maven in Netbeans

2008-05-28 Thread Daniele De Francesco
mvn in NB with the -e switch? Thanks Theuns -- View this message in context: http://www.nabble.com/Maven-in-Netbeans-tp17489257p17491781.html Sent from the Maven - Users mailing list archive at Nabble.com

Using Maven with Netbeans and GlassFish

2007-11-21 Thread Wouter van Reeven
Hi all, Recently I have been writing some blog articles about using Maven from within Netbeans to create enterprise applications and deploy them to GlassFish. This article http://technology.amis.nl/blog/?p=2489 deals with creating a default Maven enabled Netbeans enterprise application

Re: Debugging Maven in Netbeans

2007-09-25 Thread Ravi Luthra
that one tool. Maybe I can send you a zipped sample project privately? Milos On 9/5/07, Demian Mrakovich [EMAIL PROTECTED] wrote: Now, that would be great - if it worked. When trying this in Netbeans 5.5.1, Maven 2 project support 2.3.4: java.lang.NullPointerException

Re: Debugging Maven in Netbeans

2007-09-25 Thread Milos Kleint
descriptor is also generated and you might be missing that one tool. Maybe I can send you a zipped sample project privately? Milos On 9/5/07, Demian Mrakovich [EMAIL PROTECTED] wrote: Now, that would be great - if it worked. When trying this in Netbeans 5.5.1, Maven 2 project support 2.3.4

Re: Debugging Maven in Netbeans

2007-09-05 Thread Demian Mrakovich
Now, that would be great - if it worked. When trying this in Netbeans 5.5.1, Maven 2 project support 2.3.4: java.lang.NullPointerException at org.codehaus.mevenide.netbeans.customizer.RunJarPanel.checkAssemblyPlugin(RunJarPanel.java:337

Re: Debugging Maven in Netbeans

2007-09-05 Thread Milos Kleint
: Now, that would be great - if it worked. When trying this in Netbeans 5.5.1, Maven 2 project support 2.3.4: java.lang.NullPointerException at org.codehaus.mevenide.netbeans.customizer.RunJarPanel.checkAssemblyPlugin(RunJarPanel.java:337

Re: Debugging Maven in Netbeans

2007-08-28 Thread Milos Kleint
that's in project's popup menu. last item on the list.. Properties.. there in Run tab, you set the main class. Milos On 8/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have opened few maven project. I use NB6 Ms10 with external maven build enabled. The maven version I have is

Debugging Maven in Netbeans

2007-08-28 Thread jayaram . x . ganapathy
Hi, I have opened few maven project. I use NB6 Ms10 with external maven build enabled. The maven version I have is 2.0.7. I am able to compile( mvn install) the project. Now when I try to execute the same I get the following message. In order to run the project, Netbeans needs a custom

How to call maven from netbeans

2003-12-05 Thread Raphaël Piéroni
I have added in the wiki an howto on calling maven goals from whithin the netbeans IDE. please read it here : http://wiki.codehaus.org/maven/NetBeansIdeIntegration I have added it after the precedent one. Hope this helps... Raphaël Piéroni = | Raphaël