Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Code Review of 291519 - missing eclipse project .classpath ref to modelgen - fails to compile in eclipse

Kevin,
Actually you will need more than this fix - a cycle will exist between the 2 projects with this change
   /michael

Michael O'Brien wrote:
Kevin,
The change made to link the modelgen tests to the jpa test suite is missing the eclipse project side of the change. A reference must be made in eclipse in the jpa test projet to the modelgen project in order to compile properly.

   http://fisheye2.atlassian.com/changelog/eclipselink/?cs=5463

   fix: Add this to eclipselink.jpa.test/.classpath
<classpathentry combineaccessrules="false" kind="src" path="/eclipselink.jpa.modelgen.test"/>


I didn't pick up this failure earlier because it does not appear in the package viewer. I'd make the simple change myself but a ant/eclipse compilation and ant or eclipse regression should be run.

The ant build is fine - If changes are made to projects in ant (build.xml) - the same changes must be made in eclipse (.project/.classpath).

   thank you
   /michael

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top