[Core] Recent build break?

View: New views
2 Messages — Rating Filter:   Alert me  

[Core] Recent build break?

by Curtiss Howard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Just pulled down the latest MyFaces core source tree and noticed this
build break:

/opt/devel/myfaces/2.0.0/api/src/main/java/javax/faces/component/UIComponentBase.java:[35,46]
package javax.faces.component.UIOutputGenerated does not exist
/opt/devel/myfaces/2.0.0/api/src/main/java/javax/faces/component/UIViewRoot.java:[36,46]
package javax.faces.component.UIOutputGenerated does not exist
/opt/devel/myfaces/2.0.0/api/src/main/java/javax/faces/component/UIOutput.java:[27,46]
package javax.faces.component.UIOutputGenerated does not exist

The changes were part of MYFACES-2259.  I wanted to throw this out on
the mailing list to see if maybe I missed some important build step
before opening a JIRA issue.

Thanks,


Curtiss Howard

Re: [Core] Recent build break?

by Leonardo Uribe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I removed the unused imports. This class was used in my local machine to fix the  velocity component template.

regards

Leonardo Uribe

2009/6/30 Curtiss Howard <curtiss.howard@...>
Hi,

Just pulled down the latest MyFaces core source tree and noticed this
build break:

/opt/devel/myfaces/2.0.0/api/src/main/java/javax/faces/component/UIComponentBase.java:[35,46]
package javax.faces.component.UIOutputGenerated does not exist
/opt/devel/myfaces/2.0.0/api/src/main/java/javax/faces/component/UIViewRoot.java:[36,46]
package javax.faces.component.UIOutputGenerated does not exist
/opt/devel/myfaces/2.0.0/api/src/main/java/javax/faces/component/UIOutput.java:[27,46]
package javax.faces.component.UIOutputGenerated does not exist

The changes were part of MYFACES-2259.  I wanted to throw this out on
the mailing list to see if maybe I missed some important build step
before opening a JIRA issue.

Thanks,


Curtiss Howard