On Thu, Sep 17, 2009 at 11:43 PM, MavenZede <[email protected]> wrote:
>
> I have been trying to run a maven2 jsf project on Eclipse Galileo, but I did
> not unfortunately. I tried a lot of ways, read thousands of web pages. My
> first problem is that I cannot import my maven2 web project into Eclipse. I
> know it should be happen when I run this mvn eclipse:eclipse, however it
> doesnt. The eclipse project file (.project) already came after I run above
> mentioned command, but again unfortunately this .project file could not
> opened with eclipse.

Please be specific when you say "could not opened with eclipse".
Do you mean that when you tried File > Import... that
* the project was not available for selection
* Eclipse gave an error message

If it was "the project was not available for selection" then you need
did you read
http://maven.apache.org/plugins/maven-eclipse-plugin/faq.html#import-project
Also in http://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html
it tells you in the paragraph after step 11 to "Note, you have to
delete the .project-file of your parent project before."
This is because if the project already exists inside eclipse it won't
let you import projects that are located "under" that directory.  By
deleting the .project file your are tricking eclipse into allowing
this.

If it was "Eclipse gave an error message", then providing the error
message would be helpful in trouble shooting the problem.

> Some specification of system are ;
> ---Apache tomcat 6.0
> ---myFaces 1.2.7 for jsf
> ---Eclipse galileo (3.5 with WTP 3.1)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to