Skip to Content

General Projects

A general project is the most simple project type. It contains of a name, can contain natures and builders (in fact most simple projects don't have them since then they are not "general" anymore).

Project references

A General project can specify dependencies to other projects (even to projects of other types) (Project properties -> Project references). Note that this kind of projects reference differs from the JDT project references where you specify dependencies via the classpath. When you ask Ant4Eclipse for the dependency graph of your projecfts you can choose which type of dependencies you want to resolve.

Ant4eclipse' tasks that work even with General project are organized in the "platform" layer. Since all Eclipse project types "inherit" from General project, all tasks defined in the platform layer can be used with any other project type.