Re: New to Maven - need help

2008-10-17 Thread David C. Hicks
See Stephen's comment from a previous email. You're getting *way* ahead of yourself. You've got some very basic problems that are going to get in your way long before dependencies are an issue. Either get yourself a copy of "Maven: The Definitive Guide" or use the online copy -> http://www.

Re: New to Maven - need help

2008-10-17 Thread Jan K
t;>>> [INFO] Total time: 17 seconds >>>>>>> [INFO] Finished at: Thu Oct 16 13:44:21 GMT+05:30 2008 >>>>>>> [INFO] Final Memory: 7M/13M >>>>>>> >>>>>>> >>>>>> The build succ

Re: New to Maven - need help

2008-10-17 Thread Stephen Connolly
t; -DarchetypeGroupId=org.apache.maven.archetypes \ > > -DgroupId=com.mycompany.app \ > > -DartifactId=my-app > > > > > > 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 proj

Re: New to Maven - need help

2008-10-17 Thread Jan K
y 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-tp19971205p20027789.html Sent from

Re: New to Maven - need help

2008-10-16 Thread David C. Hicks
Jan, I would first suggest you search the main repository to make sure that the dependency you're looking for is truly not already in there. Here is the site to search: http://www.mvnrepository.com/ If you can't find what you're looking for there, then you can always add dependencies to yo

Re: New to Maven - need help

2008-10-16 Thread Jan K
>>>> messages above I guess you executed some "mvn archetype:create" >>>> command, >>>> right? This does not compile anything, it generates a new project. >>>> >>>> >>>

Re: New to Maven - need help

2008-10-16 Thread sean chen(陈思淼)
; >>> messages above I guess you executed some "mvn archetype:create" > command, > >>> right? This does not compile anything, it generates a new project. > >>> > >>> > >>

Re: New to Maven - need help

2008-10-16 Thread Jan K
t;> >>> >>>> I have placed my java files in src/main/java.I dont get the class files >>>> generated when i compile.What is wrong in my code?please help >>>> >>> How do you compile? As

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) w

Re: New to Maven - need help

2008-10-16 Thread Jan K
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 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 Jan K
wing commands in command >>> prompt, >>> >>> mvn archetype:create \ >>> -DarchetypeGroupId=org.apache.maven.archetypes \ >>> -DgroupId=com.mycompany.app \ >>> -DartifactId=my-app >>> >>> >>> I got a folder as m

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 >

Re: New to Maven - need help

2008-10-16 Thread Jan K
gt;> 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

Re: New to Maven - need help

2008-10-16 Thread Wayne Fay
DgroupId=com.mycompany.app \ >> -DartifactId=my-app >> >> >> 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

Re: New to Maven - need help

2008-10-16 Thread Jan K
com.mycompany.app \ > -DartifactId=my-app > > > 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-

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 mess

Re: New to Maven - need help

2008-10-15 Thread Jan K
archetype:create \ >> -DarchetypeGroupId=org.apache.maven.archetypes \ >> -DgroupId=com.mycompany.app \ >> -DartifactId=my-app >> >> >> 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 chan

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 \ > -DgroupId=com.myc

Re: New to Maven - need help

2008-10-14 Thread Arnaud HERITIER
cal 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.ht

New to Maven - need help

2008-10-14 Thread Jan K
older 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 archi