Re: Using Maven in Desktop Application

2011-04-19 Thread Thomas Sundberg
On Tue, Apr 19, 2011 at 12:34, Alok wrote: > Hi , > > I am developing an Desktop Application. I would like to use Maven as build > tool . Please let me know , can i use maven in desktop application? Maven is a build tool, it can build any Java project. It can build a lot of other th

Using Maven in Desktop Application

2011-04-19 Thread Alok
Hi , I am developing an Desktop Application. I would like to use Maven as build tool . Please let me know , can i use maven in desktop application? Thanks in advance, Regards, Alok -- View this message in context: http://maven.40175.n5.nabble.com/Using-Maven-in-Desktop-Application

Re: Maven 2 for desktop applications

2006-12-13 Thread Valerio Schiavoni
Hi sebastian, i've developed a swing-based java application, using quiet standard configuration and common plugins. nothing strange. no very big differences between this kind of application and a webapp: this is a key feature of maven, being able to reuse the same usage pattern across different ki

Maven 2 for desktop applications

2006-12-12 Thread Sebastien Arbogast
I know that this question has been asked many many times and still I cannot find one single valid answer with a simple google request like "Maven2 desktop". Actually, everytime the answer seems to be about the same, Maven can allow that, but it can't do it by default: you have

Re: Maven command to run the main class of a desktop application

2006-11-02 Thread Patrick Kimber
11/1/06, Alexander Sack <[EMAIL PROTECTED]> wrote: > I actually use ANT to do this dirty work for me. Not sure if there is such > a thing... > > -aps > > On 11/1/06, Dudu <[EMAIL PROTECTED]> wrote: > > > > What is the Maven 2 pluginto run the main class of a d

Re: Maven command to run the main class of a desktop application

2006-11-01 Thread Wayne Fay
D]> wrote: > > What is the Maven 2 pluginto run the main class of a desktop application? > > -- "What lies behind us and what lies in front of us is of little concern to what lies within us." -Ralph Waldo Emerson --

Re: Maven command to run the main class of a desktop application

2006-11-01 Thread Alexander Sack
I actually use ANT to do this dirty work for me. Not sure if there is such a thing... -aps On 11/1/06, Dudu <[EMAIL PROTECTED]> wrote: What is the Maven 2 pluginto run the main class of a desktop application? -- "What lies behind us and what lies in front of us is of little

Maven command to run the main class of a desktop application

2006-11-01 Thread Dudu
What is the Maven 2 pluginto run the main class of a desktop application?

Re: Desktop

2003-12-12 Thread Marcial . Rosales
maven.xml. This file is basically an Ant script. What you need to do is: a) determine the list of tasks you need to accomplish in order to build your desktop application: Prepare your file system, Compile, Make your jars, Generate documentation, and so forth

Desktop

2003-12-12 Thread Celso Gomes Barreto Junior
Hello Folks, I am trying to use maven in a desktop project and I am having some difficults to write the project.xml and maven.xml. I've been looking for examples but I found just examples to web applications. Does anybody has an example (project.xml and maven.xml) or a tutorial wich teach