| RE: [eclipselink-dev] Build issues - use 2827 |
|
James,
No issues anymore as of 2827 for Ant or
Eclipse
I noticed a first time merge conflict with
javax.persistence_1.99.0.jar (looks like is being build locally now) when
updating one of my views to 2827 from around 2800.
- make sure you update to 2827 and not
2825
Conflicted:
C:\view_w34r1a\jpa\plugins\javax.persistence_1.99.0.jar
My build seems to be OK, but I don't see the second delete
in the [clean] target that you are seeing.
>ant
clean:
[delete] Deleting directory C:\view_w34r1a\jpa\plugins\javax.persistence\classes compile:
Eclipse: Everything working fine as of 2827
My eclipse projects were having problems since updating
from 2821 to 2825 on unquoted manifest entries causing compile issues with
missing apache Import-Package: entries not showing up in the eclipse project
view - these are fixed in 2826/2827
39 +
org.apache.tools.ant;version="1.6.0";resolution:=optional,",
40 + org.apache.tools.ant.types;version="1.6.0";resolution:=optional,", thank you
/michael
|