-----Original Message----- From: Vikas Phonsa Sent: Wednesday, November 05, 2003 1:24 PM To: 'O'Fallon, Paul (MAN-Corporate)' Subject: RE: Maven commandline arguments
Paul, Here is the complete post ---------------------------------------------------------------------------- Hi everybody, I'm using eclipse based wsad IDE and after a discussion in this list was trying to use genapp and the eclipse plugins to start my projects. But I'm having some issues. Here's what's going on: 1. If I use genapp out side the IDE to generate a project folder and then use eclipse goal still out side the IDE, the .project and .classpath files are generated in my project folder but my IDE doesn't recognize that project as a java project in that workspace and I can't find any way how I can get that in my IDE. Infact the IDE doesn't even recognize that project folder even in the resources perspective. 2. Then I tried to make a new simple project (not a java project) in my IDE and then make a project.xml file inside the project folder and select that project in the IDE and run the eclipse goal from inside the IDE. Again .project and .classpath files are generated and now IDE takes it as a java project also. But the .classpath files doesn't has entries for all the dependencies that I specify in the project.xml. The .classpath is updated with all the dependency jars from project.xml only when I run eclipse goal outside the IDE. Do I have to modify the arguments that IDE is supplying to the eclipse plugin now configured as an external tool ? I'm basically unable to start project in my IDE using maven. Thanks in advance for your help. Vikas ---------------------------------------------------------------------------- -----Original Message----- From: O'Fallon, Paul (MAN-Corporate) [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 1:19 PM To: Vikas Phonsa Subject: RE: Maven commandline arguments I don't have this post (I probably already deleted it). If you want to resend it directly to me I'll see if I can help... - Paul > -----Original Message----- > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 05, 2003 4:11 PM > To: 'Maven Users List' > Subject: RE: Maven commandline arguments > > Yeah Paul, > > Thanks for this list > > Nice to hear from you again. > > I'm having issues with starting projects with eclipse. I > would appreciate if you could take a look at my previous post > titled "eclipse plugin" > > Thanks > > Vikas > > -----Original Message----- > From: O'Fallon, Paul (MAN-Corporate) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 05, 2003 1:10 PM > To: Maven Users List > Subject: RE: Maven commandline arguments > > Do you mean this list? > > >maven --help > usage: maven [options] [goal [goal2 [goal3] ...]] > > Options: > -D,--define arg Define a system property > -E,--emacs Produce logging information without adornments > -X,--debug Produce execution debug output > -b,--nobanner Suppress logo banner > -d,--dir arg Set effective working directory > -e,--exception Produce exception stack traces > -f,--find arg Set project file and effective working directory by > finding > the project file > -g,--goals Display available goals > -h,--help Display help information > -i,--info Display system information > -o,--offline Build is happening offline > -p,--pom arg Set project file > -v,--version Display version information > > > -----Original Message----- > > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, November 05, 2003 2:58 PM > > To: 'Maven Users List' > > Subject: Maven commandline arguments > > > > Hi, > > > > Can somebody point me to the list of command line argument > that can be > > supplied to maven. I'm unable to find that on the website. > > > > I was trying to use the eclipse plug in and the > documentation about > > that doesn't mention if I can use any specific commandline argument > > with that. > > > > Thanks > > > > Vikas > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
