Hi I am using Netbeans for quite a while, But still I am not familiar with the Netbeans's project structure and other things like Ant, Maven, different xml files, manifest etc etc.
Can anyone redirect me to any other resources or any book that's gonna give me a very basic insight about what all of this things means and how they all fit together.
EDIT I have googled about each topic but, they give me an idea about what they are. But, I dont understand how they fit together.
Say, in A NB project, there are 4 items, inside the project folder
- nbproject (folder)
- src (I understand this hold just the packages in a folder-ed fashion)
- build.xml
- manifest.mf
I dont understand, what this build.xml and manifest.mf file does
inside nbproject
- private (hold netbeans preference info)
- build-impl.xml
- genfiles.properties
- project.properties
- project.xml
I guess these xml files are some sort of a script, but how they work and when, what the feed into is unknown to me.