Re: Newbie question: how to find a) latest version and b) repository given an artifactID

2010-10-21 Thread Tamás Cservenák
You can try RSO and do a search: https://repository.sonatype.org/index.html#nexus-search;gav~~gwt-servlet~~~ It indexes "most popular" Maven repositories, but not all of them ;) Also, it seems that 2.1.0-RC1 is not in central yet (because it is an "RC"?). Hope helps, ~t~ On Thu, Oct 21, 2010 a

Re: Newbie question: how to find a) latest version and b) repository given an artifactID

2010-10-21 Thread Nick Stolwijk
The repository URl is nothing more than just a root URL of the specified directory structure. You can use the url I gave as repository URL. It was not my decision to create a repository for each seperate version, and also in Subversion. ;) With regards, Nick Stolwijk ~Java Developer~ IPROFS BV.

Re: Newbie question: how to find a) latest version and b) repository given an artifactID

2010-10-21 Thread Stephen Boesch
This shows how to pick up the artifact. What is the repository url that I would use? 2010/10/21 Nick Stolwijk > It is hard to get the repository, because everyone can start their own > (and in their own way). > > I googled on filetype:jar gwt-servlet:2.1.0-RC1 and found the repository > here:

Re: Newbie question: how to find a) latest version and b) repository given an artifactID

2010-10-21 Thread Nick Stolwijk
It is hard to get the repository, because everyone can start their own (and in their own way). I googled on filetype:jar gwt-servlet:2.1.0-RC1 and found the repository here: http://code.google.com/p/google-web-toolkit/source/browse/#svn/2.1.0/gwt/maven for the latest version. With regards, Nick

Re: newbie question

2010-05-26 Thread Meeusen, Christopher W.
her=mayo@maven.apache.org [mailto: users-return-111621-meeusen.christopher=mayo@maven.apache.org] On Behalf Of Wayne Fay Sent: Wednesday, May 26, 2010 12:50 PM To: Maven Users List Subject: Re: newbie question Getting a bunch of these. Do I have to configure the compiler plugin and explicitly t

Re: newbie question

2010-05-26 Thread Ron Wheeler
ency for that. -Original Message- From: users-return-111621-meeusen.christopher=mayo@maven.apache.org[mailto: users-return-111621-meeusen.christopher=mayo@maven.apache.org] On Behalf Of Wayne Fay Sent: Wednesday, May 26, 2010 12:50 PM To: Maven Users List Subject: Re: newbie quest

Re: newbie question

2010-05-26 Thread Shan Syed
> > -Original Message- > From: > users-return-111621-meeusen.christopher=mayo@maven.apache.org[mailto: > users-return-111621-meeusen.christopher=mayo@maven.apache.org] On > Behalf Of Wayne Fay > Sent: Wednesday, May 26, 2010 12:50 PM > To: Maven Users List >

Re: newbie question

2010-05-26 Thread Wayne Fay
> I guess I miss understood the concept of dependencies.  I thought that it > was used only for .jars that were in a repository say commons-lang-2.4, > but if you have some  api from a vendor, say vendor.jar, that you didn't have > to configure a decency for that. Yes, this is a misunderstandi

RE: newbie question

2010-05-26 Thread Meeusen, Christopher W.
From: users-return-111621-meeusen.christopher=mayo@maven.apache.org [mailto:users-return-111621-meeusen.christopher=mayo@maven.apache.org] On Behalf Of Wayne Fay Sent: Wednesday, May 26, 2010 12:50 PM To: Maven Users List Subject: Re: newbie question > Getting a bunch of these.  Do I

Re: newbie question

2010-05-26 Thread fradj zayen
i totally agree with Wayne, you are missing some dependencies in your pom.xml x.x hope it helps 2010/5/26 Wayne Fay > > Getting a bunch of these. Do I have to configure the compiler > > plugin and explicitly tell it to use the .jars referenced in my bu

Re: newbie question

2010-05-26 Thread Wayne Fay
> Getting a bunch of these.  Do I have to configure the compiler > plugin and explicitly tell it to use the .jars referenced in my build path? No configuration of the compiler plugin should be necessary. You simply need to properly configure your list. Most likely you are simply missing one or m

Re: newbie question

2010-05-26 Thread Shan Syed
s-return-111617-meeusen.christopher=mayo@maven.apache.org] On > Behalf Of fradj zayen > Sent: Wednesday, May 26, 2010 12:37 PM > To: Maven Users List > Subject: Re: newbie question > > hi Chris, > I think you didnt't properly configured the compiler plugin. > below an ex

Re: newbie question

2010-05-26 Thread Wayne Fay
> I get similar errors for annotations and generics.  Anyone know what > might be going on?  Please help a maven newb! This is documented in the Maven FAQ, directly linked from the Maven homepage on the left side under "About Maven". http://maven.apache.org/general.html#Compiling-J2SE-5 Wayne -

RE: newbie question

2010-05-26 Thread Meeusen, Christopher W.
@maven.apache.org] On Behalf Of fradj zayen Sent: Wednesday, May 26, 2010 12:37 PM To: Maven Users List Subject: Re: newbie question hi Chris, I think you didnt't properly configured the compiler plugin. below an extract pom.xml file ... .. maven-compiler-plugin

Re: newbie question

2010-05-26 Thread fradj zayen
hi Chris, I think you didnt't properly configured the compiler plugin. below an extract pom.xml file ... .. maven-compiler-plugin 1.5 1.5 Regards 2010/5/26 Meeusen, Christopher W. > Hi, > > > > I'm brand new to maven, read through a f

Re: Newbie Question

2010-02-23 Thread Jeremy Banks
Thanks for the help Baptiste. That didn't work but -Darguments=-Pversion did. Thanks for pointing me in the right direction. Cheers Jeremy Banks Development Team Lead BIS² Level 2 45 Tory Street PO Box 19204 Wellington New Zealand +64 21 686 986 On 23 February 2010 19:31, Baptiste MATHUS

Re: Newbie Question

2010-02-22 Thread Baptiste MATHUS
Hi Jeremy, The maven-release-plugin forks to do the release. So I think you have to use an additional -Dparameters="-Pversion" (See http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#arguments ). Be aware I'm not totally sure it will work for profiles since I never needed it,

Re: Newbie question about defining goals

2009-09-14 Thread UseTheFork
Super thanks !!! UseTheFork -- View this message in context: http://www.nabble.com/Newbie-question-about-defining-goals-tp25428980p25433476.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe

Re: Newbie question about defining goals

2009-09-13 Thread David C. Hicks
group p 1.0 p some-unique-id h

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
On 02/07/09 21:26, Anders Hammar wrote: The surefire plugin forks by default. Possibly there is a bug in the surefire plugin you're using (and you can't upgrade to the newest one as it requires a newer Maven version than you're using, hence my upgrade recommendation). I'm thinking that the class

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Anders Hammar
The surefire plugin forks by default. Possibly there is a bug in the surefire plugin you're using (and you can't upgrade to the newest one as it requires a newer Maven version than you're using, hence my upgrade recommendation). I'm thinking that the class path isn't correctly passed when forking.

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
Oh dear, maven seems to be using a different java to my eclipse installation; [t...@localhost simple]$ /usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/bin/java -version java version "1.5.0" gij (GNU libgcj) version 4.4.0 20090506 (Red Hat 4.4.0-4) Copyright (C) 2007 Free Software Foundation, Inc. T

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
Hi, Thanks for the reply, I've some comments in-lined below; On 02/07/09 20:09, Anders Hammar wrote: Hi, As a starter, you should probably upgrade Maven as version 2.0.4 is VERY old. You can tell from your attached output that there are newer surefire plugin versions that can't be used with M

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Anders Hammar
Hi, As a starter, you should probably upgrade Maven as version 2.0.4 is VERY old. You can tell from your attached output that there are newer surefire plugin versions that can't be used with Maven 2.0.4. Regarding your problem: Try running with "-X" (debug) instead of "-e" and then check the outp

Re: Newbie question - Resuming lifecycles

2009-06-26 Thread Barrie Treloar
On Fri, Jun 26, 2009 at 10:48 PM, alexischr wrote: > > Hello everyone, > > My team has been evaluating Maven as a solution for a data-processing > pipeline. I've created a prototype of what our project would look like, and > it includes a Mojo plug-in and a custom default lifecycle. > > My question

Re: Newbie Question: Dependencies among Sibling Projects?

2009-03-15 Thread Massimo Heitor
Wayne Fay wrote: > >> It seems that I need to "install" librarya before libraryb will compile. > > This is correct. Unless you are running "mvn compile" from the top > parent/aggregation pom. > I am running "mvn compile" from the top aggregation pom and I still get the dependency failure. I'm

Re: Newbie Question: Dependencies among Sibling Projects?

2009-03-13 Thread Wayne Fay
> It seems that I need to "install" librarya before libraryb will compile. This is correct. Unless you are running "mvn compile" from the top parent/aggregation pom. > Is there any way to define dependencies among sibling projects like this > (that are part of the same aggregation group) so that

Re: newbie question - creating web projects

2008-07-18 Thread Wayne Fay
Best practices with Maven would suggest that you not embed the Java files in the Web project. Rather, you should create a standard jar project, put the Java files there, and then put a in the Web project so that Jar file is brought in when the War is created. Alternatively, you can simply create

Re: Newbie Question. Handling the module dependencies

2008-03-05 Thread Wayne Fay
You just declare the dependency in the pom.xml file as any other dependency. Wayne On 3/5/08, krishnan.1000 <[EMAIL PROTECTED]> wrote: > > Hi Wayne, > > Suppose, I have a situation where foo-utils is a dependency on some other > project not under the foo directory. What can I do to add the depend

Re: Newbie Question. Handling the module dependencies

2008-03-05 Thread krishnan.1000
Hi Wayne, Suppose, I have a situation where foo-utils is a dependency on some other project not under the foo directory. What can I do to add the dependency in the pom.xml Thanks, Karthik Wayne Fay wrote: > > If you want to have both modules built when you change code in one, > you must buil

Re: Newbie Question. Handling the module dependencies

2008-03-05 Thread Wayne Fay
If you want to have both modules built when you change code in one, you must build from the parent (which in your case seems to be foo). foo --foo-utils --foo-core There is no other option. Wayne On 3/5/08, krishnan.1000 <[EMAIL PROTECTED]> wrote: > > Hi, > > I am working on a project which has

Re: Newbie question on deployment strategy

2007-10-24 Thread Wayne Fay
Generally yes this means a complete undeploy plus deploy of the new war, unless you've got some special J2EE server that does it another way. Schedule downtime or find a low-usage time to push your WARs, just like everybody else. Ideally you're not pushing updates out to Prod on a daily basis but

Re: Newbie question on deployment strategy

2007-10-24 Thread Ross Mcdonald
Hi, thanks for that, I am trying to get my head into this method of working.. I am just a little worried about having to reload a war each time, doesn't that require complete reloading of the war in the web server, which is perhaps too much of an interruption to a production application in so

Re: Newbie question on deployment strategy

2007-10-24 Thread Nick Stolwijk
Normally, even with a few updated files, you would release your project again. Then it will create a new version number, a tag and the final artifacts, like jars and wars. This has nothing to do with how you deploy it to production. The deployment Maven talks about is deploying the artifacts to

Re: Newbie question: including a jar in maven

2007-08-26 Thread Dennis Lundberg
Arrowx7 wrote: Hello, I'm new to maven I wanted to include the hibernate jar so I can import classes like: import org.springframework.orm.hibernate3.HibernateCallback; I know I have to add something to the pom.xml files, but I'm not sure what. Is it the hibernate plugin for maven? Can someone

Re: Newbie question 1

2007-06-05 Thread Maria Odea Ching
m: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Sunday, June 03, 2007 11:39 PM To: [EMAIL PROTECTED] Subject: Re: Newbie question 1 Hi, Which version of archiva are you using? archiva-0.9-alpha-2 or did you build from trunk? -Deng Chris Helck wrote: Hi, I'm confused. I've adde

RE: Newbie question 1

2007-06-04 Thread Chris Helck
I guess from the trunk: archiva-1.0-alpha-1-SNAPSHOT. -Chris -Original Message- From: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Sunday, June 03, 2007 11:39 PM To: [EMAIL PROTECTED] Subject: Re: Newbie question 1 Hi, Which version of archiva are you using? archiva-0.9-alpha-2

Re: (newbie question) seding war somewhere else

2007-05-10 Thread Wayne Fay
Another option of course is to use the Cargo Maven2 plugin for your deployment. Depending on your container, this may be a better approach. Wayne On 5/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Arrowx7 <[EMAIL PROTECTED]> wrote on 05/10/2007 12:16:04 PM: > > I have mevenide2 installed

Re: (newbie question) seding war somewhere else

2007-05-10 Thread Greg_Vaughn
Arrowx7 <[EMAIL PROTECTED]> wrote on 05/10/2007 12:16:04 PM: > > I have mevenide2 installed, and when I run lifecycle phase "install" > one of the output lines is > [INFO]Installing /root/sourcecode/myproject.war to > /root/.m2/repository/org/myproject.war > > is there a way to get it to instal

Re: (newbie question) seding war somewhere else

2007-05-10 Thread Arrowx7
how do I change the deployment location?? nhoj_p wrote: > > The common approache is to use deploy to get the war to the 'deployment' > location. Install is just to install into your local repository so its > avaliable to other projects your working on. > > On 10/05/07, Arrowx7 <[EMAIL PROTECT

Re: (newbie question) seding war somewhere else

2007-05-10 Thread John Patrick
The common approache is to use deploy to get the war to the 'deployment' location. Install is just to install into your local repository so its avaliable to other projects your working on. On 10/05/07, Arrowx7 <[EMAIL PROTECTED]> wrote: Hello, I have mevenide2 installed, and when I run lifecyc

Re: Newbie question: Building master projects with a single version number.

2007-04-17 Thread Edwin Punzalan
No. When releasing from a parent pom along with its modules, the release plugin will also update the module parent versions to the correct parent version. Its a different scenario though if you're ONLY releasing the parent pom. In which case, you have to manually update the module projects to the

Re: Newbie Question: How do I represent my current Ant builds with Maven?

2007-04-17 Thread Danny MacMillan
Lacoste, Dana wrote: Once again, I'm far from the right person to provide "should" answers to this, but as I understand it, maven really wants one-pom:one-target:one-build-result-file ratios. As in a single directory > should build exactly one thing. BUT I do this kind of thing in several ar

RE: Newbie Question: How do I represent my current Ant builds with Maven?

2007-04-16 Thread Lacoste, Dana
able. But it's not "the way you're supposed to do it" if that makes sense Dana Lacoste -Original Message- From: Danny MacMillan [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 3:43 PM To: Maven Users List Subject: Re: Newbie Question: How do I represent my

Re: Newbie Question: How do I represent my current Ant builds with Maven?

2007-04-13 Thread Danny MacMillan
Lacoste, Dana wrote: I'm far from the expert in dealing with this, but Maven's "assembly" plugin will do what you need: make your staging area, populate it, and zip it up in the end. We do something similar: I need to produce an "autorun" CD image: we build, with each jar having its own director

RE: Newbie Question: How do I represent my current Ant builds with Maven?

2007-04-13 Thread Lacoste, Dana
I'm far from the expert in dealing with this, but Maven's "assembly" plugin will do what you need: make your staging area, populate it, and zip it up in the end. We do something similar: I need to produce an "autorun" CD image: we build, with each jar having its own directory and maven pom, and th

Antwort: Re: Newbie question: single project spanning multiple repository locations

2007-02-26 Thread Dirk . Moebius
Thanks a lot, Jo. I'll give it a try. > You will get 4 artifacts (jars probably) representing each trunk (if they > are seperately compilable).. well, not yet, but we're working on it... Regards, Dirk. "Jo Vandermeeren" <[EMAIL PROTECTED]> schrieb am 26.02.2007 22:25:55: > hi Dirk, > > You

Re: Newbie question: single project spanning multiple repository locations

2007-02-26 Thread Jo Vandermeeren
hi Dirk, You need to define each repository location as a maven module in a pom-packaged parent project. Once you've done this, you could add the pom to continuum and it will create 5 entries: 1 for each trunk and 1 for the parent. You could easily setup continuum to enable recursive builds. Thi

Re: Newbie question- 3rd party jars

2006-12-31 Thread Wayne Fay
open source product as ant or similar apache packages. Vipul. -Original Message- From: [EMAIL PROTECTED] on behalf of John Tolentino Sent: Sat 12/30/2006 11:48 PM To: Maven Users List Subject: Re: Newbie question- 3rd party jars On 12/31/06, Sagare, Vipul <[EMAIL PROTECTED]> wrote:

RE: Newbie question- 3rd party jars

2006-12-31 Thread Sagare, Vipul
Users List Subject: Re: Newbie question- 3rd party jars On 12/31/06, Sagare, Vipul <[EMAIL PROTECTED]> wrote: > Thank you for quick response. Any way to do this by keeping lib directory? You can but users will always have to manually install the artifacts to their local repository. You ca

Re: Newbie question- 3rd party jars

2006-12-30 Thread John Tolentino
directory structure (with Maven 2 POMs) and have it built there. Use this until you're comfortable with your migration. Thanks, Vipul From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Sat 12/30/2006 10:36 PM To: Maven Users List Subject: Re: Newbie question

RE: Newbie question- 3rd party jars

2006-12-30 Thread Sagare, Vipul
To: Maven Users List Subject: Re: Newbie question- 3rd party jars On 12/30/06, Sagare, Vipul <[EMAIL PROTECTED]> wrote: > Both. > > I would like them to be in the classpath and in jar as well. Normally you would install them in your local repository and then use a element in your

Re: Newbie question- 3rd party jars

2006-12-30 Thread Wendy Smoak
On 12/30/06, Sagare, Vipul <[EMAIL PROTECTED]> wrote: Both. I would like them to be in the classpath and in jar as well. Normally you would install them in your local repository and then use a element in your pom. If you're working with other developers, you'll probably want to establish an

RE: Newbie question- 3rd party jars

2006-12-30 Thread Sagare, Vipul
Both. I would like them to be in the classpath and in jar as well. Thanks, Vipul From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Sat 12/30/2006 5:28 PM To: Maven Users List Subject: Re: Newbie question- 3rd party jars On 12/30/06, Sagare, Vipul

Re: Newbie question- 3rd party jars

2006-12-30 Thread Wendy Smoak
On 12/30/06, Sagare, Vipul <[EMAIL PROTECTED]> wrote: After going through the book, I am trying to get one of our modules compile and package into jar. How do I include 3rd party Jars? Here is my directory structure and pom.xml I assume you mean "how do I include third party jars on the cl

Re: Re: Newbie Question about repository access protocols

2006-12-04 Thread Stefan Arentz
Aaron, did you ever find a solution for this? I'm trying to do the same .. I would like to access an internal repository through one of these: * https with basic auth on it * https with a client side certificate * ssh/scp with public key auth None seem to be supported by Maven at the moment? S.

Re: Newbie question

2006-11-09 Thread Manu
p directory under WEB-INF. Attached my pom. Thanks for your help Gianfranco OLDANI Original Message Follows From: "Valerio Schiavoni" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: "Maven Users List" , [EMAIL PROTECTED] Subject: Re: Newbie ques

Re: Newbie question

2006-11-09 Thread Gianfranco Oldani
eply-To: "Maven Users List" To: "Maven Users List" , [EMAIL PROTECTED] Subject: Re: Newbie question Date: Thu, 9 Nov 2006 13:23:53 +0100 your jsp pages should be in src/main/webapp/WEB-INF/jsp and your hbm.xml in src/main/resources given that you're using that directory l

Re: Newbie question

2006-11-09 Thread Valerio Schiavoni
your jsp pages should be in src/main/webapp/WEB-INF/jsp and your hbm.xml in src/main/resources given that you're using that directory layout, can you post your pom.xml ? On 11/9/06, Gianfranco Oldani <[EMAIL PROTECTED]> wrote: Hi, I am trying to build a web application using Spring and Hiberna

Re: Newbie Question about repository access protocols

2006-10-23 Thread Aaron Metzger
oching wrote: Hi Aaron, You can use the maven-deploy-plugin to write to your repository using SSH for Maven 2. You can refer to these docs for more info: http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html I ap

Re: Newbie Question about repository access protocols

2006-10-23 Thread Maria Odea Ching
Hi Aaron, You can use the maven-deploy-plugin to write to your repository using SSH for Maven 2. You can refer to these docs for more info: http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html I'm not sure if the site is updated though. If you want to get the latest docs, you ca

Re: Newbie Question about repository access protocols

2006-10-23 Thread oching
Hi Aaron, You can use the maven-deploy-plugin to write to your repository using SSH for Maven 2. You can refer to these docs for more info: http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html I'm not sure if the s

Re: Newbie Question about repository access protocols

2006-10-23 Thread Maria Odea Ching
Hi Aaron, You can use the maven-deploy-plugin to write to your repository using SSH for Maven 2. You can refer to these docs for more info: http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html I'm not sure if the site is updated though. If you want to get the latest docs, you ca

Re: newbie question

2006-08-29 Thread ben short
https://maven-repository.dev.java.net/nonav/ On 8/29/06, ben short <[EMAIL PROTECTED]> wrote: Scratch that im wrong. On 8/29/06, ben short <[EMAIL PROTECTED]> wrote: > Here it is... > > https://maven2-repository.dev.java.net/ > > > > On 8/29/06, patrick <[EMAIL PROTECTED]> wrote: > > > > i thin

Re: newbie question

2006-08-29 Thread ben short
Scratch that im wrong. On 8/29/06, ben short <[EMAIL PROTECTED]> wrote: Here it is... https://maven2-repository.dev.java.net/ On 8/29/06, patrick <[EMAIL PROTECTED]> wrote: > > i think i read somewhere that there is a repository at sun providing these, > but > 1) i cant remember the URL > 2)

Re: newbie question

2006-08-29 Thread ben short
Here it is... https://maven2-repository.dev.java.net/ On 8/29/06, patrick <[EMAIL PROTECTED]> wrote: i think i read somewhere that there is a repository at sun providing these, but 1) i cant remember the URL 2) i do not know how to put this in you settings.xml (how to spezify which is your m

RE: newbie question

2006-08-29 Thread patrick
i think i read somewhere that there is a repository at sun providing these, but 1) i cant remember the URL 2) i do not know how to put this in you settings.xml (how to spezify which is your main repo and which are the "backups") Charles Griffin-3 wrote: > > Thanks Odea, > > I deleted my reposi

RE: newbie question

2006-08-28 Thread Charles Griffin
-Original Message- From: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 10:00 PM To: Maven Users List Subject: Re: newbie question Hi Charles, I've checked some of the jars that weren't being downloaded and I found out that they are not available in the central r

Re: newbie question

2006-08-28 Thread Maria Odea Ching
:17:25 EDT 2006 [INFO] Final Memory: 1M/3M [INFO] -Original Message- From: Charles Griffin [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 10:51 AM To: users@maven.apache.org Subject: RE: newbie question I tried turning off the firewall on my pc and ne

Re: newbie question

2006-08-28 Thread Maria Odea Ching
:17:25 EDT 2006 [INFO] Final Memory: 1M/3M [INFO] -Original Message- From: Charles Griffin [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 10:51 AM To: users@maven.apache.org Subject: RE: newbie question I tried turning off the firewall on my pc and networ

RE: newbie question

2006-08-28 Thread Charles Griffin
10:51 AM To: users@maven.apache.org Subject: RE: newbie question I tried turning off the firewall on my pc and network from my home office and got the same error. I am now at work and tried it from this LAN and it made no difference. One thing I noticed is that when I cut and paste http://repo1.mav

RE: newbie question

2006-08-28 Thread Charles Griffin
7;m on the internet, and I've turned my firewall off. Thanks in advance for your help -Original Message- From: Nick Veys [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 10:03 AM To: Maven Users List Subject: Re: newbie question Is your computer on the internet? Are you behind a

Re: newbie question

2006-08-28 Thread Nick Veys
Is your computer on the internet? Are you behind a proxy? You are unable to download every jar, either there's a service interruption on the mirrors or your connection isn't right. On 8/28/06, Charles Griffin <[EMAIL PROTECTED]> wrote: I installed maven2 and am trying to compile a simple class

Re: Newbie question on MOJOs

2006-08-14 Thread John Casey
Hi Ritu, I'm not sure what your goal is, but if you're just trying to do a simple compilation of source code, you might want to simply point your POM at the source directory, and try calling `mvn compile`. By default, Maven will compile the source files for you...it's part of the default lifecyc

Re: Newbie question on MOJOs

2006-08-14 Thread franz see
Good day to you, Ritu > Hi, > > I am new to Maven2. I am trying to develop plugins in Maven2 using the > Java Plugins approach. I have seen the getting started guide on MOJOs > (http://maven.apache.org/guides/plugin/guide-java-plugin-development.html). > But this is too elementary. Could some

Re: Newbie question

2006-07-03 Thread ertnutler
seems like something that could be scripted with minimal effort...have you looked into that? -- View this message in context: http://www.nabble.com/Newbie-question-tf1879027.html#a5149890 Sent from the Maven - Users forum at Nabble.com. -

Re: Newbie question

2006-07-01 Thread dan tran
There is no other way. You will need to deploy them to your internal remove repository. If you already have internal repository setup ( do you have one? ) this is one one time setup. Just curious, you have 50 non public jars? If you are not willing to do that, i would suggest to stay with your

RE: Newbie question, missing AndroMDA plugin on ibiblio Maven 1.0.2

2006-06-30 Thread Naresh Bhatia
This is not an answer to your question, but FYI, the tutorial you are trying is dated. The latest tutorial is at http://galaxy.andromda.org/index.php?option=com_content&task=category§ionid=11&id=42&Itemid=89 and tells you step-by-step how to use AndroMDA with Maven 2. Naresh -Original Mess

RE: newbie question: timestamp on target build file

2006-03-25 Thread Andreas Guther
In Maven 1 is a jar:snapshot goals or something similar that builds a jar with a timestamp number similar to what you had in your email. Andreas -Original Message- From: Hong wu [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 2:08 PM To: users@maven.apache.org Subject: newbie qu

Re: newbie question: timestamp on target build file

2006-03-24 Thread Mang Jun Lau
I think you need your POM to be a snapshot version. If you call the deploy goal then you will get the timestamp by default. _Mang Lau "Hong wu" <[EMAIL PROTECTED]> 03/24/2006 05:07 PM Please respond to "Maven Users List" To users@maven.apache.org cc Subject newbie question: timestamp

Re: Newbie question Eclipse/Maven IDE version questions

2006-03-13 Thread Stephen Duncan
I'm successfully using Eclipse 3.1.2, WTP 1.0.1, Tomcat 5.0.28, and Maven 2 to do the full end-to-end (as long as you don't mind running Maven from the command line) for webapps. I can answer questions at a much slower rate for free on the mailing list, but that's it. :) -Stephen On 3/13/06, Hin

Re: Newbie question

2006-02-21 Thread mike jones
I am not sure if you found the asnwer but basically you dont have to run and compile all the projects and can work on one at a time. What you need to ensure is that your parent pom has a packaging type of pom and that is has been deployed to a repository available to you or you have installed it lo

Re: Newbie question

2006-02-14 Thread Alexandre Poitras
Then you have to build everything manually. But Maven is not stupid it won't recompile everything, just what has changed so I don't think there is a problem there. On 2/14/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: > On Mon, Feb 13, 2006 at 06:08:45PM -0500, Alexandre Poitras wrote: > > Ju

Re: Newbie question

2006-02-14 Thread Eugeny N Dzhurinsky
On Mon, Feb 13, 2006 at 06:08:45PM -0500, Alexandre Poitras wrote: > Just run compile on your parent project and everything will work fine. And it will build entire project? I don't need this, I need to build just single module. -- Eugene N Dzhurinsky ---

Re: Newbie question

2006-02-13 Thread Alexandre Poitras
Just run compile on your parent project and everything will work fine. On 2/13/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: > On Mon, Feb 13, 2006 at 10:21:15AM -0500, Mang Jun Lau wrote: > > >I have something like this > > > > > >project > > >|-module1 > > >|-module2 > > >|-module3 > > > >

Re: Newbie question

2006-02-13 Thread Eugeny N Dzhurinsky
On Mon, Feb 13, 2006 at 10:21:15AM -0500, Mang Jun Lau wrote: > >I have something like this > > > >project > >|-module1 > >|-module2 > >|-module3 > > If you have something like this, have you defined a parent POM in your > project directory? If you have, then you can compile module 2 by running

Re: Newbie question

2006-02-13 Thread Mang Jun Lau
refer to this thread: http://www.nabble.com/-m2-parent-pom-t1021082.html for instructions on how to set up a parent/child hierarchy. _Mang Lau Eugeny N Dzhurinsky <[EMAIL PROTECTED]> 02/13/2006 03:07 AM Please respond to "Maven Users List" To Maven Users List cc Subj

Re: Newbie question

2006-02-13 Thread Eugeny N Dzhurinsky
On Sun, Feb 12, 2006 at 04:32:15PM -0500, Alexandre Poitras wrote: > For instance 'mvn compile' will compile all the child modules while > taking care of their interdependencies. I don't need to build entire project, i just want to build module2 :( How could I specify dependency of the module at t

Re: Newbie question

2006-02-12 Thread Alexandre Poitras
For instance 'mvn compile' will compile all the child modules while taking care of their interdependencies. On 2/12/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: > On Sun, Feb 12, 2006 at 06:48:21AM -0500, Alexandre Poitras wrote: > > Yeah if you run the command in your parent directory, mave

Re: Newbie question

2006-02-12 Thread Eugeny N Dzhurinsky
On Sun, Feb 12, 2006 at 06:48:21AM -0500, Alexandre Poitras wrote: > Yeah if you run the command in your parent directory, maven will > resolve the dependencies. you mean something like 'mvn compile module2' ? -- Eugene N Dzhurinsky --

Re: Newbie question

2006-02-12 Thread Alexandre Poitras
Yeah if you run the command in your parent directory, maven will resolve the dependencies. On 2/12/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: > On Sat, Feb 11, 2006 at 07:23:58PM -0500, Alexandre Poitras wrote: > > You problably forgot to add a parent reference in your different > > module

Re: Newbie question

2006-02-12 Thread Eugeny N Dzhurinsky
On Sat, Feb 11, 2006 at 07:23:58PM -0500, Alexandre Poitras wrote: > You problably forgot to add a parent reference in your different > modules. After that, you just need to run the command in the directory > of your parent project, wich has a pom packaging declared, and Maven > will figure out the

Re: Newbie question

2006-02-11 Thread Alexandre Poitras
You problably forgot to add a parent reference in your different modules. After that, you just need to run the command in the directory of your parent project, wich has a pom packaging declared, and Maven will figure out the other to compile the different modules. On 2/11/06, Eugeny N Dzhurinsky <

Re: Newbie question

2006-02-11 Thread Eugeny N Dzhurinsky
On Sat, Feb 11, 2006 at 07:24:40PM +0100, Nicolas Peeters wrote: > To create the jar/war/... run "mvn package" > To compile: you can run "mvn compile". > See http://maven.apache.org/guides/getting-started/index.html Could you please read the thread from top? I'm trying to compile module in multi-m

Re: Newbie question

2006-02-11 Thread Nicolas Peeters
To create the jar/war/... run "mvn package" To compile: you can run "mvn compile". See http://maven.apache.org/guides/getting-started/index.html On Fri, Feb 10, 2006 at 11:43:26AM -0500, Mang Jun Lau wrote: In this case, you need to call a "mvn install" on the module that is being depended o

Re: Newbie question

2006-02-11 Thread Eugeny N Dzhurinsky
On Fri, Feb 10, 2006 at 11:43:26AM -0500, Mang Jun Lau wrote: > In this case, you need to call a "mvn install" on the module that is being > depended on so that the module is built to your local repository. Then, > it should find the jar in your local repository and not on the web. Cool.. but d

Re: Newbie question

2006-02-10 Thread Mang Jun Lau
10/2006 11:38 AM Please respond to "Maven Users List" To users@maven.apache.org cc Subject Re: Newbie question On Fri, Feb 10, 2006 at 11:06:48AM -0500, Mang Jun Lau wrote: > Hi, > > Simply have something like this in your pom.xml: &g

Re: Newbie question

2006-02-10 Thread Eugeny N Dzhurinsky
On Fri, Feb 10, 2006 at 11:06:48AM -0500, Mang Jun Lau wrote: > Hi, > > Simply have something like this in your pom.xml: > > > > > someGroupId > moduleNameThisModuleIsDependentOn > 1.0.0 > > > it tries to download the JAR file from WEB... -- Eugene N Dzhurin

Re: Newbie question

2006-02-10 Thread Mang Jun Lau
Hi, Simply have something like this in your pom.xml: someGroupId moduleNameThisModuleIsDependentOn 1.0.0 Hope that helps. _Mang Lau Eugeny N Dzhurinsky <[EMAIL PROTECTED]> 02/10/2006 11:03 AM Please respond to "Maven Users List" To users@maven.apache

Re: Newbie question re maven 1.0.2 genapp

2006-01-31 Thread Arnaud HERITIER
Hi On 1/31/06, Hines, John <[EMAIL PROTECTED]> wrote: > When I run maven genapp I get the following error: > > Attempting to download commons-jelly-tags-interaction-1.0.jar. > Error retrieving artifact from > [http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-inte > raction-1.0.ja

  1   2   >