Hi,
> This is after a successful build in the source kit?
Yes those errors are after a successful build of the source kit - although see
note about 11.1 vs 11.4.
> Those missing files
> should be .js files generated by the build and in the appropriate package
> folders under js/frameworks/FlexJS
Hi,
+0 binding for now. Unable to compile for FP 11.1 (seems 11.4 is now minimum
but that's not mentioned in READme). Examples that worked in previous version
are now non functional.
- MD5 and signature good
- LICENSE and NOTICE good
- no binary files in source
- One file is missing header (see
This is after a successful build in the source kit? Those missing files
should be .js files generated by the build and in the appropriate package
folders under js/frameworks/FlexJS/src. These are some of the files that
you thought should have ASF headers that you found in the binary kit.
-Alex
On 7/13/14 11:02 PM, "Justin Mclean" wrote:
>Hi,
>
>For the data binding example I'm getting:
>
> [java] WARNING:
>/Users/justinmclean/Downloads/closure-library/closure/goog/base.js:1503:
>WARNING - "arguments.callee" cannot be used in ES5 strict mode
> [java] var caller = arguments.c
On 7/13/14 10:16 PM, "Justin Mclean" wrote:
>Hi,
>
>Notice the binary package has a number of files I would of expected to be
>Apache licensed/have Apache headers
>
>Also shouldn't these files be in the source package?
These files are generated by the build, so I don't think they need
headers.
Hi,
The DataGrid example now fails to compile - should it?
[java] SEVERE: ERROR - Duplicate input:
/Users/justinmclean/Documents/ApacheFlexJSRC5/apache-flex-flexjs-0.0.2-src/examples/DataGridExample
[java]
[java] Jul 14, 2014 4:03:51 PM
com.google.javascript.jscomp.LoggerErrorManager
Hi,
For the data binding example I'm getting:
[java] WARNING:
/Users/justinmclean/Downloads/closure-library/closure/goog/base.js:1503:
WARNING - "arguments.callee" cannot be used in ES5 strict mode
[java] var caller = arguments.callee.caller;
[java]^
[java]
Hi,
Notice the binary package has a number of files I would of expected to be
Apache licensed/have Apache headers
Also shouldn't these files be in the source package?
frameworks/js/FlexJS/src/org/apache/flex/charts/BarChart.js
frameworks/js/FlexJS/src/org/apache/flex/charts/beads/BarChartVi
Hi,
+1 binding
- signatures and md5 good
- LICENSE and NOTICE good
- No binary files in source release
- All source files have correct headers
- can compile from source
- tests pass
Thanks,
Justin
HI,
Changing my vote to +1 binding. MD5 change fixed SDK 4.13, issue with 4.12
looks to be a Flash Builder issue and was fixed by restarting FB (SDK cached?).
Note that is there is issue with RSLs and player global swf caching but these
are minor and most people shouldn't run into them (fingers
This is a log from a second or third install of. 4.13? Remember that 4.12 won't
cache it. The caching is working for me.
Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
Justin Mclean wrote:
Hi,
> Sorry, I must have read the log incorrectly last night. Yes, this means
> the MD5 is n
Hi,
> Sorry, I must have read the log incorrectly last night. Yes, this means
> the MD5 is not matching. I just updated it.
That seem to have fixed that problem - note however that the player global swc
is not cached when caching is turned on, this is what caused the issue in the
first place.
Ideally, we would have both the 'old compiler' and Falcon in the normal
SDK. This would, I think, benefit all three projects - yours, FlexJS/VF2JS
and the normal SDK itself (the latter because it would help start the
transition from 'old' to 'new'.
EdB
On Sun, Jul 13, 2014 at 7:03 PM, Christof
Just forgot to ask,
Another question ... when using Falcon, is there any difference in the
Framework part? Are the swcs the same as in the normal SDK? If yes, what
exactly is different?
At least this would be what I am currently expecting. I know I will have to
reference other things when star
Hi Alex,
thanks for that update ... I think I'll try with Mavenizing the "generated/sdk"
directory and experiment a little with that.
As Flashbuilder is able to, hopefully Flexmojos will also be able to work with
falcon without any modification (I will have to update the checkers in
Flexmojos t
On Sat, Jul 12, 2014 at 9:11 PM, Alex Harui wrote:
>
>
> On 7/12/14 11:05 AM, "OmPrakash Muppirala" wrote:
>
> >On Sat, Jul 12, 2014 at 10:55 AM, Alex Harui wrote:
> >
> >> The Installer 3.1 uses MD5 checksums on many of its downloads to verify
> >> their accuracy. The checksums for Google Clo
Gordon or Darrell might know the real answer.
If you build the Falcon repo or unpack a binary package, you should see a
compiler/lib folder. In it are the external dependencies require by the
build. Antlr, Commons-io, Commons-cli, guava, Jburg, Jflex, LZMA.
Pretty sure Jburg is need to build, b
On 7/13/14 7:46 AM, "Christofer Dutz" wrote:
>Actually I was pretty surprized to see that I could execute the sh files
>on my Windows machine without any need of Cygwin.
You might have Git Bash in the path. It doesn't have to be cygwin,it just
needs to run .sh files. The .sh files might do som
Sorry, I must have read the log incorrectly last night. Yes, this means
the MD5 is not matching. I just updated it. Apparently it was not
already in your cache because then it wouldn't bother md5 matching. Try
again.
-Alex
On 7/13/14 3:13 AM, "Justin Mclean" wrote:
>Hi,
>
>I can repeat the
Actually I was pretty surprized to see that I could execute the sh files on my
Windows machine without any need of Cygwin.
Well I would like to reduce the amount of dependencies needed to build flex.
Currently it's more difficult to setup than it needs to be.
Think I have my hands in way too mu
Hi,
After my latest Mavenizer and Flexmojos changes seem to compile all of my Flex
projects without problems, I wanted to get started on adding Falcon support.
Now instead of re-deploying the entire compiler, I would much more like to have
the falcon-compiler depend on the normal compiler by ref
There are other .sh files created and used by the main .sh files. What
would you convert to, Ant? If so, feel free to take that on.
On 7/13/14 4:22 AM, "Christofer Dutz" wrote:
>Hi,
>
>I am currently investigating the build-problems of the mustella
>testsuite. Currently I'm trygin to understan
Hi,
I am currently investigating the build-problems of the mustella testsuite.
Currently I'm trygin to understand mustella itself.
Since I first heard about it, I was wondering why we need Cygwin to run the
suite. Currently the only thing I could find, was that you start the suite
using a ".sh"
Hi,
I can repeat the SDK 4.13 issue every time with FP/AIR 14 beta and caching
turned on, and I've just tested with caching turned off and I also get the same
issue.
Does anyone else get this?
Here's the full log:
Version 3.1.0 (mac)
Using Locale: en_AU
Fetched the SDK download mirror URL fro
Hi,
> OK, I'm done for tonight anyway. For the 4.13.0, did you have caching on?
Yes caching was turned on, AIR or the SDK is cached with 4.13.0 (can't recall
which one) which saves me 20 minutes installing.
Justin
OK, I'm done for tonight anyway. For the 4.13.0, did you have caching on?
-Alex
On 7/13/14 12:20 AM, "Justin Mclean" wrote:
>Hi,
>
>Just trying again may take a little time - AIR is taking 20+ minutes to
>download at the moment.
>
>Justin
Hi,
Just trying again may take a little time - AIR is taking 20+ minutes to
download at the moment.
Justin
HI,
> So you built from these sources, uninstalled whatever Installer you had and
> ran
> the DMG file in the installer/release folder?
Yep correct.
> Are you passing any command-line arguments?
None.
Justin
Still can't repro the 4.13.0 problem (or the 4.12.1 problem). So you
built from these sources, uninstalled whatever Installer you had and ran
the DMG file in the installer/release folder? Are you passing any
command-line arguments?
-Alex
On 7/12/14 11:50 PM, "Justin Mclean" wrote:
>Hi,
>
>100%
29 matches
Mail list logo