I am new to Ant. I have an existing Ant project and imported into Eclipse without any issues.
My actual project structure is as below outside eclipse:
But after importing into eclipse, I can see only src
folder and build.xml
and referenced libraries
folder. I could not see other folders inside eclipse. It is web application and EAR
file is created.
Do i need to convert the project as eclipse project to see all the folders? Like eclipse:eclipse
for maven projects is there any command for Ant projects? Please help me.
Thanks!