I've just tried build two examples "DataBindingTest" (build and run without
the problems) and "DataGridExample".
For the "DataGridExample" [1] I'm getting error [2] during the launch of app
and not sure why.
[1] https://paste.apache.org/7sgx
[2] https://paste.apache.org/kWuG
Piotr
-
Apach
OK, got rid of the CSS. The JS output now looks like:
/**
* Main
*
* @fileoverview
*
* @suppress {checkTypes}
*/
goog.provide('Main');
/**
* @constructor
*/
Main = function() {
};
/**
* @expose
*/
Main.prototype.start = function() {
var self = this;
var /** @type {Element} */ e
OK, I believe that if you go and install the FlexJS Nightly, you can go to
the folder where you installed it and type:
On OSX:
js/bin/jsc path/to/Main.as
On Windows:
js\bin\jsc.bat path\to\Main.as
And you’ll get a JS file out. The JS file has some extra CSS stuffed on
the end that I’m going
On 6/14/15, 9:17 AM, "Frédéric THOMAS" wrote:
>@Alex,
>Have you done something for the "generated" IDE/IDEA/intellij-config.xml
>and the copy of the legacy NSs yet ?
No not yet. I’ll work on that this week. Can you re-post what we need?
Otherwise I’ll try to find it upthread.
-Alex
> Anyway, I've been bored to not get a damn about compilers, I
started to study how works our compiler in more details, I haven't got
the theory but finally found I guess a good book from which I can follow
more how our compiler works.
Btw, for those interested, that's the basis and a bit more
I didn't check yet for this particular one (Abstract / NS of the ctor) but for
generics in Java, a type erasure is applied before emitting, the validation is
done at compile time only.
Anyway, I've been bored to not get a damn about compilers, I started to study
how works our compiler in more
Hi Piotr,
Yes, all my work is in.
It doesn't mean that all the needed files are in.
@Alex,
Have you done something for the "generated" IDE/IDEA/intellij-config.xml and
the copy of the legacy NSs yet ?
Frédéric THOMAS
> Date: Sat, 13 Jun 2015 18:42:55 -
There's a circular dependency on asjs. Try building asjs. There might be enough
of falcon built to succeed.
Sent from my LG G3, an AT&T 4G LTE smartphone
-- Original message--
From: Darrell Loverin
Date: Sun, Jun 14, 2015 6:44 AM
To: dev@flex.apache.org;
Subject:Re: Any ideas why b
Pulled the latest on the develop branch.
>ant wipe-all
>ant all
...
[junit] Running
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile
[junit] IDocument not resolved in controllers.MyController
[junit] Tests run: 3, Failures: 1, Errors: 1, Skipped: 0, Time elapsed:
0
To include asdocs in a (Flex) swc library, the following is required:
- Generate asdocs adding the following arguments (via Ant):
keep-xml = true
skip-xsl = true
- Create the swc as usual
- Add the generated asdocs to the swc minus 2 files that aren't needed
(ASDoc_Config.xml
10 matches
Mail list logo