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?

Now, I see what happened here, but it’s already morning in Bulgaria, so it was middle of the night here when this happened and unfortunately we couldn’t help. I suspected something like this could happen and wanted to review the merging of the patches before committing them, but the important thing is that it’s ok now. Thanks for resolving the issue!

 

Stefan

 

From: wtp-releng-bounces@xxxxxxxxxxx [mailto:wtp-releng-bounces@xxxxxxxxxxx] On Behalf Of Neil Hauge
Sent: Freitag, 20. Mai 2011 05:55
To: wtp-releng@xxxxxxxxxxx
Subject: Re: [wtp-releng] Compile errors in rebuild?

 

We are now releasing a fix that keeps all of the patches in the build.  See below bug for more information.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=346574

Neil

On 5/19/2011 8:55 PM, Neil Hauge wrote:

Upon further investigation it looks like there was a merge issue with JPAEditorMessages.  All three patches touched this file, so there must have been a merge error when they were committed.  I'll see if I can fix it up.

Neil

On 5/19/2011 8:05 PM, Neil Hauge wrote:

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
 
_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng
 
 
_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng

Back to the top