Sorry, but I’m new to the MyEclipse environment, but not new to Java, so here goes :
1) I’m finding it impossible to get MyEclipse to build a particular Java source file under a MyEclipse project. This project is one that already has a deep hierarchy of java classes, but doesn’t appear to have an extensive build.xml. As you can imagine, there are dependencies all over the place that I need to teach MyEclipse IDE about. How is this done ?
I’d rather not have to manually build an ant build file for this large chunk of code.
2) Isn’t there a way of demarcating the dependencies under MyEclipse or some mapping tool that might work with the ant build structure ?
3) Isn’t there some graphical UI tool that might be able to help me map out the build dependencies in the standard build.xml format ?
4) So, to phrase question #1 as simple as possible, How do I tell a MyEclipse project to build some files before others (usually the others depend on the class files built before it).
For questions 1&4, I was looking for a easy mechanic, such as right clicking on a source file under a project to build it, but there’ s no such feature in MyEclipse.