A guy at work needs to import an existing Java webapp into Eclipse. When he imports it from the Ant buildfile it creates a normal Java project instead of a web project. I think he also said it doesn't import the struts and faces? Something like that.
Is there a way to create a web project in Eclipse EE from an Ant buildfile? If so, how?
Thanks in advance.