Sorry, typo. 1.8.0_101.
On 5/2/17, 5:04 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
wrote:
>Huh? The JDK download site says that 1.8.0_131 is the latest version:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.oracle
>.com%2Ftechnetwork%2Fjava%2Fjavase%2Fdownl
Huh? The JDK download site says that 1.8.0_131 is the latest version:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
I will try the font project alone in verbose mode and report here.
Thanks,
Om
On Tue, May 2, 2017 at 5:00 PM, Alex Harui wrote:
> Theoretic
Theoretically, the problem goes away after 1.8.0_131. Maybe run with more
verbose output to see if you in fact hitting the same problem.
-Alex
On 5/2/17, 2:05 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
wrote:
>On Tue, May 2, 2017 at 10:09 AM, Alex Harui wrote:
>
>> "Non-us" may
Hi Peter,
I was going through the DataTable class code and I see that you are adding
mapper bead in addedToParent.
override public function addedToParent():void
{
super.addedToParent();
addBead(new DataTableMapperForArrayListData());
dispatchEvent( new Event("initComplete") );
}
If I
On Tue, May 2, 2017 at 10:09 AM, Alex Harui wrote:
> "Non-us" may be a typo. I think it happens everywhere.
>
> If you can upgrade to latest Java 8, the problem should go away.
> Otherwise see:
>
> http://www.oracle.com/technetwork/java/javase/
> downloads/jce8-download-21331
> 66.html
>
>
> The
Hi,
During Maven or console build of simple application [1] I'm getting warning
from google closure:
May 02, 2017 10:50:58 PM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING: D:/flex_sdk/Projects/Apache
related/FlexJSTest/target/javascript/bin/js-debug/views/MainView.js:70:
WARNIN
"Non-us" may be a typo. I think it happens everywhere.
If you can upgrade to latest Java 8, the problem should go away.
Otherwise see:
http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-21331
66.html
There is a similar link for Java 7.
AIUI, consumers of the binaries don't
On May 2, 2017 9:43 AM, "Christofer Dutz" wrote:
Hi Om,
This is due to the annoying sourceforge ssl update that prevents
downloading files from sourceforge with non-us JVMs. You have to manually
update the encryption module of your JVM to download those files. I just
lived with commenting out th
Hi Alex,
Maybe under "Getting Started With FlexJS" - Building FlexJS applications or
something like that.
[1]
https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+With+FlexJS
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex
Hi Om,
This is due to the annoying sourceforge ssl update that prevents downloading
files from sourceforge with non-us JVMs. You have to manually update the
encryption module of your JVM to download those files. I just lived with
commenting out the fonts module from my build as it was only one
I think I already did that yesterday …
Chris
Am 01.05.17, 22:26 schrieb "Alex Harui" :
On 5/1/17, 10:19 AM, "Greg Dove" wrote:
>
>btw I think :
>true
>
>is presumably redundant in any pom.xml now,
Yes, I'm pretty sure those can be removed. Volunteers
On 5/2/17, 12:41 AM, "Piotr Zarzycki" wrote:
>Hi,
>
>I was looking into that issue, but really don't know what is happening.
>Can
>someone take a look ?
I think it is FLEX-35300. I pushed a change to the compiler last night.
For some reason it didn't trigger a framework build. I just started
We have a number of new Falcon/FalconJX compiler options documented here:
https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+with+the+Falcon+and+FalconJX+Compilers
This would be a good starting place to add -targets, I think.
- Josh
On Tue, May 2, 2017 at 9:10 AM, Alex Harui wrot
On 5/2/17, 1:19 AM, "piotrz" wrote:
>Hi Justin,
>
>You are right JSFlex helped and now project is running. So it look like JS
>is for pure AS app or libraries. It should be documented before release.
Did we ever decide where to put documentation, especially for compiler?
Targets is plural, be
On 5/2/17, 2:07 AM, "Tom Chiverton" wrote:
>Sounds easy.
>
>In the mean time, I think the instance has died ? Can you restart it ?
When I looked it appeared to be up, but still stuck on MD5Checker even
though I updated it last night. It turned out that the ASF CMS didn't
pick up the changes s
On 5/2/17, 5:54 AM, "Peter Ent" wrote:
>Plus, there is no provision in the base layout for watching for new
>children or removed children. In the PAYG world, those feature would be
>part of other layouts:
>
>HorizontalLayoutWatchForAddChild
>HorizontalLayoutWatchForRemoveChild
>HorizontalLayoutW
I'm trying to find the balance between PAYG and mimicking the HTML/JS/CSS
side on the SWF side.
Take HorizontalLayout for example. On the JS side, this layout waits for
"childrenAdded" and then changes each child's display style to
"inline-block". If you then programmatically change one child's wi
Sounds easy.
In the mean time, I think the instance has died ? Can you restart it ?
Tom
On 02/05/17 02:18, Alex Harui wrote:
On 4/30/17, 7:44 AM, "Christofer Dutz" wrote:
Hi Gyus,
I guess the reason is that the default Ant job tries to read the file
into memory. This isn’t needed in orde
Hi Justin,
You are right JSFlex helped and now project is running. So it look like JS
is for pure AS app or libraries. It should be documented before release.
However I still have in console failure compilation:
---
T E S T S
Hi,
> [3] https://paste.apache.org/Qzz7
Yep that’s some error I was getting due to the missing dependancies.
However it looks like user error here as the target line should be specified
like so:
JSFlex
Not like so:
JS
Is this documented anywhere?
Thanks,
Justin
Hi,
I just tried it also (JS only) with this small application [1]. Build have
failed [2], but generat JS files. When I run application I'm getting in the
console [3].
[1] https://1drv.ms/u/s!ApVpLyjpHDC2zThP1R6wbt_7Qtk0
[2] https://paste.apache.org/4MAa
[3] https://paste.apache.org/Qzz7
Piotr
Hi,
I was looking into that issue, but really don't know what is happening. Can
someone take a look ?
Thanks,
Piotr
2017-05-02 0:08 GMT+02:00 Apache Jenkins Server :
> The Apache Jenkins build system has built FlexJS Framework (maven) (build
> #900)
>
> Status: Still Failing
>
> Check console o
Hi,
Look like JS only compilation is a bit broken.
For a minimal application like so:
http://ns.adobe.com/mxml/2009";
xmlns:js="library://ns.apache.org/flexjs/basic">
If you compile with JS you g
Understand. It is not bad changes in terms of complex layout.
I think this changes need to be done on feature branch. I would like to test
it and see how it affects current examples.
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-devel
24 matches
Mail list logo