Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] How does Eclipse build it's build path?

This raises another question that I have.

If you use Ant to manage your build process then typically you often end up referencing /workspace paths in Ant build.xml files right?

When using Ant to build things in eclipse if you want the source to resolve all classes you have to have all dependent projects in the workspace. So in effect when you set some property in one projects ant build.xml file to reference another projects jar you have to point to paths under /workspace right? Assuming you allow the default "output" directories to exist for each of the projects you're building.



Back to the top