Having trouble getting this email to “take”...

It looks like it does have issues.

I just pulled the 0.9.3 branch.

I get a lot of these warnings when I compile the framework:
     [java] 
/Apache/royale-asjs/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/ButtonBarReorderBead.as(43):
 col: 9 Warning: Definition 
org.apache.royale.html.supportClasses.DataItemRenderer could not be found.
     [java] 
     [java]     import org.apache.royale.html.supportClasses.DataItemRenderer;
     [java]            ^
     [java] 
     [java] 
/Apache/royale-asjs/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as(29):
 col: 9 Warning: Definition org.apache.royale.html.supportClasses.DataGroup 
could not be found.
     [java] 
     [java]     import org.apache.royale.html.supportClasses.DataGroup;
     [java]            ^

I used it to compile my app, and I get runtime errors due to missing 
components. This seems to be due to HTML not subclassing Group.

Here’s an example of elements which go AWAL:
<html:Ul className="tabs" id="tabList">
        <html:Li>
                <html:TextNode text="{locStr.TEXT}"/>
        </html:Li>
        <html:Li className="active">
                <html:TextNode text="{locStr.FRAME}"/>
        </html:Li>
</html:Ul>

Everything below <ul> is missing.

> On May 16, 2018, at 10:45 PM, Alex Harui <aha...@adobe.com.INVALID 
> <mailto:aha...@adobe.com.INVALID>> wrote:
> 
> I'm pretty sure the branches were cut before the changes in question.  You 
> can pull down the branches and build them to verify.  Or look at their 
> history on GitHub.
> 
> Om, did you see a date for when Maven SCM would be released?  The only 
> response I got from the Maven folks was to build Maven SCM from sources.  If 
> it is going to be more than a week, I might actually try that.
> 
> -Alex
> 

Reply via email to