Re: Newbie Questions

2010-12-03 Thread Ron Wheeler
On 03/12/2010 5:13 AM, Joyce wrote: Hello, I just started to use Maven in a new project. My IDE is Eclipse for Java EE, Helios SR1 (3.6.1) I am installing a none-free Java API, which ships all the physical dependency Java jars as well. I try to use dependencies tag in the pom.xml to automatical

Re: Newbie Questions

2010-12-03 Thread Dirk Olmes
> EE, Helios SR1 (3.6.1) I am installing a none-free Java API, which ships all > the physical dependency Java jars as well. I try to use dependencies tag in > the pom.xml to automatically fill in the dependencies. I have problems > finding them: I'd consider this a special case. Since the API come

Newbie Questions

2010-12-03 Thread Joyce
way to specify the dependency? Thanks! -- View this message in context: http://maven.40175.n5.nabble.com/Newbie-Questions-tp3290643p3290643.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe

Re: the dreaded newbie questions

2007-02-15 Thread Wayne Fay
The free e-book Better Builds With Maven is available on www.mergere.com and covers many of these topics in detail. Wayne On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello everyone, I'm new to this list, and I had sort of a general question. I've been on a project before where Mav

the dreaded newbie questions

2007-02-15 Thread bedivere
Hello everyone, I'm new to this list, and I had sort of a general question. I've been on a project before where Maven 1.x was used as strictly a build tool, so I know the basics of the project.xml file, running tasks and what not. Now, I'm on a project where we are building a brand new web app f

Re: continum newbie questions

2007-02-06 Thread Emmanuel Venisse
srinivas ramgopal a écrit : Hi all, Since I am new to continum, I have few basic questions about the basic mechanism of continum and its relationship to Maven/remote repository: As far as I understand, the purpose of continum is to run the integration tests (somehow) whenever a file is modifie

Re: continum newbie questions

2007-02-03 Thread Rahul Thakur
guide-configuring-maven.html Cheers, Rahul - Original Message - From: "srinivas ramgopal" <[EMAIL PROTECTED]> To: Sent: Saturday, February 03, 2007 3:17 PM Subject: continum newbie questions Hi all, Since I am new to continum, I have few basic questions about the basic

Re: Maven newbie questions

2007-02-02 Thread Wayne Fay
>4) Is maven 'deploy' goal and actualy copying of a dependency or artifact >jar to remote repository same? > Yes, I guess... artifact != jar. an artifact can be anything, but will include at least a pom. What the artifact will be depends on your setting. Actually, simply copying the artifact to

Re: Maven newbie questions

2007-02-02 Thread Christian Goetze
Ok, lemme see if I can do this one - being a newbie myself :) srinivas ramgopal wrote: Hi all, I am new to Maven. 1) What is the purpose of remote repository (other than ibilbilo) To store stuff not in ibiblio - for example your own stuff 2) Whenever a file is modified in a maven proje

Maven newbie questions

2007-02-02 Thread srinivas ramgopal
the remote repository? 4) Is maven 'deploy' goal and actualy copying of a dependency or artifact jar to remote repository same? Thanks in advance. -- View this message in context: http://www.nabble.com/Maven-newbie-questions-tf3163222s177.html#a8774573 Sent from the Maven - Users ma

Re: Newbie questions

2006-05-31 Thread ben short
Its working for me again now too. Ben On 5/31/06, Tim Kettler <[EMAIL PROTECTED]> wrote: Eugeny N Dzhurinsky schrieb: > On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote: >> You should take a look at this book. >> >> http://www.mergere.com/m2book_download.jsp >> >> Its free to download.

Re: Newbie questions

2006-05-31 Thread Tim Kettler
Eugeny N Dzhurinsky schrieb: On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote: You should take a look at this book. http://www.mergere.com/m2book_download.jsp Its free to download. Umm, does image for code confirmation not displayed for me only or somebody faces same problems there?

Re: Newbie questions

2006-05-31 Thread Eugeny N Dzhurinsky
On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote: > You should take a look at this book. > > http://www.mergere.com/m2book_download.jsp > > Its free to download. Umm, does image for code confirmation not displayed for me only or somebody faces same problems there? http://www.mergere.co

Re: Newbie questions

2006-05-31 Thread ben short
You should take a look at this book. http://www.mergere.com/m2book_download.jsp Its free to download. Ben On 5/31/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: We would like to move to Maven instead of Ant scripts. We have distributed application with set of serivces, common code and WE

Newbie questions

2006-05-31 Thread Eugeny N Dzhurinsky
We would like to move to Maven instead of Ant scripts. We have distributed application with set of serivces, common code and WEB interface. We would like to organize modules as different subprojects, for example Common Services Web while Services depends of Common, Web depends of Common and Serv

Re: [m2] Newbie Questions

2005-09-27 Thread Brett Porter
Are you on beta-1? It should not have attempted to use the new version of the plugin. I will investigate. You can fix this by pinning your version to beta-1 of the site plugin, or getting the beta-2 core release. - Brett On 9/28/05, Beermann,Matthew <[EMAIL PROTECTED]> wrote: > > Just one more..

Re: [m2] Newbie Questions

2005-09-27 Thread Beermann,Matthew
Just one more... I didn't see this one in Jira. The site:site goal seems to have broken overnight (literally - it downloaded a new version of the plugin when I ran it today). [INFO] [ERROR] BUILD ERROR [INFO] --

Re: [m2] Newbie Questions

2005-09-26 Thread Brett Porter
The first bug is already open (try setting java_home to the "short path" without spaces). It's only on Windows when Java is in "program files". The second is fixed with the upcoming beta-2 release. If you find a bug that is not in JIRA already, please let us know! - Brett On 9/27/05, Beermann,M

Re: [m2] Newbie Questions

2005-09-26 Thread Jason van Zyl
On Mon, 2005-09-26 at 16:01 -0500, Beermann,Matthew wrote: > So, I'm trying to get started with Maven 2, and I've been finding that > even with a skeletal project, a lot of the plugins just don't seem to > work. I'm particularly curious about these: Did you use the suggested method of getting star

[m2] Newbie Questions

2005-09-26 Thread Beermann,Matthew
So, I'm trying to get started with Maven 2, and I've been finding that even with a skeletal project, a lot of the plugins just don't seem to work. I'm particularly curious about these: [INFO] [INFO] Building System Core

RE: newbie questions

2005-05-23 Thread David Jackman
May 23, 2005 1:20 PM To: users@maven.apache.org Subject: newbie questions Hello there. I'm creating my first project using maven. I have some good experience with ant. So far It seems the COOLEST Project management around. I have a feel questions, simple ones I believe :D 1st. I have some libs no

Re: newbie questions

2005-05-23 Thread Alex Soto
> 1st. I have some libs not present on the ibiblio (jta, mail, activation, > concurrent-1.3.4) and my project depends on them, how do I set > dependencies for that? The 'right way' is probably to setup your own remote repository. I did so for sun jar's I needed that were not available at ibiblio

Re: newbie questions

2005-05-23 Thread Kristian Nordal
On 5/24/05, Vinicius Caldeira Carvalho <[EMAIL PROTECTED]> wrote: > Hello there. I'm creating my first project using maven. I have some good > experience with ant. So far It seems the COOLEST Project management around. > I have a feel questions, simple ones I believe :D > > 1st. I have some libs n

Re: newbie questions

2005-05-23 Thread Arik Kfir
ED]> To: Sent: Monday, May 23, 2005 9:19 PM Subject: newbie questions Hello there. I'm creating my first project using maven. I have some good experience with ant. So far It seems the COOLEST Project management around. I have a feel questions, simple ones I believe :D 1st. I hav

newbie questions

2005-05-23 Thread Vinicius Caldeira Carvalho
Hello there. I'm creating my first project using maven. I have some good experience with ant. So far It seems the COOLEST Project management around. I have a feel questions, simple ones I believe :D 1st. I have some libs not present on the ibiblio (jta, mail, activation, concurrent-1.3.4) and m

RE: Newbie questions

2004-12-09 Thread STRAYER, JON \(SBCSI\)
It's set in the project.properties file. > See http://maven.apache.org/reference/plugins/artifact/examples.html > -Original Message- > From: Mike Miller [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 09, 2004 5:05 PM > To: Maven Users List > Subjec

RE: Newbie questions

2004-12-09 Thread Mike Miller
ch remote repository to use? -Original Message- From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 3:58 PM To: Maven Users List Subject: RE: Newbie questions > I just started looking into Maven as a possible replacement for our > large ant build

RE: Newbie questions

2004-12-09 Thread STRAYER, JON \(SBCSI\)
> I just started looking into Maven as a possible replacement > for our large ant build scripts. I've read a few articles > and then started to try to put together a structure to build > our product using Maven. This brought up the following questions: > > 1) How does everyone specify the de

Newbie questions

2004-12-09 Thread Mike Miller
I just started looking into Maven as a possible replacement for our large ant build scripts. I've read a few articles and then started to try to put together a structure to build our product using Maven. This brought up the following questions: 1) How does everyone specify the dependencies for

Re: Some newbie questions..

2004-08-04 Thread Brett Porter
> 1. All of the postings seem to be about java deployment. If maven of any > use for development co-operation in languages other than java e.g. php, > perl etc, so that people can have the sort of site that maven provides > for them, even if all the usability that is available for jar > deployment/

Some newbie questions..

2004-08-04 Thread Sanjay Arora
Hi all I have been lurking on this mailing list for some time now and studying the maven web-site. I have some confusions, that I hope some of you will clarify: 1. All of the postings seem to be about java deployment. If maven of any use for development co-operation in languages other than java e

Re: Newbie questions

2004-01-20 Thread James Norman
Unfortunately, there is zero documentation regarding your questions on the Maven site. I was able to answer these questions by inspecting the maven deployment files from projects in the codehaus (http://codehaus.org). Comments regarding your questions in line. -james On Thu, 2004-01-15 at 18:37

Re: Newbie questions

2004-01-15 Thread Jason van Zyl
On Thu, 2004-01-15 at 20:37, Mamata Desai wrote: > Hi, > > I am a newbie to Maven, and also to a lot of its ancestors. But I want > to use maven to create a website for my java project. I installed maven > and edited project.xml. Here are a few queries I have... I could not > find answers to these

Newbie questions

2004-01-15 Thread Mamata Desai
Hi, I am a newbie to Maven, and also to a lot of its ancestors. But I want to use maven to create a website for my java project. I installed maven and edited project.xml. Here are a few queries I have... I could not find answers to these. If they have been previously discussed, please do not bash

IDEA was Re: Newbie questions

2003-04-02 Thread Brian Ewins
[EMAIL PROTECTED] wrote: I am also trying to move up to Eclipse, it seems that the Eclipse Maven plugin is still in development - is that right? I'd say non-existent rather than in development... Which reminds me to ask... I recently moved over to using IDEA, I'm using the attached file to run Ma

Re: Newbie questions - from ant to maven

2003-04-02 Thread dion
Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote on 01/04/2003 12:21:22 AM: > > I'm just beggining to use Maven, and I have a few questions: > >1. Does maven "deprecate" ant, or does maven use ant? Must I have ant > installed in order to use maven? Deprecate it. No need to have ant i

Re: Newbie questions - from ant to maven

2003-04-02 Thread dion
FWIW, Maven doesn't use a build.xml during the build process. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote on 01/04/2003 12:55:00 AM: > > Is this the recomme

Re: Newbie questions

2003-04-02 Thread dion
Tim Pizey <[EMAIL PROTECTED]> wrote on 02/04/2003 10:57:53 PM: > Hi, > > Sorry to be so wet behind the ears, not used Maven before > (or XML much). > > My first issues: > I created a project.xml by saving the html at > http://maven.apache.org/start/integrate.html > and then editting, it would

Re: Newbie questions - from ant to maven

2003-04-02 Thread Konstantin Priblouda
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > > So, summing up, the preferred way of working > with complex projects > involving several artifacts is having different > projects (or > subdirectories under the main project directory) > containing all the > stuff for that artifact (wi

Re: Newbie questions - from ant to maven

2003-04-02 Thread Jose Gonzalez Gomez
So, summing up, the preferred way of working with complex projects involving several artifacts is having different projects (or subdirectories under the main project directory) containing all the stuff for that artifact (with the whole hierarchy of sources replicated along them), integrate t

Re: Newbie questions - from ant to maven

2003-04-02 Thread dion
Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote on 02/04/2003 09:23:23 PM: > >So do you have this projects in different locations, or could you > just create several project.properties (or whatever) to specify the > information for this projects and keep all the source under a common > loca

Re: Newbie questions - from ant to maven

2003-04-02 Thread ddubois
<[EMAIL PROTECTED]cc: chnet.com> Subject:

Newbie questions

2003-04-02 Thread Tim Pizey
Hi, Sorry to be so wet behind the ears, not used Maven before (or XML much). My first issues: I created a project.xml by saving the html at http://maven.apache.org/start/integrate.html and then editting, it would be really nice to have a link to a real xml file. I ran Maven against it last n

Re: Newbie questions - from ant to maven

2003-04-02 Thread Konstantin Priblouda
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > >So do you have this projects in different > locations, or could you > just create several project.properties (or whatever) > to specify the > information for this projects and keep all the > source under a common > location and/or repos

Re: Newbie questions - from ant to maven

2003-04-02 Thread Jose Gonzalez Gomez
So do you have this projects in different locations, or could you just create several project.properties (or whatever) to specify the information for this projects and keep all the source under a common location and/or repository? Currently I'm developing a J2EE application that has a war a

Re: Newbie questions - from ant to maven

2003-04-02 Thread Konstantin Priblouda
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > > I still don't see the diference or relation > between maven.xml and > build.xml. From what I read and your answers I > understand that maven is > thought for the development of a "monolithic" > application or library, > the one that ti

Re: Newbie questions - from ant to maven

2003-04-02 Thread Jose Gonzalez Gomez
I still don't see the diference or relation between maven.xml and build.xml. From what I read and your answers I understand that maven is thought for the development of a "monolithic" application or library, the one that tipically is bundled in one jar, am I right? So if you need a custom

Re: Newbie questions - from ant to maven

2003-03-31 Thread Konstantin Priblouda
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > > Is this the recommended approach for j2ee > applications? I mean, I > was thinking about switching to maven because of all > the added > functionalities over ant (source code metrics, cross > reference source, > documentation and site

RE: Newbie questions - from ant to maven

2003-03-31 Thread Paulo Silveira
What is the relation > between maven.xml, build.xml, project.xml, project.properties? maven.xml would be like build.xml: you specify tasks (maven goals) for your project. but in most of the cases, you dont need it, as the most used tasks were already coded (plugins goals) project.xml has a lot

Re: Newbie questions - from ant to maven

2003-03-31 Thread Jose Gonzalez Gomez
Is this the recommended approach for j2ee applications? I mean, I was thinking about switching to maven because of all the added functionalities over ant (source code metrics, cross reference source, documentation and site generation using xdocs,...) but if I have to create a maven project f

Re: Newbie questions - from ant to maven

2003-03-31 Thread Konstantin Priblouda
>1. Does maven "deprecate" ant, or does maven use > ant? Must I have ant > installed in order to use maven? It does use ant behind the scenes, but takes care of it installation itself. As well as of your dependencies >2. I have an already started project that I build > using ant. Wh

Newbie questions - from ant to maven

2003-03-31 Thread Jose Gonzalez Gomez
I'm just beggining to use Maven, and I have a few questions: 1. Does maven "deprecate" ant, or does maven use ant? Must I have ant installed in order to use maven? 2. I have an already started project that I build using ant. What is the preferred way to "mavenize" this project? Th