[royale-asjs] branch develop updated: fix inheritance links

2018-02-03 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
 new 031a52f  fix inheritance links
031a52f is described below

commit 031a52f197a35f7cd94098a6f540e056fa330859
Author: Alex Harui 
AuthorDate: Sat Feb 3 22:24:50 2018 -0800

fix inheritance links
---
 examples/royale/ASDoc/src/main/royale/models/ASDocModel.as | 9 +
 1 file changed, 9 insertions(+)

diff --git a/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as 
b/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
index f69f155..10e9d8d 100644
--- a/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
+++ b/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
@@ -389,6 +389,15 @@ package models
 var data:Object = {label: end };
 if (masterData.classnames.indexOf(p) != -1)
 {
+   c = p.lastIndexOf(".");
+   if (c != -1)
+   {
+   p = p.substr(0, c) + "/" + p.substr(c + 
1);
+   }
+   else
+   {
+   p = "/"+ p;
+   }
data.href = p;
 }
 s.push(data);

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] branch develop updated: fix asdoc maven build

2018-02-03 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
 new 46be711  fix asdoc maven build
46be711 is described below

commit 46be711473aa5cff137041e95a2ce7f72ccf54bf
Author: Alex Harui 
AuthorDate: Sat Feb 3 22:14:40 2018 -0800

fix asdoc maven build
---
 examples/royale/ASDoc/pom.xml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/examples/royale/ASDoc/pom.xml b/examples/royale/ASDoc/pom.xml
index 5182da2..62d249d 100644
--- a/examples/royale/ASDoc/pom.xml
+++ b/examples/royale/ASDoc/pom.xml
@@ -61,6 +61,20 @@
   swc
   js
 
+
+  org.apache.royale.framework
+  RoyaleSite
+  0.9.1-SNAPSHOT
+  swc
+  swf
+
+
+  org.apache.royale.framework
+  RoyaleSite
+  0.9.1-SNAPSHOT
+  swc
+  js
+
 
 
   com.adobe.flash.framework

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[MAVEN-BUILD] Royale-asjs - Build # 460 - Still Failing

2018-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #460)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/460/ to view 
the results.

[royale-asjs] 01/02: tweak top 3 detail lines

2018-02-03 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit bf0dfe8fcbcefcf3637da5f46820f6573226fc71
Author: Alex Harui 
AuthorDate: Sat Feb 3 07:53:17 2018 -0800

tweak top 3 detail lines
---
 examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml   | 7 ++-
 .../ASDoc/src/main/royale/OptionalHashAnchorStringItemRenderer.as  | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml 
b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
index eb4885e..20e137f 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
+++ b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
@@ -142,9 +142,14 @@ limitations under the License.
 padding-left: 5px;
 }
 
+OptionalHashAnchorStringItemRenderer {
+padding-right: 3px;
+}
+
 .detailCaption {
font-weight: bold;
-   width: 150px;
+   width: 80px;
+   line-height: 20px;
 }
 
 .title {
diff --git 
a/examples/royale/ASDoc/src/main/royale/OptionalHashAnchorStringItemRenderer.as 
b/examples/royale/ASDoc/src/main/royale/OptionalHashAnchorStringItemRenderer.as
index 22f1df4..c3b 100644
--- 
a/examples/royale/ASDoc/src/main/royale/OptionalHashAnchorStringItemRenderer.as
+++ 
b/examples/royale/ASDoc/src/main/royale/OptionalHashAnchorStringItemRenderer.as
@@ -45,7 +45,7 @@ import  org.apache.royale.html.List;
 */
public function OptionalHashAnchorStringItemRenderer()
{
-   typeNames += " HashAnchorStringItemRenderer"
+   typeNames += " OptionalHashAnchorStringItemRenderer"
}
 
override public function set text(value:String):void

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[royale-asjs] 02/02: fix up more detail entries

2018-02-03 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 7a6b265f0039fcc6c494c897710ac797238b27c4
Author: Alex Harui 
AuthorDate: Sat Feb 3 08:22:57 2018 -0800

fix up more detail entries
---
 .../ASDoc/src/main/royale/ASDocMainView.mxml   | 20 ++-
 .../ASDoc/src/main/royale/AttributeRenderer.as | 61 ++
 .../ASDoc/src/main/royale/models/ASDocModel.as | 16 +++---
 3 files changed, 88 insertions(+), 9 deletions(-)

diff --git a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml 
b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
index 20e137f..5e13dd1 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
+++ b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
@@ -156,6 +156,21 @@ limitations under the License.
font-size: 20px;
 }
 
+.attributeList {
+border-style: none;
+margin-top: 10px;
+margin-bottom: 10px;
+}
+
+.description {
+   margin-top: 10px;
+   margin-bottom: 10px;
+}
+
+.attributeCaption {
+font-weight: bold;
+}
+



@@ -241,8 +256,9 @@ limitations under the License.



-   
-   
+   
+   


diff --git a/examples/royale/ASDoc/src/main/royale/AttributeRenderer.as 
b/examples/royale/ASDoc/src/main/royale/AttributeRenderer.as
new file mode 100644
index 000..4739506
--- /dev/null
+++ b/examples/royale/ASDoc/src/main/royale/AttributeRenderer.as
@@ -0,0 +1,61 @@
+
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//  http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//  See the License for the specific language governing permissions and
+//  limitations under the License.
+//
+
+package
+{
+import  org.apache.royale.html.supportClasses.StringItemRenderer;
+
+   /**
+*  The AttributeRenderer class displays an ASDoc attribute.  
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion Royale 0.0
+*/
+   public class AttributeRenderer extends StringItemRenderer
+   {
+   /**
+*  constructor.
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion Royale 0.0
+*/
+   public function AttributeRenderer()
+   {
+   typeNames = "AttributeRenderer"
+   }
+
+   override public function set text(value:String):void
+   {
+   var html:String = "" + 
data.name + "";
+   html += "" + data.value + 
"";
+COMPILE::SWF
+{
+textField.htmlText = value;
+}
+COMPILE::JS
+{
+this.element.innerHTML = html;
+}
+   }
+
+   }
+}
diff --git a/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as 
b/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
index 76de577..f69f155 100644
--- a/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
+++ b/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
@@ -399,22 +399,24 @@ package models
 return _inheritance;
 }

-private var _attributes:String;
+private var _attributes:Array;
 
 [Bindable("currentDataChanged")]
-public function get attributes():String
+public function get attributes():Array
 {
 if (!_attributes)
 {
-var s:String = "";
+   _attributes = [];
 for (var p:String in _attributesMap)
 {
+var obj:Obje

[royale-asjs] branch develop updated (9e6e361 -> 7a6b265)

2018-02-03 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


from 9e6e361  more tweaks to asdoc
 new bf0dfe8  tweak top 3 detail lines
 new 7a6b265  fix up more detail entries

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ASDoc/src/main/royale/ASDocMainView.mxml   | 27 ++--
 .../ASDoc/src/main/royale/AttributeRenderer.as | 48 ++
 .../royale/OptionalHashAnchorStringItemRenderer.as |  2 +-
 .../ASDoc/src/main/royale/models/ASDocModel.as | 16 
 4 files changed, 56 insertions(+), 37 deletions(-)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/TableRow.as => 
examples/royale/ASDoc/src/main/royale/AttributeRenderer.as (65%)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.


[MAVEN-BUILD] Royale-asjs - Build # 459 - Still Failing

2018-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #459)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/459/ to view 
the results.

[MAVEN-BUILD] Royale-asjs - Build # 458 - Still Failing

2018-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #458)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/458/ to view 
the results.

[MAVEN-BUILD] Royale-asjs - Build # 457 - Still Failing

2018-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #457)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/457/ to view 
the results.