Re: New to Maven - need help

2008-10-16 Thread Wayne Fay
I got a folder as my-app in my local path.I can see the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20008277.html Sent from the Maven - Users

Re: New to Maven - need help

2008-10-16 Thread Jan K
the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20008277.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: New to Maven - need help

2008-10-16 Thread Jan K
How do you compile? As I explained earlier you should execute mvn compile to compile your classes. The result can be found in the folder target/classes. hth, - martin -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20011195.html Sent from

Re: New to Maven - need help

2008-10-16 Thread Thomas Lutz
Jan K schrieb: First time i created a project using mvn archetype:create -DgroupId=com.careertales -DartifactId=careertales -DarchetypeArtifactId=maven-archetype-webapp. I got a folder structure as : src/main -- resources -- webapp In resources folder,i placed a simple java file(Test.java)

Re: New to Maven - need help

2008-10-16 Thread Jan K
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20013278.html Sent from the Maven - Users mailing list

Re: New to Maven - need help

2008-10-16 Thread Jan K
/New-to-Maven---need-help-tp19971205p20008277.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: New to Maven - need help

2008-10-16 Thread Martin Höller
On Thursday 16 October 2008 Jan K wrote: I went through the site given by arnaud.It is really useful for as i am new maven. Through the whole book? Really? It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO]

Re: New to Maven - need help

2008-10-16 Thread sean chen(陈思淼)
: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20013278.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: New to Maven - need help

2008-10-15 Thread Jan K
I got a folder as my-app in my local path.I can see the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p19971205.html Sent from the Maven - Users

Re: New to Maven - need help

2008-10-15 Thread Martin Höller
On Wednesday 15 October 2008 Jan K wrote: What are the mandatory fields(tags) to be used for settings.xml? You don't need a settings.xml file at all. A good overview is available at http://maven.apache.org/settings.html hth, - martin signature.asc Description: This is a digitally signed

Re: New to Maven - need help

2008-10-14 Thread Arnaud HERITIER
next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p19971205.html Sent from the Maven - Users mailing list archive at Nabble.com. -- .. Arnaud

Re: New to Maven - need help

2008-10-14 Thread Martin Höller
On Tuesday 14 October 2008 Jan K wrote: I am very new to maven.I have downloaded apache-maven-2.0.9.I read the doc's and installed maven. I executed the following commands in command prompt, mvn archetype:create \ -DarchetypeGroupId=org.apache.maven.archetypes \

New to Maven - need help

2008-10-14 Thread Jan K
as my-app in my local path.I can see the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p19971205.html Sent from the Maven - Users mailing list archive

Need help with deploy my maven project to my remote repo.

2008-10-08 Thread Tonte Pouncil
Hi, I am using maven 2.0.9 and Apache 2.2.4. when I run the mvn deploy command I get the following errors: [INFO] Error deploying artifact: Authorization failed: Access denied to: http://XXX.XXX.XXX.XXX/[repo path]/[package name]/[project name]/0.0.1-SNAPSHOT/[project

Re: Need help with deploy my maven project to my remote repo.

2008-10-08 Thread Brett Porter
the http deployment doesn't create all the subdirectories that would be needed, so in this case you probably need to use dav:http:// instead. - Brett 2008/10/9 Tonte Pouncil [EMAIL PROTECTED]: Hi, I am using maven 2.0.9 and Apache 2.2.4. when I run the mvn deploy command I get the

Re: Need help with deploy my maven project to my remote repo.

2008-10-08 Thread Tonte Pouncil
List users@maven.apache.org Sent: Wednesday, October 8, 2008 9:33:55 PM Subject: Re: Need help with deploy my maven project to my remote repo. the http deployment doesn't create all the subdirectories that would be needed, so in this case you probably need to use dav:http:// instead. - Brett 2008

[Need Help] Re: jar artifact contains more classes than desired.

2008-09-19 Thread Sahoo
I have got closer to why it is happening. I wrote a small dtrace[1] script to monitor open system calls for those additional class files. I attached it to a build m/c and after around 150 builds, once it occurred. Every time open system call was made with that file handle, I print the java

Need help on sourcemodifications..Please help

2008-09-16 Thread muddushafi
://www.nabble.com/Need-help-on-%3Csourcemodifications%3E..Please-help-tp19513647p19513647.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Need help on sourcemodifications..Please help

2008-09-16 Thread Nick Stolwijk
/rbums/server/**/*LocalHome.java/include /includes classNamerbums.class/className /sourceModification /sourceModifications /build /project -- View this message in context: http://www.nabble.com/Need-help

Need help with installation (Windows)

2008-09-10 Thread Godbole, Prajakta
Hi I installed maven on my Windows machine using the instructions on http://maven.apache.org/download.html#Requirements. I cannot successfully complete step 7 - Open a new command prompt (Winkey + R then type cmd) and run mvn --version to verify that it is correctly installed. I get the

Re: Need help with installation (Windows)

2008-09-10 Thread Trent Rosenbaum
Hi there, You will need to add the bin directory under the maven home to your path environment variable. Trent On 10/09/2008, Godbole, Prajakta [EMAIL PROTECTED] wrote: Hi I installed maven on my Windows machine using the instructions on

RE: Need help with installation (Windows)

2008-09-10 Thread Godbole, Prajakta
, September 10, 2008 11:55 AM To: Maven Users List Subject: Re: Need help with installation (Windows) Hi there, You will need to add the bin directory under the maven home to your path environment variable. Trent On 10/09/2008, Godbole, Prajakta [EMAIL PROTECTED] wrote: Hi I installed

Re: Need help with installation (Windows)

2008-09-10 Thread João Kreuzberg
suggestions? Thanks, Prajakta -Original Message- From: Trent Rosenbaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 11:55 AM To: Maven Users List Subject: Re: Need help with installation (Windows) Hi there, You will need to add the bin directory under the maven

Re: Need help with installation (Windows)

2008-09-10 Thread Baptiste MATHUS
running the command again. It still gives the same error message. Any other suggestions? Thanks, Prajakta -Original Message- From: Trent Rosenbaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 11:55 AM To: Maven Users List Subject: Re: Need help with installation

Need help understanding maven file

2008-09-08 Thread muddushafi
-- !-- resources resource directorysrc/conf/directory includes include*.properties/include /includes /resource /resources -- /build /project -- View this message in context: http://www.nabble.com/Need

Re: Need help understanding maven file

2008-09-08 Thread Mick Knutson
/resources -- /build /project -- View this message in context: http://www.nabble.com/Need-help-understanding-maven-file-tp19379360p19379360.html Sent from the Maven - Users mailing list archive at Nabble.com

Need help regarding auto-generated META-INF directory

2008-07-21 Thread Boregowda, Krishna
in this directory. Need help to stop autocreating this directory while importing the project. Thanks Krishna B - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Need Help] Why is maven trying to download files with different extension?

2008-07-02 Thread Sahoo
I am seeing build failures, because maven is downloading files with .bundle extension as opposed to .jar as shown below: Downloading http://download.java.net/maven/glassfish/org/glassfish/admin/admin-cli/10.0-SNAPSHOT/admin-cli-10.0-SNAPSHOT.bundle It is true the above artifact was

Re: [Need Help] Why is maven trying to download files with different extension?

2008-07-02 Thread Stuart McCulloch
2008/7/2 Sahoo [EMAIL PROTECTED]: I am seeing build failures, because maven is downloading files with .bundle extension as opposed to .jar as shown below: Downloading http://download.java.net/maven/glassfish/org/glassfish/admin/admin-cli/10.0-SNAPSHOT/admin-cli-10.0-SNAPSHOT.bundle It is

Re: [Need Help] Why is maven trying to download files with different extension?

2008-07-02 Thread Stuart McCulloch
2008/7/2 Sahoo [EMAIL PROTECTED]: Stuart McCulloch wrote: 2008/7/2 Sahoo [EMAIL PROTECTED]: I am seeing build failures, because maven is downloading files with .bundle extension as opposed to .jar as shown below: Downloading

Re: [Need Help] Why is maven trying to download files with different extension?

2008-07-02 Thread Sahoo
Stuart McCulloch wrote: and perhaps also the dependency details of the artifact being downloaded ie. does the dependency have typebundle/type, or no type ? Unfortunately, the dependencies are not published in any public repo yet, otherwise I would have been able to provide the

need help on maven compile phase.

2008-06-17 Thread Niranjan Deshpande
Hi all My prj_home_dir/src/main/java has about 1642 classes. When Maven executes the compile life cycle, all tha 1642 classes are compiled at once and i always get a out of memory error. Is there a way that i can instruct maven to compile in steps. e.g web layer first, then the business layer etc.

Re: need help on maven compile phase.

2008-06-17 Thread RAM
Actually, I can think of seperate module inside the main root project and a seperate pom.xml for each one. Then you can build those one by one. Else, try increasing the memory with the compiler plugin (I think, you have atleast 1.5 GB RAM) plugin groupIdorg.apache.maven.plugins/groupId

Re: need help on maven compile phase.

2008-06-17 Thread Niranjan Deshpande
I tried increasing the memory using the maxmem and memintial, initial=512mb and mac=2048m. still the same error. my 1642 files have been distributed accross four packages. src/main/java/com/abc/xyz/pkg1 pkg2

Re: need help on maven compile phase.

2008-06-17 Thread Wayne Fay
The general concept with Maven would be that you should divide your code up into modules along whatever lines that make sense to you (1 module per pkg may be reasonable for your specific implementation, I suppose). Then you set up dependencies between the modules via each one's pom.xml file, and

Re: need help on maven compile phase.

2008-06-17 Thread Mark Struberg
tests, etc. Simply, the whole bunch of straight forward computer engineering rules one learns in university. LieGrü, strub --- Niranjan Deshpande [EMAIL PROTECTED] schrieb am Di, 17.6.2008: Von: Niranjan Deshpande [EMAIL PROTECTED] Betreff: Re: need help on maven compile phase. An: Maven Users

Re: need help on maven compile phase.

2008-06-17 Thread Niranjan Deshpande
tests, etc. Simply, the whole bunch of straight forward computer engineering rules one learns in university. LieGrü, strub --- Niranjan Deshpande [EMAIL PROTECTED] schrieb am Di, 17.6.2008: Von: Niranjan Deshpande [EMAIL PROTECTED] Betreff: Re: need help on maven compile phase

RE: need help on maven compile phase.

2008-06-17 Thread nicklist
BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl -Original Message- From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] Sent: Tue 6/17/2008 17:13 To: Maven Users List Subject: Re: need help on maven compile phase. there are indeed seperate test classes for all those packages

Re: need help in ant's javadoc task (from maven)

2008-06-09 Thread Lee Meador
To: Maven Users List; [EMAIL PROTECTED] Subject: Re: need help in ant's javadoc task (from maven) I got this when I ran your debug script. Error executing ant tasks _ Embedded error: The following error

Re: need help in ant's javadoc task (from maven)

2008-06-07 Thread Tim Kettler
/maven/artifact/ant/antlib.xml /taskdef -Original Message- From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 9:02 AM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: need help in ant's javadoc task (from maven) I got this when I ran your debug script

need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
I am trying to generate a .properties file using javadocs in a java source file, and i am using ant's javadoc task to do this. but i am getting this error when i run the antrun plugin generate.appcodes: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: Cannot find

RE: need help in ant's javadoc task (from maven)

2008-06-06 Thread Sean Hennessy
}/ echo message=base.dir = ${basedir}/ /target -Original Message- From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 5:54 AM To: [EMAIL PROTECTED]; Maven Users List Subject: need help in ant's javadoc task (from maven) I am trying to generate a .properties file

Re: need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
List Subject: need help in ant's javadoc task (from maven) I am trying to generate a .properties file using javadocs in a java source file, and i am using ant's javadoc task to do this. but i am getting this error when i run the antrun plugin generate.appcodes: [javadoc] Generating Javadoc

RE: need help in ant's javadoc task (from maven)

2008-06-06 Thread Sean Hennessy
: need help in ant's javadoc task (from maven) I got this when I ran your debug script. Error executing ant tasks _ Embedded error: The following error occurred while executing this line: /home/apli/APPWeb/src

Re: need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 9:02 AM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: need help in ant's javadoc task (from maven) I got this when I ran your debug script. Error executing ant tasks

RE: need help in ant's javadoc task (from maven)

2008-06-06 Thread Sean Hennessy
Message- From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 3:35 PM To: Maven Users List Subject: Re: need help in ant's javadoc task (from maven) so whts wrong in my case? On Fri, Jun 6, 2008 at 7:31 PM, Sean Hennessy [EMAIL PROTECTED] wrote: of course

Re: java.net.SocketException - need help in getting started

2008-06-05 Thread Gianni Doe
Thank you! that was the problem, all working now. -Gianni On 05/giu/08, at 07:29, Tim Kettler wrote: Hi, googling hints that it's a bug in the java sdk on freebsd. There is a similar bug report like yours for freebsd 6 posted for IDEA [1] which says that IPv6 support in the jdk is the

Re: java.net.SocketException - need help in getting started

2008-06-05 Thread Gianni
Thank you! that was exactly the issue, all working now. -Gianni On 05/giu/08, at 07:29, Tim Kettler wrote: Hi, googling hints that it's a bug in the java sdk on freebsd. There is a similar bug report like yours for freebsd 6 posted for IDEA [1] which says that IPv6 support in the jdk is

Need help | Getting NPE while using mvn install

2008-06-04 Thread JINDAL, Mukta, IDC
Hi All, I am getting following error while using mvn install though mvn package is working fine. I did entire cleanup, restarted machine too. What could be the possible reasons ? [INFO] [ERROR] FATAL ERROR [INFO]

Re: Need help | Getting NPE while using mvn install

2008-06-04 Thread Tim Kettler
JINDAL, Mukta, IDC schrieb: Hi All, Hi, I am getting following error while using mvn install though mvn package is working fine. Judging from the stacktrace below you ran 'mvn deploy', not 'mvn install' (see the reference to the deploy mojo). As the deploy phase is executed after the

RE: Need help | Getting NPE while using mvn install

2008-06-04 Thread JINDAL, Mukta, IDC
: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: 04 June 2008 12:16 To: Maven Users List Subject: Re: Need help | Getting NPE while using mvn install JINDAL, Mukta, IDC schrieb: Hi All, Hi, I am getting following error while using mvn install though mvn package is working fine. Judging from

Re: Need help | Getting NPE while using mvn install

2008-06-04 Thread [EMAIL PROTECTED]
JINDAL, Mukta, IDC schrieb: Thanks for the reply, Tim. I am executing mvn install, not mvn deploy. Also, I tried using scpext, but got following error: [INFO] [ERROR] BUILD ERROR [INFO]

Re: Need help | Getting NPE while using mvn install

2008-06-04 Thread Tim Kettler
JINDAL, Mukta, IDC schrieb: Thanks for the reply, Tim. I am executing mvn install, not mvn deploy. But 'mvn install' should only install the project's artifact in your local repository (~/.m2/repository/...) and not try to deploy it to a remote repo. Or have you configured the deploy plugin

RE: Need help | Getting NPE while using mvn install

2008-06-04 Thread JINDAL, Mukta, IDC
Users List Subject: Re: Need help | Getting NPE while using mvn install JINDAL, Mukta, IDC schrieb: Thanks for the reply, Tim. I am executing mvn install, not mvn deploy. Also, I tried using scpext, but got following error: [INFO

Re: Need help | Getting NPE while using mvn install

2008-06-04 Thread [EMAIL PROTECTED]
JINDAL, Mukta, IDC schrieb: I am using the same POM from SVN as my other team members. All of them are able to do mvn install with the same settings as mine. Thats why I'm more concerned... Are they getting the deploy message? If so, then their config is also stuffed up, but they haven't

RE: Need help | Getting NPE while using mvn install

2008-06-04 Thread JINDAL, Mukta, IDC
But 'mvn install' should only install the project's artifact in your local repository (~/.m2/repository/...) and not try to deploy it to a remote repo. Or have you configured the deploy plugin in yor pom to run in the install phase, which IMHO would be a bad practice? How can I check

RE: Need help | Getting NPE while using mvn install

2008-06-04 Thread JINDAL, Mukta, IDC
To: Maven Users List Subject: Re: Need help | Getting NPE while using mvn install JINDAL, Mukta, IDC schrieb: I am using the same POM from SVN as my other team members. All of them are able to do mvn install with the same settings as mine. Thats why I'm more concerned... Are they getting the deploy

Re: Need help | Getting NPE while using mvn install

2008-06-04 Thread Tim Kettler
JINDAL, Mukta, IDC schrieb: But 'mvn install' should only install the project's artifact in your local repository (~/.m2/repository/...) and not try to deploy it to a remote repo. Or have you configured the deploy plugin in yor pom to run in the install phase, which IMHO would be a bad

Resolved: Need help | Getting NPE while using mvn install

2008-06-04 Thread JINDAL, Mukta, IDC
how it is working for the rest of my team... Thanks for all the help, Tim Simon. Regards, Mukta Jindal -Original Message- From: JINDAL, Mukta, IDC Sent: 04 June 2008 13:22 To: 'Maven Users List' Subject: RE: Need help | Getting NPE while using mvn install But 'mvn install' should only

RE: Need help | Getting NPE while using mvn install

2008-06-04 Thread Vikramaditya Garg
:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 1:30 PM To: 'Maven Users List' Subject: RE: Need help | Getting NPE while using mvn install Everyone gets [deploy:deploy] message for the first project only. For rest, only [install:install] is there and the jars are uploaded into local repository only

RE: Need help | Getting NPE while using mvn install

2008-06-04 Thread JINDAL, Mukta, IDC
Thanks Vikramaditya, I have got this issue resolved. Regards, Mukta Jindal -Original Message- From: Vikramaditya Garg [mailto:[EMAIL PROTECTED] Sent: 04 June 2008 16:15 To: Maven Users List Subject: RE: Need help | Getting NPE while using mvn install Please specify which version

java.net.SocketException - need help in getting started

2008-06-04 Thread Gianni Doe
Hi, I'm completely new to maven and just trying out the Maven in 5 Minutes but not getting very far. When I try to create a new project I get the exception below; my machine has unimpeded access to the internet so the issue is not firewall related. I'd appreciate some suggestions. [EMAIL

Re: java.net.SocketException - need help in getting started

2008-06-04 Thread Wayne Fay
Can you just try it again? Then go delete ~/.m2/repository and try yet again? I'm not sure how many (if any) people are using Maven on FreeBSD, so you may have run into a new issue. Wayne On Wed, Jun 4, 2008 at 11:19 AM, Gianni Doe [EMAIL PROTECTED] wrote: Hi, I'm completely new to maven and

Re: java.net.SocketException - need help in getting started

2008-06-04 Thread Gianni Doe
On Wed, Jun 4, 2008 at 11:19 AM, Gianni Doe [EMAIL PROTECTED] wrote: Hi, I'm completely new to maven and just trying out the Maven in 5 Minutes but not getting very far. When I try to create a new project I get the exception below; my machine has unimpeded access to the internet so the issue

RE: java.net.SocketException - need help in getting started

2008-06-04 Thread Martin Gainty
and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. From: [EMAIL PROTECTED] To: users@maven.apache.org Subject: Re: java.net.SocketException - need help in getting started Date: Wed

Re: java.net.SocketException - need help in getting started

2008-06-04 Thread Gianni Doe
2008 [INFO] Final Memory: 3M/247M [INFO] -Gianni From: [EMAIL PROTECTED] To: users@maven.apache.org Subject: Re: java.net.SocketException - need help in getting started Date: Wed, 4 Jun 2008 19:47:59 +0200 On Wed

Re: java.net.SocketException - need help in getting started

2008-06-04 Thread Wayne Fay
time: 1 second [INFO] Finished at: Wed Jun 04 18:12:50 CEST 2008 [INFO] Final Memory: 3M/247M [INFO] -Gianni From: [EMAIL PROTECTED] To: users@maven.apache.org Subject: Re: java.net.SocketException - need help

Re: java.net.SocketException - need help in getting started

2008-06-04 Thread Gianni Doe
] To: users@maven.apache.org Subject: Re: java.net.SocketException - need help in getting started Date: Wed, 4 Jun 2008 19:47:59 +0200 On Wed, Jun 4, 2008 at 11:19 AM, Gianni Doe [EMAIL PROTECTED] wrote: Hi, I'm completely new to maven and just trying out the Maven in 5 Minutes but not getting

Re: java.net.SocketException - need help in getting started

2008-06-04 Thread Wayne Fay
CEST 2008 [INFO] Final Memory: 3M/247M [INFO] -Gianni From: [EMAIL PROTECTED] To: users@maven.apache.org Subject: Re: java.net.SocketException - need help in getting started Date: Wed, 4 Jun 2008 19:47:59 +0200

Re: java.net.SocketException - need help in getting started

2008-06-04 Thread Tim Kettler
Hi, googling hints that it's a bug in the java sdk on freebsd. There is a similar bug report like yours for freebsd 6 posted for IDEA [1] which says that IPv6 support in the jdk is the problem. This [2] is another bug report of the same problem with the solution to set the JAVAVM_OPTS like

Re: Custom Checkstyle Integration | Need Help

2008-05-16 Thread shinjan sen
Hi Dennis, Thanks so much for the mail. Yes after trying out the approach you said, I could verify that this in fact was due to some version problem. I then tried using the version 2.0-alpha-2 and it worked. This is what I currently have: groupIdorg.apache.maven.plugins/groupId

Re: Custom Checkstyle Integration | Need Help

2008-05-16 Thread Dennis Lundberg
shinjan sen wrote: Hi Dennis, Thanks so much for the mail. Yes after trying out the approach you said, I could verify that this in fact was due to some version problem. I then tried using the version 2.0-alpha-2 and it worked. This is what I currently have:

Re: Custom Checkstyle Integration | Need Help

2008-05-12 Thread Dennis Lundberg
I guess that you are using version 2.1 of the maven-checkstyle-plugin. That version uses Checkstyle 4.1, which does *not* include the WriteTag check. Version 2.2 of the plugin, which has not yet been released, will use Checkstyle 4.4. You can try the 2.2-SNAPSHOT if you want to verify that

Custom Checkstyle Integration | Need Help

2008-05-11 Thread shinjan sen
Hi All. I was trying to integrate a custom checkstyle configuration file with my project and am getting the following exception: *[INFO] Error during page generation* *Embedded error: Error rendering Maven report: Failed during checkstyle configuration Unable to instantiate WriteTagCheck* The

Adding Ant Project to Continuum | Need Help

2008-04-21 Thread Sen Utpal
Hi, I was trying to add my ant project to continuum and am facing some issues. It will be great if you can spare some time to let me know your thoughts on this. I have a source code repository which is in SVN and requires proper username and password to access it. I tried adding the project into

Re: Adding Ant Project to Continuum | Need Help

2008-04-21 Thread Emmanuel Venisse
Continuum is now a top level project at ASF, please use the Continuum users list ([EMAIL PROTECTED]) Emmanuel On Mon, Apr 21, 2008 at 1:40 PM, Sen Utpal [EMAIL PROTECTED] wrote: Hi, I was trying to add my ant project to continuum and am facing some issues. It will be great if you can spare

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-17 Thread Tonté Pouncil
Subject Please respond to Re: Maven 2.0.9 complains it can't Maven Usersdownload maven-surefire-plugin List 2.4.2 -- NEED HELP

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-16 Thread Tonté Pouncil
download maven-surefire-plugin List 2.4.2 -- NEED HELP [EMAIL PROTECTED] he.org

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-16 Thread Tonté Pouncil
Subject Please respond to Re: Maven 2.0.9 complains it can't Maven Usersdownload maven-surefire-plugin List 2.4.2 -- NEED HELP

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-16 Thread Tonté Pouncil
-surefire-plugin List 2.4.2 -- NEED HELP [EMAIL PROTECTED] he.org

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-16 Thread Tonté Pouncil
download maven-surefire-plugin List 2.4.2 -- NEED HELP [EMAIL PROTECTED] he.org

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-16 Thread Dennis Lundberg
Maven Usersdownload maven-surefire-plugin List 2.4.2 -- NEED HELP [EMAIL PROTECTED] he.org

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-16 Thread Wayne Fay
Usersdownload maven-surefire-plugin List 2.4.2 -- NEED HELP [EMAIL PROTECTED] he.org The reason you see this with 2.0.9 is probably because it bumped you up to surefire 2.4.2, but otherwise nothing in 2.0.9

RE: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-16 Thread Brian E. Fox
Subject: Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP I see the url you are talking about, but I don't know how to fix it as the URL is being build by maven. The only URL I have defined are in show in the at the bottom of the maven out put below. What is weird

Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-15 Thread Tonté Pouncil
I just downloaded Maven 2.0.9. I was using Maven 2.0.8. When I tried to run the clean install goal, Maven complains it can't download maven-surefire-plugin. (See below for maven output.) How do I fix this? How do I set up the ibiblio maven 2 repository in my setting.xml file as a profile.

RE: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-15 Thread Brian E. Fox
won't help if you aren't able to get to the main repo. -Original Message- From: Tonté Pouncil [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 12:16 PM To: users@maven.apache.org Subject: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP I just

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-15 Thread Wayne Fay
PROTECTED] Sent: Tuesday, April 15, 2008 12:16 PM To: users@maven.apache.org Subject: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP I just downloaded Maven 2.0.9. I was using Maven 2.0.8. When I tried to run the clean install goal, Maven complains

Need help on using maven scm with Subversion

2008-01-29 Thread Stamer, Jan
___ Cellent Finance Solutions AG Firmensitz: Calwer Straße 33, 70173 Stuttgart Registergericht: Amtsgericht Stuttgart, HRB 720743 Vorstand: Thomas Wild Vorsitzender des Aufsichtsrats: Rudolf Zipf---BeginMessage--- Hi, I would like to use maven-scm with

Re: Need Help Getting Started with Maven 2

2008-01-29 Thread Robert Winch
anybody else set upp this combination of frameworks and are willing to share the pom.xml so I as a beginner can see the configurations? Thanks in advance for any inputs, comments, help Jacob -- View this message in context: http://www.nabble.com/Need-Help-Getting-Started-with-Maven-2

Need Help Getting Started with Maven 2

2008-01-29 Thread Jacob Bergoo
set upp this combination of frameworks and are willing to share the pom.xml so I as a beginner can see the configurations? Thanks in advance for any inputs, comments, help Jacob -- View this message in context: http://www.nabble.com/Need-Help-Getting-Started-with-Maven-2-tp15164882s177p15164882

Re: Need Help Getting Started with Maven 2

2008-01-29 Thread Jacob Bergoo
this message in context: http://www.nabble.com/Need-Help-Getting-Started-with-Maven-2-tp15164882s177p15164882.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Need Help Getting Started with Maven 2

2008-01-29 Thread Robert Winch
-- View this message in context: http://www.nabble.com/Need-Help-Getting-Started-with-Maven-2-tp15164882s177p15164882.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e

Re: Need Help Getting Started with Maven 2

2008-01-29 Thread Wayne Fay
in context: http://www.nabble.com/Need-Help-Getting-Started-with-Maven-2-tp15164882s177p15164882.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Need Help Getting Started with Maven 2

2008-01-29 Thread Jacob Bergoo
Hi Wayne, thanks for the tips, I will look in to it. Cheers, Jacob -- View this message in context: http://www.nabble.com/Need-Help-Getting-Started-with-Maven-2-tp15164882s177p15171450.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: [m2] issue activating profiles. NEED HELP PLEASE

2007-12-13 Thread Mick Knutson
So I keep getting: [WARNING] Overriding profile: 'documentation' (source: pom) with new instance from source: profiles.xml [WARNING] Overriding profile: 'dev-' (source: pom) with new instance from source: profiles.xml I have tried with an without: profile iddev-/id

Need help with component management.

2007-09-19 Thread Chris Helck
Hi, I'm running into problems managing all of my component and versions. One problem is that the dependency relations are scattered across the different project reports. Asking questions like Which of my twenty applications use version 1.2.3 of this library? is hard to do. I think I would like a

Need help building families of components.

2007-09-19 Thread Chris Helck
Hi, I need something to help us assembly families of components. I'd like to say something like: Family Foo 1.2 consists of: FooApp 1.2 FooWebStuff 1.0.6 FooDb 1.0.2 FooClient 1.2.5 I'd like to give this description to our Certification group who can then build Family Foo 1.2.

Re: Need help with component management.

2007-09-19 Thread Wendy Smoak
On 9/19/07, Chris Helck [EMAIL PROTECTED] wrote: I think I would like a program that can look at my Maven repository, extract all the dependecy data from all of the poms (Maven1 and Maven2), and create a complete graph. I could then process the graph and produce reports with graphviz or some

Re: Need help with component management.

2007-09-19 Thread Wayne Fay
Very little in the world cannot be done (from a programming perspective) if you have the time and inclination. As Wendy suggested, it is possible that some of the functionality you desire has already been created by one of the Repository Management tools. So pull them all down and do some

Re: M2: Need help with central repositories, and mirrors

2007-08-23 Thread Tim Kettler
Hi, setting the mirror to an invalid url would certainly work but I imagine you would get tons of warnings about failed repository accesses since maven would still try download from the mirror. What I would do instead is to just overwrite the definition of central in the qa and cert

<    1   2   3   4   >