Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Compile errors in rebuild?

Already investigating.  They don't compile in my workspace, so not sure if it is a dependency issue, but that is my guess.  If I can't figure it out quickly I'll just roll the offending change back and notify wtp-releng.

Neil

On 5/19/2011 8:00 PM, David M Williams wrote:
I know we were being aggressive getting in some of these fixes into RC2 and assume (hope?) someone can fix these this evening?
Was there a problem with the release? Some pre-req?


Source File: org/eclipse/jpt/jpadiagrameditor/ui/internal/feature/MoveEntityFeature.java
1. ERROR: UndefinedField
MoveEntityFeature_ContextMenuOperationDescription cannot be resolved or is not a field
MoveEntityFeature.java :
43 : return JPAEditorMessages.MoveEntityFeature_ContextMenuOperationDescription;

Source File: org/eclipse/jpt/jpadiagrameditor/ui/internal/feature/RefactorAttributeTypeFeature.java
1. ERROR: UndefinedField
RefactorAttributeTypeFeature_ContextMenuOperationDescription cannot be resolved or is not a field
RefactorAttributeTypeFeature.java :
96 : return JPAEditorMessages.RefactorAttributeTypeFeature_ContextMenuOperationDescription;

Source File: org/eclipse/jpt/jpadiagrameditor/ui/internal/feature/RenameEntityFeature.java
1. ERROR: UndefinedField
RenameEntityFeature_ContextMenuOperationDescription cannot be resolved or is not a field
RenameEntityFeature.java :
45 : return JPAEditorMessages.RenameEntityFeature_ContextMenuOperationDescription;

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

Back to the top