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,

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 nick.stolw...@gmail.com 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

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 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 at

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 build ... plugins .. plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.5/source target1.5/target /configuration /plugin

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 build ... plugins .. plugin artifactIdmaven-compiler-plugin

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 Shan Syed
, 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 build ... plugins .. plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.5

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 dependency list. Most likely you are simply missing

Re: newbie question

2010-05-26 Thread fradj zayen
i totally agree with Wayne, you are missing some dependencies in your pom.xml dependencies dependency groupId/groupId artifactId/artifactId versionx.x/version /dependency /dependencies hope it helps 2010/5/26 Wayne Fay wayne...@gmail.com Getting a bunch of

RE: newbie question

2010-05-26 Thread Meeusen, Christopher W.
: 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 have

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 misunderstanding

Re: newbie question

2010-05-26 Thread Shan Syed
-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 have to configure

Re: newbie question

2010-05-26 Thread Ron Wheeler
- 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 have

Re: newbie question

2010-05-26 Thread Meeusen, Christopher W.
-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 tell it to use the .jars referenced in my build

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

Re: Newbie question about defining goals

2009-09-13 Thread David C. Hicks
build pluginManagement plugins plugin groupIdgroup/groupId artifactIdp/artifactId version1.0/version /plugin plugins pluginManagement plugins

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 output.

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

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.

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
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 - Resuming lifecycles

2009-06-26 Thread Barrie Treloar
On Fri, Jun 26, 2009 at 10:48 PM, alexischrale...@thenull.net 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.

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 using a

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 they

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 dependency/ in the Web project so that Jar file is brought in when the War is created. Alternatively, you can

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 two

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 build

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 dependency

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

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

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: 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
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 added a managed repository that points to one of our

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 1

2007-06-03 Thread Maria Odea Ching
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 added a managed repository that points to one of our in house repos. I delete my .m2/repository and was able to rebuild a project. Yet, if I click on

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

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 PROTECTED]

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 install

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, and

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

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

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

2007-04-16 Thread Lacoste, Dana
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 current Ant builds with Maven? Something like: Parent\pom.xml

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 then

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 directory

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.

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 need to

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 can provide

Re: Newbie question- 3rd party jars

2006-12-31 Thread Wayne Fay
as 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: Thank

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

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 [EMAIL

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 dependency element in your pom. If you're working with other developers, you'll probably want to

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 dependency element in your pom

Re: Newbie question- 3rd party jars

2006-12-30 Thread John Tolentino
(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- 3rd party jars On 12/30/06

RE: Newbie Question

2006-12-07 Thread Randall Fidler
Subject: RE: Newbie Question Maybe you should see which settings.xml file your Continuum instance is using and make sure that your repositories are properly defined in there. From: Randall Fidler [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 4:33 PM

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?

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

Re: Newbie question

2006-11-09 Thread Gianfranco Oldani
users@maven.apache.org To: Maven Users List users@maven.apache.org, [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 layout, can

Re: Newbie question

2006-11-09 Thread Manu
the jsp 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 users@maven.apache.org To: Maven Users List users@maven.apache.org, [EMAIL PROTECTED] Subject: Re: Newbie

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

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

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

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

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 repository

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

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) i do

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 think i read

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

2006-08-28 Thread Charles Griffin
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 proxy? You

RE: newbie question

2006-08-28 Thread Charles Griffin
@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.maven.org/maven2

Re: newbie question

2006-08-28 Thread Maria Odea Ching
] -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 network from my home office and got the same error. I

Re: newbie question

2006-08-28 Thread Maria Odea Ching
] -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 network from my home office and got the same error. I

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 repo that's

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 someone

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

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

Re: Newbie question - Continuum web interface

2006-06-30 Thread Tatiana Escovedo
Brad, I solve it changing the Continuum default port. Thanks! Tatiana On 6/30/06, Brad Harper [EMAIL PROTECTED] wrote: It looks like Continuum runs an embedded Jetty container. I have Continuum running (via bin/win32/run.bat) without separately starting anything else. Brad -Original

RE: Newbie question - Continuum web interface

2006-06-30 Thread Karr, David
As another poster pointed out, Continuum uses an embedded Jetty container. If you wanted to, you should be able to run both CruiseControl and Continuum at the same time, during your transition. Note that you may have to pay attention to what listener port it is using. I believe there's a

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_contenttask=categorysectionid=11id=42Itemid=89 and tells you step-by-step how to use AndroMDA with Maven 2. Naresh -Original

Re: Newbie question about features of continuum

2006-06-29 Thread dan tran
Continuum give you access to your project checkout area, so that you can download it try this http://ci.gbuild.org/continuum/servlet/continuum click on any project, then click on working area of that project. -Dan On 6/29/06, Karr, David [EMAIL PROTECTED] wrote: I've yet to install

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

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 users@maven.apache.org To users@maven.apache.org cc Subject newbie

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,

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

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-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: Just

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

Re: Newbie question

2006-02-13 Thread Mang Jun Lau
://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 users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Newbie

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 mvn compile

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 If you have something

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-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 modules.

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
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, maven

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 do I

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 on so

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-module

  1   2   >