RE: How to start projects with Maven

2003-10-24 Thread Timothy Fisher
Phonsa [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 8:29 PM > To: 'Maven Users List' > Subject: RE: How to start projects with Maven > > Paul, > > Yeah paul I have kinda figured out the things. But tell me a > thing, are the programmers working with yo

RE: How to start projects with Maven

2003-10-24 Thread O'Fallon, Paul (MAN-Corporate)
out needing the IDE. - Paul > -Original Message- > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 8:29 PM > To: 'Maven Users List' > Subject: RE: How to start projects with Maven > > Paul, > > Yeah paul I have kinda fi

RE: How to start projects with Maven

2003-10-24 Thread Vikas Phonsa
er 24, 2003 5:17 PM To: Maven Users List Subject: RE: How to start projects with Maven You should run "maven genapp" first (outside of your IDE), then cd into the directory genapp created (the one with your project.xml file) and run "maven eclipse" (still outside of your IDE).

RE: How to start projects with Maven

2003-10-24 Thread O'Fallon, Paul (MAN-Corporate)
t; projects all by themselves. If you're not sure how a particular goal works, the jelly code holds the key! :-) Happy hunting... - Paul > -Original Message- > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 6:33 PM > To: 'Maven Us

RE: How to start projects with Maven

2003-10-24 Thread Vikas Phonsa
--Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 2:29 PM To: 'Maven Users List' Subject: RE: How to start projects with Maven Yeah Paul, You are the man !! It works. Thanks Vikas -Original Message- From: O'Fallon, Paul (MAN-

RE: How to start projects with Maven

2003-10-24 Thread Vikas Phonsa
Yeah Paul, You are the man !! It works. Thanks Vikas -Original Message- From: O'Fallon, Paul (MAN-Corporate) [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 2:28 PM To: Maven Users List Subject: RE: How to start projects with Maven Try using forward slashes (/) inste

RE: How to start projects with Maven

2003-10-24 Thread O'Fallon, Paul (MAN-Corporate)
;Maven Users List' > Subject: RE: How to start projects with Maven > > Ok Paul, I'm reading thru all that. But take a look at this. > I used this build.properties file to run the > eclipse:external-tools goal. > > maven.eclipse.workspace=C:\wsad_works

RE: How to start projects with Maven

2003-10-24 Thread Vikas Phonsa
e = C:\wsad_workspaces\JakartaTesting Any idea what's going on. Will it not accept another level of directory. Vikas -Original Message- From: O'Fallon, Paul (MAN-Corporate) [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 2:14 PM To: Maven Users List Subject: RE: How to start proj

RE: How to start projects with Maven

2003-10-24 Thread O'Fallon, Paul (MAN-Corporate)
October 24, 2003 4:48 PM > To: 'Maven Users List' > Subject: RE: How to start projects with Maven > > Hi Paul, > > Your email shows direction. But I very new to Maven and just > finished my first tutorial. Could you guide how should I > proceed with this eclipse plug i

RE: How to start projects with Maven

2003-10-24 Thread Vikas Phonsa
ist Subject: RE: How to start projects with Maven Look at the genapp plugin http://maven.apache.org/reference/plugins/genapp/ As for IDE integration, look at the eclipse plugin http://maven.apache.org/reference/plugins/eclipse/ (although it took some additional effort for us to get this to work wit

RE: How to start projects with Maven

2003-10-24 Thread O'Fallon, Paul (MAN-Corporate)
age- > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 2:45 PM > To: 'Maven Users List' > Subject: How to start projects with Maven > > Hi Guys, > > I want to know how should the project development be started > in order to

How to start projects with Maven

2003-10-24 Thread Vikas Phonsa
Hi Guys, I want to know how should the project development be started in order to use Maven. In the tutorials and articles, maven is used to build and jar up stuff after the classes have been written. They wrote the project.xml after they had written the classes. I want to use Maven my WDSC IDE