As a matter of style, I would create a directory named D:\MavenProjects and put my projects in there, and leave the maven-2.0 directory untouched.
Oh yeah, and use the -e option. -----Original Message----- From: 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 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-app>mvn compile [INFO] Scanning for projects... [INFO] ----------------------------------------------------------------------- --- [INFO] Building Maven Quick Start Archetype [INFO] task-segment: [compile] [INFO] ----------------------------------------------------------------------- --- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] Compiling 1 source file to D:\MavenDownload\maven-2.0\my-app\target\classes [INFO] ----------------------------------------------------------------------- --- [ERROR] BUILD ERROR [INFO] ----------------------------------------------------------------------- --- [INFO] Fatal error compiling Embedded error: Error while executing the compiler. [INFO] ----------------------------------------------------------------------- --- [INFO] For more information, run Maven with the -e switch [INFO] ----------------------------------------------------------------------- --- [INFO] Total time: 1 second [INFO] Finished at: Wed Dec 21 19:02:15 GMT+05:30 2005 [INFO] Final Memory: 2M/5M [INFO] ----------------------------------------------------------------------- --- This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ----------------------------------------- Attention: Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
