| Summary: | Creating a project form an Ant build.xml file produces odd behaviour. Error markings are not working plus the console do not println | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | firepowerjohan |
| Component: | Eclipselink | Assignee: | Eric Gwin <eric.gwin> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | tom.ware |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
firepowerjohan
A couple things: I'm not certain about the build you are using. Is that the eclipse build number? or the qualifier for EclipseLink? To import an EclipseLink project into Eclipse, import from "existing project", after you have pulled from svn - the build.xml files included in EclipseLink are not intended for use with PDE. Rather they are for those individuals who want to build/test from the command-line, or from within a different IDE. Solved. It was the build path wronly configured when creating a project from Ant. The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |