Fatal Error Compiling

2005-12-19 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi, I am new to Maven. I am trying to set it up. I have downloaded Maven (also the classpath and path have been set, java version that I use is JSDK1.4.0_02). When I try to compile, I get the error: Fatal Error Compiling. Could someone please help me out... Regards, Kiran

Need help in installing Maven

2005-12-21 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi All, I am new to Maven. Could someone help me figure out why I am getting this error? I could create the archetype but when I tried to compile the same, I am getting this error. Also, I am using sun JDK1.4.0_02. Thanks and Regards, Kiran D:\MavenDownload\maven-2.0\my-appmvn compile [INFO]

RE: Need help in installing Maven

2005-12-21 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
: Pagadala Baskar, Kiran Kumar (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 8:37 AM To: Maven Users List Subject: Need help in installing Maven Hi All, I am new to Maven. Could someone help me figure out why I am getting this error? I could create the archetype but when

Setting up an issue management system

2005-12-28 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi All, Could you please guide me in setting up an issue management system using Maven for a simple java project. One more query, is the mailing list and the developer list given in POM.xml used only for generating documentation or does it serve a higher prupose? Regards, Kiran This

Help Needed in installing changes-maven-plugin

2006-01-01 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi, I am trying to use the changes-maven-plugin found in Mojo. I am getting the following error in cmd prompt. Please let me know if I am missing on something. --- [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: changes-maven-plugin Version: 2.0-beta-1-SNAPSHOT

RE: Help Needed in installing changes-maven-plugin

2006-01-01 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
, Try to use version 2.0-beta-1 instead. -allan Pagadala Baskar, Kiran Kumar (Cognizant) wrote: Hi, I am trying to use the changes-maven-plugin found in Mojo. I am getting the following error in cmd prompt. Please let me know if I am missing on something. --- [INFO] Failed to resolve artifact

How to specify external jars

2006-01-03 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi, I have a couple of external jars that I need for my Project compilation. I have uploaded them to the local repository using: mvn install:install-file -Dfile=File Path\JAR_NAME.jar -DgroupId=groupId -DartifactId=JAR_NAME -Dversion=1.0 -Dpackaging=jar I tried adding the jar as a dependency

RE: How to specify external jars

2006-01-03 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi, I am still stuck with this issue. Could someone please let me know what could possibly be wrong? Regards, Kiran -Original Message- From: Pagadala Baskar, Kiran Kumar (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 5:40 PM To: Maven Users List Subject: How

RE: How to specify external jars

2006-01-05 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
this http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-HowdoIinstallafilei nmylocalrepositoryalongwithagenericPOM Kenney Westerhof wrote: On Wed, 4 Jan 2006, Pagadala Baskar, Kiran Kumar (Cognizant) wrote: My guess is that there's no .pom next to the jar.. You need to create a small pom listing