You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by OmPrakash Muppirala <om...@gmail.com> on 2013/11/27 21:05:40 UTC

[FlexJS] Reaching out to IDE developers to support FlexJS

I have created a JIRA ticket here [1] to track our outreach efforts with
IDE developers to start supporting Apache Flex - FlexJS.

Here are the open tickets that have been created with the three IDE
developers:

IntelliJ IDEA : http://youtrack.jetbrains.com/issue/IDEA-116986
Flash Develop:
http://www.flashdevelop.org/community/viewtopic.php?f=5&t=11385
FDT: http://bugs.powerflasher.com/jira/browse/FDT-3281

Of the three, I know that IntelliJ dev (Alexander) is monitoring this
mailing list.
FDT devs have responded with a clear answer as to what they expect from the
FlexJSSDK and what it would take for them to start supporting it.  I think
our nightly builds of FlexJS should help them.
No response yet from Flash Develop folks.  If someone from this list knows
how to get their attention, please do so.

Unfortunately, Adobe Flash Builder does not seem to have a bug tracker or a
feature request form that I could find.  I am assuming that whatever
(Adobe) Alex is doing is what we are going to get as far as Flash Builder
support is going to be.

It would be great if Alex/Peter/Erik can also monitor those threads and
jump in with appropriate responses.  Please add yourselves as 'Watchers' so
that you get notifications when there is some movement there.
I am trying to bring them over to start a dialog here at dev@flex.apache.org,
but until that happens, we need to be proactive and go visit them often ;-)

Thanks,
Om

[1] https://issues.apache.org/jira/browse/FLEX-33937

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/7/15, 3:00 AM, "piotrz" <pi...@gmail.com> wrote:

>Additionally I have checked also new version of FlexJS with FDT and it
>doesn't work anymore.
>I have error during to compilation that FlexJS.swc doesn't exists - We
>have
>currently bunch of swcs.

Ugh.  So they were looking for a specific swc name?  Try copying Core.swc
to FlexJSUI.swc and see if that makes it happy.  These are the kinds of
“faking” that we should be willing to do in order make FlexJS work in
different IDEs.

>Alex,
>
>After your changes to many swcs in FlexJS - Did you have to change process
>of creation/import new project to FB in some way ?

No changes to FB or the workflow was required.  FB doesn’t seem to care
what the SWC names are.  Of course, creating a new Flex project in FB
doesn’t do the right thing and you have to copy in an existing FlexJS
project as a template, but someday someone could “solve” that by writing
another external tool that guts a Flex project and injects the correct
template, or even more ambitiously, figure out an Eclipse plug-in that
does the same.

-Alex


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Alex,

As Mike said Intellij do not recognize namespaces [1]. After change the
option into the settings to Mxmlc/compc [2]

I have an options to say Intellij can use some external compiler. [3] So
probably I need to point IDE to some things in my FlexJS SDK. I looked into
the instruction for FB on wiki [4] and into the folder ide/flashbuilder.
This two configuration simply launch 

/js/bin/compc.bat -> FlexJS (JS COMPC).launch 
/js/bin/mxmlc.bat ->  FlexJS (FalconJX Debug and Release Build).launch

So if I launch mxmlc.bat with some parameters it will compile for me swf ? 

I just need to know what file I have to point in the SDK and what parameters
to put into the launch configuration to compile the project.

[1] http://images.devs-on.net/Image/nBu7jyxOO9TWXlPQ-Cayekran.png
[2] http://images.devs-on.net/Image/1hk8MrK0ZL4tuWnp-Cayekran.png
[3] http://images.devs-on.net/Image/LmdtwTDBFZgmrOCo-Cayekran.png
[4]
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46309.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.


Thanks a lot Héctor !

Frédéric THOMAS

> From: neverbirth@gmail.com
> Date: Fri, 8 May 2015 16:34:40 +0200
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> To: dev@flex.apache.org
> 
> >
> > One question for the Flash Develop guys though, how are the intelli-sense
> > / refactoring / code navigation / hints and other IDE facilities including
> > maven integration compared to IntelliJ, do we have a comparative table ?
> >
> 
> I can't compare to IntelliJ as I haven't used it for Flex/Flash (although I
> have a license for it).
> 
> AFAIK we don't have Maven integration... it's something I'd like to look
> some day, but I barely know about it actually.
> 
> Regarding some other aspects:
> 
> - I'm sure their MXML autocompletion and refactoring is better than ours.
> In some exceptional cases ours is better than the one if Flash Builder tho.
> We do not currently support code completion inside binding expressions nor
> event handlers as attributes in MXML, also, Flex CSS isn't supported
> either. Refactoring like renaming doesn't update MXML code.
> 
> - Code navigation: It's mostly implemented, only missing navigating to
> attribute values (event handlers, skin classes and the like), but it could
> be easily added I think.
> 
> - Hints: fully supported, although the displayed help would need some love,
> support for some tags is missing, but again, hints are fully supported, and
> improving the displayed text is high on my to-do list.
> 
> - Namespace resolution: It's fully dynamic, we detect custom manifest files
> used in the compiler arguments or in build files as well.
> 
> - Wizards: One generic wizard to create MXML files. This is the most recent
> addition to MXML support, if there are enough interest more specific
> wizards for things like components, skins or applications could be created.
> 
> MXML has always been a second-class (more third than second...) citizen in
> FlashDevelop, and I work on it, but my spare time has been lately pretty
> scarce, plus I also work on other features, also, since have to work on
> several features at the same time some of them are only implemented up to
> the point they are requested, for example, the code navigation, I wasn't
> requested things like navigating to attribute values, but I always try to
> provide more features than requested, or CSS support hasn't turned up by
> anyone yet either, but I also improved a bit of it compared to current
> stable FD versions.
> .
> Another important point to take into account: most MXML features are not
> currently added in the official FD branch because I have a couple of
> important changes not fully finished that have been so far of low priority.
> But I can post builds to anyone that wants them.

 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Héctor A <ne...@gmail.com>.
>
> One question for the Flash Develop guys though, how are the intelli-sense
> / refactoring / code navigation / hints and other IDE facilities including
> maven integration compared to IntelliJ, do we have a comparative table ?
>

I can't compare to IntelliJ as I haven't used it for Flex/Flash (although I
have a license for it).

AFAIK we don't have Maven integration... it's something I'd like to look
some day, but I barely know about it actually.

Regarding some other aspects:

- I'm sure their MXML autocompletion and refactoring is better than ours.
In some exceptional cases ours is better than the one if Flash Builder tho.
We do not currently support code completion inside binding expressions nor
event handlers as attributes in MXML, also, Flex CSS isn't supported
either. Refactoring like renaming doesn't update MXML code.

- Code navigation: It's mostly implemented, only missing navigating to
attribute values (event handlers, skin classes and the like), but it could
be easily added I think.

- Hints: fully supported, although the displayed help would need some love,
support for some tags is missing, but again, hints are fully supported, and
improving the displayed text is high on my to-do list.

- Namespace resolution: It's fully dynamic, we detect custom manifest files
used in the compiler arguments or in build files as well.

- Wizards: One generic wizard to create MXML files. This is the most recent
addition to MXML support, if there are enough interest more specific
wizards for things like components, skins or applications could be created.

MXML has always been a second-class (more third than second...) citizen in
FlashDevelop, and I work on it, but my spare time has been lately pretty
scarce, plus I also work on other features, also, since have to work on
several features at the same time some of them are only implemented up to
the point they are requested, for example, the code navigation, I wasn't
requested things like navigating to attribute values, but I always try to
provide more features than requested, or CSS support hasn't turned up by
anyone yet either, but I also improved a bit of it compared to current
stable FD versions.
.
Another important point to take into account: most MXML features are not
currently added in the official FD branch because I have a couple of
important changes not fully finished that have been so far of low priority.
But I can post builds to anyone that wants them.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/10/15, 7:05 AM, "kevin.godell" <ke...@gmail.com> wrote:

>@Piotr
>
>Shouldn’t you target the mxmlc and compc that are in /js/bin? It seems
>like you are in /bin.
>
>I am stuck at this point on intellij trying to use compc or mxmlc with
>the following message:
>
>/Users/kevinGodell/Documents/flexjs0.0.3N-air17/js/bin/mxmlc
>Using Falcon codebase:
>/Users/kevinGodell/Documents/flexjs0.0.3N-air17/js/bin/../..
>Using Flex SDK: 
>/Users/kevinGodell/Documents/flexjs0.0.3N-air17/js/bin/../..
>Exception in thread "main" java.lang.UnsupportedClassVersionError:
>org/apache/flex/compiler/clients/MXMLJSC : Unsupported major.minor
>version 51.0
>
>Process finished with exit code 1
>
>I think my problem may be my java version.

Yes, please upgrade your Java version to a more recent Java 7.

Thanks,
-Alex


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
@Piotr

Shouldn’t you target the mxmlc and compc that are in /js/bin? It seems like you are in /bin.

I am stuck at this point on intellij trying to use compc or mxmlc with the following message:

/Users/kevinGodell/Documents/flexjs0.0.3N-air17/js/bin/mxmlc
Using Falcon codebase: /Users/kevinGodell/Documents/flexjs0.0.3N-air17/js/bin/../..
Using Flex SDK: /Users/kevinGodell/Documents/flexjs0.0.3N-air17/js/bin/../..
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/flex/compiler/clients/MXMLJSC : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Process finished with exit code 1

I think my problem may be my java version.

> On May 10, 2015, at 5:01 AM, piotrz [via Apache Flex Development] <ml...@n4.nabble.com> wrote:
> 
> This is how it looks like [1] once I setup external tools in Intellij. 
> 
> [1] http://images.devs-on.net/Image/y69VNEEfTnlyFBfu-Cayekran.png <http://images.devs-on.net/Image/y69VNEEfTnlyFBfu-Cayekran.png>
> 
> Piotr
> Apache Flex PMC 
> piotrzarzycki21@gmail.com
> 
> 
> If you reply to this email, your message will be added to the discussion below:
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46377.html <http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46377.html>
> To start a new topic under Apache Flex Development, email ml-node+s2333347n1h78@n4.nabble.com 
> To unsubscribe from Apache Flex Development, click here <http://apache-flex-development.2333347.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=a2V2aW4uZ29kZWxsQGdtYWlsLmNvbXwxfDI1MDE5NDgwNQ==>.
> NAML <http://apache-flex-development.2333347.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46381.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Yay!  It sounds like it is working now.

The js-release contains minified js.  The total download is much smaller
and should run faster although it is hard to tell in this small example.
The js-debug version is easier to debug if there are still issues that
aren’t found in the SWF version.

Thanks again for helping us find these issues.

-Alex

On 5/12/15, 10:20 PM, "kevin.godell" <ke...@gmail.com> wrote:

>It created the index.html this time, and I was able to view the js app
>there.
>Cool.
>What is the difference between the release and the debug version? They
>appeared identical in the browser.
>
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest
>.mxml
>Using Falcon codebase:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
>Using Flex SDK: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBi
>ndingTest.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockD
>ataJSONItemConverter.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models
>/MyModel.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/contro
>llers/MyController.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInit
>ialView.js
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/p
>layer/17.0/playerglobal.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/B
>inding.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/C
>harts.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/C
>ollections.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/C
>ore.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/C
>reateJS.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/D
>ragDrop.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/E
>ffects.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/F
>ormatters.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/G
>oogleMaps.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/G
>raphics.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/H
>TML.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/H
>TML5.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/J
>Query.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/M
>obile.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/N
>etwork.swc
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataB
>indingTest.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/utils/EffectTimer.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IEffectTimer.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/events/IEventDispatcher.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ValuesManager.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IValuesImpl.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/events/EventDispatcher.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/events/ElementEvents.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/events/ValueEvent.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/SimpleStatesImpl.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IBead.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IStatesImpl.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IStrand.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/UIBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/HTMLElementWrapper.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IBeadModel.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/events/BrowserEvent.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/events/Event.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/utils/Language.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IBeadController.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IBeadLayout.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IBeadView.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ILayoutChild.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IChild.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IParentIUIBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IParent.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IUIBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IStyleableObject.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/events/ValueChangeEvent.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/states/AddItems.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IDocument.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/states/SetEventHandler.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/states/SetProperty.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/states/State.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/ContainerView.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/BeadViewBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ILayoutParent.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/DataItemRendererFactoryForArrayData.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IDataProviderItemRendererMapper.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IListPresentationModel.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/ListView.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IItemRendererParent.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/IListView.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/TextItemRendererFactoryForArrayData.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IItemRenderer.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/models/ArraySelectionModel.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ISelectionModel.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/supportClasses/StringItemRenderer.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/controllers/ItemRendererMouseController.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/supportClasses/DataItemRenderer.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/supportClasses/UIItemRendererBase.js'
>Dependencies calculated for
>'Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IItemRendererFactory.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/utils/MXMLDataInterpreter.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/supportClasses/DataGroup.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/supportClasses/ButtonBarButtonItemRenderer.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/layouts/VerticalScrollingLayout.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/controllers/ListSingleSelectionMouseController.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ItemRendererClassFactory.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ClassFactory.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IFactory.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IItemRendererClassFactory.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/Application.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/SimpleCSSValuesImpl.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyIni
>tialView.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ViewBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IPopUpHost.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/TextArea.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/Label.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/binding/ViewBaseDataBinding.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/binding/ConstantBinding.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/binding/BindingBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/binding/GenericBinding.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/binding/PropertyWatcher.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/binding/WatcherBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/binding/SimpleBinding.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/Container.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ContainerBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IMXMLDocument.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/IContainer.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/layouts/VerticalLayout.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/beads/layouts/HorizontalLayout.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/TextInput.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/TextButton.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/Button.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/DropDownList.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/core/ListBase.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/RadioButton.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/html/CheckBox.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/events/CustomEvent.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/model
>s/MyModel.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/contr
>ollers/MyController.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/net/HTTPService.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/net/HTTPHeader.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/collections/LazyCollection.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/collections/parsers/JSONInputParser.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/Stock
>DataJSONItemConverter.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/collections/converters/JSONItemConverter.js'
>Dependencies calculated for
>'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/a
>pache/flex/utils/ViewSourceContextMenuOption.js'
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:224:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.SafeHtml.unwrap(html);
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:241:
>WARNING - incomplete alias created for namespace goog
>    var error = goog.html.SafeHtml.concat(
>                ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:242:
>WARNING - incomplete alias created for namespace goog
>        goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces(
>        ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:244:
>WARNING - incomplete alias created for namespace goog
>        goog.html.SafeHtml.create('a',
>        ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:246:
>WARNING - incomplete alias created for namespace goog
>        goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces(
>        ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:252:
>WARNING - incomplete alias created for namespace goog
>    return goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces(
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:269:
>WARNING - incomplete alias created for namespace goog
>    return goog.html.SafeUrl.fromConstant(
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:272:
>WARNING - incomplete alias created for namespace goog
>  var sanitizedFileName = goog.html.SafeUrl.sanitize(opt_fileName);
>                          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodellDocuments/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:273:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.uncheckedconversions.
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/debug/debug.js:276:
>WARNING - incomplete alias created for namespace goog
>          'view-source:' + goog.html.SafeUrl.unwrap(sanitizedFileName));
>                           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:67:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:83:
>WARNING - incomplete alias created for namespace goog
>      goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
>      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:97:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.prototype.implementsGoogI18nBidiDirectionalString =
>true;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:101:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.prototype.getDirection = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:110:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.prototype.implementsGoogStringTypedString = true;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:134:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.prototype.getTypedStringValue = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:149:
>WARNING - incomplete alias created for namespace goog
>  goog.html.SafeHtml.prototype.toString = function() {
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:165:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.unwrap = function(safeHtml) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:175:
>WARNING - incomplete alias created for namespace goog
>  if (safeHtml instanceof goog.html.SafeHtml &&
>                          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:176:
>WARNING - incomplete alias created for namespace goog
>      safeHtml.constructor === goog.html.SafeHtml &&
>                               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:178:
>WARNING - incomplete alias created for namespace goog
>          goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_) {
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:195:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.TextOrHtml_;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:212:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.htmlEscape = function(textOrHtml) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:213:
>WARNING - incomplete alias created for namespace goog
>  if (textOrHtml instanceof goog.html.SafeHtml) {
>                            ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:226:
>WARNING - incomplete alias created for namespace goog
>  return 
>goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:239:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.htmlEscapePreservingNewlines = function(textOrHtml) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:240:
>WARNING - incomplete alias created for namespace goog
>  if (textOrHtml instanceof goog.html.SafeHtml) {
>                            ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:243:
>WARNING - incomplete alias created for namespace goog
>  var html = goog.html.SafeHtml.htmlEscape(textOrHtml);
>             ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:244:
>WARNING - incomplete alias created for namespace goog
>  return 
>goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:245:
>WARNING - incomplete alias created for namespace goog
>      goog.string.newLineToBr(goog.html.SafeHtml.unwrap(html)),
>                              ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:259:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces = function(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:261:
>WARNING - incomplete alias created for namespace goog
>  if (textOrHtml instanceof goog.html.SafeHtml) {
>                            ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:264:
>WARNING - incomplete alias created for namespace goog
>  var html = goog.html.SafeHtml.htmlEscape(textOrHtml);
>             ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:265:
>WARNING - incomplete alias created for namespace goog
>  return 
>goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:266:
>WARNING - incomplete alias created for namespace goog
>      goog.string.whitespaceEscape(goog.html.SafeHtml.unwrap(html)),
>                                   ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:285:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.from = goog.html.SafeHtml.htmlEscape;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:285:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.from = goog.html.SafeHtml.htmlEscape;
>                          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:292:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.VALID_NAMES_IN_TAG_ = /^[a-zA-Z0-9-]+$/;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:300:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.URL_ATTRIBUTES_ = goog.object.createSet('action',
>'cite',
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:311:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.NOT_ALLOWED_TAG_NAMES_ = goog.object.createSet(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_airtml/safehtml.js:322:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.AttributeValue_;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:374:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.create = function(tagName, opt_attributes,
>opt_content) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:375:
>WARNING - incomplete alias created for namespace goog
>  if (!goog.html.SafeHtml.VALID_NAMES_IN_TAG_.test(tagName)) {
>       ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:378:
>WARNING - incomplete alias created for namespace goog
>  if (tagName.toUpperCase() in goog.html.SafeHtml.NOT_ALLOWED_TAG_NAMES_)
>{
>                               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:381:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:410:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.createIframe = function(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:416:
>WARNING - incomplete alias created for namespace goog
>  var attributes = goog.html.SafeHtml.combineAttributes(
>                   ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:418:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:437:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.createStyle = function(styleSheet, opt_attributes) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:440:
>WARNING - incomplete alias created for namespace goog
>  var attributes = goog.html.SafeHtml.combineAttributes(
>                   ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:446:
>WARNING - incomplete alias created for namespace goog
>    content += goog.html.SafeStyleSheet.unwrap(styleSheet[i]);
>               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:449:
>WARNING - incomplete alias created for namespace goog
>  var htmlContent = goog.html.SafeHtml
>                    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:452:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:465:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.getAttrNameAndValue_ = function(tagName, name, value) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:470:
>WARNING - incomplete alias created for namespace goog
>    value = goog.html.SafeHtml.getStyleValue_(value);
>            ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:476:
>WARNING - incomplete alias created for namespace goog
>  } else if (name.toLowerCase() in goog.html.SafeHtml.URL_ATTRIBUTES_) {
>                                   ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:477:
>WARNING - incomplete alias created for namespace goog
>    if (value instanceof goog.html.TrustedResourceUrl) {
>                         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:478:
>WARNING - incomplete alias created for namespace goog
>      value = goog.html.TrustedResourceUrl.unwrap(value);
>              ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:479:
>WARNING - incomplete alias created for namespace goog
>    } else if (value instanceof goog.html.SafeUrl) {
>                                ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:480:
>WARNING - incomplete alias created for namespace goog
>      value = goog.html.SafeUrl.unwrap(value);
>              ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:513:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.getStyleValue_ = function(value) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:518:
>WARNING - incomplete alias created for namespace goog
>  if (!(value instanceof goog.html.SafeStyle)) {
>                         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:520:
>WARNING - incomplete alias created for namespace goog
>    value = goog.html.SafeStyle.create(value);
>            ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:522:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.SafeStyle.unwrap(value);
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:536:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.createWithDir = function(dir, tagName, opt_attributes,
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:538:
>WARNING - incomplete alias created for namespace goog
>  var html = goog.html.SafeHtml.create(tagName, opt_attributes,
>opt_content);
>             ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:550:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.concat = function(var_args) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:562:
>WARNING - incomplete alias created for namespace goog
>      var html = goog.html.SafeHtml.htmlEscape(argument);
>                 ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:563:
>WARNING - incomplete alias created for namespace goog
>      content += goog.html.SafeHtml.unwrap(html);
>                 ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:574:
>WARNING - incomplete alias created for namespace goog
>  return 
>goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:588:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.concatWithDir = function(dir, var_args) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:589:
>WARNING - incomplete alias created for namespace goog
>  var html = goog.html.SafeHtml.concat(goog.array.slice(arguments, 1));
>             ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:601:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:613:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse =
>function(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:615:
>WARNING - incomplete alias created for namespace goog
>  return new goog.html.SafeHtml().initSecurityPrivateDoNotAccessOrElse_(
>             ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:629:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.prototype.initSecurityPrivateDoNotAccessOrElse_ =
>function(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:649:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:656:
>WARNING - incomplete alias created for namespace goog
>      if (!goog.html.SafeHtml.VALID_NAMES_IN_TAG_.test(name)) {
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:664:
>WARNING - incomplete alias created for namespace goog
>          goog.html.SafeHtml.getAttrNameAndValue_(tagName, name, value);
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:680:
>WARNING - incomplete alias created for namespace goog
>    var html = goog.html.SafeHtml.concat(content);
>               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:681:
>WARNING - incomplete alias created for namespace goog
>    result += '>' + goog.html.SafeHtml.unwrap(html) + '</' + tagName + 
>'>';
>                    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:696:
>WARNING - incomplete alias created for namespace goog
>  return 
>goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:711:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.combineAttributes = function(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:745:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.DOCTYPE_HTML =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:746:
>WARNING - incomplete alias created for namespace goog
>    goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
>    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:754:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeHtml.EMPTY =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safehtml.js:755:
>WARNING - incomplete alias created for namespace goog
>    goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
>    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:21:
>WARNING - incomplete alias created for namespace goog
>goog.provide('goog.html.SafeScript');
>                   ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:69:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:85:
>WARNING - incomplete alias created for namespace goog
>      goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
>      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:93:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript.prototype.implementsGoogStringTypedString = true;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:102:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:113:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript.fromConstant = function(script) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:116:
>WARNING - incomplete alias created for namespace goog
>    return goog.html.SafeScript.EMPTY;
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:118:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:144:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript.prototype.getTypedStringValue = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:159:
>WARNING - incomplete alias created for namespace goog
>  goog.html.SafeScript.prototype.toString = function() {
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:176:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript.unwrap = function(safeScript) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:187:
>WARNING - incomplete alias created for namespace goog
>  if (safeScript instanceof goog.html.SafeScript &&
>                            ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:188:
>WARNING - incomplete alias created for namespace goog
>      safeScript.constructor === goog.html.SafeScript &&
>                                 ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:190:
>WARNING - incomplete alias created for namespace goog
>          goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_) {
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:207:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:209:
>WARNING - incomplete alias created for namespace goog
>  return new goog.html.SafeScript().initSecurityPrivateDoNotAccessOrElse_(
>             ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:222:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript.prototype.initSecurityPrivateDoNotAccessOrElse_ =
>function(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:233:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeScript.EMPTY =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safescript.js:234:
>WARNING - incomplete alias created for namespace goog
>   
>goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse('');
>    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:117:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:133:
>WARNING - incomplete alias created for namespace goog
>      goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
>      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:141:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.prototype.implementsGoogStringTypedString = true;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:150:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:172:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.fromConstant = function(style) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:175:
>WARNING - incomplete alias created for namespace goog
>    return goog.html.SafeStyle.EMPTY;
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:177:
>WARNING - incomplete alias created for namespace goog
>  goog.html.SafeStyle.checkStyle_(styleString);
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:183:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:193:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.checkStyle_ = function(style) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:220:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.prototype.getTypedStringValue = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:235:
>WARNING - incomplete alias created for namespace goog
>  goog.html.SafeStyle.prototype.toString = function() {
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:252:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.unwrap = function(safeStyle) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:263:
>WARNING - incomplete alias created for namespace goog
>  if (safeStyle instanceof goog.html.SafeStyle &&
>                           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:264:
>WARNING - incomplete alias created for namespace goog
>      safeStyle.constructor === goog.html.SafeStyle &&
>                                ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:266:
>WARNING - incomplete alias created for namespace goog
>          goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_) {
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:283:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:285:
>WARNING - incomplete alias created for namespace goog
>  return new
>goog.html.SafeStyle().initSecurityPrivateDoNotAccessOrElse_(style);
>             ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:297:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.prototype.initSecurityPrivateDoNotAccessOrElse_ =
>function(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:308:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.EMPTY =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:309:
>WARNING - incomplete alias created for namespace goog
>    
>goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse('');
>    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:317:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.INNOCUOUS_STRING = 'zClosurez';
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:324:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.PropertyMap;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:341:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.create = function(map) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:356:
>WARNING - incomplete alias created for namespace goog
>    } else if (!goog.html.SafeStyle.VALUE_RE_.test(value)) {
>                ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:359:
>WARNING - incomplete alias created for namespace goog
>      value = goog.html.SafeStyle.INNOCUOUS_STRING;
>              ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:360:
>WARNING - incomplete alias created for namespace goog
>    } else if (!goog.html.SafeStyle.hasBalancedQuotes_(value)) {
>                ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:362:
>WARNING - incomplete alias created for namespace goog
>      value = goog.html.SafeStyle.INNOCUOUS_STRING;
>              ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:367:
>WARNING - incomplete alias created for namespace goog
>    return goog.html.SafeStyle.EMPTY;
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:369:
>WARNING - incomplete alias created for namespace goog
>  goog.html.SafeStyle.checkStyle_(style);
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:370:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:385:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.hasBalancedQuotes_ = function(value) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:413:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.VALUE_RE_ = /^[-,."'%_!# a-zA-Z0-9]+$/;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:422:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyle.concat = function(var_args) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:432:
>WARNING - incomplete alias created for namespace goog
>      style += goog.html.SafeStyle.unwrap(argument);
>               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:438:
>WARNING - incomplete alias created for namespace goog
>    return goog.html.SafeStyle.EMPTY;
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestyle.js:440:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:74:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:90:
>WARNING - incomplete alias created for namespace goog
>      goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
>      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:98:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.prototype.implementsGoogStringTypedString = true;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:107:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:116:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.concat = function(var_args) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:127:
>WARNING - incomplete alias created for namespace goog
>      result += goog.html.SafeStyleSheet.unwrap(argument);
>                ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:132:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.SafeStyleSheet
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:148:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.fromConstant = function(styleSheet) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:151:
>WARNING - incomplete alias created for namespace goog
>    return goog.html.SafeStyleSheet.EMPTY;
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:157:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.SafeStyleSheet.
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:183:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.prototype.getTypedStringValue = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:198:
>WARNING - incomplete alias created for namespace goog
>  goog.html.SafeStyleSheet.prototype.toString = function() {
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:215:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.unwrap = function(safeStyleSheet) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:226:
>WARNING - incomplete alias created for namespace goog
>  if (safeStyleSheet instanceof goog.html.SafeStyleSheet &&
>                                ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:227:
>WARNING - incomplete alias created for namespace goog
>      safeStyleSheet.constructor === goog.html.SafeStyleSheet &&
>                                     ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:229:
>WARNING - incomplete alias created for namespace goog
>          
>goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_)
>{
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:248:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrE
>lse
>=
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:250:
>WARNING - incomplete alias created for namespace goog
>  return new
>goog.html.SafeStyleSheet().initSecurityPrivateDoNotAccessOrElse_(
>             ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:263:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.prototype.initSecurityPrivateDoNotAccessOrElse_ =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:274:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeStyleSheet.EMPTY =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safestylesheet.js:275:
>WARNING - incomplete alias created for namespace goog
>    goog.html.SafeStyleSheet.
>    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:69:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:85:
>WARNING - incomplete alias created for namespace goog
>      goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
>      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:109:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.INNOCUOUS_STRING = 'about:invalid#zClosurez';
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:116:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.prototype.implementsGoogStringTypedString = true;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:147:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.prototype.getTypedStringValue = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:156:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.prototype.implementsGoogI18nBidiDirectionalString = 
>true;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:163:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.prototype.getDirection = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:178:
>WARNING - incomplete alias created for namespace goog
>  goog.html.SafeUrl.prototype.toString = function() {
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:206:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.unwrap = function(safeUrl) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:216:
>WARNING - incomplete alias created for namespace goog
>  if (safeUrl instanceof goog.html.SafeUrl &&
>                         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:217:
>WARNING - incomplete alias created for namespace goog
>      safeUrl.constructor === goog.html.SafeUrl &&
>                              ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:219:
>WARNING - incomplete alias created for namespace goog
>          goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_) {
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:240:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.fromConstant = function(url) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:241:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:252:
>WARNING - incomplete alias created for namespace goog
>goog.html.SAFE_BLOB_TYPE_PATTERN_ =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:266:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.fromBlob = function(blob) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:267:
>WARNING - incomplete alias created for namespace goog
>  var url = goog.html.SAFE_BLOB_TYPE_PATTERN_.test(blob.type) ?
>            ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:268:
>WARNING - incomplete alias created for namespace goog
>      goog.fs.url.createObjectUrl(blob) :
>goog.html.SafeUrl.INNOCUOUS_STRING;
>                                          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:269:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:301:
>WARNING - incomplete alias created for namespace goog
>goog.html.SAFE_URL_PATTERN_ =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:332:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.sanitize = function(url) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:333:
>WARNING - incomplete alias created for namespace goog
>  if (url instanceof goog.html.SafeUrl) {
>                     ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:341:
>WARNING - incomplete alias created for namespace goog
>  if (!goog.html.SAFE_URL_PATTERN_.test(url)) {
>       ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:342:
>WARNING - incomplete alias created for namespace goog
>    url = goog.html.SafeUrl.INNOCUOUS_STRING;
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:344:
>WARNING - incomplete alias created for namespace goog
>    url = goog.html.SafeUrl.normalize_(url);
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:346:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:357:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.normalize_ = function(url) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:361:
>WARNING - incomplete alias created for namespace goog
>    return goog.html.SafeUrl.INNOCUOUS_STRING;
>           ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:365:
>WARNING - incomplete alias created for namespace goog
>      goog.html.SafeUrl.NORMALIZE_MATCHER_,
>      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:367:
>WARNING - incomplete alias created for namespace goog
>        return goog.html.SafeUrl.NORMALIZE_REPLACER_MAP_[match];
>               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:392:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.NORMALIZE_MATCHER_ = /[()']|%5B|%5D|%25/g;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:400:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.NORMALIZE_REPLACER_MAP_ = {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:416:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:426:
>WARNING - incomplete alias created for namespace goog
>goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse = 
>function(
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/safeurl.js:428:
>WARNING - incomplete alias created for namespace goog
>  var safeUrl = new goog.html.SafeUrl();
>                    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:55:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:71:
>WARNING - incomplete alias created for namespace goog
>      
>goog.html.TrustedResourceUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
>      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:79:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl.prototype.implementsGoogStringTypedString =
>true;
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:104:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl.prototype.getTypedStringValue = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:113:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl.prototype.implementsGoogI18nBidiDirectionalSt
>ring
>=
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:121:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl.prototype.getDirection = function() {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:136:
>WARNING - incomplete alias created for namespace goog
>  goog.html.TrustedResourceUrl.prototype.toString = function() {
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:154:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl.unwrap = function(trustedResourceUrl) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:165:
>WARNING - incomplete alias created for namespace goog
>  if (trustedResourceUrl instanceof goog.html.TrustedResourceUrl &&
>                                    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:166:
>WARNING - incomplete alias created for namespace goog
>      trustedResourceUrl.constructor === goog.html.TrustedResourceUrl &&
>                                         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:169:
>WARNING - incomplete alias created for namespace goog
>              goog.html.TrustedResourceUrl
>              ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:193:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl.fromConstant = function(url) {
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:194:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.TrustedResourceUrl
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:206:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:218:
>WARNING - incomplete alias created for namespace goog
>goog.html.TrustedResourceUrl.
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/trustedresourceurl.js:220:
>WARNING - incomplete alias created for namespace goog
>  var trustedResourceUrl = new goog.html.TrustedResourceUrl();
>                               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:32:
>WARNING - incomplete alias created for namespace goog
>goog.provide('goog.html.uncheckedconversions');
>                        ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:69:
>WARNING - incomplete alias created for namespace goog
>goog.html.uncheckedconversions.safeHtmlFromStringKnownToSatisfyTypeContrac
>t
>=
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:78:
>WARNING - incomplete alias created for namespace goog
>  return 
>goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:99:
>WARNING - incomplete alias created for namespace goog
>goog.html.uncheckedconversions.safeScriptFromStringKnownToSatisfyTypeContr
>act
>=
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:108:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:129:
>WARNING - incomplete alias created for namespace goog
>goog.html.uncheckedconversions.safeStyleFromStringKnownToSatisfyTypeContra
>ct
>=
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:138:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:159:
>WARNING - incomplete alias created for namespace goog
>goog.html.uncheckedconversions.
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:169:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.SafeStyleSheet.
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:190:
>WARNING - incomplete alias created for namespace goog
>goog.html.uncheckedconversions.safeUrlFromStringKnownToSatisfyTypeContract
> =
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:199:
>WARNING - incomplete alias created for namespace goog
>  return
>goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:219:
>WARNING - incomplete alias created for namespace goog
>goog.html.uncheckedconversions.
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/clo
>sure-library/closure/goog/html/uncheckedconversions.js:229:
>WARNING - incomplete alias created for namespace goog
>  return goog.html.TrustedResourceUrl.
>         ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/Application.js:97:
>WARNING - Property MXMLDescriptor never defined on
>org_apache_flex_core_Application
>  org_apache_flex_utils_MXMLDataInterpreter.generateMXMLInstances(this,
>null, this.MXMLDescriptor);
>                                                                          
>        
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/ContainerBase.js:104:
>WARNING - Property MXMLDescriptor never defined on
>org_apache_flex_core_ContainerBase
>        this, this.MXMLDescriptor);
>                   ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/HTMLElementWrapper.js:68:
>WARNING - assignment to property internalDisplay of
>org_apache_flex_core_HTMLElementWrapper.prototype
>found   : string
>required: boolean
>org_apache_flex_core_HTMLElementWrapper.prototype.internalDisplay =
>'inline';
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/HTMLElementWrapper.js:160:
>WARNING - assignment to property wrappedEvent of
>org_apache_flex_events_BrowserEvent
>found   : (Object|null)
>required: (goog.events.BrowserEvent|null)
>  e.wrappedEvent = eventObject;
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:230:
>WARNING - Property style never defined on org_apache_flex_core_UIBase
>  var styles = this.style;
>                    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:304:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>  if (!this.beads_) {
>       ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:305:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>    this.beads_ = [];
>    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:307:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>  this.beads_.push(bead);
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:326:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>  if (!this.beads_) {
>       ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:327:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>    this.beads_ = [];
>    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:329:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>  for (var i = 0; i < this.beads_.length; i++) {
>                      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:330:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>    var bead = this.beads_[i];
>               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:345:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>  if (!this.beads_) return null;
>       ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:346:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>  var n = this.beads_.length;
>          ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:348:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>    var bead = this.beads_[i];
>               ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/core/UIBase.js:350:
>WARNING - Access to private property beads_ of
>org_apache_flex_core_HTMLElementWrapper not allowed here.
>      this.beads_.splice(i, 1);
>      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/events/BrowserEvent.js:66:
>WARNING - Property stopImmediatePropagation never defined on
>goog.events.BrowserEvent
>  this.wrappedEvent.stopImmediatePropagation();
>                    ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/html/beads/ContainerView.js:54:
>WARNING - Access to protected property _strand of
>org_apache_flex_html_beads_ContainerView not allowed here.
>            return this._strand;
>                   ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/html/beads/ContainerView.js:61:
>WARNING - Access to protected property _strand of
>org_apache_flex_html_beads_ContainerView not allowed here.
>            return this._strand;
>                   ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/html/supportClasses/UIItemRendererBase.js:66:
>WARNING - Property MXMLDescriptor never defined on
>org_apache_flex_html_supportClasses_UIItemRendererBase
>  org_apache_flex_utils_MXMLDataInterpreter.generateMXMLInstances(this,
>this, this.MXMLDescriptor);
>                                                                          
>        
>^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/net/HTTPService.js:75:
>WARNING - Overriding private property of
>org_apache_flex_core_HTMLElementWrapper.prototype.
>  this.beads_ = null;
>  ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/net/HTTPService.js:202:
>WARNING - Property _json never defined on org_apache_flex_net_HTTPService
>            if (!this._json)
>                      ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>println
>WARNING:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/ap
>ache/flex/net/HTTPService.js:203:
>WARNING - variable _json is undeclared
>              _json = JSON.parse(this.data);
>              ^
>
>May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
>printSummary
>WARNING: 0 error(s), 250 warning(s), 93.9% typed
>The project 'DataBindingTest' has been successfully compiled and 
>optimized.
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.m
>xml:132
>Data binding will not be able to detect assignments to 'strings'.
>                                   
>dataProvider="{MyModel(applicationModel).strings}" />
>                                                                          
> 
>^
>
>
>Process finished with exit code 2
>
>
>
>
>--
>View this message in context: 
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46451.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
I made a screencast video showing the settings used for the external tools,
and then ran them all in a row by hitting the debug button.

https://youtu.be/X7LqexU8TkQ

<iframe width="420" height="315"
src="https://www.youtube.com/embed/X7LqexU8TkQ" frameborder="0"
allowfullscreen></iframe>



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46639.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
Ok, got it figured out. -warnings=false

Adding -warnings=false to the parameters of the external tool that calls
/js/bin/mxmlc will allow it to finish with exit code 0, and thus, continue
to its next step

I pushed it to see how many things I could link together when pressing the
debug button:

1. external tool /js/bin/mxmlc
2. external tool zip command to zip the js-release contents
3. external tool /bin/mxmlc
4. external tool open index.html with chrome
5. launch swf to debugger

All completed successfully.

I know that most people probably wont be running all of these things at one
time, but atleast you have to option to do that with intellij. It is a
really customizable ide.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46638.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/16/15, 10:36 PM, "kevin.godell" <ke...@gmail.com> wrote:

>
>I have set up the external tools for zipping and also launching index.html
>with chrome and they work ok when run by themselves. The problem is the
>/js/bin/mxmlc has that exit code 2 which stops the workflow. I know that I
>can just run each tool in order, 1 at a time, but I really would like to
>have it with the push of 1 button. Maybe I am asking for too much?
>

I didn’t see any -ignore-errors option.  We could add one.

To keep playing around with this in the meantime, I believe you can add:
	exit 0

as the last line of js/bin/mxmlc

-Alex
>


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
I was trying out some other external tools settings to create a workflow, but
I have been stopped by:
"Process finished with exit code 2."
Pertaining to the run/debug configurations, when adding an external tool to
run /bin/mxmlc in the "before launch" section, it finishes with exit code 0,
and then proceeds to the do the "what to launch" process. So, it will build
the swf, and then launch the debugger. But when trying the same process but
running /js/bin/mxmlc, it ends up with an exit code 2, which stops the
process from making it to the next step, which may be another external tool,
such as zipping the folder so that it can be uploaded to phonegap build, and
then launching the index.html in the browser. Does anybody know how to
either suppress the error code so that the steps can continue? I see that
there is an option for "Make, no error check," but there is not an option to
ignore errors when running external tools. Maybe there is a flag that can be
passed to an external tool -ignoreErrors=true?

So, the ideal workflow would be to press the run or debug button which would
do the following:
1. run the /js/bin/mxmlc
2. launch the html page in the browser of choice
3. possibly zip the js-release folder for upload
4. send files to cordova, etc

I have set up the external tools for zipping and also launching index.html
with chrome and they work ok when run by themselves. The problem is the
/js/bin/mxmlc has that exit code 2 which stops the workflow. I know that I
can just run each tool in order, 1 at a time, but I really would like to
have it with the push of 1 button. Maybe I am asking for too much?



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46636.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
It created the index.html this time, and I was able to view the js app there.
Cool.
What is the difference between the release and the debug version? They
appeared identical in the browser.

/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml
Using Falcon codebase:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
Using Flex SDK: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBindingTest.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockDataJSONItemConverter.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models/MyModel.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/controllers/MyController.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInitialView.js
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/player/17.0/playerglobal.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Binding.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Charts.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Collections.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Core.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/CreateJS.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/DragDrop.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Effects.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Formatters.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/GoogleMaps.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Graphics.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/HTML.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/HTML5.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/JQuery.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Mobile.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Network.swc
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBindingTest.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/utils/EffectTimer.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IEffectTimer.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/IEventDispatcher.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ValuesManager.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IValuesImpl.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/EventDispatcher.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/ElementEvents.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/ValueEvent.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/SimpleStatesImpl.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IBead.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IStatesImpl.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IStrand.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/HTMLElementWrapper.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IBeadModel.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/BrowserEvent.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/Event.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/utils/Language.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IBeadController.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IBeadLayout.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IBeadView.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ILayoutChild.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IChild.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IParentIUIBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IParent.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IUIBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IStyleableObject.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/ValueChangeEvent.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/states/AddItems.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IDocument.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/states/SetEventHandler.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/states/SetProperty.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/states/State.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/ContainerView.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/BeadViewBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ILayoutParent.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/DataItemRendererFactoryForArrayData.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IDataProviderItemRendererMapper.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IListPresentationModel.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/ListView.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IItemRendererParent.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/IListView.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/TextItemRendererFactoryForArrayData.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IItemRenderer.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/models/ArraySelectionModel.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ISelectionModel.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/supportClasses/StringItemRenderer.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/controllers/ItemRendererMouseController.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/supportClasses/DataItemRenderer.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/supportClasses/UIItemRendererBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IItemRendererFactory.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/utils/MXMLDataInterpreter.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/supportClasses/DataGroup.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/supportClasses/ButtonBarButtonItemRenderer.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/layouts/VerticalScrollingLayout.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/controllers/ListSingleSelectionMouseController.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ItemRendererClassFactory.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ClassFactory.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IFactory.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IItemRendererClassFactory.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/Application.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/SimpleCSSValuesImpl.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInitialView.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ViewBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IPopUpHost.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/TextArea.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/Label.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/binding/ViewBaseDataBinding.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/binding/ConstantBinding.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/binding/BindingBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/binding/GenericBinding.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/binding/PropertyWatcher.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/binding/WatcherBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/binding/SimpleBinding.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/Container.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ContainerBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IMXMLDocument.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/IContainer.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/layouts/VerticalLayout.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/layouts/HorizontalLayout.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/TextInput.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/TextButton.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/Button.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/DropDownList.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ListBase.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/RadioButton.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/CheckBox.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/CustomEvent.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models/MyModel.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/controllers/MyController.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/net/HTTPService.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/net/HTTPHeader.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/collections/LazyCollection.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/collections/parsers/JSONInputParser.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockDataJSONItemConverter.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/collections/converters/JSONItemConverter.js'
Dependencies calculated for
'/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/utils/ViewSourceContextMenuOption.js'
May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:224:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeHtml.unwrap(html);
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:241:
WARNING - incomplete alias created for namespace goog
    var error = goog.html.SafeHtml.concat(
                ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:242:
WARNING - incomplete alias created for namespace goog
        goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces(
        ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:244:
WARNING - incomplete alias created for namespace goog
        goog.html.SafeHtml.create('a',
        ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:246:
WARNING - incomplete alias created for namespace goog
        goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces(
        ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:252:
WARNING - incomplete alias created for namespace goog
    return goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces(
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:269:
WARNING - incomplete alias created for namespace goog
    return goog.html.SafeUrl.fromConstant(
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:272:
WARNING - incomplete alias created for namespace goog
  var sanitizedFileName = goog.html.SafeUrl.sanitize(opt_fileName);
                          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:273:
WARNING - incomplete alias created for namespace goog
  return goog.html.uncheckedconversions.
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/debug/debug.js:276:
WARNING - incomplete alias created for namespace goog
          'view-source:' + goog.html.SafeUrl.unwrap(sanitizedFileName));
                           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:67:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:83:
WARNING - incomplete alias created for namespace goog
      goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:97:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.prototype.implementsGoogI18nBidiDirectionalString = true;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:101:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.prototype.getDirection = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:110:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.prototype.implementsGoogStringTypedString = true;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:134:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.prototype.getTypedStringValue = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:149:
WARNING - incomplete alias created for namespace goog
  goog.html.SafeHtml.prototype.toString = function() {
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:165:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.unwrap = function(safeHtml) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:175:
WARNING - incomplete alias created for namespace goog
  if (safeHtml instanceof goog.html.SafeHtml &&
                          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:176:
WARNING - incomplete alias created for namespace goog
      safeHtml.constructor === goog.html.SafeHtml &&
                               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:178:
WARNING - incomplete alias created for namespace goog
          goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_) {
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:195:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.TextOrHtml_;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:212:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.htmlEscape = function(textOrHtml) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:213:
WARNING - incomplete alias created for namespace goog
  if (textOrHtml instanceof goog.html.SafeHtml) {
                            ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:226:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:239:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.htmlEscapePreservingNewlines = function(textOrHtml) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:240:
WARNING - incomplete alias created for namespace goog
  if (textOrHtml instanceof goog.html.SafeHtml) {
                            ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:243:
WARNING - incomplete alias created for namespace goog
  var html = goog.html.SafeHtml.htmlEscape(textOrHtml);
             ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:244:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:245:
WARNING - incomplete alias created for namespace goog
      goog.string.newLineToBr(goog.html.SafeHtml.unwrap(html)),
                              ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:259:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.htmlEscapePreservingNewlinesAndSpaces = function(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:261:
WARNING - incomplete alias created for namespace goog
  if (textOrHtml instanceof goog.html.SafeHtml) {
                            ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:264:
WARNING - incomplete alias created for namespace goog
  var html = goog.html.SafeHtml.htmlEscape(textOrHtml);
             ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:265:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:266:
WARNING - incomplete alias created for namespace goog
      goog.string.whitespaceEscape(goog.html.SafeHtml.unwrap(html)),
                                   ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:285:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.from = goog.html.SafeHtml.htmlEscape;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:285:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.from = goog.html.SafeHtml.htmlEscape;
                          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:292:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.VALID_NAMES_IN_TAG_ = /^[a-zA-Z0-9-]+$/;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:300:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.URL_ATTRIBUTES_ = goog.object.createSet('action', 'cite',
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:311:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.NOT_ALLOWED_TAG_NAMES_ = goog.object.createSet(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:322:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.AttributeValue_;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:374:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.create = function(tagName, opt_attributes, opt_content) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:375:
WARNING - incomplete alias created for namespace goog
  if (!goog.html.SafeHtml.VALID_NAMES_IN_TAG_.test(tagName)) {
       ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:378:
WARNING - incomplete alias created for namespace goog
  if (tagName.toUpperCase() in goog.html.SafeHtml.NOT_ALLOWED_TAG_NAMES_) {
                               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:381:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:410:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.createIframe = function(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:416:
WARNING - incomplete alias created for namespace goog
  var attributes = goog.html.SafeHtml.combineAttributes(
                   ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:418:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:437:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.createStyle = function(styleSheet, opt_attributes) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:440:
WARNING - incomplete alias created for namespace goog
  var attributes = goog.html.SafeHtml.combineAttributes(
                   ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:446:
WARNING - incomplete alias created for namespace goog
    content += goog.html.SafeStyleSheet.unwrap(styleSheet[i]);
               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:449:
WARNING - incomplete alias created for namespace goog
  var htmlContent = goog.html.SafeHtml
                    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:452:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:465:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.getAttrNameAndValue_ = function(tagName, name, value) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:470:
WARNING - incomplete alias created for namespace goog
    value = goog.html.SafeHtml.getStyleValue_(value);
            ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:476:
WARNING - incomplete alias created for namespace goog
  } else if (name.toLowerCase() in goog.html.SafeHtml.URL_ATTRIBUTES_) {
                                   ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:477:
WARNING - incomplete alias created for namespace goog
    if (value instanceof goog.html.TrustedResourceUrl) {
                         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:478:
WARNING - incomplete alias created for namespace goog
      value = goog.html.TrustedResourceUrl.unwrap(value);
              ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:479:
WARNING - incomplete alias created for namespace goog
    } else if (value instanceof goog.html.SafeUrl) {
                                ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:480:
WARNING - incomplete alias created for namespace goog
      value = goog.html.SafeUrl.unwrap(value);
              ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:513:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.getStyleValue_ = function(value) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:518:
WARNING - incomplete alias created for namespace goog
  if (!(value instanceof goog.html.SafeStyle)) {
                         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:520:
WARNING - incomplete alias created for namespace goog
    value = goog.html.SafeStyle.create(value);
            ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:522:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeStyle.unwrap(value);
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:536:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.createWithDir = function(dir, tagName, opt_attributes,
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:538:
WARNING - incomplete alias created for namespace goog
  var html = goog.html.SafeHtml.create(tagName, opt_attributes,
opt_content);
             ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:550:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.concat = function(var_args) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:562:
WARNING - incomplete alias created for namespace goog
      var html = goog.html.SafeHtml.htmlEscape(argument);
                 ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:563:
WARNING - incomplete alias created for namespace goog
      content += goog.html.SafeHtml.unwrap(html);
                 ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:574:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:588:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.concatWithDir = function(dir, var_args) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:589:
WARNING - incomplete alias created for namespace goog
  var html = goog.html.SafeHtml.concat(goog.array.slice(arguments, 1));
             ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:601:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:613:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse =
function(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:615:
WARNING - incomplete alias created for namespace goog
  return new goog.html.SafeHtml().initSecurityPrivateDoNotAccessOrElse_(
             ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:629:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.prototype.initSecurityPrivateDoNotAccessOrElse_ =
function(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:649:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:656:
WARNING - incomplete alias created for namespace goog
      if (!goog.html.SafeHtml.VALID_NAMES_IN_TAG_.test(name)) {
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:664:
WARNING - incomplete alias created for namespace goog
          goog.html.SafeHtml.getAttrNameAndValue_(tagName, name, value);
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:680:
WARNING - incomplete alias created for namespace goog
    var html = goog.html.SafeHtml.concat(content);
               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:681:
WARNING - incomplete alias created for namespace goog
    result += '>' + goog.html.SafeHtml.unwrap(html) + '</' + tagName + '>';
                    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:696:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:711:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.combineAttributes = function(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:745:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.DOCTYPE_HTML =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:746:
WARNING - incomplete alias created for namespace goog
    goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:754:
WARNING - incomplete alias created for namespace goog
goog.html.SafeHtml.EMPTY =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safehtml.js:755:
WARNING - incomplete alias created for namespace goog
    goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:21:
WARNING - incomplete alias created for namespace goog
goog.provide('goog.html.SafeScript');
                   ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:69:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:85:
WARNING - incomplete alias created for namespace goog
      goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:93:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript.prototype.implementsGoogStringTypedString = true;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:102:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:113:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript.fromConstant = function(script) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:116:
WARNING - incomplete alias created for namespace goog
    return goog.html.SafeScript.EMPTY;
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:118:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:144:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript.prototype.getTypedStringValue = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:159:
WARNING - incomplete alias created for namespace goog
  goog.html.SafeScript.prototype.toString = function() {
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:176:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript.unwrap = function(safeScript) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:187:
WARNING - incomplete alias created for namespace goog
  if (safeScript instanceof goog.html.SafeScript &&
                            ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:188:
WARNING - incomplete alias created for namespace goog
      safeScript.constructor === goog.html.SafeScript &&
                                 ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:190:
WARNING - incomplete alias created for namespace goog
          goog.html.SafeScript.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_) {
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:207:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:209:
WARNING - incomplete alias created for namespace goog
  return new goog.html.SafeScript().initSecurityPrivateDoNotAccessOrElse_(
             ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:222:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript.prototype.initSecurityPrivateDoNotAccessOrElse_ =
function(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:233:
WARNING - incomplete alias created for namespace goog
goog.html.SafeScript.EMPTY =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safescript.js:234:
WARNING - incomplete alias created for namespace goog
   
goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse('');
    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:117:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:133:
WARNING - incomplete alias created for namespace goog
      goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:141:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.prototype.implementsGoogStringTypedString = true;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:150:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:172:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.fromConstant = function(style) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:175:
WARNING - incomplete alias created for namespace goog
    return goog.html.SafeStyle.EMPTY;
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:177:
WARNING - incomplete alias created for namespace goog
  goog.html.SafeStyle.checkStyle_(styleString);
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:183:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:193:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.checkStyle_ = function(style) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:220:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.prototype.getTypedStringValue = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:235:
WARNING - incomplete alias created for namespace goog
  goog.html.SafeStyle.prototype.toString = function() {
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:252:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.unwrap = function(safeStyle) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:263:
WARNING - incomplete alias created for namespace goog
  if (safeStyle instanceof goog.html.SafeStyle &&
                           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:264:
WARNING - incomplete alias created for namespace goog
      safeStyle.constructor === goog.html.SafeStyle &&
                                ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:266:
WARNING - incomplete alias created for namespace goog
          goog.html.SafeStyle.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_) {
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:283:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:285:
WARNING - incomplete alias created for namespace goog
  return new
goog.html.SafeStyle().initSecurityPrivateDoNotAccessOrElse_(style);
             ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:297:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.prototype.initSecurityPrivateDoNotAccessOrElse_ =
function(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:308:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.EMPTY =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:309:
WARNING - incomplete alias created for namespace goog
    goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse('');
    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:317:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.INNOCUOUS_STRING = 'zClosurez';
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:324:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.PropertyMap;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:341:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.create = function(map) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:356:
WARNING - incomplete alias created for namespace goog
    } else if (!goog.html.SafeStyle.VALUE_RE_.test(value)) {
                ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:359:
WARNING - incomplete alias created for namespace goog
      value = goog.html.SafeStyle.INNOCUOUS_STRING;
              ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:360:
WARNING - incomplete alias created for namespace goog
    } else if (!goog.html.SafeStyle.hasBalancedQuotes_(value)) {
                ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:362:
WARNING - incomplete alias created for namespace goog
      value = goog.html.SafeStyle.INNOCUOUS_STRING;
              ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:367:
WARNING - incomplete alias created for namespace goog
    return goog.html.SafeStyle.EMPTY;
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:369:
WARNING - incomplete alias created for namespace goog
  goog.html.SafeStyle.checkStyle_(style);
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:370:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:385:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.hasBalancedQuotes_ = function(value) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:413:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.VALUE_RE_ = /^[-,."'%_!# a-zA-Z0-9]+$/;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:422:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyle.concat = function(var_args) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:432:
WARNING - incomplete alias created for namespace goog
      style += goog.html.SafeStyle.unwrap(argument);
               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:438:
WARNING - incomplete alias created for namespace goog
    return goog.html.SafeStyle.EMPTY;
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestyle.js:440:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:74:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:90:
WARNING - incomplete alias created for namespace goog
      goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:98:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.prototype.implementsGoogStringTypedString = true;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:107:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:116:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.concat = function(var_args) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:127:
WARNING - incomplete alias created for namespace goog
      result += goog.html.SafeStyleSheet.unwrap(argument);
                ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:132:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeStyleSheet
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:148:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.fromConstant = function(styleSheet) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:151:
WARNING - incomplete alias created for namespace goog
    return goog.html.SafeStyleSheet.EMPTY;
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:157:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeStyleSheet.
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:183:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.prototype.getTypedStringValue = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:198:
WARNING - incomplete alias created for namespace goog
  goog.html.SafeStyleSheet.prototype.toString = function() {
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:215:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.unwrap = function(safeStyleSheet) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:226:
WARNING - incomplete alias created for namespace goog
  if (safeStyleSheet instanceof goog.html.SafeStyleSheet &&
                                ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:227:
WARNING - incomplete alias created for namespace goog
      safeStyleSheet.constructor === goog.html.SafeStyleSheet &&
                                     ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:229:
WARNING - incomplete alias created for namespace goog
          goog.html.SafeStyleSheet.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_)
{
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:248:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse
=
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:250:
WARNING - incomplete alias created for namespace goog
  return new
goog.html.SafeStyleSheet().initSecurityPrivateDoNotAccessOrElse_(
             ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:263:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.prototype.initSecurityPrivateDoNotAccessOrElse_ =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:274:
WARNING - incomplete alias created for namespace goog
goog.html.SafeStyleSheet.EMPTY =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safestylesheet.js:275:
WARNING - incomplete alias created for namespace goog
    goog.html.SafeStyleSheet.
    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:69:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:85:
WARNING - incomplete alias created for namespace goog
      goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:109:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.INNOCUOUS_STRING = 'about:invalid#zClosurez';
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:116:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.prototype.implementsGoogStringTypedString = true;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:147:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.prototype.getTypedStringValue = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:156:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.prototype.implementsGoogI18nBidiDirectionalString = true;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:163:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.prototype.getDirection = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:178:
WARNING - incomplete alias created for namespace goog
  goog.html.SafeUrl.prototype.toString = function() {
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:206:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.unwrap = function(safeUrl) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:216:
WARNING - incomplete alias created for namespace goog
  if (safeUrl instanceof goog.html.SafeUrl &&
                         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:217:
WARNING - incomplete alias created for namespace goog
      safeUrl.constructor === goog.html.SafeUrl &&
                              ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:219:
WARNING - incomplete alias created for namespace goog
          goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_) {
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:240:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.fromConstant = function(url) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:241:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:252:
WARNING - incomplete alias created for namespace goog
goog.html.SAFE_BLOB_TYPE_PATTERN_ =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:266:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.fromBlob = function(blob) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:267:
WARNING - incomplete alias created for namespace goog
  var url = goog.html.SAFE_BLOB_TYPE_PATTERN_.test(blob.type) ?
            ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:268:
WARNING - incomplete alias created for namespace goog
      goog.fs.url.createObjectUrl(blob) :
goog.html.SafeUrl.INNOCUOUS_STRING;
                                          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:269:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:301:
WARNING - incomplete alias created for namespace goog
goog.html.SAFE_URL_PATTERN_ =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:332:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.sanitize = function(url) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:333:
WARNING - incomplete alias created for namespace goog
  if (url instanceof goog.html.SafeUrl) {
                     ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:341:
WARNING - incomplete alias created for namespace goog
  if (!goog.html.SAFE_URL_PATTERN_.test(url)) {
       ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:342:
WARNING - incomplete alias created for namespace goog
    url = goog.html.SafeUrl.INNOCUOUS_STRING;
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:344:
WARNING - incomplete alias created for namespace goog
    url = goog.html.SafeUrl.normalize_(url);
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:346:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:357:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.normalize_ = function(url) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:361:
WARNING - incomplete alias created for namespace goog
    return goog.html.SafeUrl.INNOCUOUS_STRING;
           ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:365:
WARNING - incomplete alias created for namespace goog
      goog.html.SafeUrl.NORMALIZE_MATCHER_,
      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:367:
WARNING - incomplete alias created for namespace goog
        return goog.html.SafeUrl.NORMALIZE_REPLACER_MAP_[match];
               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:392:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.NORMALIZE_MATCHER_ = /[()']|%5B|%5D|%25/g;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:400:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.NORMALIZE_REPLACER_MAP_ = {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:416:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:426:
WARNING - incomplete alias created for namespace goog
goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse = function(
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/safeurl.js:428:
WARNING - incomplete alias created for namespace goog
  var safeUrl = new goog.html.SafeUrl();
                    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:55:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:71:
WARNING - incomplete alias created for namespace goog
      goog.html.TrustedResourceUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_;
      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:79:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl.prototype.implementsGoogStringTypedString =
true;
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:104:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl.prototype.getTypedStringValue = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:113:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl.prototype.implementsGoogI18nBidiDirectionalString
=
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:121:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl.prototype.getDirection = function() {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:136:
WARNING - incomplete alias created for namespace goog
  goog.html.TrustedResourceUrl.prototype.toString = function() {
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:154:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl.unwrap = function(trustedResourceUrl) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:165:
WARNING - incomplete alias created for namespace goog
  if (trustedResourceUrl instanceof goog.html.TrustedResourceUrl &&
                                    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:166:
WARNING - incomplete alias created for namespace goog
      trustedResourceUrl.constructor === goog.html.TrustedResourceUrl &&
                                         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:169:
WARNING - incomplete alias created for namespace goog
              goog.html.TrustedResourceUrl
              ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:193:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl.fromConstant = function(url) {
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:194:
WARNING - incomplete alias created for namespace goog
  return goog.html.TrustedResourceUrl
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:206:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_ = {};
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:218:
WARNING - incomplete alias created for namespace goog
goog.html.TrustedResourceUrl.
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/trustedresourceurl.js:220:
WARNING - incomplete alias created for namespace goog
  var trustedResourceUrl = new goog.html.TrustedResourceUrl();
                               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:32:
WARNING - incomplete alias created for namespace goog
goog.provide('goog.html.uncheckedconversions');
                        ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:69:
WARNING - incomplete alias created for namespace goog
goog.html.uncheckedconversions.safeHtmlFromStringKnownToSatisfyTypeContract
=
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:78:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:99:
WARNING - incomplete alias created for namespace goog
goog.html.uncheckedconversions.safeScriptFromStringKnownToSatisfyTypeContract
=
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:108:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:129:
WARNING - incomplete alias created for namespace goog
goog.html.uncheckedconversions.safeStyleFromStringKnownToSatisfyTypeContract
=
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:138:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:159:
WARNING - incomplete alias created for namespace goog
goog.html.uncheckedconversions.
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:169:
WARNING - incomplete alias created for namespace goog
  return goog.html.SafeStyleSheet.
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:190:
WARNING - incomplete alias created for namespace goog
goog.html.uncheckedconversions.safeUrlFromStringKnownToSatisfyTypeContract =
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:199:
WARNING - incomplete alias created for namespace goog
  return
goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:219:
WARNING - incomplete alias created for namespace goog
goog.html.uncheckedconversions.
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/lib/google/closure-library/closure/goog/html/uncheckedconversions.js:229:
WARNING - incomplete alias created for namespace goog
  return goog.html.TrustedResourceUrl.
         ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/Application.js:97:
WARNING - Property MXMLDescriptor never defined on
org_apache_flex_core_Application
  org_apache_flex_utils_MXMLDataInterpreter.generateMXMLInstances(this,
null, this.MXMLDescriptor);
                                                                                  
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/ContainerBase.js:104:
WARNING - Property MXMLDescriptor never defined on
org_apache_flex_core_ContainerBase
        this, this.MXMLDescriptor);
                   ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/HTMLElementWrapper.js:68:
WARNING - assignment to property internalDisplay of
org_apache_flex_core_HTMLElementWrapper.prototype
found   : string
required: boolean
org_apache_flex_core_HTMLElementWrapper.prototype.internalDisplay =
'inline';
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/HTMLElementWrapper.js:160:
WARNING - assignment to property wrappedEvent of
org_apache_flex_events_BrowserEvent
found   : (Object|null)
required: (goog.events.BrowserEvent|null)
  e.wrappedEvent = eventObject;
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:230:
WARNING - Property style never defined on org_apache_flex_core_UIBase
  var styles = this.style;
                    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:304:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
  if (!this.beads_) {
       ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:305:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
    this.beads_ = [];
    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:307:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
  this.beads_.push(bead);
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:326:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
  if (!this.beads_) {
       ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:327:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
    this.beads_ = [];
    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:329:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
  for (var i = 0; i < this.beads_.length; i++) {
                      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:330:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
    var bead = this.beads_[i];
               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:345:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
  if (!this.beads_) return null;
       ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:346:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
  var n = this.beads_.length;
          ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:348:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
    var bead = this.beads_[i];
               ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/core/UIBase.js:350:
WARNING - Access to private property beads_ of
org_apache_flex_core_HTMLElementWrapper not allowed here.
      this.beads_.splice(i, 1);
      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/events/BrowserEvent.js:66:
WARNING - Property stopImmediatePropagation never defined on
goog.events.BrowserEvent
  this.wrappedEvent.stopImmediatePropagation();
                    ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/ContainerView.js:54:
WARNING - Access to protected property _strand of
org_apache_flex_html_beads_ContainerView not allowed here.
            return this._strand;
                   ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/beads/ContainerView.js:61:
WARNING - Access to protected property _strand of
org_apache_flex_html_beads_ContainerView not allowed here.
            return this._strand;
                   ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/html/supportClasses/UIItemRendererBase.js:66:
WARNING - Property MXMLDescriptor never defined on
org_apache_flex_html_supportClasses_UIItemRendererBase
  org_apache_flex_utils_MXMLDataInterpreter.generateMXMLInstances(this,
this, this.MXMLDescriptor);
                                                                                  
^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/net/HTTPService.js:75:
WARNING - Overriding private property of
org_apache_flex_core_HTMLElementWrapper.prototype.
  this.beads_ = null;
  ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/net/HTTPService.js:202:
WARNING - Property _json never defined on org_apache_flex_net_HTTPService
            if (!this._json)
                      ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/org/apache/flex/net/HTTPService.js:203:
WARNING - variable _json is undeclared
              _json = JSON.parse(this.data);
              ^

May 13, 2015 12:28:53 AM com.google.javascript.jscomp.LoggerErrorManager
printSummary
WARNING: 0 error(s), 250 warning(s), 93.9% typed
The project 'DataBindingTest' has been successfully compiled and optimized.
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.mxml:132
Data binding will not be able to detect assignments to 'strings'.
                                   
dataProvider="{MyModel(applicationModel).strings}" />
                                                                           
^


Process finished with exit code 2




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46451.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Hmm, not sure what’s wrong.

In /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/libs
should be a Core.swc.  All SWC files are just zip files so open it as a
zip file and see if EffectTimer.js is in there (under
js/src/org/apache/flex/utils)

Create a folder at 
/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/js/FlexJ
S/src

There should be an EffectTimer.js at
/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/projects
/Core/js/src/org/apache/flex/utils/EffectTimer.js

Copy that to 
/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/js/FlexJ
S/src/org/apache/flex/utils/EffectTimer.js

Then try again.  I want to know if couldn’t find that one file or if it
isn’t able to find any of the .js files.

Thanks,
-Alex

On 5/11/15, 9:28 PM, "kevin.godell" <ke...@gmail.com> wrote:

>I changed it to /js/bin/mxmlc and got this response:
>
>/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest
>.mxml
>Using Falcon codebase:
>/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
>Using Flex SDK: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBi
>ndingTest.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockD
>ataJSONItemConverter.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models
>/MyModel.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/contro
>llers/MyController.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInit
>ialView.js
>Could not find file for class: org_apache_flex_utils_EffectTimer
>java.lang.NullPointerException
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDep
>sWriter.java:494)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:164)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:184)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWri
>ter.java:120)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(Goog
>DepsWriter.java:72)
>	at
>org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.
>publish(MXMLFlexJSPublisher.java:274)
>	at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462)
>	at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326)
>	at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254)
>	at
>org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:215
>)
>	at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:165)
>
>
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.m
>xml:131
>Data binding will not be able to detect assignments to 'strings'.
>                  
>dataProvider="{MyModel(applicationModel).strings}" />
>                  
> 
>^
>
>
>Process finished with exit code 3
>
>There were some files output in /bin/js-debug, but I did not see a .html
>there.
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46408.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
I changed it to /js/bin/mxmlc and got this response:

/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml
Using Falcon codebase:
/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
Using Flex SDK: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBindingTest.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockDataJSONItemConverter.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models/MyModel.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/controllers/MyController.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInitialView.js
Could not find file for class: org_apache_flex_utils_EffectTimer
java.lang.NullPointerException
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDepsWriter.java:494)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:164)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:184)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:120)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(GoogDepsWriter.java:72)
	at
org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:274)
	at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462)
	at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326)
	at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254)
	at
org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:215)
	at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:165)


/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.mxml:131
Data binding will not be able to detect assignments to 'strings'.
                                   
dataProvider="{MyModel(applicationModel).strings}" />
                                                                           
^


Process finished with exit code 3

There were some files output in /bin/js-debug, but I did not see a .html
there.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46408.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
And now, you should be able to run the mxmlc in js/bin and get a “bin”
folder in the DataBindingTest folder that contains the HTML/JS/CSS
equivalent.

-Alex

On 5/11/15, 9:23 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

>On Mon, May 11, 2015 at 9:05 PM, kevin.godell <ke...@gmail.com>
>wrote:
>
>> I was able to get the external tool setup on mac/intellij and got a .swf
>> using the DataBindingTest example with only 1 warning:
>>
>> /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/bin/mxmlc
>>
>> 
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTes
>>t.mxml
>> Loading configuration:
>>
>> 
>>/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/flex-c
>>onfig.xml
>>
>> 41301 bytes written to
>>
>> 
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTes
>>t.swf
>> in 3.894 seconds
>>
>> 
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.
>>mxml:131
>> Warning: Data binding will not be able to detect assignments to
>>'strings'.
>>
>> dataProvider="{MyModel(applicationModel).strings}" />
>>
>> Process finished with exit code 0
>>
>> Then I found the swf and double clicked it and found a nice little stock
>> quote checker:
>> <
>> 
>>http://apache-flex-development.2333347.n4.nabble.com/file/n46404/Screen_S
>>hot_2015-05-11_at_9.png
>> >
>>
>>
>Yay!
>
>
>>
>>
>> --
>> View this message in context:
>> 
>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
>>to-IDE-developers-to-support-FlexJS-tp32656p46404.html
>> Sent from the Apache Flex Development mailing list archive at
>>Nabble.com.
>>


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Mon, May 11, 2015 at 9:05 PM, kevin.godell <ke...@gmail.com>
wrote:

> I was able to get the external tool setup on mac/intellij and got a .swf
> using the DataBindingTest example with only 1 warning:
>
> /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/bin/mxmlc
>
> /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml
> Loading configuration:
>
> /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/flex-config.xml
>
> 41301 bytes written to
>
> /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.swf
> in 3.894 seconds
>
> /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.mxml:131
> Warning: Data binding will not be able to detect assignments to 'strings'.
>
> dataProvider="{MyModel(applicationModel).strings}" />
>
> Process finished with exit code 0
>
> Then I found the swf and double clicked it and found a nice little stock
> quote checker:
> <
> http://apache-flex-development.2333347.n4.nabble.com/file/n46404/Screen_Shot_2015-05-11_at_9.png
> >
>
>
Yay!


>
>
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46404.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
OK, I pushed an update to FalconJX to show the list of SWCS it found.
Give it about 20 minutes to build Falcon and maybe try installing FlexJS
nightly build again.

I have to stop for tonight.  Thanks again for trying it out.

-Alex

On 5/11/15, 10:50 PM, "Alex Harui" <ah...@adobe.com> wrote:

>Hi Kevin,
>
>Did you look inside Core.swc to see if the files were in there?
>
>It feels like the compiler can’t find the files in the SWCs.  Maybe you
>have an older build of the compiler somehow, or maybe something else is
>broken.  I’ll see if I can add some more output info to the compiler.
>
>-Alex
>
>On 5/11/15, 10:30 PM, "kevin.godell" <ke...@gmail.com> wrote:
>
>>@Piotrz, I found the FilePath when I was playing with the insert macros
>>button.
>>
>>@Alex, the new message is slightly different, now complaining about a
>>different file:
>>
>>/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTes
>>t
>>.mxml
>>Using Falcon codebase:
>>/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
>>Using Flex SDK: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
>>Compiling file:
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataB
>>i
>>ndingTest.js
>>Compiling file:
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/Stock
>>D
>>ataJSONItemConverter.js
>>Compiling file:
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/model
>>s
>>/MyModel.js
>>Compiling file:
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/contr
>>o
>>llers/MyController.js
>>Compiling file:
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyIni
>>t
>>ialView.js
>>Could not find file for class: org_apache_flex_core_IEffectTimer
>>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.
>>m
>>xml:131
>>Data binding will not be able to detect assignments to 'strings'.
>>                 
>>dataProvider="{MyModel(applicationModel).strings}" />
>>                 
>> 
>>^
>>
>>java.lang.NullPointerException
>>	at
>>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDe
>>p
>>sWriter.java:494)
>>	at
>>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWr
>>i
>>ter.java:164)
>>	at
>>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWr
>>i
>>ter.java:184)
>>	at
>>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWr
>>i
>>ter.java:184)
>>	at
>>org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWr
>>i
>>ter.java:120)
>>	at
>>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(Goo
>>g
>>DepsWriter.java:72)
>>	at
>>org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher
>>.
>>publish(MXMLFlexJSPublisher.java:274)
>>	at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462)
>>	at 
>>org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326)
>>	at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254)
>>	at
>>org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:21
>>5
>>)
>>	at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:165)
>>
>>
>>
>>Process finished with exit code 3
>>
>>
>>
>>
>>--
>>View this message in context:
>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
>>t
>>o-IDE-developers-to-support-FlexJS-tp32656p46411.html
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
> Don’t confuse being a good programmer with whether you use an IDE or not.

That is not what I meant. I meant that I could be faster if I wasn't lazy
and used the command line more. I think you took it opposite of what I
said/meant. :)

Mike

On Tue, May 12, 2015 at 3:41 PM, Alex Harui <ah...@adobe.com> wrote:

>
>
> On 5/12/15, 12:10 PM, "Michael Schmalle" <te...@gmail.com>
> wrote:
>
> >"True command-line junkies don’t use IDE’s and can just work from
> >the git repos with some environment variables."
> >
> >This is funny. Although I consider myself a pretty good programmer, I hate
> >the command line. Why? I have to type more, seriously that is it, having
> >to
> >type more after writing code sucks. Anything that can make my life easier
> >there is welcome, IDE, yes please.
>
> Don’t confuse being a good programmer with whether you use an IDE or not.
>
> FWIW, at least one study showed that the typing is faster than
> point-and-click.  IIRC, most of it was just the time required to move your
> hand and the eye-hand coordination feedback loop.  But you have to know
> what to type (such as menu shortcuts, etc) and that required familiarity
> with the task environment.  And, of course, a picture is worth a thousand
> words so if visualization is important to the task, then an IDE is going
> to be better.  For me, whenever I feel like I’m spending too much time
> mousing the same sequence over and over, I generally try to learn the
> shortcuts if available.
>
> Full disclosure:  I have two IDEs open on my computer right now.  However,
> I am only using FB for editing AS/MXML code and not using code
> intelligence at all since I know the APIs really well.  But for Falcon
> code which is written in Java, I definitely rely on code intelligence and
> the Eclipse IDE.
>
> For debugging, I am much faster debugging AS code in FDB than in FB mainly
> because of how hard it is to operate the GUI to examine one property out
> of the 100’s and or test the value of expressions.
>
> -Alex
>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/12/15, 12:10 PM, "Michael Schmalle" <te...@gmail.com> wrote:

>"True command-line junkies don’t use IDE’s and can just work from
>the git repos with some environment variables."
>
>This is funny. Although I consider myself a pretty good programmer, I hate
>the command line. Why? I have to type more, seriously that is it, having
>to
>type more after writing code sucks. Anything that can make my life easier
>there is welcome, IDE, yes please.

Don’t confuse being a good programmer with whether you use an IDE or not.

FWIW, at least one study showed that the typing is faster than
point-and-click.  IIRC, most of it was just the time required to move your
hand and the eye-hand coordination feedback loop.  But you have to know
what to type (such as menu shortcuts, etc) and that required familiarity
with the task environment.  And, of course, a picture is worth a thousand
words so if visualization is important to the task, then an IDE is going
to be better.  For me, whenever I feel like I’m spending too much time
mousing the same sequence over and over, I generally try to learn the
shortcuts if available.

Full disclosure:  I have two IDEs open on my computer right now.  However,
I am only using FB for editing AS/MXML code and not using code
intelligence at all since I know the APIs really well.  But for Falcon
code which is written in Java, I definitely rely on code intelligence and
the Eclipse IDE.

For debugging, I am much faster debugging AS code in FDB than in FB mainly
because of how hard it is to operate the GUI to examine one property out
of the 100’s and or test the value of expressions.

-Alex


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
"True command-line junkies don’t use IDE’s and can just work from
the git repos with some environment variables."

This is funny. Although I consider myself a pretty good programmer, I hate
the command line. Why? I have to type more, seriously that is it, having to
type more after writing code sucks. Anything that can make my life easier
there is welcome, IDE, yes please.

Mike

On Tue, May 12, 2015 at 1:24 PM, Alex Harui <ah...@adobe.com> wrote:

>
>
> On 5/12/15, 10:00 AM, "kevin.godell" <ke...@gmail.com> wrote:
>
> >Could there have been a better or faster way for me to get that changed
> >file without downloading the entire flexjs nightly with the installer?
> >Keep
> >in mind that I am not knowledgable with command line things, but willing
> >to
> >learn.
>
> Well, I think you just got unlucky that Adobe updated the AIR17 SDK last
> night after I went to bed.  When that happens, one of us in Apache Flex
> has to update some MD5s which I didn’t do until this morning.
> Re-installing is still probably the best way right now if you want to use
> an IDE.  True command-line junkies don’t use IDE’s and can just work from
> the git repos with some environment variables.
>
> -Alex
>
>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/12/15, 10:00 AM, "kevin.godell" <ke...@gmail.com> wrote:

>Could there have been a better or faster way for me to get that changed
>file without downloading the entire flexjs nightly with the installer?
>Keep
>in mind that I am not knowledgable with command line things, but willing
>to
>learn.

Well, I think you just got unlucky that Adobe updated the AIR17 SDK last
night after I went to bed.  When that happens, one of us in Apache Flex
has to update some MD5s which I didn’t do until this morning.
Re-installing is still probably the best way right now if you want to use
an IDE.  True command-line junkies don’t use IDE’s and can just work from
the git repos with some environment variables.

-Alex



Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
I saw the commit you made and tried to re-download the nightly this morning
with the installer. 3 failed attempts when it could not verify the air17. I
changed it to air 16 and it downloaded without failing. But unfortunately,
I ran out of time and had to leave for work. I am looking forward to
running it  later, maybe in about 6 hours.

Could there have been a better or faster way for me to get that changed
file without downloading the entire flexjs nightly with the installer? Keep
in mind that I am not knowledgable with command line things, but willing to
learn.

On Tuesday, May 12, 2015, Alex Harui [via Apache Flex Development] <
ml-node+s2333347n46422h29@n4.nabble.com> wrote:

> Hi Kevin,
>
> Looks like the Falcon build passed, so please start over by re-installing
> FlexJS nightly which should pick up this new Falcon build.  Then the
> js/bin/mxmlc should have additional output about which SWCs it is looking
> for.  Maybe that will give us a clue why it can’t find these .js files
>
> -Alex
>
> On 5/11/15, 10:52 PM, "kevin.godell" <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=46422&i=0>> wrote:
>
> >I did have to tweak the mxmlc file in /js/bin because the build would
> >immediately fail with the Error: Unable to access jarfile
> >/../lib/mxmlc.jar.
> >I changed SCRIPT_HOME and removed the "/". Maybe that broke something?
> All
> >of the files I have were installed using the flex sdk installer with the
> >flex js nightly. About that first file mentioned, it was in already in
> >core
> >swc.
> >
> >I copied the whole src folder, but now the next complaint is "Could not
> >find
> >file for class: org_apache_flex_html_beads_ContainerView." And yes, I
> >found
> >that in HTML.swc. I will try again tomorrow, if you have more things for
> >me
> >to try. Good luck.
> >
> >
> >
> >--
> >View this message in context:
> >
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
> >o-IDE-developers-to-support-FlexJS-tp32656p46414.html
> >Sent from the Apache Flex Development mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46422.html
>  To start a new topic under Apache Flex Development, email
> ml-node+s2333347n1h78@n4.nabble.com
> <javascript:_e(%7B%7D,'cvml','ml-node%2Bs2333347n1h78@n4.nabble.com');>
> To unsubscribe from [FlexJS] Reaching out to IDE developers to support
> FlexJS, click here
> <http://apache-flex-development.2333347.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=32656&code=a2V2aW4uZ29kZWxsQGdtYWlsLmNvbXwzMjY1NnwyNTAxOTQ4MDU=>
> .
> NAML
> <http://apache-flex-development.2333347.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46423.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
OK, thanks. I think I know what is going on.  I just pushed an attempt to
fix it.  You can monitor Falcon build #455 here [1] and if it completes
successfully, try deleting the old stuff and re-installing again.

Thanks for helping us figure this out.

-Alex

[1] http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/

On 5/12/15, 5:45 PM, "kevin.godell" <ke...@gmail.com> wrote:

>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest
>.mxml
>Using Falcon codebase:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
>Using Flex SDK: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBi
>ndingTest.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockD
>ataJSONItemConverter.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models
>/MyModel.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/contro
>llers/MyController.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInit
>ialView.js
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/p
>layer/17.0/playerglobal.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/B
>inding.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/C
>harts.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/C
>ollections.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/C
>ore.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/C
>reateJS.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/D
>ragDrop.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/E
>ffects.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/F
>ormatters.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/G
>oogleMaps.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/G
>raphics.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/H
>TML.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/H
>TML5.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/J
>Query.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/M
>obile.swc
>using SWC:
>/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/N
>etwork.swc
>Could not find file for class: org_apache_flex_utils_EffectTimer
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.m
>xml:131
>Data binding will not be able to detect assignments to 'strings'.
>                  
>dataProvider="{MyModel(applicationModel).strings}" />
>                  
> 
>^
>
>java.lang.NullPointerException
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDep
>sWriter.java:498)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:168)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:188)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWri
>ter.java:124)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(Goog
>DepsWriter.java:76)
>	at
>org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.
>publish(MXMLFlexJSPublisher.java:274)
>	at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462)
>	at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326)
>	at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254)
>	at
>org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:215
>)
>	at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:165)
>
>
>
>Process finished with exit code 3
>
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46447.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/13/15, 8:24 PM, "kevin.godell" <ke...@gmail.com> wrote:

>I tried changing it to 4.15.0, which is what was in the flex nightly, but
>no
>luck. In the flexJS nightly, I found no /lib/fdb.jar file. I copied it
>from
>the other sdk, but still no luck. It just complained a little differently
>when trying to debug with flexjs:

Hi Kevin,

Yes, I haven’t updated the install script to bundle fdb.jar yet.  I’m
waiting to see how this plays out with IntelliJ first.

The error below indicates that you only copied fdb.jar.  You must also
copy swfutils.jar and asc.jar.

Thanks,
-Alex

>
>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
>-d32
>-Dapplication.home=/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-1
>7
>-Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en
>-Duser.region=en -Xmx512m -classpath "/Applications/IntelliJ IDEA
>14.app/Contents/plugins/flex/lib/idea-fdb-4.0.0.14159-fix.jar:/Users/kevin
>Godell/Documents/flexJS-nightly_air-17_fp-17/lib/fdb.jar"
>flex.tools.debugger.cli.DebugCLI
>Exception in thread "main" java.lang.NoClassDefFoundError:
>flash/localization/ILocalizer
>Caused by: java.lang.ClassNotFoundException: flash.localization.ILocalizer
>	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>	at java.security.AccessController.doPrivileged(Native Method)
>	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>java.io.IOException: Stream closed
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46492.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
I tried changing it to 4.15.0, which is what was in the flex nightly, but no
luck. In the flexJS nightly, I found no /lib/fdb.jar file. I copied it from
the other sdk, but still no luck. It just complained a little differently
when trying to debug with flexjs:

/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
-d32
-Dapplication.home=/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
-Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en
-Duser.region=en -Xmx512m -classpath "/Applications/IntelliJ IDEA
14.app/Contents/plugins/flex/lib/idea-fdb-4.0.0.14159-fix.jar:/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/lib/fdb.jar"
flex.tools.debugger.cli.DebugCLI
Exception in thread "main" java.lang.NoClassDefFoundError:
flash/localization/ILocalizer
Caused by: java.lang.ClassNotFoundException: flash.localization.ILocalizer
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
java.io.IOException: Stream closed



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46492.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Wild guess, but in 
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/flex-sdk-descripti
on.xml
Change:
 <version>4.0.3</version>
To:
 <version>4.14.1</version>

Or whatever is working for you in
/Users/kevinGodell/Documents/flex4.15.0N-air17/flex-sdk-description.xml

It could be that IntelliJ is keying off that version tag.  FB does as well
which is why it starts with a 4.  IntelliJ may care about the other
numbers.

-Alex



On 5/13/15, 4:21 PM, "kevin.godell" <ke...@gmail.com> wrote:

>Sorry for the late reply, just got home. Yeah, the video wasnt great
>because
>it was late and I  was rushing through. But, I do use the flexjs sdk in
>Project Structure -> Modules -> Dependencies -> Flex / AIR SDK = flexjs
>nightly. In the Run/Debugger settings, I set the "Use debugger from SDK" =
>flex(not js). When I targeted the flexjs as the location of the debugger,
>it
>failed like yours with the following:
>
>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
>-d32
>-Dapplication.home=/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-1
>7
>-Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en
>-Duser.region=en -Xmx512m -classpath "/Applications/IntelliJ IDEA
>14.app/Contents/plugins/flex/lib/idea-fdb-4.0.0.14159-fix.jar:/Users/kevin
>Godell/Documents/flexJS-nightly_air-17_fp-17/lib/fdb.jar"
>flex.tools.debugger.cli.DebugCLI
>Exception in thread "main" java.lang.NoClassDefFoundError:
>flash/tools/debugger/SourceLocator
>	at java.lang.ClassLoader.defineClass1(Native Method)
>	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
>	at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
>	at 
>java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
>	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
>	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
>	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
>	at java.security.AccessController.doPrivileged(Native Method)
>	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>Caused by: java.lang.ClassNotFoundException:
>flash.tools.debugger.SourceLocator
>	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>	at java.security.AccessController.doPrivileged(Native Method)
>	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>	... 12 more
>java.io.IOException: Stream closed
>
>Try to target the regular flex sdk, just to see what happens. I was just
>trying random things and that was how it worked for me.
>
>This is what I got when it worked by targeting the regular flex sdk for
>debugging:
>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
>-d32 -Dapplication.home=/Users/kevinGodell/Documents/flex4.15.0N-air17
>-Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en
>-Duser.region=en -Xmx512m -classpath
>/Users/kevinGodell/Documents/flex4.15.0N-air17/lib/fdb.jar
>flex.tools.debugger.cli.DebugCLI -ide
>Apache fdb (Flash Player Debugger) [build 20150414]
>Copyright 2013 The Apache Software Foundation. All rights reserved.
>Waiting for Player to connect
>Player connected; session starting.
>[trace] profiler is live
>[trace] io error:[IOErrorEvent type="ioError" bubbles=false
>cancelable=false
>eventPhase=2 text="Error #2031: Socket Error. URL: 127.0.0.1"]
>[trace] hello world
>[trace] hello world
>[UnloadSWF]
>Users:kevinGodell:IdeaProjects:flexJS:DataBindingTest:src:DataBindingTest.
>swf
>Player session terminated
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46488.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
Sorry for the late reply, just got home. Yeah, the video wasnt great because
it was late and I  was rushing through. But, I do use the flexjs sdk in
Project Structure -> Modules -> Dependencies -> Flex / AIR SDK = flexjs
nightly. In the Run/Debugger settings, I set the "Use debugger from SDK" =
flex(not js). When I targeted the flexjs as the location of the debugger, it
failed like yours with the following:

/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
-d32
-Dapplication.home=/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
-Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en
-Duser.region=en -Xmx512m -classpath "/Applications/IntelliJ IDEA
14.app/Contents/plugins/flex/lib/idea-fdb-4.0.0.14159-fix.jar:/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/lib/fdb.jar"
flex.tools.debugger.cli.DebugCLI
Exception in thread "main" java.lang.NoClassDefFoundError:
flash/tools/debugger/SourceLocator
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Caused by: java.lang.ClassNotFoundException:
flash.tools.debugger.SourceLocator
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	... 12 more
java.io.IOException: Stream closed

Try to target the regular flex sdk, just to see what happens. I was just
trying random things and that was how it worked for me.

This is what I got when it worked by targeting the regular flex sdk for
debugging:
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
-d32 -Dapplication.home=/Users/kevinGodell/Documents/flex4.15.0N-air17
-Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en
-Duser.region=en -Xmx512m -classpath
/Users/kevinGodell/Documents/flex4.15.0N-air17/lib/fdb.jar
flex.tools.debugger.cli.DebugCLI -ide
Apache fdb (Flash Player Debugger) [build 20150414]
Copyright 2013 The Apache Software Foundation. All rights reserved.
Waiting for Player to connect
Player connected; session starting.
[trace] profiler is live
[trace] io error:[IOErrorEvent type="ioError" bubbles=false cancelable=false
eventPhase=2 text="Error #2031: Socket Error. URL: 127.0.0.1"]
[trace] hello world
[trace] hello world
[UnloadSWF]
Users:kevinGodell:IdeaProjects:flexJS:DataBindingTest:src:DataBindingTest.swf
Player session terminated



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46488.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
I was googling and searching in Intellij options for change these classpath,
but without success. :(
Maybe someone know how to force intellij to use custom classpath ?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46478.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Thank you Kevin for this video! It's awesome! :)
I have pretty similar setup. It's great we have debuggable swf but FlexJS
itself is not present as an sdk in your setup, so would be great figure out
why actually it is not working with FlexJS.

Once I copied these three files which Alex suggested in previous posts I
have almost similar output on the console as you have Kevin in 3:48

The only diff is classpath and this is probably why debugger is not working
with FlexJS [1]:

Mine classpath: -classpath "C:\Program Files (x86)\JetBrains\IntelliJ IDEA
14.1\plugins\flex\lib\idea-fdb-4.0.0.14159-fix.jar;H:/flexsdk/ApacheFlexJS_Nightly/lib/fdb.jar"

Your classpath: [2] 

Your classpath is pointing to one fdb.jar from Flex SDK, mine for some
reason is pointing also to some internal Intellij fdb plugin.

[1] https://paste.apache.org/a7jj
[2] http://images.devs-on.net/Image/G7f8X7eHkwtz7r7Y-Obszar.png

Piotr




-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46475.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
Piotr, I had to tweak a few settings. I recorded a screen video from start to
finish of me creating a project ->module->external tool->changing others
settings. When I tried to upload to youtube last night, youtube complained
about the format after it hanged for a while. I am trying to upload it once
again before I have to head out the door for work.

Some things that I can remember right now:
1. create flexjs project
2. create DataBindingTest module in flexjs project
3. create the external test to use /bin/mxmlc
- I changed the settings on parameters to
$ModuleSourcePath$/$ModuleName$.mxml instead of $file path, that way it will
always target the main file, but this assumes that the module has the same
name as the main file that you target with mxmlc external tool
4. edit the Run/Debug configurations
-in the "before launch" section, delete "Make", then press the + and add our
external tool
-in the "Use debugger from sdk" section, I changed it to use a regular flex
sdk, not the flexjs sdk. Using the flexjs skd failed but flex one worked. I
did not find the reason yet for that.
5. open "Project Structure" and edit the module's output folder
-changed mine to /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src
6. press the debug button and hope for the best

Ok, good, the video successfully uploaded while typing this.

My first video ever for youtube. No audio. Late at night and my wife wasnt
available to hold the queue cards.

https://www.youtube.com/watch?v=NBJEjIcfNs8&feature=youtube_gdata_player

<iframe width="420" height="315"
src="https://www.youtube.com/embed/NBJEjIcfNs8" frameborder="0"
allowfullscreen></iframe>




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46459.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Kevin,

 I did install the newest nightly build of flexjs.

What actually you  did ? - Have you only copied this three files pointed by
Alex and hit green "bug" - Debugger started to working with swf ?

I have following error [1]

[1] https://paste.apache.org/51vf

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46453.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
I had a little success getting the swf to connect to the debugging console in
intellij, I think.

<http://apache-flex-development.2333347.n4.nabble.com/file/n46448/Screen_Shot_2015-05-12_at_9.png> 



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46448.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml
Using Falcon codebase:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
Using Flex SDK: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBindingTest.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockDataJSONItemConverter.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models/MyModel.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/controllers/MyController.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInitialView.js
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/player/17.0/playerglobal.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Binding.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Charts.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Collections.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Core.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/CreateJS.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/DragDrop.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Effects.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Formatters.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/GoogleMaps.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Graphics.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/HTML.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/HTML5.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/JQuery.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Mobile.swc
using SWC:
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/frameworks/libs/Network.swc
Could not find file for class: org_apache_flex_utils_EffectTimer
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.mxml:131
Data binding will not be able to detect assignments to 'strings'.
                                   
dataProvider="{MyModel(applicationModel).strings}" />
                                                                           
^

java.lang.NullPointerException
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDepsWriter.java:498)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:168)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:188)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:124)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(GoogDepsWriter.java:76)
	at
org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:274)
	at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462)
	at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326)
	at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254)
	at
org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:215)
	at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:165)



Process finished with exit code 3




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46447.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Hi Kevin,

Looks like the Falcon build passed, so please start over by re-installing
FlexJS nightly which should pick up this new Falcon build.  Then the
js/bin/mxmlc should have additional output about which SWCs it is looking
for.  Maybe that will give us a clue why it can’t find these .js files

-Alex

On 5/11/15, 10:52 PM, "kevin.godell" <ke...@gmail.com> wrote:

>I did have to tweak the mxmlc file in /js/bin because the build would
>immediately fail with the Error: Unable to access jarfile
>/../lib/mxmlc.jar.
>I changed SCRIPT_HOME and removed the "/". Maybe that broke something? All
>of the files I have were installed using the flex sdk installer with the
>flex js nightly. About that first file mentioned, it was in already in
>core
>swc.
>
>I copied the whole src folder, but now the next complaint is "Could not
>find
>file for class: org_apache_flex_html_beads_ContainerView." And yes, I
>found
>that in HTML.swc. I will try again tomorrow, if you have more things for
>me
>to try. Good luck.
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46414.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
I did have to tweak the mxmlc file in /js/bin because the build would
immediately fail with the Error: Unable to access jarfile /../lib/mxmlc.jar.
I changed SCRIPT_HOME and removed the "/". Maybe that broke something? All
of the files I have were installed using the flex sdk installer with the
flex js nightly. About that first file mentioned, it was in already in core
swc.

I copied the whole src folder, but now the next complaint is "Could not find
file for class: org_apache_flex_html_beads_ContainerView." And yes, I found
that in HTML.swc. I will try again tomorrow, if you have more things for me
to try. Good luck.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46414.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Hi Kevin,

Did you look inside Core.swc to see if the files were in there?

It feels like the compiler can’t find the files in the SWCs.  Maybe you
have an older build of the compiler somehow, or maybe something else is
broken.  I’ll see if I can add some more output info to the compiler.

-Alex

On 5/11/15, 10:30 PM, "kevin.godell" <ke...@gmail.com> wrote:

>@Piotrz, I found the FilePath when I was playing with the insert macros
>button.
>
>@Alex, the new message is slightly different, now complaining about a
>different file:
>
>/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest
>.mxml
>Using Falcon codebase:
>/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
>Using Flex SDK: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBi
>ndingTest.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockD
>ataJSONItemConverter.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models
>/MyModel.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/contro
>llers/MyController.js
>Compiling file:
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInit
>ialView.js
>Could not find file for class: org_apache_flex_core_IEffectTimer
>/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.m
>xml:131
>Data binding will not be able to detect assignments to 'strings'.
>                  
>dataProvider="{MyModel(applicationModel).strings}" />
>                  
> 
>^
>
>java.lang.NullPointerException
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDep
>sWriter.java:494)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:164)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:184)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:184)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWri
>ter.java:120)
>	at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(Goog
>DepsWriter.java:72)
>	at
>org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.
>publish(MXMLFlexJSPublisher.java:274)
>	at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462)
>	at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326)
>	at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254)
>	at
>org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:215
>)
>	at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:165)
>
>
>
>Process finished with exit code 3
>
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46411.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
@Piotrz, I found the FilePath when I was playing with the insert macros
button.

@Alex, the new message is slightly different, now complaining about a
different file:

/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml
Using Falcon codebase:
/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
Using Flex SDK: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBindingTest.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockDataJSONItemConverter.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models/MyModel.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/controllers/MyController.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInitialView.js
Could not find file for class: org_apache_flex_core_IEffectTimer
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.mxml:131
Data binding will not be able to detect assignments to 'strings'.
                                   
dataProvider="{MyModel(applicationModel).strings}" />
                                                                           
^

java.lang.NullPointerException
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDepsWriter.java:494)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:164)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:184)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:184)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:120)
	at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(GoogDepsWriter.java:72)
	at
org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:274)
	at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462)
	at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326)
	at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254)
	at
org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:215)
	at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:165)



Process finished with exit code 3




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46411.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Wow Kevin! Great I didn't know about that option with $FilePath$ - Thank you!
:)

So we have almost successful build on two OS. :)

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46410.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
And about the intellij external tools settings, you can use $FilePath$ in the
parameters box instead of hard coding the individual app's .mxml file. Just
make sure you have the main .mxml file open and it is focused, so that the
tool will target it's FilePath when launching. That way you can reuse the
external tool on other modules/projects without having to change the
parameter settings.
<http://apache-flex-development.2333347.n4.nabble.com/file/n46407/Screen_Shot_2015-05-11_at_11.png> 



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46407.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by "kevin.godell" <ke...@gmail.com>.
I was able to get the external tool setup on mac/intellij and got a .swf
using the DataBindingTest example with only 1 warning:

/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/bin/mxmlc
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml
Loading configuration:
/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/flex-config.xml

41301 bytes written to
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.swf
in 3.894 seconds
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.mxml:131
Warning: Data binding will not be able to detect assignments to 'strings'.
                                   
dataProvider="{MyModel(applicationModel).strings}" />
                                                         
Process finished with exit code 0

Then I found the swf and double clicked it and found a nice little stock
quote checker:
<http://apache-flex-development.2333347.n4.nabble.com/file/n46404/Screen_Shot_2015-05-11_at_9.png> 



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46404.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
I was looking into SourceLocator and realized it is part of the debugger
(FDB) which isn’t bundled into FlexJS.  Can someone using IntelliJ try
copying the following jars from a FlexSDK into the FlexJS lib folder?

lib/swfutils.jar
lib/fdb.jar
lib/asc.jar

If that works, then we can add those jars to the build process.

-Alex

On 5/11/15, 4:53 PM, "Alex Harui" <ah...@adobe.com> wrote:

>
>
>On 5/11/15, 2:50 PM, "piotrz" <pi...@gmail.com> wrote:
>
>>
>>If you could Alex try to put SourceLocator and we will see what will
>>happen. 
>
>Ok, I will look into that this week.  Of course, anybody else is more than
>welcome to try it first.
>
>-Alex
>


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/11/15, 2:50 PM, "piotrz" <pi...@gmail.com> wrote:

>
>If you could Alex try to put SourceLocator and we will see what will
>happen. 

Ok, I will look into that this week.  Of course, anybody else is more than
welcome to try it first.

-Alex


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Alex,

Actually this is all what I got - Intellij do not show me anything more in
this stack trace.

As for ambiguous reference I had probably something cached by Intellij and
had some old code even after pull from git. 

I had additional imports in MyModel.as:

import flash.events.EventDispatcher;
import org.apache.flex.events.Event;
import org.apache.flex.events.EventDispatcher;
	
public class MyModel extends EventDispatcher {}

If you could Alex try to put SourceLocator and we will see what will happen. 

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46402.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Hi Piotr,

That’s great news that you found a way to get it to work.

Can you explain what you had to do to remove ambiguous reference to
EventDispatcher?

Also, can you examine more closely the errors about not finding the
SourceLocator class?  If you go all the way to the top of the stack, what
class is looking for SourceLocator?  Is it a Flex compiler class or an
IntelliJ class?

For FlexJS, the flex-oem-compiler.jar contains only the classes FB needed
to call Falcon. If IntelliJ needs SourceLocator, we can try adding it too.
 I didn’t add everything because it sucked in a lot of MXMLC classes we
don’t really want to have to maintain going forward.

-Alex

On 5/11/15, 1:13 PM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>
>Once I removed ambiguous reference to EventDispatcher build to js [1] and
>swf [2] was successful.
>
>Intellij didn't manage to launch application in debug mode [3] which is ok
>because for this purpose I might need separate plugin.
>
>At least we know that building application is possible using external
>tools
>options in Intellij. If intellij starting to recognize correctly classes
>from SDK [4] we will have another IDE in which we can use FlexJS. :)
>
>[1] https://paste.apache.org/ao52
>[2] https://paste.apache.org/5P50
>[3] https://paste.apache.org/fYbB
>[4] http://images.devs-on.net/Image/VScOfKGTcVWh09oL-Cayekran.png
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46400.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Alex,

Once I removed ambiguous reference to EventDispatcher build to js [1] and
swf [2] was successful.

Intellij didn't manage to launch application in debug mode [3] which is ok
because for this purpose I might need separate plugin.

At least we know that building application is possible using external tools
options in Intellij. If intellij starting to recognize correctly classes
from SDK [4] we will have another IDE in which we can use FlexJS. :)

[1] https://paste.apache.org/ao52
[2] https://paste.apache.org/5P50
[3] https://paste.apache.org/fYbB
[4] http://images.devs-on.net/Image/VScOfKGTcVWh09oL-Cayekran.png

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46400.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Alex,

I've updated repo yesterday, FlexJS itself today. I will send you everything
later today. 

Thank you,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46394.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Piotr,

I just noticed you are trying to compile an example in a repo.  Is the
repo up-to-date and in the develop branch?  What happens if you try to
compile the example in
h:\flexsdk\ApacheFlexJS_Nightly\examples\DataBindingTest?

If that doesn’t work, post the MyModel.as and the flex-config.xml from
h:\flexsdk\ApacheFlexJS_Nightly\frameworks


Thanks,
-Alex


On 5/10/15, 10:46 PM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>
>This is the results -> https://paste.apache.org/gFMo
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46392.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Alex,

This is the results -> https://paste.apache.org/gFMo

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46392.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Can you remove the "@echo off" from mxmlc.bat so we can see everything it
outputs?

-Alex

On 5/10/15, 10:32 PM, "piotrz" <pi...@gmail.com> wrote:

>Thanks Alex!
>
>This time it looks like Falcon tried to compile something but it's failed
>the same in Intellij and console [1]
>
>One thing which I have changed is path to the java in mxmlc.bat from
>7.0.55
>to 7.0.79. - It could have any implications ? I don't think so.
>
>For installing FlexJS I have used "ant -f installer.xml".
>
>[1] http://images.devs-on.net/Image/qZTJgYTElPQEnTZi-Cayekran.png
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46390.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Thanks Alex!

This time it looks like Falcon tried to compile something but it's failed
the same in Intellij and console [1]

One thing which I have changed is path to the java in mxmlc.bat from 7.0.55
to 7.0.79. - It could have any implications ? I don't think so.

For installing FlexJS I have used "ant -f installer.xml".

[1] http://images.devs-on.net/Image/qZTJgYTElPQEnTZi-Cayekran.png



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46390.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/10/15, 11:02 AM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>
>I have reached this point [1]. I set up as you can see FALCON_HOME,
>FLEX_HOME. In the console it looks exactly same right now.
>
>How can I check which flex_config.xml am I using ?

Once the compiler gets far enough, it should report which flex_config.xml
it is using, but it should pick up the one from FLEX_HOME.

>
>[1] http://images.devs-on.net/Image/Tun0UDufbiXXgEbC-Cayekran.png
>

Piotr,

Did you use the Apache Flex SDK Installer to install the FlexJS 0.0.3
Nightly?
If so, try removing the FALCON_HOME and FLEX_HOME environment variables or
point them both to h:\flexsdk\ApacheFlexJS_Nightly.

Also, don’t set trailing slashes on the environment variables if you set
them.

Then, if the .bat file is still misbehaving, you’ll have to help me out by
debugging it on your end.

Thanks,
-Alex


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Alex,

I have reached this point [1]. I set up as you can see FALCON_HOME,
FLEX_HOME. In the console it looks exactly same right now.

How can I check which flex_config.xml am I using ?

[1] http://images.devs-on.net/Image/Tun0UDufbiXXgEbC-Cayekran.png



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46385.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
So it seems the actual compiler config is not correct.

On Sun, May 10, 2015 at 6:01 AM, piotrz <pi...@gmail.com> wrote:

> This is how it looks like [1] once I setup external tools in Intellij.
>
> [1] http://images.devs-on.net/Image/y69VNEEfTnlyFBfu-Cayekran.png
>
> Piotr
>
>
>
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46377.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Do you have an environment variable FLEX_HOME that is pointing to
ApacheFlexJS_Nightly?
If you run the mxmlc.bat from the command line do you get the same results
and do you get other output about what FALCON_HOME and FLEX_HOME are?
Please post the flex_config.xml.

Thanks,
-Alex

On 5/10/15, 3:01 AM, "piotrz" <pi...@gmail.com> wrote:

>This is how it looks like [1] once I setup external tools in Intellij.
>
>[1] http://images.devs-on.net/Image/y69VNEEfTnlyFBfu-Cayekran.png
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46377.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
This is how it looks like [1] once I setup external tools in Intellij.

[1] http://images.devs-on.net/Image/y69VNEEfTnlyFBfu-Cayekran.png

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46377.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
Yes, that is what I was asking, I understand.

Mike

On Fri, May 8, 2015 at 12:59 PM, piotrz <pi...@gmail.com> wrote:

> Mike,
>
> You have to download last good nightly build [1] and unzip it. In unzipped
> folder you have to download rest of the FlexJS part simply typing in the
> consol: ant -f installer.xml. (assuming that you have ant installed in your
> system :))
>
> I am not sure whether I understand you correctly.
>
> I am off for today, so probably will get back here tomorrow. Have a great
> weekend! :)
>
> [1] http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/
>
>
>
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46342.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Mike,

You have to download last good nightly build [1] and unzip it. In unzipped
folder you have to download rest of the FlexJS part simply typing in the
consol: ant -f installer.xml. (assuming that you have ant installed in your
system :))

I am not sure whether I understand you correctly.

I am off for today, so probably will get back here tomorrow. Have a great
weekend! :)

[1] http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46342.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
I’m aware of that, but anything that can be done by others helps move
FlexJS along faster.  I’ve got plenty on my plate as it is.

-Alex

On 5/8/15, 11:36 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

>Alex, just FYI, you could get a free copy of IntelliJ IDEA.  All you have
>to do is ask :-)
>https://www.jetbrains.com/shop/eform/apache?product=II
>
>Thanks,
>Om
>
>On Fri, May 8, 2015 at 11:34 AM, Alex Harui <ah...@adobe.com> wrote:
>
>> To me, it just looks like IntelliJ isn’t recognizing any of the FlexJS
>> SWCs at compile time.  I want to see what it is passing into MXMLC
>>and/or
>> what is in that .XML file that might contain parameters, or what
>> flex-config.xml it is choosing.  It feels like it isn’t choosing the
>>right
>> one.
>>
>> -Alex
>>
>> On 5/8/15, 9:14 AM, "piotrz" <pi...@gmail.com> wrote:
>>
>> >Alex,
>> >
>> >Simple classes from FlexJS are also not recognized by Intellij [1]
>> >
>> >[1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png
>> >
>> >Piotr
>> >
>> >
>> >
>> >-----
>> >Apache Flex PMC
>> >piotrzarzycki21@gmail.com
>> >--
>> >View this message in context:
>> >
>> 
>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
>>t
>> >o-IDE-developers-to-support-FlexJS-tp32656p46338.html
>> >Sent from the Apache Flex Development mailing list archive at
>>Nabble.com.
>>
>>


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Alex, just FYI, you could get a free copy of IntelliJ IDEA.  All you have
to do is ask :-)
https://www.jetbrains.com/shop/eform/apache?product=II

Thanks,
Om

On Fri, May 8, 2015 at 11:34 AM, Alex Harui <ah...@adobe.com> wrote:

> To me, it just looks like IntelliJ isn’t recognizing any of the FlexJS
> SWCs at compile time.  I want to see what it is passing into MXMLC and/or
> what is in that .XML file that might contain parameters, or what
> flex-config.xml it is choosing.  It feels like it isn’t choosing the right
> one.
>
> -Alex
>
> On 5/8/15, 9:14 AM, "piotrz" <pi...@gmail.com> wrote:
>
> >Alex,
> >
> >Simple classes from FlexJS are also not recognized by Intellij [1]
> >
> >[1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png
> >
> >Piotr
> >
> >
> >
> >-----
> >Apache Flex PMC
> >piotrzarzycki21@gmail.com
> >--
> >View this message in context:
> >
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
> >o-IDE-developers-to-support-FlexJS-tp32656p46338.html
> >Sent from the Apache Flex Development mailing list archive at Nabble.com.
>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
To me, it just looks like IntelliJ isn’t recognizing any of the FlexJS
SWCs at compile time.  I want to see what it is passing into MXMLC and/or
what is in that .XML file that might contain parameters, or what
flex-config.xml it is choosing.  It feels like it isn’t choosing the right
one.

-Alex

On 5/8/15, 9:14 AM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>
>Simple classes from FlexJS are also not recognized by Intellij [1]
>
>[1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p46338.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
@piortz How do I get the Nightlies directory you have in the screenshot?

On Fri, May 8, 2015 at 12:37 PM, Michael Schmalle <teotigraphixllc@gmail.com
> wrote:

> Ok enough already, I am going to try and set this up with IntelliJ and see
> if I can't find something. :)
>
> On Fri, May 8, 2015 at 12:36 PM, Michael Schmalle <
> teotigraphixllc@gmail.com> wrote:
>
>> Can you post a screen shot double clicking the library.swf and another
>> with the catalog.xml?
>>
>> Mike
>>
>> On Fri, May 8, 2015 at 12:14 PM, piotrz <pi...@gmail.com>
>> wrote:
>>
>>> Alex,
>>>
>>> Simple classes from FlexJS are also not recognized by Intellij [1]
>>>
>>> [1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png
>>>
>>> Piotr
>>>
>>>
>>>
>>> -----
>>> Apache Flex PMC
>>> piotrzarzycki21@gmail.com
>>> --
>>> View this message in context:
>>> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46338.html
>>> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>>>
>>
>>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
Ok enough already, I am going to try and set this up with IntelliJ and see
if I can't find something. :)

On Fri, May 8, 2015 at 12:36 PM, Michael Schmalle <teotigraphixllc@gmail.com
> wrote:

> Can you post a screen shot double clicking the library.swf and another
> with the catalog.xml?
>
> Mike
>
> On Fri, May 8, 2015 at 12:14 PM, piotrz <pi...@gmail.com> wrote:
>
>> Alex,
>>
>> Simple classes from FlexJS are also not recognized by Intellij [1]
>>
>> [1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png
>>
>> Piotr
>>
>>
>>
>> -----
>> Apache Flex PMC
>> piotrzarzycki21@gmail.com
>> --
>> View this message in context:
>> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46338.html
>> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>>
>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
Can you post a screen shot double clicking the library.swf and another with
the catalog.xml?

Mike

On Fri, May 8, 2015 at 12:14 PM, piotrz <pi...@gmail.com> wrote:

> Alex,
>
> Simple classes from FlexJS are also not recognized by Intellij [1]
>
> [1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png
>
> Piotr
>
>
>
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46338.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Alex,

Simple classes from FlexJS are also not recognized by Intellij [1]

[1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46338.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Have you tried [1]?

It could be out-of-date or unclear, so let us know where you get stuck.

[1] 
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fl
ash+Builder

On 5/9/15, 2:39 PM, "Genaro Pinson" <ge...@yahoo.com.INVALID>
wrote:

>Can anyone please help me and point me to the right direction on how to
>setup a sample FlexJS project.
>
>
>     On Sunday, May 10, 2015 5:38 AM, Frédéric THOMAS
><we...@hotmail.com> wrote:
>   
>
> Hi Alex,
>
>Ok, good advice, much more better if I replace -Dflexlib="%FLEX_HOME%
>with -Dflexlib="%FALCON_HOME% in the mxmlc.bat
>
>I'm off for tonight unfortunately, back on track tomorrow if the coming
>party doesn't kill me.
>
>Thanks,
>Frédéric THOMAS
>
>> From: aharui@adobe.com
>> To: dev@flex.apache.org
>> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
>> Date: Sat, 9 May 2015 21:25:08 +0000
>> 
>> Could your DataBindingTest be old code?  If you are using the nightly
>> build, MyInitialView shouldn’t be using mx:State anymore.  Check the
>> latest DataBindingTest code in the examples folder.
>> 
>> Otherwise, I’m trying to figure out how to determine which
>>flex-config.xml
>> it picked up.  Maybe edit the .bat file to remove echo-off so we get
>>more
>> output?
>> 
>> Thanks,
>> -Alex
>> 
>> On 5/9/15, 5:55 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
>> 
>> >Hi,
>> >
>> >D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\js\bin\mxmlc.bat
>> >U:\sources\flexJsProjects\DataBindingTest\src\DataBindingTest.mxml
>> >
>> >Result:
>> >
>> >https://gist.github.com/doublefx/f7510ee453dd88e0562a
>> >
>> >Am I missing something ?
>> >
>> >Thanks,
>> >Frédéric THOMAS
>> >
>> >> From: aharui@adobe.com
>> >> To: dev@flex.apache.org
>> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
>>FlexJS
>> >> Date: Fri, 8 May 2015 18:27:43 +0000
>> >> 
>> >> There shouldn’t be any special arguments as long as MXMC is picking
>>up
>> >>the
>> >> flex-config.xml from the FlexJS directory.  Check the flexlib
>>argument.
>> >> Usually it looks like:
>> >> 
>> >>            +flexlib=<path to FlexJS SDK>/frameworks
>> >> 
>> >> -Alex
>> >> 
>> >> 
>> >> On 5/8/15, 9:21 AM, "Frédéric THOMAS" <we...@hotmail.com>
>>wrote:
>> >> 
>> >> >Hi,
>> >> >
>> >> >What are the compiler args for the mxml version ?
>> >> >
>> >> >Thanks,
>> >> >Frédéric THOMAS
>> >> >
>> >> >> From: aharui@adobe.com
>> >> >> To: dev@flex.apache.org
>> >> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
>> >>FlexJS
>> >> >> Date: Fri, 8 May 2015 15:59:03 +0000
>> >> >> 
>> >> >> In the examples folder is a DataBindingTest_as folder that has no
>> >>MXML
>> >> >>if
>> >> >> you want to try that.
>> >> >> 
>> >> >> -Alex
>> >> >> 
>> >> >> On 5/8/15, 8:56 AM, "Michael Schmalle" <te...@gmail.com>
>> >> >>wrote:
>> >> >> 
>> >> >> >@Alex I must have been having a brain fart, I see no reason that
>> >> >>IntelliJ
>> >> >> >would hard code that stuff but it makes no sense at all why it's
>>not
>> >> >> >reading them correctly.
>> >> >> >
>> >> >> >The only key piece that is different is it's MXML and not an .as
>> >>file.
>> >> >>So
>> >> >> >I
>> >> >> >haven't tried to see if the classes resolve in a normal .as file
>> >> >> >
>> >> >> >Mike
>> >> >> >
>> >> >> >On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com>
>> >>wrote:
>> >> >> >
>> >> >> >> Gee, I would hope that IntelliJ wouldn’t hard code stuff like
>> >> >> >>namespaces.
>> >> >> >> If one of you has time, you could create a subclass of Spark
>> >> >>Application
>> >> >> >> and Spark Label into its own SWC with its own namespace and
>>see if
>> >> >>you
>> >> >> >>can
>> >> >> >> use that in an IntelliJ Flex “Hello World” project without any
>> >>Spark
>> >> >>or
>> >> >> >>MX
>> >> >> >> namespaces in the MXML, because that’s essentially what we are
>> >> >>trying to
>> >> >> >> do.
>> >> >> >>
>> >> >> >> I noticed from Piotr’s screenshot that it appears that IntelliJ
>> >>has a
>> >> >> >>few
>> >> >> >> plug-ins for the flex-compiler and also add
>>flex-oem-compiler.jar
>> >>to
>> >> >>the
>> >> >> >> class path.  FlexJS has a hacked up flex-oem-compiler.jar that
>>has
>> >> >>just
>> >> >> >> enough stuff to fool FB into allowing it to compile FlexJS
>>SWFS.
>> >>It
>> >> >> >>could
>> >> >> >> be that we need a few more hacks there to make IntelliJ happy.
>> >> >> >>
>> >> >> >> I also noticed from Piotr’s screenshot that IntelliJ seems to
>>be
>> >>auto
>> >> >> >> generating an XML file for the -load-config parameter.  I would
>> >> >>expect
>> >> >> >>the
>> >> >> >> “js” namespace and references to the right SWCs to be in that
>>XML
>> >> >>file.
>> >> >> >> Maybe IntelliJ doesn’t know how to generate that from the
>> >> >> >>flex-config.xml
>> >> >> >> in FlexJS.
>> >> >> >>
>> >> >> >> If someone can post the contents of such an XML file it might
>> >>contain
>> >> >> >>some
>> >> >> >> clues.
>> >> >> >>
>> >> >> >> Thanks,
>> >> >> >> -Alex
>> >> >> >>
>> >> >> >> On 5/8/15, 3:39 AM, "Michael Schmalle"
>><te...@gmail.com>
>> >> >> >>wrote:
>> >> >> >>
>> >> >> >> >Ok, been to long, I am an idiot;
>> >> >> >> >
>> >> >> >> ><component className="spark.layouts:VerticalLayout"
>> >> >> >>name="VerticalLayout"
>> >> >> >> >uri="library://ns.adobe.com/flex/spark"  />
>> >> >> >> >
>> >> >> >> ><component className="org.apache.flex.charts:BarChart"
>> >> >>name="BarChart"
>> >> >> >> >uri="library://ns.apache.org/flexjs/basic"/>
>> >> >> >> >
>> >> >> >> >So actually, IntelliJ is not parsing the manifest or reading
>>it
>> >> >> >>crrectly.
>> >> >> >> >There is no Difference with FlexJS and Spark's manifest and
>>app
>> >> >> >> >declarations.
>> >> >> >> >
>> >> >> >> >Mike
>> >> >> >> >
>> >> >> >> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
>> >> >> >> ><te...@gmail.com>
>> >> >> >> >wrote:
>> >> >> >> >
>> >> >> >> >> Yeah, agreed, and since we don't know what JetBrains is
>> >>doing...
>> >> >>They
>> >> >> >> >>must
>> >> >> >> >> be hard coding the fx/spark namespaces in the SDK plugin
>>code.
>> >> >>That
>> >> >> >> >>seems
>> >> >> >> >> like the only reasonable answer to this.
>> >> >> >> >>
>> >> >> >> >> It's easy to map a package namespace dynamically but I am
>> >>trying
>> >> >>to
>> >> >> >> >>think
>> >> >> >> >> how a url would get mapped in a SWC since if I remember,
>>there
>> >>is
>> >> >>no
>> >> >> >> >> namespace definition of a url in the Flex SWC right? So if
>> >>that is
>> >> >> >>the
>> >> >> >> >> case, a url would have to be hardcoded somewhere in
>>IntelliJ's
>> >>SDK
>> >> >> >> >>plugin
>> >> >> >> >> code.
>> >> >> >> >>
>> >> >> >> >> Mike
>> >> >> >> >>
>> >> >> >> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
>> >> >> >> >><we...@hotmail.com>
>> >> >> >> >> wrote:
>> >> >> >> >>
>> >> >> >> >>> Yes, what I thought too and was wondering if we had a kind
>>of
>> >> >>same
>> >> >> >> >>>thing
>> >> >> >> >>> on Randori to manage, apparently not, so, it has to be
>>done at
>> >> >>some
>> >> >> >> >>>point
>> >> >> >> >>> for FlexJS if we go forward with IJ.
>> >> >> >> >>>
>> >> >> >> >>> Thanks,
>> >> >> >> >>> Frédéric THOMAS
>> >> >> >> >>>
>> >> >> >> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
>> >> >> >> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to
>> >>support
>> >> >> >> >>>FlexJS
>> >> >> >> >>> > From: teotigraphixllc@gmail.com
>> >> >> >> >>> > To: dev@flex.apache.org
>> >> >> >> >>> >
>> >> >> >> >>> > Fred, I don't know exactly what you did int he plugin but
>> >>if I
>> >> >> >> >>>remember
>> >> >> >> >>> > correctly, we were just unzipping the rbl, copying the
>>swcs
>> >>to
>> >> >>the
>> >> >> >> >>> > library/sdk location and adding the SWC to Intellij
>>through
>> >>the
>> >> >> >> >>>plugin
>> >> >> >> >>> > code. Nothing special about namespaces.
>> >> >> >> >>> >
>> >> >> >> >>> > But, the difference I do know is, we did not use a url
>>for
>> >> >> >>anything.
>> >> >> >> >>>I
>> >> >> >> >>> have
>> >> >> >> >>> > a feeling the js namespace url is what is choking
>>IntelliJ.
>> >> >> >> >>> >
>> >> >> >> >>> > Mike
>> >> >> >> >>> >
>> >> >> >> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
>> >> >> >> >>> webdoublefx@hotmail.com>
>> >> >> >> >>> > wrote:
>> >> >> >> >>> >
>> >> >> >> >>> > > Hi,
>> >> >> >> >>> > >
>> >> >> >> >>> > > > The red means that the IDE is not resolving the jx
>> >> >>namespace.
>> >> >> >>So
>> >> >> >> >>>it
>> >> >> >> >>> seems
>> >> >> >> >>> > > > to be a SWC namespace problem where something is
>> >>happening
>> >> >> >>that
>> >> >> >> >>> IntelliJ
>> >> >> >> >>> > > > doesn't read and resolve the manifest correctly.
>> >> >> >> >>> > >
>> >> >> >> >>> > > You are right and that's 2 years or so I didn't touch
>>the
>> >> >> >>IntelliJ
>> >> >> >> >>> API,
>> >> >> >> >>> > > so, can't remember if we worked on the NS or not.
>> >> >> >> >>> > >
>> >> >> >> >>> > > > Why a plugin: Intellij has features that make
>>creating
>> >> >> >>projects
>> >> >> >> >>>and
>> >> >> >> >>> > > > dependencies easy. One reason, Fred can say I am
>>wrong
>> >>is
>> >> >>to
>> >> >> >> >>>define
>> >> >> >> >>> a
>> >> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty
>> >>but I
>> >> >> >>know
>> >> >> >> >>> there
>> >> >> >> >>> > > are
>> >> >> >> >>> > > > benefits.
>> >> >> >> >>> > > >
>> >> >> >> >>> > > > You are also correct that it can be run as an
>>external
>> >> >>tool as
>> >> >> >> >>> well. I
>> >> >> >> >>> > > > guess it's just a matter of fiddling with things
>>until
>> >> >> >>something
>> >> >> >> >>> works
>> >> >> >> >>> > > and
>> >> >> >> >>> > > > is not a workflow killer.
>> >> >> >> >>> > >
>> >> >> >> >>> > > Yep and now I'm not sure anymore, I still need to
>>confirm
>> >>or
>> >> >> >> >>>infirm I
>> >> >> >> >>> can
>> >> >> >> >>> > > switch on Facet as I can't remember for sure how the
>>Flex
>> >> >>Plugin
>> >> >> >> >>> considers
>> >> >> >> >>> > > it is a Flex SDK or not, that's a long time and I will
>> >>need
>> >> >>to
>> >> >> >>dig
>> >> >> >> >>> into
>> >> >> >> >>> > > again.
>> >> >> >> >>> > >
>> >> >> >> >>> > > One question for the Flash Develop guys though, how are
>> >>the
>> >> >> >> >>> intelli-sense
>> >> >> >> >>> > > / refactoring / code navigation / hints and other IDE
>> >> >>facilities
>> >> >> >> >>> including
>> >> >> >> >>> > > maven integration compared to IntelliJ, do we have a
>> >> >>comparative
>> >> >> >> >>> table ?
>> >> >> >> >>> > >
>> >> >> >> >>> > > Thanks,
>> >> >> >> >>> > > Frédéric THOMAS
>> >> >> >> >>> > >
>> >> >> >> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
>> >> >> >> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers
>>to
>> >> >> >>support
>> >> >> >> >>> FlexJS
>> >> >> >> >>> > > > From: teotigraphixllc@gmail.com
>> >> >> >> >>> > > > To: dev@flex.apache.org
>> >> >> >> >>> > > >
>> >> >> >> >>> > > > The red means that the IDE is not resolving the jx
>> >> >>namespace.
>> >> >> >>So
>> >> >> >> >>>it
>> >> >> >> >>> seems
>> >> >> >> >>> > > > to be a SWC namespace problem where something is
>> >>happening
>> >> >> >>that
>> >> >> >> >>> IntelliJ
>> >> >> >> >>> > > > doesn't read and resolve the manifest correctly.
>> >> >> >> >>> > > >
>> >> >> >> >>> > > > Why a plugin: Intellij has features that make
>>creating
>> >> >> >>projects
>> >> >> >> >>>and
>> >> >> >> >>> > > > dependencies easy. One reason, Fred can say I am
>>wrong
>> >>is
>> >> >>to
>> >> >> >> >>>define
>> >> >> >> >>> a
>> >> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty
>> >>but I
>> >> >> >>know
>> >> >> >> >>> there
>> >> >> >> >>> > > are
>> >> >> >> >>> > > > benefits.
>> >> >> >> >>> > > >
>> >> >> >> >>> > > > You are also correct that it can be run as an
>>external
>> >> >>tool as
>> >> >> >> >>> well. I
>> >> >> >> >>> > > > guess it's just a matter of fiddling with things
>>until
>> >> >> >>something
>> >> >> >> >>> works
>> >> >> >> >>> > > and
>> >> >> >> >>> > > > is not a workflow killer.
>> >> >> >> >>> > > >
>> >> >> >> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui
>> >> >><ah...@adobe.com>
>> >> >> >> >>> wrote:
>> >> >> >> >>> > > >
>> >> >> >> >>> > > > > Hi Fred,
>> >> >> >> >>> > > > >
>> >> >> >> >>> > > > > Thanks for trying.  One question though:  why is a
>> >> >>plug-in
>> >> >> >>even
>> >> >> >> >>> > > needed?  I
>> >> >> >> >>> > > > > was told by an IntelliJ engineer that they simply
>>call
>> >> >> >>mxmlc.
>> >> >> >> >>>If
>> >> >> >> >>> > > that’s
>> >> >> >> >>> > > > > true, then it should “just work”. Piotr’s
>>screenshot
>> >> >>sort of
>> >> >> >> >>> implied
>> >> >> >> >>> > > that
>> >> >> >> >>> > > > > the compiler may have run or does IntelliJ have a
>> >> >>different
>> >> >> >> >>> > > > > code-intelligence engine and that’s what we’re
>>seeing
>> >>in
>> >> >>the
>> >> >> >> >>> errors.
>> >> >> >> >>> > > > >
>> >> >> >> >>> > > > > @Piotr, am I right that the things in red in the
>> >> >>screenshot
>> >> >> >>are
>> >> >> >> >>> errors?
>> >> >> >> >>> > > > > What was the actual error output?
>> >> >> >> >>> > > > >
>> >> >> >> >>> > > > > -Alex
>> >> >> >> >>> > > > >
>> >> >> >> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS"
>> >> >> >><webdoublefx@hotmail.com
>> >> >> >> >
>> >> >> >> >>> wrote:
>> >> >> >> >>> > > > >
>> >> >> >> >>> > > > > >Hi Mike,
>> >> >> >> >>> > > > > >
>> >> >> >> >>> > > > > >Yes I just started and it is on my little spare
>>time
>> >> >>but if
>> >> >> >> >>>you
>> >> >> >> >>> want
>> >> >> >> >>> > > an
>> >> >> >> >>> > > > > >idea of what's going on, you can try to compile it
>> >>and
>> >> >>you
>> >> >> >> >>>will
>> >> >> >> >>> see
>> >> >> >> >>> > > > > >things have changed and I need to figure out what
>>to
>> >>use
>> >> >> >>now
>> >> >> >> >>> instead
>> >> >> >> >>> > > of
>> >> >> >> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the
>>deprecated
>> >> >> >> >>> > > TranslatingCompiler,
>> >> >> >> >>> > > > > >etc.. and at the moment I don't know yet where to
>> >>find
>> >> >>that
>> >> >> >> >>>out
>> >> >> >> >>> given
>> >> >> >> >>> > > the
>> >> >> >> >>> > > > > >poor documentation, will have to skim the source
>> >>code I
>> >> >> >>guess.
>> >> >> >> >>> > > > > >
>> >> >> >> >>> > > > > >Frédéric THOMAS
>> >> >> >> >>> > > > > >
>> >> >> >> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
>> >> >> >> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE
>> >>developers
>> >> >>to
>> >> >> >> >>>support
>> >> >> >> >>> > > FlexJS
>> >> >> >> >>> > > > > >> From: teotigraphixllc@gmail.com
>> >> >> >> >>> > > > > >> To: dev@flex.apache.org
>> >> >> >> >>> > > > > >>
>> >> >> >> >>> > > > > >> Fred, I didn't know you were giving that a go. I
>> >>don't
>> >> >> >>have
>> >> >> >> >>> enough
>> >> >> >> >>> > > time
>> >> >> >> >>> > > > > >>to
>> >> >> >> >>> > > > > >> get into the plugin if that is what you are
>>working
>> >> >>on,
>> >> >> >> >>>which
>> >> >> >> >>> is
>> >> >> >> >>> > > > > >>fantastic
>> >> >> >> >>> > > > > >> if you are. But, I am willing to try and match
>>your
>> >> >>time
>> >> >> >>if
>> >> >> >> >>> you are
>> >> >> >> >>> > > now
>> >> >> >> >>> > > > > >> devoting (some)time to trying an Intellij
>>plugin.
>> >> >> >> >>> > > > > >>
>> >> >> >> >>> > > > > >> I guess there is work to be done on FalconJx, I
>> >>know
>> >> >> >>when I
>> >> >> >> >>> left
>> >> >> >> >>> > > > > >>developing
>> >> >> >> >>> > > > > >> it I had a bunch of todos left and unit tests to
>> >> >>write.
>> >> >> >>This
>> >> >> >> >>> was my
>> >> >> >> >>> > > > > >>whole
>> >> >> >> >>> > > > > >> quandary, for the time I would have to donate, I
>> >>need
>> >> >> >> >>>Intellij
>> >> >> >> >>> and
>> >> >> >> >>> > > > > >>really
>> >> >> >> >>> > > > > >> don't want to use FlashBuilder since it's crusty
>> >>and
>> >> >> >>gets no
>> >> >> >> >>> love.
>> >> >> >> >>> > > > > >>
>> >> >> >> >>> > > > > >> Keep me updated with what you are doing.
>> >> >> >> >>> > > > > >>
>> >> >> >> >>> > > > > >> Mike
>> >> >> >> >>> > > > > >>
>> >> >> >> >>> > > > > >>
>> >> >> >> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
>> >> >> >> >>> > > > > >><we...@hotmail.com>
>> >> >> >> >>> > > > > >> wrote:
>> >> >> >> >>> > > > > >>
>> >> >> >> >>> > > > > >> > Hi,
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >> > A bit of updates:
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
>> >> >> >> >>>depnedencies,
>> >> >> >> >>> if
>> >> >> >> >>> > > yes, I
>> >> >> >> >>> > > > > >>will
>> >> >> >> >>> > > > > >> > need to stick mostly on my same base code,
>>can't
>> >> >>use a
>> >> >> >> >>>facet
>> >> >> >> >>> > > AFAIK.
>> >> >> >> >>> > > > > >> > - I've been trying to compile the Randori
>>plugin
>> >> >> >>against
>> >> >> >> >>>the
>> >> >> >> >>> last
>> >> >> >> >>> > > > > >>IntelliJ
>> >> >> >> >>> > > > > >> > but many things have changed in their code
>>base
>> >>and
>> >> >>it
>> >> >> >> >>> failed to
>> >> >> >> >>> > > > > >>compile,
>> >> >> >> >>> > > > > >> > will have to fix that first before to branch
>>it.
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >> > So, we are still far to have a working plugin
>>at
>> >> >>this
>> >> >> >> >>>stage
>> >> >> >> >>> and
>> >> >> >> >>> > > given
>> >> >> >> >>> > > > > >>the
>> >> >> >> >>> > > > > >> > time I can spend on it.
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >> > Thanks,
>> >> >> >> >>> > > > > >> > Frédéric THOMAS
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
>> >> >> >> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
>> >> >> >> >>> > > > > >> > > To: dev@flex.apache.org
>> >> >> >> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE
>> >> >>developers
>> >> >> >>to
>> >> >> >> >>> support
>> >> >> >> >>> > > > > >>FlexJS
>> >> >> >> >>> > > > > >> > >
>> >> >> >> >>> > > > > >> > > Additionally I have checked also new
>>version of
>> >> >> >>FlexJS
>> >> >> >> >>> with FDT
>> >> >> >> >>> > > and
>> >> >> >> >>> > > > > >>it
>> >> >> >> >>> > > > > >> > > doesn't work anymore.
>> >> >> >> >>> > > > > >> > > I have error during to compilation that
>> >>FlexJS.swc
>> >> >> >> >>>doesn't
>> >> >> >> >>> > > exists -
>> >> >> >> >>> > > > > >>We
>> >> >> >> >>> > > > > >> > have
>> >> >> >> >>> > > > > >> > > currently bunch of swcs.
>> >> >> >> >>> > > > > >> > >
>> >> >> >> >>> > > > > >> > > I am not sure do we need to contact with FDT
>> >>team
>> >> >>?
>> >> >> >> >>> > > > > >> > >
>> >> >> >> >>> > > > > >> > > Alex,
>> >> >> >> >>> > > > > >> > >
>> >> >> >> >>> > > > > >> > > After your changes to many swcs in FlexJS -
>>Did
>> >> >>you
>> >> >> >> >>>have to
>> >> >> >> >>> > > change
>> >> >> >> >>> > > > > >> > process
>> >> >> >> >>> > > > > >> > > of creation/import new project to FB in some
>> >>way ?
>> >> >> >> >>> > > > > >> > >
>> >> >> >> >>> > > > > >> > > Piotr
>> >> >> >> >>> > > > > >> > >
>> >> >> >> >>> > > > > >> > >
>> >> >> >> >>> > > > > >> > >
>> >> >> >> >>> > > > > >> > > -----
>> >> >> >> >>> > > > > >> > > Apache Flex PMC
>> >> >> >> >>> > > > > >> > > piotrzarzycki21@gmail.com
>> >> >> >> >>> > > > > >> > > --
>> >> >> >> >>> > > > > >> > > View this message in context:
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >>
>> >> >> >> >>> > > > >
>> >> >> >> >>> > >
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> 
>> >> 
>> 
>>>>>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-
>>>>>>ou
>> >>>>t
>> >> >> >> >>>-
>> >> >> >> >>> > > > >
>> >>>>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
>> >> >> >> >>> > > > > >> > > Sent from the Apache Flex Development
>>mailing
>> >>list
>> >> >> >> >>>archive
>> >> >> >> >>> at
>> >> >> >> >>> > > > > >>Nabble.com.
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >> >
>> >> >> >> >>> > > > > >
>> >> >> >> >>> > > > >
>> >> >> >> >>> > > > >
>> >> >> >> >>> > >
>> >> >> >> >>> > >
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> 
>> >> >            
>> >> 
>> >               
>> 
>                  
>
>  


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Genaro Pinson <ge...@yahoo.com.INVALID>.
Can anyone please help me and point me to the right direction on how to setup a sample FlexJS project.  


     On Sunday, May 10, 2015 5:38 AM, Frédéric THOMAS <we...@hotmail.com> wrote:
   

 Hi Alex,

Ok, good advice, much more better if I replace -Dflexlib="%FLEX_HOME% with -Dflexlib="%FALCON_HOME% in the mxmlc.bat

I'm off for tonight unfortunately, back on track tomorrow if the coming party doesn't kill me.

Thanks,
Frédéric THOMAS

> From: aharui@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> Date: Sat, 9 May 2015 21:25:08 +0000
> 
> Could your DataBindingTest be old code?  If you are using the nightly
> build, MyInitialView shouldn’t be using mx:State anymore.  Check the
> latest DataBindingTest code in the examples folder.
> 
> Otherwise, I’m trying to figure out how to determine which flex-config.xml
> it picked up.  Maybe edit the .bat file to remove echo-off so we get more
> output?
> 
> Thanks,
> -Alex
> 
> On 5/9/15, 5:55 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> 
> >Hi,
> >
> >D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\js\bin\mxmlc.bat
> >U:\sources\flexJsProjects\DataBindingTest\src\DataBindingTest.mxml
> >
> >Result:
> >
> >https://gist.github.com/doublefx/f7510ee453dd88e0562a
> >
> >Am I missing something ?
> >
> >Thanks,
> >Frédéric THOMAS
> >
> >> From: aharui@adobe.com
> >> To: dev@flex.apache.org
> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> >> Date: Fri, 8 May 2015 18:27:43 +0000
> >> 
> >> There shouldn’t be any special arguments as long as MXMC is picking up
> >>the
> >> flex-config.xml from the FlexJS directory.  Check the flexlib argument.
> >> Usually it looks like:
> >> 
> >>            +flexlib=<path to FlexJS SDK>/frameworks
> >> 
> >> -Alex
> >> 
> >> 
> >> On 5/8/15, 9:21 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> >> 
> >> >Hi,
> >> >
> >> >What are the compiler args for the mxml version ?
> >> >
> >> >Thanks,
> >> >Frédéric THOMAS
> >> >
> >> >> From: aharui@adobe.com
> >> >> To: dev@flex.apache.org
> >> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
> >>FlexJS
> >> >> Date: Fri, 8 May 2015 15:59:03 +0000
> >> >> 
> >> >> In the examples folder is a DataBindingTest_as folder that has no
> >>MXML
> >> >>if
> >> >> you want to try that.
> >> >> 
> >> >> -Alex
> >> >> 
> >> >> On 5/8/15, 8:56 AM, "Michael Schmalle" <te...@gmail.com>
> >> >>wrote:
> >> >> 
> >> >> >@Alex I must have been having a brain fart, I see no reason that
> >> >>IntelliJ
> >> >> >would hard code that stuff but it makes no sense at all why it's not
> >> >> >reading them correctly.
> >> >> >
> >> >> >The only key piece that is different is it's MXML and not an .as
> >>file.
> >> >>So
> >> >> >I
> >> >> >haven't tried to see if the classes resolve in a normal .as file
> >> >> >
> >> >> >Mike
> >> >> >
> >> >> >On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com>
> >>wrote:
> >> >> >
> >> >> >> Gee, I would hope that IntelliJ wouldn’t hard code stuff like
> >> >> >>namespaces.
> >> >> >> If one of you has time, you could create a subclass of Spark
> >> >>Application
> >> >> >> and Spark Label into its own SWC with its own namespace and see if
> >> >>you
> >> >> >>can
> >> >> >> use that in an IntelliJ Flex “Hello World” project without any
> >>Spark
> >> >>or
> >> >> >>MX
> >> >> >> namespaces in the MXML, because that’s essentially what we are
> >> >>trying to
> >> >> >> do.
> >> >> >>
> >> >> >> I noticed from Piotr’s screenshot that it appears that IntelliJ
> >>has a
> >> >> >>few
> >> >> >> plug-ins for the flex-compiler and also add flex-oem-compiler.jar
> >>to
> >> >>the
> >> >> >> class path.  FlexJS has a hacked up flex-oem-compiler.jar that has
> >> >>just
> >> >> >> enough stuff to fool FB into allowing it to compile FlexJS SWFS.
> >>It
> >> >> >>could
> >> >> >> be that we need a few more hacks there to make IntelliJ happy.
> >> >> >>
> >> >> >> I also noticed from Piotr’s screenshot that IntelliJ seems to be
> >>auto
> >> >> >> generating an XML file for the -load-config parameter.  I would
> >> >>expect
> >> >> >>the
> >> >> >> “js” namespace and references to the right SWCs to be in that XML
> >> >>file.
> >> >> >> Maybe IntelliJ doesn’t know how to generate that from the
> >> >> >>flex-config.xml
> >> >> >> in FlexJS.
> >> >> >>
> >> >> >> If someone can post the contents of such an XML file it might
> >>contain
> >> >> >>some
> >> >> >> clues.
> >> >> >>
> >> >> >> Thanks,
> >> >> >> -Alex
> >> >> >>
> >> >> >> On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com>
> >> >> >>wrote:
> >> >> >>
> >> >> >> >Ok, been to long, I am an idiot;
> >> >> >> >
> >> >> >> ><component className="spark.layouts:VerticalLayout"
> >> >> >>name="VerticalLayout"
> >> >> >> >uri="library://ns.adobe.com/flex/spark"  />
> >> >> >> >
> >> >> >> ><component className="org.apache.flex.charts:BarChart"
> >> >>name="BarChart"
> >> >> >> >uri="library://ns.apache.org/flexjs/basic"/>
> >> >> >> >
> >> >> >> >So actually, IntelliJ is not parsing the manifest or reading it
> >> >> >>crrectly.
> >> >> >> >There is no Difference with FlexJS and Spark's manifest and app
> >> >> >> >declarations.
> >> >> >> >
> >> >> >> >Mike
> >> >> >> >
> >> >> >> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
> >> >> >> ><te...@gmail.com>
> >> >> >> >wrote:
> >> >> >> >
> >> >> >> >> Yeah, agreed, and since we don't know what JetBrains is
> >>doing...
> >> >>They
> >> >> >> >>must
> >> >> >> >> be hard coding the fx/spark namespaces in the SDK plugin code.
> >> >>That
> >> >> >> >>seems
> >> >> >> >> like the only reasonable answer to this.
> >> >> >> >>
> >> >> >> >> It's easy to map a package namespace dynamically but I am
> >>trying
> >> >>to
> >> >> >> >>think
> >> >> >> >> how a url would get mapped in a SWC since if I remember, there
> >>is
> >> >>no
> >> >> >> >> namespace definition of a url in the Flex SWC right? So if
> >>that is
> >> >> >>the
> >> >> >> >> case, a url would have to be hardcoded somewhere in IntelliJ's
> >>SDK
> >> >> >> >>plugin
> >> >> >> >> code.
> >> >> >> >>
> >> >> >> >> Mike
> >> >> >> >>
> >> >> >> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
> >> >> >> >><we...@hotmail.com>
> >> >> >> >> wrote:
> >> >> >> >>
> >> >> >> >>> Yes, what I thought too and was wondering if we had a kind of
> >> >>same
> >> >> >> >>>thing
> >> >> >> >>> on Randori to manage, apparently not, so, it has to be done at
> >> >>some
> >> >> >> >>>point
> >> >> >> >>> for FlexJS if we go forward with IJ.
> >> >> >> >>>
> >> >> >> >>> Thanks,
> >> >> >> >>> Frédéric THOMAS
> >> >> >> >>>
> >> >> >> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
> >> >> >> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to
> >>support
> >> >> >> >>>FlexJS
> >> >> >> >>> > From: teotigraphixllc@gmail.com
> >> >> >> >>> > To: dev@flex.apache.org
> >> >> >> >>> >
> >> >> >> >>> > Fred, I don't know exactly what you did int he plugin but
> >>if I
> >> >> >> >>>remember
> >> >> >> >>> > correctly, we were just unzipping the rbl, copying the swcs
> >>to
> >> >>the
> >> >> >> >>> > library/sdk location and adding the SWC to Intellij through
> >>the
> >> >> >> >>>plugin
> >> >> >> >>> > code. Nothing special about namespaces.
> >> >> >> >>> >
> >> >> >> >>> > But, the difference I do know is, we did not use a url for
> >> >> >>anything.
> >> >> >> >>>I
> >> >> >> >>> have
> >> >> >> >>> > a feeling the js namespace url is what is choking IntelliJ.
> >> >> >> >>> >
> >> >> >> >>> > Mike
> >> >> >> >>> >
> >> >> >> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
> >> >> >> >>> webdoublefx@hotmail.com>
> >> >> >> >>> > wrote:
> >> >> >> >>> >
> >> >> >> >>> > > Hi,
> >> >> >> >>> > >
> >> >> >> >>> > > > The red means that the IDE is not resolving the jx
> >> >>namespace.
> >> >> >>So
> >> >> >> >>>it
> >> >> >> >>> seems
> >> >> >> >>> > > > to be a SWC namespace problem where something is
> >>happening
> >> >> >>that
> >> >> >> >>> IntelliJ
> >> >> >> >>> > > > doesn't read and resolve the manifest correctly.
> >> >> >> >>> > >
> >> >> >> >>> > > You are right and that's 2 years or so I didn't touch the
> >> >> >>IntelliJ
> >> >> >> >>> API,
> >> >> >> >>> > > so, can't remember if we worked on the NS or not.
> >> >> >> >>> > >
> >> >> >> >>> > > > Why a plugin: Intellij has features that make creating
> >> >> >>projects
> >> >> >> >>>and
> >> >> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong
> >>is
> >> >>to
> >> >> >> >>>define
> >> >> >> >>> a
> >> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty
> >>but I
> >> >> >>know
> >> >> >> >>> there
> >> >> >> >>> > > are
> >> >> >> >>> > > > benefits.
> >> >> >> >>> > > >
> >> >> >> >>> > > > You are also correct that it can be run as an external
> >> >>tool as
> >> >> >> >>> well. I
> >> >> >> >>> > > > guess it's just a matter of fiddling with things until
> >> >> >>something
> >> >> >> >>> works
> >> >> >> >>> > > and
> >> >> >> >>> > > > is not a workflow killer.
> >> >> >> >>> > >
> >> >> >> >>> > > Yep and now I'm not sure anymore, I still need to confirm
> >>or
> >> >> >> >>>infirm I
> >> >> >> >>> can
> >> >> >> >>> > > switch on Facet as I can't remember for sure how the Flex
> >> >>Plugin
> >> >> >> >>> considers
> >> >> >> >>> > > it is a Flex SDK or not, that's a long time and I will
> >>need
> >> >>to
> >> >> >>dig
> >> >> >> >>> into
> >> >> >> >>> > > again.
> >> >> >> >>> > >
> >> >> >> >>> > > One question for the Flash Develop guys though, how are
> >>the
> >> >> >> >>> intelli-sense
> >> >> >> >>> > > / refactoring / code navigation / hints and other IDE
> >> >>facilities
> >> >> >> >>> including
> >> >> >> >>> > > maven integration compared to IntelliJ, do we have a
> >> >>comparative
> >> >> >> >>> table ?
> >> >> >> >>> > >
> >> >> >> >>> > > Thanks,
> >> >> >> >>> > > Frédéric THOMAS
> >> >> >> >>> > >
> >> >> >> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
> >> >> >> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to
> >> >> >>support
> >> >> >> >>> FlexJS
> >> >> >> >>> > > > From: teotigraphixllc@gmail.com
> >> >> >> >>> > > > To: dev@flex.apache.org
> >> >> >> >>> > > >
> >> >> >> >>> > > > The red means that the IDE is not resolving the jx
> >> >>namespace.
> >> >> >>So
> >> >> >> >>>it
> >> >> >> >>> seems
> >> >> >> >>> > > > to be a SWC namespace problem where something is
> >>happening
> >> >> >>that
> >> >> >> >>> IntelliJ
> >> >> >> >>> > > > doesn't read and resolve the manifest correctly.
> >> >> >> >>> > > >
> >> >> >> >>> > > > Why a plugin: Intellij has features that make creating
> >> >> >>projects
> >> >> >> >>>and
> >> >> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong
> >>is
> >> >>to
> >> >> >> >>>define
> >> >> >> >>> a
> >> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty
> >>but I
> >> >> >>know
> >> >> >> >>> there
> >> >> >> >>> > > are
> >> >> >> >>> > > > benefits.
> >> >> >> >>> > > >
> >> >> >> >>> > > > You are also correct that it can be run as an external
> >> >>tool as
> >> >> >> >>> well. I
> >> >> >> >>> > > > guess it's just a matter of fiddling with things until
> >> >> >>something
> >> >> >> >>> works
> >> >> >> >>> > > and
> >> >> >> >>> > > > is not a workflow killer.
> >> >> >> >>> > > >
> >> >> >> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui
> >> >><ah...@adobe.com>
> >> >> >> >>> wrote:
> >> >> >> >>> > > >
> >> >> >> >>> > > > > Hi Fred,
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > Thanks for trying.  One question though:  why is a
> >> >>plug-in
> >> >> >>even
> >> >> >> >>> > > needed?  I
> >> >> >> >>> > > > > was told by an IntelliJ engineer that they simply call
> >> >> >>mxmlc.
> >> >> >> >>>If
> >> >> >> >>> > > that’s
> >> >> >> >>> > > > > true, then it should “just work”. Piotr’s screenshot
> >> >>sort of
> >> >> >> >>> implied
> >> >> >> >>> > > that
> >> >> >> >>> > > > > the compiler may have run or does IntelliJ have a
> >> >>different
> >> >> >> >>> > > > > code-intelligence engine and that’s what we’re seeing
> >>in
> >> >>the
> >> >> >> >>> errors.
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > @Piotr, am I right that the things in red in the
> >> >>screenshot
> >> >> >>are
> >> >> >> >>> errors?
> >> >> >> >>> > > > > What was the actual error output?
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > -Alex
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS"
> >> >> >><webdoublefx@hotmail.com
> >> >> >> >
> >> >> >> >>> wrote:
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > >Hi Mike,
> >> >> >> >>> > > > > >
> >> >> >> >>> > > > > >Yes I just started and it is on my little spare time
> >> >>but if
> >> >> >> >>>you
> >> >> >> >>> want
> >> >> >> >>> > > an
> >> >> >> >>> > > > > >idea of what's going on, you can try to compile it
> >>and
> >> >>you
> >> >> >> >>>will
> >> >> >> >>> see
> >> >> >> >>> > > > > >things have changed and I need to figure out what to
> >>use
> >> >> >>now
> >> >> >> >>> instead
> >> >> >> >>> > > of
> >> >> >> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
> >> >> >> >>> > > TranslatingCompiler,
> >> >> >> >>> > > > > >etc.. and at the moment I don't know yet where to
> >>find
> >> >>that
> >> >> >> >>>out
> >> >> >> >>> given
> >> >> >> >>> > > the
> >> >> >> >>> > > > > >poor documentation, will have to skim the source
> >>code I
> >> >> >>guess.
> >> >> >> >>> > > > > >
> >> >> >> >>> > > > > >Frédéric THOMAS
> >> >> >> >>> > > > > >
> >> >> >> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
> >> >> >> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE
> >>developers
> >> >>to
> >> >> >> >>>support
> >> >> >> >>> > > FlexJS
> >> >> >> >>> > > > > >> From: teotigraphixllc@gmail.com
> >> >> >> >>> > > > > >> To: dev@flex.apache.org
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> Fred, I didn't know you were giving that a go. I
> >>don't
> >> >> >>have
> >> >> >> >>> enough
> >> >> >> >>> > > time
> >> >> >> >>> > > > > >>to
> >> >> >> >>> > > > > >> get into the plugin if that is what you are working
> >> >>on,
> >> >> >> >>>which
> >> >> >> >>> is
> >> >> >> >>> > > > > >>fantastic
> >> >> >> >>> > > > > >> if you are. But, I am willing to try and match your
> >> >>time
> >> >> >>if
> >> >> >> >>> you are
> >> >> >> >>> > > now
> >> >> >> >>> > > > > >> devoting (some)time to trying an Intellij plugin.
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> I guess there is work to be done on FalconJx, I
> >>know
> >> >> >>when I
> >> >> >> >>> left
> >> >> >> >>> > > > > >>developing
> >> >> >> >>> > > > > >> it I had a bunch of todos left and unit tests to
> >> >>write.
> >> >> >>This
> >> >> >> >>> was my
> >> >> >> >>> > > > > >>whole
> >> >> >> >>> > > > > >> quandary, for the time I would have to donate, I
> >>need
> >> >> >> >>>Intellij
> >> >> >> >>> and
> >> >> >> >>> > > > > >>really
> >> >> >> >>> > > > > >> don't want to use FlashBuilder since it's crusty
> >>and
> >> >> >>gets no
> >> >> >> >>> love.
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> Keep me updated with what you are doing.
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> Mike
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> >> >> >> >>> > > > > >><we...@hotmail.com>
> >> >> >> >>> > > > > >> wrote:
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> > Hi,
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > A bit of updates:
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
> >> >> >> >>>depnedencies,
> >> >> >> >>> if
> >> >> >> >>> > > yes, I
> >> >> >> >>> > > > > >>will
> >> >> >> >>> > > > > >> > need to stick mostly on my same base code, can't
> >> >>use a
> >> >> >> >>>facet
> >> >> >> >>> > > AFAIK.
> >> >> >> >>> > > > > >> > - I've been trying to compile the Randori plugin
> >> >> >>against
> >> >> >> >>>the
> >> >> >> >>> last
> >> >> >> >>> > > > > >>IntelliJ
> >> >> >> >>> > > > > >> > but many things have changed in their code base
> >>and
> >> >>it
> >> >> >> >>> failed to
> >> >> >> >>> > > > > >>compile,
> >> >> >> >>> > > > > >> > will have to fix that first before to branch it.
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > So, we are still far to have a working plugin at
> >> >>this
> >> >> >> >>>stage
> >> >> >> >>> and
> >> >> >> >>> > > given
> >> >> >> >>> > > > > >>the
> >> >> >> >>> > > > > >> > time I can spend on it.
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > Thanks,
> >> >> >> >>> > > > > >> > Frédéric THOMAS
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> >> >> >> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
> >> >> >> >>> > > > > >> > > To: dev@flex.apache.org
> >> >> >> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE
> >> >>developers
> >> >> >>to
> >> >> >> >>> support
> >> >> >> >>> > > > > >>FlexJS
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > Additionally I have checked also new version of
> >> >> >>FlexJS
> >> >> >> >>> with FDT
> >> >> >> >>> > > and
> >> >> >> >>> > > > > >>it
> >> >> >> >>> > > > > >> > > doesn't work anymore.
> >> >> >> >>> > > > > >> > > I have error during to compilation that
> >>FlexJS.swc
> >> >> >> >>>doesn't
> >> >> >> >>> > > exists -
> >> >> >> >>> > > > > >>We
> >> >> >> >>> > > > > >> > have
> >> >> >> >>> > > > > >> > > currently bunch of swcs.
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > I am not sure do we need to contact with FDT
> >>team
> >> >>?
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > Alex,
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > After your changes to many swcs in FlexJS - Did
> >> >>you
> >> >> >> >>>have to
> >> >> >> >>> > > change
> >> >> >> >>> > > > > >> > process
> >> >> >> >>> > > > > >> > > of creation/import new project to FB in some
> >>way ?
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > Piotr
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > -----
> >> >> >> >>> > > > > >> > > Apache Flex PMC
> >> >> >> >>> > > > > >> > > piotrzarzycki21@gmail.com
> >> >> >> >>> > > > > >> > > --
> >> >> >> >>> > > > > >> > > View this message in context:
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > >
> >> >> >> >>> > >
> >> >> >> >>>
> >> >> >> >>>
> >> >> >> 
> >> 
> >>>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-ou
> >>>>t
> >> >> >> >>>-
> >> >> >> >>> > > > >
> >>>>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> >> >> >> >>> > > > > >> > > Sent from the Apache Flex Development mailing
> >>list
> >> >> >> >>>archive
> >> >> >> >>> at
> >> >> >> >>> > > > > >>Nabble.com.
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >
> >> >> >> >>> > > > >
> >> >> >> >>> > > > >
> >> >> >> >>> > >
> >> >> >> >>> > >
> >> >> >> >>>
> >> >> >> >>>
> >> >> >> >>
> >> >> >> >>
> >> >> >>
> >> >> >>
> >> >> 
> >> >                         
> >> 
> >                         
> 
                         

  

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Hi Alex,

Ok, good advice, much more better if I replace -Dflexlib="%FLEX_HOME% with -Dflexlib="%FALCON_HOME% in the mxmlc.bat

I'm off for tonight unfortunately, back on track tomorrow if the coming party doesn't kill me.

Thanks,
Frédéric THOMAS

> From: aharui@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> Date: Sat, 9 May 2015 21:25:08 +0000
> 
> Could your DataBindingTest be old code?  If you are using the nightly
> build, MyInitialView shouldn’t be using mx:State anymore.  Check the
> latest DataBindingTest code in the examples folder.
> 
> Otherwise, I’m trying to figure out how to determine which flex-config.xml
> it picked up.  Maybe edit the .bat file to remove echo-off so we get more
> output?
> 
> Thanks,
> -Alex
> 
> On 5/9/15, 5:55 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> 
> >Hi,
> >
> >D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\js\bin\mxmlc.bat
> >U:\sources\flexJsProjects\DataBindingTest\src\DataBindingTest.mxml
> >
> >Result:
> >
> >https://gist.github.com/doublefx/f7510ee453dd88e0562a
> >
> >Am I missing something ?
> >
> >Thanks,
> >Frédéric THOMAS
> >
> >> From: aharui@adobe.com
> >> To: dev@flex.apache.org
> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> >> Date: Fri, 8 May 2015 18:27:43 +0000
> >> 
> >> There shouldn’t be any special arguments as long as MXMC is picking up
> >>the
> >> flex-config.xml from the FlexJS directory.  Check the flexlib argument.
> >> Usually it looks like:
> >> 
> >>             +flexlib=<path to FlexJS SDK>/frameworks
> >> 
> >> -Alex
> >> 
> >> 
> >> On 5/8/15, 9:21 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> >> 
> >> >Hi,
> >> >
> >> >What are the compiler args for the mxml version ?
> >> >
> >> >Thanks,
> >> >Frédéric THOMAS
> >> >
> >> >> From: aharui@adobe.com
> >> >> To: dev@flex.apache.org
> >> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
> >>FlexJS
> >> >> Date: Fri, 8 May 2015 15:59:03 +0000
> >> >> 
> >> >> In the examples folder is a DataBindingTest_as folder that has no
> >>MXML
> >> >>if
> >> >> you want to try that.
> >> >> 
> >> >> -Alex
> >> >> 
> >> >> On 5/8/15, 8:56 AM, "Michael Schmalle" <te...@gmail.com>
> >> >>wrote:
> >> >> 
> >> >> >@Alex I must have been having a brain fart, I see no reason that
> >> >>IntelliJ
> >> >> >would hard code that stuff but it makes no sense at all why it's not
> >> >> >reading them correctly.
> >> >> >
> >> >> >The only key piece that is different is it's MXML and not an .as
> >>file.
> >> >>So
> >> >> >I
> >> >> >haven't tried to see if the classes resolve in a normal .as file
> >> >> >
> >> >> >Mike
> >> >> >
> >> >> >On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com>
> >>wrote:
> >> >> >
> >> >> >> Gee, I would hope that IntelliJ wouldn’t hard code stuff like
> >> >> >>namespaces.
> >> >> >> If one of you has time, you could create a subclass of Spark
> >> >>Application
> >> >> >> and Spark Label into its own SWC with its own namespace and see if
> >> >>you
> >> >> >>can
> >> >> >> use that in an IntelliJ Flex “Hello World” project without any
> >>Spark
> >> >>or
> >> >> >>MX
> >> >> >> namespaces in the MXML, because that’s essentially what we are
> >> >>trying to
> >> >> >> do.
> >> >> >>
> >> >> >> I noticed from Piotr’s screenshot that it appears that IntelliJ
> >>has a
> >> >> >>few
> >> >> >> plug-ins for the flex-compiler and also add flex-oem-compiler.jar
> >>to
> >> >>the
> >> >> >> class path.  FlexJS has a hacked up flex-oem-compiler.jar that has
> >> >>just
> >> >> >> enough stuff to fool FB into allowing it to compile FlexJS SWFS.
> >>It
> >> >> >>could
> >> >> >> be that we need a few more hacks there to make IntelliJ happy.
> >> >> >>
> >> >> >> I also noticed from Piotr’s screenshot that IntelliJ seems to be
> >>auto
> >> >> >> generating an XML file for the -load-config parameter.  I would
> >> >>expect
> >> >> >>the
> >> >> >> “js” namespace and references to the right SWCs to be in that XML
> >> >>file.
> >> >> >> Maybe IntelliJ doesn’t know how to generate that from the
> >> >> >>flex-config.xml
> >> >> >> in FlexJS.
> >> >> >>
> >> >> >> If someone can post the contents of such an XML file it might
> >>contain
> >> >> >>some
> >> >> >> clues.
> >> >> >>
> >> >> >> Thanks,
> >> >> >> -Alex
> >> >> >>
> >> >> >> On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com>
> >> >> >>wrote:
> >> >> >>
> >> >> >> >Ok, been to long, I am an idiot;
> >> >> >> >
> >> >> >> ><component className="spark.layouts:VerticalLayout"
> >> >> >>name="VerticalLayout"
> >> >> >> >uri="library://ns.adobe.com/flex/spark"  />
> >> >> >> >
> >> >> >> ><component className="org.apache.flex.charts:BarChart"
> >> >>name="BarChart"
> >> >> >> >uri="library://ns.apache.org/flexjs/basic"/>
> >> >> >> >
> >> >> >> >So actually, IntelliJ is not parsing the manifest or reading it
> >> >> >>crrectly.
> >> >> >> >There is no Difference with FlexJS and Spark's manifest and app
> >> >> >> >declarations.
> >> >> >> >
> >> >> >> >Mike
> >> >> >> >
> >> >> >> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
> >> >> >> ><te...@gmail.com>
> >> >> >> >wrote:
> >> >> >> >
> >> >> >> >> Yeah, agreed, and since we don't know what JetBrains is
> >>doing...
> >> >>They
> >> >> >> >>must
> >> >> >> >> be hard coding the fx/spark namespaces in the SDK plugin code.
> >> >>That
> >> >> >> >>seems
> >> >> >> >> like the only reasonable answer to this.
> >> >> >> >>
> >> >> >> >> It's easy to map a package namespace dynamically but I am
> >>trying
> >> >>to
> >> >> >> >>think
> >> >> >> >> how a url would get mapped in a SWC since if I remember, there
> >>is
> >> >>no
> >> >> >> >> namespace definition of a url in the Flex SWC right? So if
> >>that is
> >> >> >>the
> >> >> >> >> case, a url would have to be hardcoded somewhere in IntelliJ's
> >>SDK
> >> >> >> >>plugin
> >> >> >> >> code.
> >> >> >> >>
> >> >> >> >> Mike
> >> >> >> >>
> >> >> >> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
> >> >> >> >><we...@hotmail.com>
> >> >> >> >> wrote:
> >> >> >> >>
> >> >> >> >>> Yes, what I thought too and was wondering if we had a kind of
> >> >>same
> >> >> >> >>>thing
> >> >> >> >>> on Randori to manage, apparently not, so, it has to be done at
> >> >>some
> >> >> >> >>>point
> >> >> >> >>> for FlexJS if we go forward with IJ.
> >> >> >> >>>
> >> >> >> >>> Thanks,
> >> >> >> >>> Frédéric THOMAS
> >> >> >> >>>
> >> >> >> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
> >> >> >> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to
> >>support
> >> >> >> >>>FlexJS
> >> >> >> >>> > From: teotigraphixllc@gmail.com
> >> >> >> >>> > To: dev@flex.apache.org
> >> >> >> >>> >
> >> >> >> >>> > Fred, I don't know exactly what you did int he plugin but
> >>if I
> >> >> >> >>>remember
> >> >> >> >>> > correctly, we were just unzipping the rbl, copying the swcs
> >>to
> >> >>the
> >> >> >> >>> > library/sdk location and adding the SWC to Intellij through
> >>the
> >> >> >> >>>plugin
> >> >> >> >>> > code. Nothing special about namespaces.
> >> >> >> >>> >
> >> >> >> >>> > But, the difference I do know is, we did not use a url for
> >> >> >>anything.
> >> >> >> >>>I
> >> >> >> >>> have
> >> >> >> >>> > a feeling the js namespace url is what is choking IntelliJ.
> >> >> >> >>> >
> >> >> >> >>> > Mike
> >> >> >> >>> >
> >> >> >> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
> >> >> >> >>> webdoublefx@hotmail.com>
> >> >> >> >>> > wrote:
> >> >> >> >>> >
> >> >> >> >>> > > Hi,
> >> >> >> >>> > >
> >> >> >> >>> > > > The red means that the IDE is not resolving the jx
> >> >>namespace.
> >> >> >>So
> >> >> >> >>>it
> >> >> >> >>> seems
> >> >> >> >>> > > > to be a SWC namespace problem where something is
> >>happening
> >> >> >>that
> >> >> >> >>> IntelliJ
> >> >> >> >>> > > > doesn't read and resolve the manifest correctly.
> >> >> >> >>> > >
> >> >> >> >>> > > You are right and that's 2 years or so I didn't touch the
> >> >> >>IntelliJ
> >> >> >> >>> API,
> >> >> >> >>> > > so, can't remember if we worked on the NS or not.
> >> >> >> >>> > >
> >> >> >> >>> > > > Why a plugin: Intellij has features that make creating
> >> >> >>projects
> >> >> >> >>>and
> >> >> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong
> >>is
> >> >>to
> >> >> >> >>>define
> >> >> >> >>> a
> >> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty
> >>but I
> >> >> >>know
> >> >> >> >>> there
> >> >> >> >>> > > are
> >> >> >> >>> > > > benefits.
> >> >> >> >>> > > >
> >> >> >> >>> > > > You are also correct that it can be run as an external
> >> >>tool as
> >> >> >> >>> well. I
> >> >> >> >>> > > > guess it's just a matter of fiddling with things until
> >> >> >>something
> >> >> >> >>> works
> >> >> >> >>> > > and
> >> >> >> >>> > > > is not a workflow killer.
> >> >> >> >>> > >
> >> >> >> >>> > > Yep and now I'm not sure anymore, I still need to confirm
> >>or
> >> >> >> >>>infirm I
> >> >> >> >>> can
> >> >> >> >>> > > switch on Facet as I can't remember for sure how the Flex
> >> >>Plugin
> >> >> >> >>> considers
> >> >> >> >>> > > it is a Flex SDK or not, that's a long time and I will
> >>need
> >> >>to
> >> >> >>dig
> >> >> >> >>> into
> >> >> >> >>> > > again.
> >> >> >> >>> > >
> >> >> >> >>> > > One question for the Flash Develop guys though, how are
> >>the
> >> >> >> >>> intelli-sense
> >> >> >> >>> > > / refactoring / code navigation / hints and other IDE
> >> >>facilities
> >> >> >> >>> including
> >> >> >> >>> > > maven integration compared to IntelliJ, do we have a
> >> >>comparative
> >> >> >> >>> table ?
> >> >> >> >>> > >
> >> >> >> >>> > > Thanks,
> >> >> >> >>> > > Frédéric THOMAS
> >> >> >> >>> > >
> >> >> >> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
> >> >> >> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to
> >> >> >>support
> >> >> >> >>> FlexJS
> >> >> >> >>> > > > From: teotigraphixllc@gmail.com
> >> >> >> >>> > > > To: dev@flex.apache.org
> >> >> >> >>> > > >
> >> >> >> >>> > > > The red means that the IDE is not resolving the jx
> >> >>namespace.
> >> >> >>So
> >> >> >> >>>it
> >> >> >> >>> seems
> >> >> >> >>> > > > to be a SWC namespace problem where something is
> >>happening
> >> >> >>that
> >> >> >> >>> IntelliJ
> >> >> >> >>> > > > doesn't read and resolve the manifest correctly.
> >> >> >> >>> > > >
> >> >> >> >>> > > > Why a plugin: Intellij has features that make creating
> >> >> >>projects
> >> >> >> >>>and
> >> >> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong
> >>is
> >> >>to
> >> >> >> >>>define
> >> >> >> >>> a
> >> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty
> >>but I
> >> >> >>know
> >> >> >> >>> there
> >> >> >> >>> > > are
> >> >> >> >>> > > > benefits.
> >> >> >> >>> > > >
> >> >> >> >>> > > > You are also correct that it can be run as an external
> >> >>tool as
> >> >> >> >>> well. I
> >> >> >> >>> > > > guess it's just a matter of fiddling with things until
> >> >> >>something
> >> >> >> >>> works
> >> >> >> >>> > > and
> >> >> >> >>> > > > is not a workflow killer.
> >> >> >> >>> > > >
> >> >> >> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui
> >> >><ah...@adobe.com>
> >> >> >> >>> wrote:
> >> >> >> >>> > > >
> >> >> >> >>> > > > > Hi Fred,
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > Thanks for trying.  One question though:  why is a
> >> >>plug-in
> >> >> >>even
> >> >> >> >>> > > needed?  I
> >> >> >> >>> > > > > was told by an IntelliJ engineer that they simply call
> >> >> >>mxmlc.
> >> >> >> >>>If
> >> >> >> >>> > > that’s
> >> >> >> >>> > > > > true, then it should “just work”. Piotr’s screenshot
> >> >>sort of
> >> >> >> >>> implied
> >> >> >> >>> > > that
> >> >> >> >>> > > > > the compiler may have run or does IntelliJ have a
> >> >>different
> >> >> >> >>> > > > > code-intelligence engine and that’s what we’re seeing
> >>in
> >> >>the
> >> >> >> >>> errors.
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > @Piotr, am I right that the things in red in the
> >> >>screenshot
> >> >> >>are
> >> >> >> >>> errors?
> >> >> >> >>> > > > > What was the actual error output?
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > -Alex
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS"
> >> >> >><webdoublefx@hotmail.com
> >> >> >> >
> >> >> >> >>> wrote:
> >> >> >> >>> > > > >
> >> >> >> >>> > > > > >Hi Mike,
> >> >> >> >>> > > > > >
> >> >> >> >>> > > > > >Yes I just started and it is on my little spare time
> >> >>but if
> >> >> >> >>>you
> >> >> >> >>> want
> >> >> >> >>> > > an
> >> >> >> >>> > > > > >idea of what's going on, you can try to compile it
> >>and
> >> >>you
> >> >> >> >>>will
> >> >> >> >>> see
> >> >> >> >>> > > > > >things have changed and I need to figure out what to
> >>use
> >> >> >>now
> >> >> >> >>> instead
> >> >> >> >>> > > of
> >> >> >> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
> >> >> >> >>> > > TranslatingCompiler,
> >> >> >> >>> > > > > >etc.. and at the moment I don't know yet where to
> >>find
> >> >>that
> >> >> >> >>>out
> >> >> >> >>> given
> >> >> >> >>> > > the
> >> >> >> >>> > > > > >poor documentation, will have to skim the source
> >>code I
> >> >> >>guess.
> >> >> >> >>> > > > > >
> >> >> >> >>> > > > > >Frédéric THOMAS
> >> >> >> >>> > > > > >
> >> >> >> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
> >> >> >> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE
> >>developers
> >> >>to
> >> >> >> >>>support
> >> >> >> >>> > > FlexJS
> >> >> >> >>> > > > > >> From: teotigraphixllc@gmail.com
> >> >> >> >>> > > > > >> To: dev@flex.apache.org
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> Fred, I didn't know you were giving that a go. I
> >>don't
> >> >> >>have
> >> >> >> >>> enough
> >> >> >> >>> > > time
> >> >> >> >>> > > > > >>to
> >> >> >> >>> > > > > >> get into the plugin if that is what you are working
> >> >>on,
> >> >> >> >>>which
> >> >> >> >>> is
> >> >> >> >>> > > > > >>fantastic
> >> >> >> >>> > > > > >> if you are. But, I am willing to try and match your
> >> >>time
> >> >> >>if
> >> >> >> >>> you are
> >> >> >> >>> > > now
> >> >> >> >>> > > > > >> devoting (some)time to trying an Intellij plugin.
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> I guess there is work to be done on FalconJx, I
> >>know
> >> >> >>when I
> >> >> >> >>> left
> >> >> >> >>> > > > > >>developing
> >> >> >> >>> > > > > >> it I had a bunch of todos left and unit tests to
> >> >>write.
> >> >> >>This
> >> >> >> >>> was my
> >> >> >> >>> > > > > >>whole
> >> >> >> >>> > > > > >> quandary, for the time I would have to donate, I
> >>need
> >> >> >> >>>Intellij
> >> >> >> >>> and
> >> >> >> >>> > > > > >>really
> >> >> >> >>> > > > > >> don't want to use FlashBuilder since it's crusty
> >>and
> >> >> >>gets no
> >> >> >> >>> love.
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> Keep me updated with what you are doing.
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> Mike
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> >> >> >> >>> > > > > >><we...@hotmail.com>
> >> >> >> >>> > > > > >> wrote:
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > > >> > Hi,
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > A bit of updates:
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
> >> >> >> >>>depnedencies,
> >> >> >> >>> if
> >> >> >> >>> > > yes, I
> >> >> >> >>> > > > > >>will
> >> >> >> >>> > > > > >> > need to stick mostly on my same base code, can't
> >> >>use a
> >> >> >> >>>facet
> >> >> >> >>> > > AFAIK.
> >> >> >> >>> > > > > >> > - I've been trying to compile the Randori plugin
> >> >> >>against
> >> >> >> >>>the
> >> >> >> >>> last
> >> >> >> >>> > > > > >>IntelliJ
> >> >> >> >>> > > > > >> > but many things have changed in their code base
> >>and
> >> >>it
> >> >> >> >>> failed to
> >> >> >> >>> > > > > >>compile,
> >> >> >> >>> > > > > >> > will have to fix that first before to branch it.
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > So, we are still far to have a working plugin at
> >> >>this
> >> >> >> >>>stage
> >> >> >> >>> and
> >> >> >> >>> > > given
> >> >> >> >>> > > > > >>the
> >> >> >> >>> > > > > >> > time I can spend on it.
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > Thanks,
> >> >> >> >>> > > > > >> > Frédéric THOMAS
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> >> >> >> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
> >> >> >> >>> > > > > >> > > To: dev@flex.apache.org
> >> >> >> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE
> >> >>developers
> >> >> >>to
> >> >> >> >>> support
> >> >> >> >>> > > > > >>FlexJS
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > Additionally I have checked also new version of
> >> >> >>FlexJS
> >> >> >> >>> with FDT
> >> >> >> >>> > > and
> >> >> >> >>> > > > > >>it
> >> >> >> >>> > > > > >> > > doesn't work anymore.
> >> >> >> >>> > > > > >> > > I have error during to compilation that
> >>FlexJS.swc
> >> >> >> >>>doesn't
> >> >> >> >>> > > exists -
> >> >> >> >>> > > > > >>We
> >> >> >> >>> > > > > >> > have
> >> >> >> >>> > > > > >> > > currently bunch of swcs.
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > I am not sure do we need to contact with FDT
> >>team
> >> >>?
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > Alex,
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > After your changes to many swcs in FlexJS - Did
> >> >>you
> >> >> >> >>>have to
> >> >> >> >>> > > change
> >> >> >> >>> > > > > >> > process
> >> >> >> >>> > > > > >> > > of creation/import new project to FB in some
> >>way ?
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > Piotr
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > >
> >> >> >> >>> > > > > >> > > -----
> >> >> >> >>> > > > > >> > > Apache Flex PMC
> >> >> >> >>> > > > > >> > > piotrzarzycki21@gmail.com
> >> >> >> >>> > > > > >> > > --
> >> >> >> >>> > > > > >> > > View this message in context:
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >>
> >> >> >> >>> > > > >
> >> >> >> >>> > >
> >> >> >> >>>
> >> >> >> >>>
> >> >> >> 
> >> 
> >>>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-ou
> >>>>t
> >> >> >> >>>-
> >> >> >> >>> > > > >
> >>>>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> >> >> >> >>> > > > > >> > > Sent from the Apache Flex Development mailing
> >>list
> >> >> >> >>>archive
> >> >> >> >>> at
> >> >> >> >>> > > > > >>Nabble.com.
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >> >
> >> >> >> >>> > > > > >
> >> >> >> >>> > > > >
> >> >> >> >>> > > > >
> >> >> >> >>> > >
> >> >> >> >>> > >
> >> >> >> >>>
> >> >> >> >>>
> >> >> >> >>
> >> >> >> >>
> >> >> >>
> >> >> >>
> >> >> 
> >> > 		 	   		  
> >> 
> > 		 	   		  
> 
 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Could your DataBindingTest be old code?  If you are using the nightly
build, MyInitialView shouldn’t be using mx:State anymore.  Check the
latest DataBindingTest code in the examples folder.

Otherwise, I’m trying to figure out how to determine which flex-config.xml
it picked up.  Maybe edit the .bat file to remove echo-off so we get more
output?

Thanks,
-Alex

On 5/9/15, 5:55 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:

>Hi,
>
>D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\js\bin\mxmlc.bat
>U:\sources\flexJsProjects\DataBindingTest\src\DataBindingTest.mxml
>
>Result:
>
>https://gist.github.com/doublefx/f7510ee453dd88e0562a
>
>Am I missing something ?
>
>Thanks,
>Frédéric THOMAS
>
>> From: aharui@adobe.com
>> To: dev@flex.apache.org
>> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
>> Date: Fri, 8 May 2015 18:27:43 +0000
>> 
>> There shouldn’t be any special arguments as long as MXMC is picking up
>>the
>> flex-config.xml from the FlexJS directory.  Check the flexlib argument.
>> Usually it looks like:
>> 
>>             +flexlib=<path to FlexJS SDK>/frameworks
>> 
>> -Alex
>> 
>> 
>> On 5/8/15, 9:21 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
>> 
>> >Hi,
>> >
>> >What are the compiler args for the mxml version ?
>> >
>> >Thanks,
>> >Frédéric THOMAS
>> >
>> >> From: aharui@adobe.com
>> >> To: dev@flex.apache.org
>> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
>>FlexJS
>> >> Date: Fri, 8 May 2015 15:59:03 +0000
>> >> 
>> >> In the examples folder is a DataBindingTest_as folder that has no
>>MXML
>> >>if
>> >> you want to try that.
>> >> 
>> >> -Alex
>> >> 
>> >> On 5/8/15, 8:56 AM, "Michael Schmalle" <te...@gmail.com>
>> >>wrote:
>> >> 
>> >> >@Alex I must have been having a brain fart, I see no reason that
>> >>IntelliJ
>> >> >would hard code that stuff but it makes no sense at all why it's not
>> >> >reading them correctly.
>> >> >
>> >> >The only key piece that is different is it's MXML and not an .as
>>file.
>> >>So
>> >> >I
>> >> >haven't tried to see if the classes resolve in a normal .as file
>> >> >
>> >> >Mike
>> >> >
>> >> >On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com>
>>wrote:
>> >> >
>> >> >> Gee, I would hope that IntelliJ wouldn’t hard code stuff like
>> >> >>namespaces.
>> >> >> If one of you has time, you could create a subclass of Spark
>> >>Application
>> >> >> and Spark Label into its own SWC with its own namespace and see if
>> >>you
>> >> >>can
>> >> >> use that in an IntelliJ Flex “Hello World” project without any
>>Spark
>> >>or
>> >> >>MX
>> >> >> namespaces in the MXML, because that’s essentially what we are
>> >>trying to
>> >> >> do.
>> >> >>
>> >> >> I noticed from Piotr’s screenshot that it appears that IntelliJ
>>has a
>> >> >>few
>> >> >> plug-ins for the flex-compiler and also add flex-oem-compiler.jar
>>to
>> >>the
>> >> >> class path.  FlexJS has a hacked up flex-oem-compiler.jar that has
>> >>just
>> >> >> enough stuff to fool FB into allowing it to compile FlexJS SWFS.
>>It
>> >> >>could
>> >> >> be that we need a few more hacks there to make IntelliJ happy.
>> >> >>
>> >> >> I also noticed from Piotr’s screenshot that IntelliJ seems to be
>>auto
>> >> >> generating an XML file for the -load-config parameter.  I would
>> >>expect
>> >> >>the
>> >> >> “js” namespace and references to the right SWCs to be in that XML
>> >>file.
>> >> >> Maybe IntelliJ doesn’t know how to generate that from the
>> >> >>flex-config.xml
>> >> >> in FlexJS.
>> >> >>
>> >> >> If someone can post the contents of such an XML file it might
>>contain
>> >> >>some
>> >> >> clues.
>> >> >>
>> >> >> Thanks,
>> >> >> -Alex
>> >> >>
>> >> >> On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com>
>> >> >>wrote:
>> >> >>
>> >> >> >Ok, been to long, I am an idiot;
>> >> >> >
>> >> >> ><component className="spark.layouts:VerticalLayout"
>> >> >>name="VerticalLayout"
>> >> >> >uri="library://ns.adobe.com/flex/spark"  />
>> >> >> >
>> >> >> ><component className="org.apache.flex.charts:BarChart"
>> >>name="BarChart"
>> >> >> >uri="library://ns.apache.org/flexjs/basic"/>
>> >> >> >
>> >> >> >So actually, IntelliJ is not parsing the manifest or reading it
>> >> >>crrectly.
>> >> >> >There is no Difference with FlexJS and Spark's manifest and app
>> >> >> >declarations.
>> >> >> >
>> >> >> >Mike
>> >> >> >
>> >> >> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
>> >> >> ><te...@gmail.com>
>> >> >> >wrote:
>> >> >> >
>> >> >> >> Yeah, agreed, and since we don't know what JetBrains is
>>doing...
>> >>They
>> >> >> >>must
>> >> >> >> be hard coding the fx/spark namespaces in the SDK plugin code.
>> >>That
>> >> >> >>seems
>> >> >> >> like the only reasonable answer to this.
>> >> >> >>
>> >> >> >> It's easy to map a package namespace dynamically but I am
>>trying
>> >>to
>> >> >> >>think
>> >> >> >> how a url would get mapped in a SWC since if I remember, there
>>is
>> >>no
>> >> >> >> namespace definition of a url in the Flex SWC right? So if
>>that is
>> >> >>the
>> >> >> >> case, a url would have to be hardcoded somewhere in IntelliJ's
>>SDK
>> >> >> >>plugin
>> >> >> >> code.
>> >> >> >>
>> >> >> >> Mike
>> >> >> >>
>> >> >> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
>> >> >> >><we...@hotmail.com>
>> >> >> >> wrote:
>> >> >> >>
>> >> >> >>> Yes, what I thought too and was wondering if we had a kind of
>> >>same
>> >> >> >>>thing
>> >> >> >>> on Randori to manage, apparently not, so, it has to be done at
>> >>some
>> >> >> >>>point
>> >> >> >>> for FlexJS if we go forward with IJ.
>> >> >> >>>
>> >> >> >>> Thanks,
>> >> >> >>> Frédéric THOMAS
>> >> >> >>>
>> >> >> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
>> >> >> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to
>>support
>> >> >> >>>FlexJS
>> >> >> >>> > From: teotigraphixllc@gmail.com
>> >> >> >>> > To: dev@flex.apache.org
>> >> >> >>> >
>> >> >> >>> > Fred, I don't know exactly what you did int he plugin but
>>if I
>> >> >> >>>remember
>> >> >> >>> > correctly, we were just unzipping the rbl, copying the swcs
>>to
>> >>the
>> >> >> >>> > library/sdk location and adding the SWC to Intellij through
>>the
>> >> >> >>>plugin
>> >> >> >>> > code. Nothing special about namespaces.
>> >> >> >>> >
>> >> >> >>> > But, the difference I do know is, we did not use a url for
>> >> >>anything.
>> >> >> >>>I
>> >> >> >>> have
>> >> >> >>> > a feeling the js namespace url is what is choking IntelliJ.
>> >> >> >>> >
>> >> >> >>> > Mike
>> >> >> >>> >
>> >> >> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
>> >> >> >>> webdoublefx@hotmail.com>
>> >> >> >>> > wrote:
>> >> >> >>> >
>> >> >> >>> > > Hi,
>> >> >> >>> > >
>> >> >> >>> > > > The red means that the IDE is not resolving the jx
>> >>namespace.
>> >> >>So
>> >> >> >>>it
>> >> >> >>> seems
>> >> >> >>> > > > to be a SWC namespace problem where something is
>>happening
>> >> >>that
>> >> >> >>> IntelliJ
>> >> >> >>> > > > doesn't read and resolve the manifest correctly.
>> >> >> >>> > >
>> >> >> >>> > > You are right and that's 2 years or so I didn't touch the
>> >> >>IntelliJ
>> >> >> >>> API,
>> >> >> >>> > > so, can't remember if we worked on the NS or not.
>> >> >> >>> > >
>> >> >> >>> > > > Why a plugin: Intellij has features that make creating
>> >> >>projects
>> >> >> >>>and
>> >> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong
>>is
>> >>to
>> >> >> >>>define
>> >> >> >>> a
>> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty
>>but I
>> >> >>know
>> >> >> >>> there
>> >> >> >>> > > are
>> >> >> >>> > > > benefits.
>> >> >> >>> > > >
>> >> >> >>> > > > You are also correct that it can be run as an external
>> >>tool as
>> >> >> >>> well. I
>> >> >> >>> > > > guess it's just a matter of fiddling with things until
>> >> >>something
>> >> >> >>> works
>> >> >> >>> > > and
>> >> >> >>> > > > is not a workflow killer.
>> >> >> >>> > >
>> >> >> >>> > > Yep and now I'm not sure anymore, I still need to confirm
>>or
>> >> >> >>>infirm I
>> >> >> >>> can
>> >> >> >>> > > switch on Facet as I can't remember for sure how the Flex
>> >>Plugin
>> >> >> >>> considers
>> >> >> >>> > > it is a Flex SDK or not, that's a long time and I will
>>need
>> >>to
>> >> >>dig
>> >> >> >>> into
>> >> >> >>> > > again.
>> >> >> >>> > >
>> >> >> >>> > > One question for the Flash Develop guys though, how are
>>the
>> >> >> >>> intelli-sense
>> >> >> >>> > > / refactoring / code navigation / hints and other IDE
>> >>facilities
>> >> >> >>> including
>> >> >> >>> > > maven integration compared to IntelliJ, do we have a
>> >>comparative
>> >> >> >>> table ?
>> >> >> >>> > >
>> >> >> >>> > > Thanks,
>> >> >> >>> > > Frédéric THOMAS
>> >> >> >>> > >
>> >> >> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
>> >> >> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to
>> >> >>support
>> >> >> >>> FlexJS
>> >> >> >>> > > > From: teotigraphixllc@gmail.com
>> >> >> >>> > > > To: dev@flex.apache.org
>> >> >> >>> > > >
>> >> >> >>> > > > The red means that the IDE is not resolving the jx
>> >>namespace.
>> >> >>So
>> >> >> >>>it
>> >> >> >>> seems
>> >> >> >>> > > > to be a SWC namespace problem where something is
>>happening
>> >> >>that
>> >> >> >>> IntelliJ
>> >> >> >>> > > > doesn't read and resolve the manifest correctly.
>> >> >> >>> > > >
>> >> >> >>> > > > Why a plugin: Intellij has features that make creating
>> >> >>projects
>> >> >> >>>and
>> >> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong
>>is
>> >>to
>> >> >> >>>define
>> >> >> >>> a
>> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty
>>but I
>> >> >>know
>> >> >> >>> there
>> >> >> >>> > > are
>> >> >> >>> > > > benefits.
>> >> >> >>> > > >
>> >> >> >>> > > > You are also correct that it can be run as an external
>> >>tool as
>> >> >> >>> well. I
>> >> >> >>> > > > guess it's just a matter of fiddling with things until
>> >> >>something
>> >> >> >>> works
>> >> >> >>> > > and
>> >> >> >>> > > > is not a workflow killer.
>> >> >> >>> > > >
>> >> >> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui
>> >><ah...@adobe.com>
>> >> >> >>> wrote:
>> >> >> >>> > > >
>> >> >> >>> > > > > Hi Fred,
>> >> >> >>> > > > >
>> >> >> >>> > > > > Thanks for trying.  One question though:  why is a
>> >>plug-in
>> >> >>even
>> >> >> >>> > > needed?  I
>> >> >> >>> > > > > was told by an IntelliJ engineer that they simply call
>> >> >>mxmlc.
>> >> >> >>>If
>> >> >> >>> > > that’s
>> >> >> >>> > > > > true, then it should “just work”. Piotr’s screenshot
>> >>sort of
>> >> >> >>> implied
>> >> >> >>> > > that
>> >> >> >>> > > > > the compiler may have run or does IntelliJ have a
>> >>different
>> >> >> >>> > > > > code-intelligence engine and that’s what we’re seeing
>>in
>> >>the
>> >> >> >>> errors.
>> >> >> >>> > > > >
>> >> >> >>> > > > > @Piotr, am I right that the things in red in the
>> >>screenshot
>> >> >>are
>> >> >> >>> errors?
>> >> >> >>> > > > > What was the actual error output?
>> >> >> >>> > > > >
>> >> >> >>> > > > > -Alex
>> >> >> >>> > > > >
>> >> >> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS"
>> >> >><webdoublefx@hotmail.com
>> >> >> >
>> >> >> >>> wrote:
>> >> >> >>> > > > >
>> >> >> >>> > > > > >Hi Mike,
>> >> >> >>> > > > > >
>> >> >> >>> > > > > >Yes I just started and it is on my little spare time
>> >>but if
>> >> >> >>>you
>> >> >> >>> want
>> >> >> >>> > > an
>> >> >> >>> > > > > >idea of what's going on, you can try to compile it
>>and
>> >>you
>> >> >> >>>will
>> >> >> >>> see
>> >> >> >>> > > > > >things have changed and I need to figure out what to
>>use
>> >> >>now
>> >> >> >>> instead
>> >> >> >>> > > of
>> >> >> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
>> >> >> >>> > > TranslatingCompiler,
>> >> >> >>> > > > > >etc.. and at the moment I don't know yet where to
>>find
>> >>that
>> >> >> >>>out
>> >> >> >>> given
>> >> >> >>> > > the
>> >> >> >>> > > > > >poor documentation, will have to skim the source
>>code I
>> >> >>guess.
>> >> >> >>> > > > > >
>> >> >> >>> > > > > >Frédéric THOMAS
>> >> >> >>> > > > > >
>> >> >> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
>> >> >> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE
>>developers
>> >>to
>> >> >> >>>support
>> >> >> >>> > > FlexJS
>> >> >> >>> > > > > >> From: teotigraphixllc@gmail.com
>> >> >> >>> > > > > >> To: dev@flex.apache.org
>> >> >> >>> > > > > >>
>> >> >> >>> > > > > >> Fred, I didn't know you were giving that a go. I
>>don't
>> >> >>have
>> >> >> >>> enough
>> >> >> >>> > > time
>> >> >> >>> > > > > >>to
>> >> >> >>> > > > > >> get into the plugin if that is what you are working
>> >>on,
>> >> >> >>>which
>> >> >> >>> is
>> >> >> >>> > > > > >>fantastic
>> >> >> >>> > > > > >> if you are. But, I am willing to try and match your
>> >>time
>> >> >>if
>> >> >> >>> you are
>> >> >> >>> > > now
>> >> >> >>> > > > > >> devoting (some)time to trying an Intellij plugin.
>> >> >> >>> > > > > >>
>> >> >> >>> > > > > >> I guess there is work to be done on FalconJx, I
>>know
>> >> >>when I
>> >> >> >>> left
>> >> >> >>> > > > > >>developing
>> >> >> >>> > > > > >> it I had a bunch of todos left and unit tests to
>> >>write.
>> >> >>This
>> >> >> >>> was my
>> >> >> >>> > > > > >>whole
>> >> >> >>> > > > > >> quandary, for the time I would have to donate, I
>>need
>> >> >> >>>Intellij
>> >> >> >>> and
>> >> >> >>> > > > > >>really
>> >> >> >>> > > > > >> don't want to use FlashBuilder since it's crusty
>>and
>> >> >>gets no
>> >> >> >>> love.
>> >> >> >>> > > > > >>
>> >> >> >>> > > > > >> Keep me updated with what you are doing.
>> >> >> >>> > > > > >>
>> >> >> >>> > > > > >> Mike
>> >> >> >>> > > > > >>
>> >> >> >>> > > > > >>
>> >> >> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
>> >> >> >>> > > > > >><we...@hotmail.com>
>> >> >> >>> > > > > >> wrote:
>> >> >> >>> > > > > >>
>> >> >> >>> > > > > >> > Hi,
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >> > A bit of updates:
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
>> >> >> >>>depnedencies,
>> >> >> >>> if
>> >> >> >>> > > yes, I
>> >> >> >>> > > > > >>will
>> >> >> >>> > > > > >> > need to stick mostly on my same base code, can't
>> >>use a
>> >> >> >>>facet
>> >> >> >>> > > AFAIK.
>> >> >> >>> > > > > >> > - I've been trying to compile the Randori plugin
>> >> >>against
>> >> >> >>>the
>> >> >> >>> last
>> >> >> >>> > > > > >>IntelliJ
>> >> >> >>> > > > > >> > but many things have changed in their code base
>>and
>> >>it
>> >> >> >>> failed to
>> >> >> >>> > > > > >>compile,
>> >> >> >>> > > > > >> > will have to fix that first before to branch it.
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >> > So, we are still far to have a working plugin at
>> >>this
>> >> >> >>>stage
>> >> >> >>> and
>> >> >> >>> > > given
>> >> >> >>> > > > > >>the
>> >> >> >>> > > > > >> > time I can spend on it.
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >> > Thanks,
>> >> >> >>> > > > > >> > Frédéric THOMAS
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
>> >> >> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
>> >> >> >>> > > > > >> > > To: dev@flex.apache.org
>> >> >> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE
>> >>developers
>> >> >>to
>> >> >> >>> support
>> >> >> >>> > > > > >>FlexJS
>> >> >> >>> > > > > >> > >
>> >> >> >>> > > > > >> > > Additionally I have checked also new version of
>> >> >>FlexJS
>> >> >> >>> with FDT
>> >> >> >>> > > and
>> >> >> >>> > > > > >>it
>> >> >> >>> > > > > >> > > doesn't work anymore.
>> >> >> >>> > > > > >> > > I have error during to compilation that
>>FlexJS.swc
>> >> >> >>>doesn't
>> >> >> >>> > > exists -
>> >> >> >>> > > > > >>We
>> >> >> >>> > > > > >> > have
>> >> >> >>> > > > > >> > > currently bunch of swcs.
>> >> >> >>> > > > > >> > >
>> >> >> >>> > > > > >> > > I am not sure do we need to contact with FDT
>>team
>> >>?
>> >> >> >>> > > > > >> > >
>> >> >> >>> > > > > >> > > Alex,
>> >> >> >>> > > > > >> > >
>> >> >> >>> > > > > >> > > After your changes to many swcs in FlexJS - Did
>> >>you
>> >> >> >>>have to
>> >> >> >>> > > change
>> >> >> >>> > > > > >> > process
>> >> >> >>> > > > > >> > > of creation/import new project to FB in some
>>way ?
>> >> >> >>> > > > > >> > >
>> >> >> >>> > > > > >> > > Piotr
>> >> >> >>> > > > > >> > >
>> >> >> >>> > > > > >> > >
>> >> >> >>> > > > > >> > >
>> >> >> >>> > > > > >> > > -----
>> >> >> >>> > > > > >> > > Apache Flex PMC
>> >> >> >>> > > > > >> > > piotrzarzycki21@gmail.com
>> >> >> >>> > > > > >> > > --
>> >> >> >>> > > > > >> > > View this message in context:
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >>
>> >> >> >>> > > > >
>> >> >> >>> > >
>> >> >> >>>
>> >> >> >>>
>> >> >> 
>> 
>>>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-ou
>>>>t
>> >> >> >>>-
>> >> >> >>> > > > >
>>>>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
>> >> >> >>> > > > > >> > > Sent from the Apache Flex Development mailing
>>list
>> >> >> >>>archive
>> >> >> >>> at
>> >> >> >>> > > > > >>Nabble.com.
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >> >
>> >> >> >>> > > > > >
>> >> >> >>> > > > >
>> >> >> >>> > > > >
>> >> >> >>> > >
>> >> >> >>> > >
>> >> >> >>>
>> >> >> >>>
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >> 
>> > 		 	   		  
>> 
> 		 	   		  


RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Hi,

D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\js\bin\mxmlc.bat U:\sources\flexJsProjects\DataBindingTest\src\DataBindingTest.mxml

Result:

https://gist.github.com/doublefx/f7510ee453dd88e0562a

Am I missing something ?

Thanks,
Frédéric THOMAS

> From: aharui@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> Date: Fri, 8 May 2015 18:27:43 +0000
> 
> There shouldn’t be any special arguments as long as MXMC is picking up the
> flex-config.xml from the FlexJS directory.  Check the flexlib argument.
> Usually it looks like:
> 
>             +flexlib=<path to FlexJS SDK>/frameworks
> 
> -Alex
> 
> 
> On 5/8/15, 9:21 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> 
> >Hi,
> >
> >What are the compiler args for the mxml version ?
> >
> >Thanks,
> >Frédéric THOMAS
> >
> >> From: aharui@adobe.com
> >> To: dev@flex.apache.org
> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> >> Date: Fri, 8 May 2015 15:59:03 +0000
> >> 
> >> In the examples folder is a DataBindingTest_as folder that has no MXML
> >>if
> >> you want to try that.
> >> 
> >> -Alex
> >> 
> >> On 5/8/15, 8:56 AM, "Michael Schmalle" <te...@gmail.com>
> >>wrote:
> >> 
> >> >@Alex I must have been having a brain fart, I see no reason that
> >>IntelliJ
> >> >would hard code that stuff but it makes no sense at all why it's not
> >> >reading them correctly.
> >> >
> >> >The only key piece that is different is it's MXML and not an .as file.
> >>So
> >> >I
> >> >haven't tried to see if the classes resolve in a normal .as file
> >> >
> >> >Mike
> >> >
> >> >On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com> wrote:
> >> >
> >> >> Gee, I would hope that IntelliJ wouldn’t hard code stuff like
> >> >>namespaces.
> >> >> If one of you has time, you could create a subclass of Spark
> >>Application
> >> >> and Spark Label into its own SWC with its own namespace and see if
> >>you
> >> >>can
> >> >> use that in an IntelliJ Flex “Hello World” project without any Spark
> >>or
> >> >>MX
> >> >> namespaces in the MXML, because that’s essentially what we are
> >>trying to
> >> >> do.
> >> >>
> >> >> I noticed from Piotr’s screenshot that it appears that IntelliJ has a
> >> >>few
> >> >> plug-ins for the flex-compiler and also add flex-oem-compiler.jar to
> >>the
> >> >> class path.  FlexJS has a hacked up flex-oem-compiler.jar that has
> >>just
> >> >> enough stuff to fool FB into allowing it to compile FlexJS SWFS.  It
> >> >>could
> >> >> be that we need a few more hacks there to make IntelliJ happy.
> >> >>
> >> >> I also noticed from Piotr’s screenshot that IntelliJ seems to be auto
> >> >> generating an XML file for the -load-config parameter.  I would
> >>expect
> >> >>the
> >> >> “js” namespace and references to the right SWCs to be in that XML
> >>file.
> >> >> Maybe IntelliJ doesn’t know how to generate that from the
> >> >>flex-config.xml
> >> >> in FlexJS.
> >> >>
> >> >> If someone can post the contents of such an XML file it might contain
> >> >>some
> >> >> clues.
> >> >>
> >> >> Thanks,
> >> >> -Alex
> >> >>
> >> >> On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com>
> >> >>wrote:
> >> >>
> >> >> >Ok, been to long, I am an idiot;
> >> >> >
> >> >> ><component className="spark.layouts:VerticalLayout"
> >> >>name="VerticalLayout"
> >> >> >uri="library://ns.adobe.com/flex/spark"  />
> >> >> >
> >> >> ><component className="org.apache.flex.charts:BarChart"
> >>name="BarChart"
> >> >> >uri="library://ns.apache.org/flexjs/basic"/>
> >> >> >
> >> >> >So actually, IntelliJ is not parsing the manifest or reading it
> >> >>crrectly.
> >> >> >There is no Difference with FlexJS and Spark's manifest and app
> >> >> >declarations.
> >> >> >
> >> >> >Mike
> >> >> >
> >> >> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
> >> >> ><te...@gmail.com>
> >> >> >wrote:
> >> >> >
> >> >> >> Yeah, agreed, and since we don't know what JetBrains is doing...
> >>They
> >> >> >>must
> >> >> >> be hard coding the fx/spark namespaces in the SDK plugin code.
> >>That
> >> >> >>seems
> >> >> >> like the only reasonable answer to this.
> >> >> >>
> >> >> >> It's easy to map a package namespace dynamically but I am trying
> >>to
> >> >> >>think
> >> >> >> how a url would get mapped in a SWC since if I remember, there is
> >>no
> >> >> >> namespace definition of a url in the Flex SWC right? So if that is
> >> >>the
> >> >> >> case, a url would have to be hardcoded somewhere in IntelliJ's SDK
> >> >> >>plugin
> >> >> >> code.
> >> >> >>
> >> >> >> Mike
> >> >> >>
> >> >> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
> >> >> >><we...@hotmail.com>
> >> >> >> wrote:
> >> >> >>
> >> >> >>> Yes, what I thought too and was wondering if we had a kind of
> >>same
> >> >> >>>thing
> >> >> >>> on Randori to manage, apparently not, so, it has to be done at
> >>some
> >> >> >>>point
> >> >> >>> for FlexJS if we go forward with IJ.
> >> >> >>>
> >> >> >>> Thanks,
> >> >> >>> Frédéric THOMAS
> >> >> >>>
> >> >> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
> >> >> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> >> >> >>>FlexJS
> >> >> >>> > From: teotigraphixllc@gmail.com
> >> >> >>> > To: dev@flex.apache.org
> >> >> >>> >
> >> >> >>> > Fred, I don't know exactly what you did int he plugin but if I
> >> >> >>>remember
> >> >> >>> > correctly, we were just unzipping the rbl, copying the swcs to
> >>the
> >> >> >>> > library/sdk location and adding the SWC to Intellij through the
> >> >> >>>plugin
> >> >> >>> > code. Nothing special about namespaces.
> >> >> >>> >
> >> >> >>> > But, the difference I do know is, we did not use a url for
> >> >>anything.
> >> >> >>>I
> >> >> >>> have
> >> >> >>> > a feeling the js namespace url is what is choking IntelliJ.
> >> >> >>> >
> >> >> >>> > Mike
> >> >> >>> >
> >> >> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
> >> >> >>> webdoublefx@hotmail.com>
> >> >> >>> > wrote:
> >> >> >>> >
> >> >> >>> > > Hi,
> >> >> >>> > >
> >> >> >>> > > > The red means that the IDE is not resolving the jx
> >>namespace.
> >> >>So
> >> >> >>>it
> >> >> >>> seems
> >> >> >>> > > > to be a SWC namespace problem where something is happening
> >> >>that
> >> >> >>> IntelliJ
> >> >> >>> > > > doesn't read and resolve the manifest correctly.
> >> >> >>> > >
> >> >> >>> > > You are right and that's 2 years or so I didn't touch the
> >> >>IntelliJ
> >> >> >>> API,
> >> >> >>> > > so, can't remember if we worked on the NS or not.
> >> >> >>> > >
> >> >> >>> > > > Why a plugin: Intellij has features that make creating
> >> >>projects
> >> >> >>>and
> >> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong is
> >>to
> >> >> >>>define
> >> >> >>> a
> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I
> >> >>know
> >> >> >>> there
> >> >> >>> > > are
> >> >> >>> > > > benefits.
> >> >> >>> > > >
> >> >> >>> > > > You are also correct that it can be run as an external
> >>tool as
> >> >> >>> well. I
> >> >> >>> > > > guess it's just a matter of fiddling with things until
> >> >>something
> >> >> >>> works
> >> >> >>> > > and
> >> >> >>> > > > is not a workflow killer.
> >> >> >>> > >
> >> >> >>> > > Yep and now I'm not sure anymore, I still need to confirm or
> >> >> >>>infirm I
> >> >> >>> can
> >> >> >>> > > switch on Facet as I can't remember for sure how the Flex
> >>Plugin
> >> >> >>> considers
> >> >> >>> > > it is a Flex SDK or not, that's a long time and I will need
> >>to
> >> >>dig
> >> >> >>> into
> >> >> >>> > > again.
> >> >> >>> > >
> >> >> >>> > > One question for the Flash Develop guys though, how are the
> >> >> >>> intelli-sense
> >> >> >>> > > / refactoring / code navigation / hints and other IDE
> >>facilities
> >> >> >>> including
> >> >> >>> > > maven integration compared to IntelliJ, do we have a
> >>comparative
> >> >> >>> table ?
> >> >> >>> > >
> >> >> >>> > > Thanks,
> >> >> >>> > > Frédéric THOMAS
> >> >> >>> > >
> >> >> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
> >> >> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to
> >> >>support
> >> >> >>> FlexJS
> >> >> >>> > > > From: teotigraphixllc@gmail.com
> >> >> >>> > > > To: dev@flex.apache.org
> >> >> >>> > > >
> >> >> >>> > > > The red means that the IDE is not resolving the jx
> >>namespace.
> >> >>So
> >> >> >>>it
> >> >> >>> seems
> >> >> >>> > > > to be a SWC namespace problem where something is happening
> >> >>that
> >> >> >>> IntelliJ
> >> >> >>> > > > doesn't read and resolve the manifest correctly.
> >> >> >>> > > >
> >> >> >>> > > > Why a plugin: Intellij has features that make creating
> >> >>projects
> >> >> >>>and
> >> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong is
> >>to
> >> >> >>>define
> >> >> >>> a
> >> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I
> >> >>know
> >> >> >>> there
> >> >> >>> > > are
> >> >> >>> > > > benefits.
> >> >> >>> > > >
> >> >> >>> > > > You are also correct that it can be run as an external
> >>tool as
> >> >> >>> well. I
> >> >> >>> > > > guess it's just a matter of fiddling with things until
> >> >>something
> >> >> >>> works
> >> >> >>> > > and
> >> >> >>> > > > is not a workflow killer.
> >> >> >>> > > >
> >> >> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui
> >><ah...@adobe.com>
> >> >> >>> wrote:
> >> >> >>> > > >
> >> >> >>> > > > > Hi Fred,
> >> >> >>> > > > >
> >> >> >>> > > > > Thanks for trying.  One question though:  why is a
> >>plug-in
> >> >>even
> >> >> >>> > > needed?  I
> >> >> >>> > > > > was told by an IntelliJ engineer that they simply call
> >> >>mxmlc.
> >> >> >>>If
> >> >> >>> > > that’s
> >> >> >>> > > > > true, then it should “just work”. Piotr’s screenshot
> >>sort of
> >> >> >>> implied
> >> >> >>> > > that
> >> >> >>> > > > > the compiler may have run or does IntelliJ have a
> >>different
> >> >> >>> > > > > code-intelligence engine and that’s what we’re seeing in
> >>the
> >> >> >>> errors.
> >> >> >>> > > > >
> >> >> >>> > > > > @Piotr, am I right that the things in red in the
> >>screenshot
> >> >>are
> >> >> >>> errors?
> >> >> >>> > > > > What was the actual error output?
> >> >> >>> > > > >
> >> >> >>> > > > > -Alex
> >> >> >>> > > > >
> >> >> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS"
> >> >><webdoublefx@hotmail.com
> >> >> >
> >> >> >>> wrote:
> >> >> >>> > > > >
> >> >> >>> > > > > >Hi Mike,
> >> >> >>> > > > > >
> >> >> >>> > > > > >Yes I just started and it is on my little spare time
> >>but if
> >> >> >>>you
> >> >> >>> want
> >> >> >>> > > an
> >> >> >>> > > > > >idea of what's going on, you can try to compile it and
> >>you
> >> >> >>>will
> >> >> >>> see
> >> >> >>> > > > > >things have changed and I need to figure out what to use
> >> >>now
> >> >> >>> instead
> >> >> >>> > > of
> >> >> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
> >> >> >>> > > TranslatingCompiler,
> >> >> >>> > > > > >etc.. and at the moment I don't know yet where to find
> >>that
> >> >> >>>out
> >> >> >>> given
> >> >> >>> > > the
> >> >> >>> > > > > >poor documentation, will have to skim the source code I
> >> >>guess.
> >> >> >>> > > > > >
> >> >> >>> > > > > >Frédéric THOMAS
> >> >> >>> > > > > >
> >> >> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
> >> >> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers
> >>to
> >> >> >>>support
> >> >> >>> > > FlexJS
> >> >> >>> > > > > >> From: teotigraphixllc@gmail.com
> >> >> >>> > > > > >> To: dev@flex.apache.org
> >> >> >>> > > > > >>
> >> >> >>> > > > > >> Fred, I didn't know you were giving that a go. I don't
> >> >>have
> >> >> >>> enough
> >> >> >>> > > time
> >> >> >>> > > > > >>to
> >> >> >>> > > > > >> get into the plugin if that is what you are working
> >>on,
> >> >> >>>which
> >> >> >>> is
> >> >> >>> > > > > >>fantastic
> >> >> >>> > > > > >> if you are. But, I am willing to try and match your
> >>time
> >> >>if
> >> >> >>> you are
> >> >> >>> > > now
> >> >> >>> > > > > >> devoting (some)time to trying an Intellij plugin.
> >> >> >>> > > > > >>
> >> >> >>> > > > > >> I guess there is work to be done on FalconJx, I know
> >> >>when I
> >> >> >>> left
> >> >> >>> > > > > >>developing
> >> >> >>> > > > > >> it I had a bunch of todos left and unit tests to
> >>write.
> >> >>This
> >> >> >>> was my
> >> >> >>> > > > > >>whole
> >> >> >>> > > > > >> quandary, for the time I would have to donate, I need
> >> >> >>>Intellij
> >> >> >>> and
> >> >> >>> > > > > >>really
> >> >> >>> > > > > >> don't want to use FlashBuilder since it's crusty and
> >> >>gets no
> >> >> >>> love.
> >> >> >>> > > > > >>
> >> >> >>> > > > > >> Keep me updated with what you are doing.
> >> >> >>> > > > > >>
> >> >> >>> > > > > >> Mike
> >> >> >>> > > > > >>
> >> >> >>> > > > > >>
> >> >> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> >> >> >>> > > > > >><we...@hotmail.com>
> >> >> >>> > > > > >> wrote:
> >> >> >>> > > > > >>
> >> >> >>> > > > > >> > Hi,
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >> > A bit of updates:
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
> >> >> >>>depnedencies,
> >> >> >>> if
> >> >> >>> > > yes, I
> >> >> >>> > > > > >>will
> >> >> >>> > > > > >> > need to stick mostly on my same base code, can't
> >>use a
> >> >> >>>facet
> >> >> >>> > > AFAIK.
> >> >> >>> > > > > >> > - I've been trying to compile the Randori plugin
> >> >>against
> >> >> >>>the
> >> >> >>> last
> >> >> >>> > > > > >>IntelliJ
> >> >> >>> > > > > >> > but many things have changed in their code base and
> >>it
> >> >> >>> failed to
> >> >> >>> > > > > >>compile,
> >> >> >>> > > > > >> > will have to fix that first before to branch it.
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >> > So, we are still far to have a working plugin at
> >>this
> >> >> >>>stage
> >> >> >>> and
> >> >> >>> > > given
> >> >> >>> > > > > >>the
> >> >> >>> > > > > >> > time I can spend on it.
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >> > Thanks,
> >> >> >>> > > > > >> > Frédéric THOMAS
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> >> >> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
> >> >> >>> > > > > >> > > To: dev@flex.apache.org
> >> >> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE
> >>developers
> >> >>to
> >> >> >>> support
> >> >> >>> > > > > >>FlexJS
> >> >> >>> > > > > >> > >
> >> >> >>> > > > > >> > > Additionally I have checked also new version of
> >> >>FlexJS
> >> >> >>> with FDT
> >> >> >>> > > and
> >> >> >>> > > > > >>it
> >> >> >>> > > > > >> > > doesn't work anymore.
> >> >> >>> > > > > >> > > I have error during to compilation that FlexJS.swc
> >> >> >>>doesn't
> >> >> >>> > > exists -
> >> >> >>> > > > > >>We
> >> >> >>> > > > > >> > have
> >> >> >>> > > > > >> > > currently bunch of swcs.
> >> >> >>> > > > > >> > >
> >> >> >>> > > > > >> > > I am not sure do we need to contact with FDT team
> >>?
> >> >> >>> > > > > >> > >
> >> >> >>> > > > > >> > > Alex,
> >> >> >>> > > > > >> > >
> >> >> >>> > > > > >> > > After your changes to many swcs in FlexJS - Did
> >>you
> >> >> >>>have to
> >> >> >>> > > change
> >> >> >>> > > > > >> > process
> >> >> >>> > > > > >> > > of creation/import new project to FB in some way ?
> >> >> >>> > > > > >> > >
> >> >> >>> > > > > >> > > Piotr
> >> >> >>> > > > > >> > >
> >> >> >>> > > > > >> > >
> >> >> >>> > > > > >> > >
> >> >> >>> > > > > >> > > -----
> >> >> >>> > > > > >> > > Apache Flex PMC
> >> >> >>> > > > > >> > > piotrzarzycki21@gmail.com
> >> >> >>> > > > > >> > > --
> >> >> >>> > > > > >> > > View this message in context:
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >>
> >> >> >>> > > > >
> >> >> >>> > >
> >> >> >>>
> >> >> >>>
> >> >> 
> >>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out
> >> >> >>>-
> >> >> >>> > > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> >> >> >>> > > > > >> > > Sent from the Apache Flex Development mailing list
> >> >> >>>archive
> >> >> >>> at
> >> >> >>> > > > > >>Nabble.com.
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >> >
> >> >> >>> > > > > >
> >> >> >>> > > > >
> >> >> >>> > > > >
> >> >> >>> > >
> >> >> >>> > >
> >> >> >>>
> >> >> >>>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> 
> > 		 	   		  
> 
 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
There shouldn’t be any special arguments as long as MXMC is picking up the
flex-config.xml from the FlexJS directory.  Check the flexlib argument.
Usually it looks like:

            +flexlib=<path to FlexJS SDK>/frameworks

-Alex


On 5/8/15, 9:21 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:

>Hi,
>
>What are the compiler args for the mxml version ?
>
>Thanks,
>Frédéric THOMAS
>
>> From: aharui@adobe.com
>> To: dev@flex.apache.org
>> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
>> Date: Fri, 8 May 2015 15:59:03 +0000
>> 
>> In the examples folder is a DataBindingTest_as folder that has no MXML
>>if
>> you want to try that.
>> 
>> -Alex
>> 
>> On 5/8/15, 8:56 AM, "Michael Schmalle" <te...@gmail.com>
>>wrote:
>> 
>> >@Alex I must have been having a brain fart, I see no reason that
>>IntelliJ
>> >would hard code that stuff but it makes no sense at all why it's not
>> >reading them correctly.
>> >
>> >The only key piece that is different is it's MXML and not an .as file.
>>So
>> >I
>> >haven't tried to see if the classes resolve in a normal .as file
>> >
>> >Mike
>> >
>> >On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com> wrote:
>> >
>> >> Gee, I would hope that IntelliJ wouldn’t hard code stuff like
>> >>namespaces.
>> >> If one of you has time, you could create a subclass of Spark
>>Application
>> >> and Spark Label into its own SWC with its own namespace and see if
>>you
>> >>can
>> >> use that in an IntelliJ Flex “Hello World” project without any Spark
>>or
>> >>MX
>> >> namespaces in the MXML, because that’s essentially what we are
>>trying to
>> >> do.
>> >>
>> >> I noticed from Piotr’s screenshot that it appears that IntelliJ has a
>> >>few
>> >> plug-ins for the flex-compiler and also add flex-oem-compiler.jar to
>>the
>> >> class path.  FlexJS has a hacked up flex-oem-compiler.jar that has
>>just
>> >> enough stuff to fool FB into allowing it to compile FlexJS SWFS.  It
>> >>could
>> >> be that we need a few more hacks there to make IntelliJ happy.
>> >>
>> >> I also noticed from Piotr’s screenshot that IntelliJ seems to be auto
>> >> generating an XML file for the -load-config parameter.  I would
>>expect
>> >>the
>> >> “js” namespace and references to the right SWCs to be in that XML
>>file.
>> >> Maybe IntelliJ doesn’t know how to generate that from the
>> >>flex-config.xml
>> >> in FlexJS.
>> >>
>> >> If someone can post the contents of such an XML file it might contain
>> >>some
>> >> clues.
>> >>
>> >> Thanks,
>> >> -Alex
>> >>
>> >> On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com>
>> >>wrote:
>> >>
>> >> >Ok, been to long, I am an idiot;
>> >> >
>> >> ><component className="spark.layouts:VerticalLayout"
>> >>name="VerticalLayout"
>> >> >uri="library://ns.adobe.com/flex/spark"  />
>> >> >
>> >> ><component className="org.apache.flex.charts:BarChart"
>>name="BarChart"
>> >> >uri="library://ns.apache.org/flexjs/basic"/>
>> >> >
>> >> >So actually, IntelliJ is not parsing the manifest or reading it
>> >>crrectly.
>> >> >There is no Difference with FlexJS and Spark's manifest and app
>> >> >declarations.
>> >> >
>> >> >Mike
>> >> >
>> >> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
>> >> ><te...@gmail.com>
>> >> >wrote:
>> >> >
>> >> >> Yeah, agreed, and since we don't know what JetBrains is doing...
>>They
>> >> >>must
>> >> >> be hard coding the fx/spark namespaces in the SDK plugin code.
>>That
>> >> >>seems
>> >> >> like the only reasonable answer to this.
>> >> >>
>> >> >> It's easy to map a package namespace dynamically but I am trying
>>to
>> >> >>think
>> >> >> how a url would get mapped in a SWC since if I remember, there is
>>no
>> >> >> namespace definition of a url in the Flex SWC right? So if that is
>> >>the
>> >> >> case, a url would have to be hardcoded somewhere in IntelliJ's SDK
>> >> >>plugin
>> >> >> code.
>> >> >>
>> >> >> Mike
>> >> >>
>> >> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
>> >> >><we...@hotmail.com>
>> >> >> wrote:
>> >> >>
>> >> >>> Yes, what I thought too and was wondering if we had a kind of
>>same
>> >> >>>thing
>> >> >>> on Randori to manage, apparently not, so, it has to be done at
>>some
>> >> >>>point
>> >> >>> for FlexJS if we go forward with IJ.
>> >> >>>
>> >> >>> Thanks,
>> >> >>> Frédéric THOMAS
>> >> >>>
>> >> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
>> >> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to support
>> >> >>>FlexJS
>> >> >>> > From: teotigraphixllc@gmail.com
>> >> >>> > To: dev@flex.apache.org
>> >> >>> >
>> >> >>> > Fred, I don't know exactly what you did int he plugin but if I
>> >> >>>remember
>> >> >>> > correctly, we were just unzipping the rbl, copying the swcs to
>>the
>> >> >>> > library/sdk location and adding the SWC to Intellij through the
>> >> >>>plugin
>> >> >>> > code. Nothing special about namespaces.
>> >> >>> >
>> >> >>> > But, the difference I do know is, we did not use a url for
>> >>anything.
>> >> >>>I
>> >> >>> have
>> >> >>> > a feeling the js namespace url is what is choking IntelliJ.
>> >> >>> >
>> >> >>> > Mike
>> >> >>> >
>> >> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
>> >> >>> webdoublefx@hotmail.com>
>> >> >>> > wrote:
>> >> >>> >
>> >> >>> > > Hi,
>> >> >>> > >
>> >> >>> > > > The red means that the IDE is not resolving the jx
>>namespace.
>> >>So
>> >> >>>it
>> >> >>> seems
>> >> >>> > > > to be a SWC namespace problem where something is happening
>> >>that
>> >> >>> IntelliJ
>> >> >>> > > > doesn't read and resolve the manifest correctly.
>> >> >>> > >
>> >> >>> > > You are right and that's 2 years or so I didn't touch the
>> >>IntelliJ
>> >> >>> API,
>> >> >>> > > so, can't remember if we worked on the NS or not.
>> >> >>> > >
>> >> >>> > > > Why a plugin: Intellij has features that make creating
>> >>projects
>> >> >>>and
>> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong is
>>to
>> >> >>>define
>> >> >>> a
>> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I
>> >>know
>> >> >>> there
>> >> >>> > > are
>> >> >>> > > > benefits.
>> >> >>> > > >
>> >> >>> > > > You are also correct that it can be run as an external
>>tool as
>> >> >>> well. I
>> >> >>> > > > guess it's just a matter of fiddling with things until
>> >>something
>> >> >>> works
>> >> >>> > > and
>> >> >>> > > > is not a workflow killer.
>> >> >>> > >
>> >> >>> > > Yep and now I'm not sure anymore, I still need to confirm or
>> >> >>>infirm I
>> >> >>> can
>> >> >>> > > switch on Facet as I can't remember for sure how the Flex
>>Plugin
>> >> >>> considers
>> >> >>> > > it is a Flex SDK or not, that's a long time and I will need
>>to
>> >>dig
>> >> >>> into
>> >> >>> > > again.
>> >> >>> > >
>> >> >>> > > One question for the Flash Develop guys though, how are the
>> >> >>> intelli-sense
>> >> >>> > > / refactoring / code navigation / hints and other IDE
>>facilities
>> >> >>> including
>> >> >>> > > maven integration compared to IntelliJ, do we have a
>>comparative
>> >> >>> table ?
>> >> >>> > >
>> >> >>> > > Thanks,
>> >> >>> > > Frédéric THOMAS
>> >> >>> > >
>> >> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
>> >> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to
>> >>support
>> >> >>> FlexJS
>> >> >>> > > > From: teotigraphixllc@gmail.com
>> >> >>> > > > To: dev@flex.apache.org
>> >> >>> > > >
>> >> >>> > > > The red means that the IDE is not resolving the jx
>>namespace.
>> >>So
>> >> >>>it
>> >> >>> seems
>> >> >>> > > > to be a SWC namespace problem where something is happening
>> >>that
>> >> >>> IntelliJ
>> >> >>> > > > doesn't read and resolve the manifest correctly.
>> >> >>> > > >
>> >> >>> > > > Why a plugin: Intellij has features that make creating
>> >>projects
>> >> >>>and
>> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong is
>>to
>> >> >>>define
>> >> >>> a
>> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I
>> >>know
>> >> >>> there
>> >> >>> > > are
>> >> >>> > > > benefits.
>> >> >>> > > >
>> >> >>> > > > You are also correct that it can be run as an external
>>tool as
>> >> >>> well. I
>> >> >>> > > > guess it's just a matter of fiddling with things until
>> >>something
>> >> >>> works
>> >> >>> > > and
>> >> >>> > > > is not a workflow killer.
>> >> >>> > > >
>> >> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui
>><ah...@adobe.com>
>> >> >>> wrote:
>> >> >>> > > >
>> >> >>> > > > > Hi Fred,
>> >> >>> > > > >
>> >> >>> > > > > Thanks for trying.  One question though:  why is a
>>plug-in
>> >>even
>> >> >>> > > needed?  I
>> >> >>> > > > > was told by an IntelliJ engineer that they simply call
>> >>mxmlc.
>> >> >>>If
>> >> >>> > > that’s
>> >> >>> > > > > true, then it should “just work”. Piotr’s screenshot
>>sort of
>> >> >>> implied
>> >> >>> > > that
>> >> >>> > > > > the compiler may have run or does IntelliJ have a
>>different
>> >> >>> > > > > code-intelligence engine and that’s what we’re seeing in
>>the
>> >> >>> errors.
>> >> >>> > > > >
>> >> >>> > > > > @Piotr, am I right that the things in red in the
>>screenshot
>> >>are
>> >> >>> errors?
>> >> >>> > > > > What was the actual error output?
>> >> >>> > > > >
>> >> >>> > > > > -Alex
>> >> >>> > > > >
>> >> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS"
>> >><webdoublefx@hotmail.com
>> >> >
>> >> >>> wrote:
>> >> >>> > > > >
>> >> >>> > > > > >Hi Mike,
>> >> >>> > > > > >
>> >> >>> > > > > >Yes I just started and it is on my little spare time
>>but if
>> >> >>>you
>> >> >>> want
>> >> >>> > > an
>> >> >>> > > > > >idea of what's going on, you can try to compile it and
>>you
>> >> >>>will
>> >> >>> see
>> >> >>> > > > > >things have changed and I need to figure out what to use
>> >>now
>> >> >>> instead
>> >> >>> > > of
>> >> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
>> >> >>> > > TranslatingCompiler,
>> >> >>> > > > > >etc.. and at the moment I don't know yet where to find
>>that
>> >> >>>out
>> >> >>> given
>> >> >>> > > the
>> >> >>> > > > > >poor documentation, will have to skim the source code I
>> >>guess.
>> >> >>> > > > > >
>> >> >>> > > > > >Frédéric THOMAS
>> >> >>> > > > > >
>> >> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
>> >> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers
>>to
>> >> >>>support
>> >> >>> > > FlexJS
>> >> >>> > > > > >> From: teotigraphixllc@gmail.com
>> >> >>> > > > > >> To: dev@flex.apache.org
>> >> >>> > > > > >>
>> >> >>> > > > > >> Fred, I didn't know you were giving that a go. I don't
>> >>have
>> >> >>> enough
>> >> >>> > > time
>> >> >>> > > > > >>to
>> >> >>> > > > > >> get into the plugin if that is what you are working
>>on,
>> >> >>>which
>> >> >>> is
>> >> >>> > > > > >>fantastic
>> >> >>> > > > > >> if you are. But, I am willing to try and match your
>>time
>> >>if
>> >> >>> you are
>> >> >>> > > now
>> >> >>> > > > > >> devoting (some)time to trying an Intellij plugin.
>> >> >>> > > > > >>
>> >> >>> > > > > >> I guess there is work to be done on FalconJx, I know
>> >>when I
>> >> >>> left
>> >> >>> > > > > >>developing
>> >> >>> > > > > >> it I had a bunch of todos left and unit tests to
>>write.
>> >>This
>> >> >>> was my
>> >> >>> > > > > >>whole
>> >> >>> > > > > >> quandary, for the time I would have to donate, I need
>> >> >>>Intellij
>> >> >>> and
>> >> >>> > > > > >>really
>> >> >>> > > > > >> don't want to use FlashBuilder since it's crusty and
>> >>gets no
>> >> >>> love.
>> >> >>> > > > > >>
>> >> >>> > > > > >> Keep me updated with what you are doing.
>> >> >>> > > > > >>
>> >> >>> > > > > >> Mike
>> >> >>> > > > > >>
>> >> >>> > > > > >>
>> >> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
>> >> >>> > > > > >><we...@hotmail.com>
>> >> >>> > > > > >> wrote:
>> >> >>> > > > > >>
>> >> >>> > > > > >> > Hi,
>> >> >>> > > > > >> >
>> >> >>> > > > > >> > A bit of updates:
>> >> >>> > > > > >> >
>> >> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
>> >> >>>depnedencies,
>> >> >>> if
>> >> >>> > > yes, I
>> >> >>> > > > > >>will
>> >> >>> > > > > >> > need to stick mostly on my same base code, can't
>>use a
>> >> >>>facet
>> >> >>> > > AFAIK.
>> >> >>> > > > > >> > - I've been trying to compile the Randori plugin
>> >>against
>> >> >>>the
>> >> >>> last
>> >> >>> > > > > >>IntelliJ
>> >> >>> > > > > >> > but many things have changed in their code base and
>>it
>> >> >>> failed to
>> >> >>> > > > > >>compile,
>> >> >>> > > > > >> > will have to fix that first before to branch it.
>> >> >>> > > > > >> >
>> >> >>> > > > > >> > So, we are still far to have a working plugin at
>>this
>> >> >>>stage
>> >> >>> and
>> >> >>> > > given
>> >> >>> > > > > >>the
>> >> >>> > > > > >> > time I can spend on it.
>> >> >>> > > > > >> >
>> >> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
>> >> >>> > > > > >> >
>> >> >>> > > > > >> > Thanks,
>> >> >>> > > > > >> > Frédéric THOMAS
>> >> >>> > > > > >> >
>> >> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
>> >> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
>> >> >>> > > > > >> > > To: dev@flex.apache.org
>> >> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE
>>developers
>> >>to
>> >> >>> support
>> >> >>> > > > > >>FlexJS
>> >> >>> > > > > >> > >
>> >> >>> > > > > >> > > Additionally I have checked also new version of
>> >>FlexJS
>> >> >>> with FDT
>> >> >>> > > and
>> >> >>> > > > > >>it
>> >> >>> > > > > >> > > doesn't work anymore.
>> >> >>> > > > > >> > > I have error during to compilation that FlexJS.swc
>> >> >>>doesn't
>> >> >>> > > exists -
>> >> >>> > > > > >>We
>> >> >>> > > > > >> > have
>> >> >>> > > > > >> > > currently bunch of swcs.
>> >> >>> > > > > >> > >
>> >> >>> > > > > >> > > I am not sure do we need to contact with FDT team
>>?
>> >> >>> > > > > >> > >
>> >> >>> > > > > >> > > Alex,
>> >> >>> > > > > >> > >
>> >> >>> > > > > >> > > After your changes to many swcs in FlexJS - Did
>>you
>> >> >>>have to
>> >> >>> > > change
>> >> >>> > > > > >> > process
>> >> >>> > > > > >> > > of creation/import new project to FB in some way ?
>> >> >>> > > > > >> > >
>> >> >>> > > > > >> > > Piotr
>> >> >>> > > > > >> > >
>> >> >>> > > > > >> > >
>> >> >>> > > > > >> > >
>> >> >>> > > > > >> > > -----
>> >> >>> > > > > >> > > Apache Flex PMC
>> >> >>> > > > > >> > > piotrzarzycki21@gmail.com
>> >> >>> > > > > >> > > --
>> >> >>> > > > > >> > > View this message in context:
>> >> >>> > > > > >> >
>> >> >>> > > > > >>
>> >> >>> > > > >
>> >> >>> > >
>> >> >>>
>> >> >>>
>> >> 
>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out
>> >> >>>-
>> >> >>> > > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
>> >> >>> > > > > >> > > Sent from the Apache Flex Development mailing list
>> >> >>>archive
>> >> >>> at
>> >> >>> > > > > >>Nabble.com.
>> >> >>> > > > > >> >
>> >> >>> > > > > >> >
>> >> >>> > > > > >
>> >> >>> > > > >
>> >> >>> > > > >
>> >> >>> > >
>> >> >>> > >
>> >> >>>
>> >> >>>
>> >> >>
>> >> >>
>> >>
>> >>
>> 
> 		 	   		  


RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Hi,

What are the compiler args for the mxml version ?

Thanks,
Frédéric THOMAS

> From: aharui@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> Date: Fri, 8 May 2015 15:59:03 +0000
> 
> In the examples folder is a DataBindingTest_as folder that has no MXML if
> you want to try that.
> 
> -Alex
> 
> On 5/8/15, 8:56 AM, "Michael Schmalle" <te...@gmail.com> wrote:
> 
> >@Alex I must have been having a brain fart, I see no reason that IntelliJ
> >would hard code that stuff but it makes no sense at all why it's not
> >reading them correctly.
> >
> >The only key piece that is different is it's MXML and not an .as file. So
> >I
> >haven't tried to see if the classes resolve in a normal .as file
> >
> >Mike
> >
> >On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com> wrote:
> >
> >> Gee, I would hope that IntelliJ wouldn’t hard code stuff like
> >>namespaces.
> >> If one of you has time, you could create a subclass of Spark Application
> >> and Spark Label into its own SWC with its own namespace and see if you
> >>can
> >> use that in an IntelliJ Flex “Hello World” project without any Spark or
> >>MX
> >> namespaces in the MXML, because that’s essentially what we are trying to
> >> do.
> >>
> >> I noticed from Piotr’s screenshot that it appears that IntelliJ has a
> >>few
> >> plug-ins for the flex-compiler and also add flex-oem-compiler.jar to the
> >> class path.  FlexJS has a hacked up flex-oem-compiler.jar that has just
> >> enough stuff to fool FB into allowing it to compile FlexJS SWFS.  It
> >>could
> >> be that we need a few more hacks there to make IntelliJ happy.
> >>
> >> I also noticed from Piotr’s screenshot that IntelliJ seems to be auto
> >> generating an XML file for the -load-config parameter.  I would expect
> >>the
> >> “js” namespace and references to the right SWCs to be in that XML file.
> >> Maybe IntelliJ doesn’t know how to generate that from the
> >>flex-config.xml
> >> in FlexJS.
> >>
> >> If someone can post the contents of such an XML file it might contain
> >>some
> >> clues.
> >>
> >> Thanks,
> >> -Alex
> >>
> >> On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com>
> >>wrote:
> >>
> >> >Ok, been to long, I am an idiot;
> >> >
> >> ><component className="spark.layouts:VerticalLayout"
> >>name="VerticalLayout"
> >> >uri="library://ns.adobe.com/flex/spark"  />
> >> >
> >> ><component className="org.apache.flex.charts:BarChart" name="BarChart"
> >> >uri="library://ns.apache.org/flexjs/basic"/>
> >> >
> >> >So actually, IntelliJ is not parsing the manifest or reading it
> >>crrectly.
> >> >There is no Difference with FlexJS and Spark's manifest and app
> >> >declarations.
> >> >
> >> >Mike
> >> >
> >> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
> >> ><te...@gmail.com>
> >> >wrote:
> >> >
> >> >> Yeah, agreed, and since we don't know what JetBrains is doing... They
> >> >>must
> >> >> be hard coding the fx/spark namespaces in the SDK plugin code. That
> >> >>seems
> >> >> like the only reasonable answer to this.
> >> >>
> >> >> It's easy to map a package namespace dynamically but I am trying to
> >> >>think
> >> >> how a url would get mapped in a SWC since if I remember, there is no
> >> >> namespace definition of a url in the Flex SWC right? So if that is
> >>the
> >> >> case, a url would have to be hardcoded somewhere in IntelliJ's SDK
> >> >>plugin
> >> >> code.
> >> >>
> >> >> Mike
> >> >>
> >> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
> >> >><we...@hotmail.com>
> >> >> wrote:
> >> >>
> >> >>> Yes, what I thought too and was wondering if we had a kind of same
> >> >>>thing
> >> >>> on Randori to manage, apparently not, so, it has to be done at some
> >> >>>point
> >> >>> for FlexJS if we go forward with IJ.
> >> >>>
> >> >>> Thanks,
> >> >>> Frédéric THOMAS
> >> >>>
> >> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
> >> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> >> >>>FlexJS
> >> >>> > From: teotigraphixllc@gmail.com
> >> >>> > To: dev@flex.apache.org
> >> >>> >
> >> >>> > Fred, I don't know exactly what you did int he plugin but if I
> >> >>>remember
> >> >>> > correctly, we were just unzipping the rbl, copying the swcs to the
> >> >>> > library/sdk location and adding the SWC to Intellij through the
> >> >>>plugin
> >> >>> > code. Nothing special about namespaces.
> >> >>> >
> >> >>> > But, the difference I do know is, we did not use a url for
> >>anything.
> >> >>>I
> >> >>> have
> >> >>> > a feeling the js namespace url is what is choking IntelliJ.
> >> >>> >
> >> >>> > Mike
> >> >>> >
> >> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
> >> >>> webdoublefx@hotmail.com>
> >> >>> > wrote:
> >> >>> >
> >> >>> > > Hi,
> >> >>> > >
> >> >>> > > > The red means that the IDE is not resolving the jx namespace.
> >>So
> >> >>>it
> >> >>> seems
> >> >>> > > > to be a SWC namespace problem where something is happening
> >>that
> >> >>> IntelliJ
> >> >>> > > > doesn't read and resolve the manifest correctly.
> >> >>> > >
> >> >>> > > You are right and that's 2 years or so I didn't touch the
> >>IntelliJ
> >> >>> API,
> >> >>> > > so, can't remember if we worked on the NS or not.
> >> >>> > >
> >> >>> > > > Why a plugin: Intellij has features that make creating
> >>projects
> >> >>>and
> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong is to
> >> >>>define
> >> >>> a
> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I
> >>know
> >> >>> there
> >> >>> > > are
> >> >>> > > > benefits.
> >> >>> > > >
> >> >>> > > > You are also correct that it can be run as an external tool as
> >> >>> well. I
> >> >>> > > > guess it's just a matter of fiddling with things until
> >>something
> >> >>> works
> >> >>> > > and
> >> >>> > > > is not a workflow killer.
> >> >>> > >
> >> >>> > > Yep and now I'm not sure anymore, I still need to confirm or
> >> >>>infirm I
> >> >>> can
> >> >>> > > switch on Facet as I can't remember for sure how the Flex Plugin
> >> >>> considers
> >> >>> > > it is a Flex SDK or not, that's a long time and I will need to
> >>dig
> >> >>> into
> >> >>> > > again.
> >> >>> > >
> >> >>> > > One question for the Flash Develop guys though, how are the
> >> >>> intelli-sense
> >> >>> > > / refactoring / code navigation / hints and other IDE facilities
> >> >>> including
> >> >>> > > maven integration compared to IntelliJ, do we have a comparative
> >> >>> table ?
> >> >>> > >
> >> >>> > > Thanks,
> >> >>> > > Frédéric THOMAS
> >> >>> > >
> >> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
> >> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to
> >>support
> >> >>> FlexJS
> >> >>> > > > From: teotigraphixllc@gmail.com
> >> >>> > > > To: dev@flex.apache.org
> >> >>> > > >
> >> >>> > > > The red means that the IDE is not resolving the jx namespace.
> >>So
> >> >>>it
> >> >>> seems
> >> >>> > > > to be a SWC namespace problem where something is happening
> >>that
> >> >>> IntelliJ
> >> >>> > > > doesn't read and resolve the manifest correctly.
> >> >>> > > >
> >> >>> > > > Why a plugin: Intellij has features that make creating
> >>projects
> >> >>>and
> >> >>> > > > dependencies easy. One reason, Fred can say I am wrong is to
> >> >>>define
> >> >>> a
> >> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I
> >>know
> >> >>> there
> >> >>> > > are
> >> >>> > > > benefits.
> >> >>> > > >
> >> >>> > > > You are also correct that it can be run as an external tool as
> >> >>> well. I
> >> >>> > > > guess it's just a matter of fiddling with things until
> >>something
> >> >>> works
> >> >>> > > and
> >> >>> > > > is not a workflow killer.
> >> >>> > > >
> >> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com>
> >> >>> wrote:
> >> >>> > > >
> >> >>> > > > > Hi Fred,
> >> >>> > > > >
> >> >>> > > > > Thanks for trying.  One question though:  why is a plug-in
> >>even
> >> >>> > > needed?  I
> >> >>> > > > > was told by an IntelliJ engineer that they simply call
> >>mxmlc.
> >> >>>If
> >> >>> > > that’s
> >> >>> > > > > true, then it should “just work”. Piotr’s screenshot sort of
> >> >>> implied
> >> >>> > > that
> >> >>> > > > > the compiler may have run or does IntelliJ have a different
> >> >>> > > > > code-intelligence engine and that’s what we’re seeing in the
> >> >>> errors.
> >> >>> > > > >
> >> >>> > > > > @Piotr, am I right that the things in red in the screenshot
> >>are
> >> >>> errors?
> >> >>> > > > > What was the actual error output?
> >> >>> > > > >
> >> >>> > > > > -Alex
> >> >>> > > > >
> >> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS"
> >><webdoublefx@hotmail.com
> >> >
> >> >>> wrote:
> >> >>> > > > >
> >> >>> > > > > >Hi Mike,
> >> >>> > > > > >
> >> >>> > > > > >Yes I just started and it is on my little spare time but if
> >> >>>you
> >> >>> want
> >> >>> > > an
> >> >>> > > > > >idea of what's going on, you can try to compile it and you
> >> >>>will
> >> >>> see
> >> >>> > > > > >things have changed and I need to figure out what to use
> >>now
> >> >>> instead
> >> >>> > > of
> >> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
> >> >>> > > TranslatingCompiler,
> >> >>> > > > > >etc.. and at the moment I don't know yet where to find that
> >> >>>out
> >> >>> given
> >> >>> > > the
> >> >>> > > > > >poor documentation, will have to skim the source code I
> >>guess.
> >> >>> > > > > >
> >> >>> > > > > >Frédéric THOMAS
> >> >>> > > > > >
> >> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
> >> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers to
> >> >>>support
> >> >>> > > FlexJS
> >> >>> > > > > >> From: teotigraphixllc@gmail.com
> >> >>> > > > > >> To: dev@flex.apache.org
> >> >>> > > > > >>
> >> >>> > > > > >> Fred, I didn't know you were giving that a go. I don't
> >>have
> >> >>> enough
> >> >>> > > time
> >> >>> > > > > >>to
> >> >>> > > > > >> get into the plugin if that is what you are working on,
> >> >>>which
> >> >>> is
> >> >>> > > > > >>fantastic
> >> >>> > > > > >> if you are. But, I am willing to try and match your time
> >>if
> >> >>> you are
> >> >>> > > now
> >> >>> > > > > >> devoting (some)time to trying an Intellij plugin.
> >> >>> > > > > >>
> >> >>> > > > > >> I guess there is work to be done on FalconJx, I know
> >>when I
> >> >>> left
> >> >>> > > > > >>developing
> >> >>> > > > > >> it I had a bunch of todos left and unit tests to write.
> >>This
> >> >>> was my
> >> >>> > > > > >>whole
> >> >>> > > > > >> quandary, for the time I would have to donate, I need
> >> >>>Intellij
> >> >>> and
> >> >>> > > > > >>really
> >> >>> > > > > >> don't want to use FlashBuilder since it's crusty and
> >>gets no
> >> >>> love.
> >> >>> > > > > >>
> >> >>> > > > > >> Keep me updated with what you are doing.
> >> >>> > > > > >>
> >> >>> > > > > >> Mike
> >> >>> > > > > >>
> >> >>> > > > > >>
> >> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> >> >>> > > > > >><we...@hotmail.com>
> >> >>> > > > > >> wrote:
> >> >>> > > > > >>
> >> >>> > > > > >> > Hi,
> >> >>> > > > > >> >
> >> >>> > > > > >> > A bit of updates:
> >> >>> > > > > >> >
> >> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
> >> >>>depnedencies,
> >> >>> if
> >> >>> > > yes, I
> >> >>> > > > > >>will
> >> >>> > > > > >> > need to stick mostly on my same base code, can't use a
> >> >>>facet
> >> >>> > > AFAIK.
> >> >>> > > > > >> > - I've been trying to compile the Randori plugin
> >>against
> >> >>>the
> >> >>> last
> >> >>> > > > > >>IntelliJ
> >> >>> > > > > >> > but many things have changed in their code base and it
> >> >>> failed to
> >> >>> > > > > >>compile,
> >> >>> > > > > >> > will have to fix that first before to branch it.
> >> >>> > > > > >> >
> >> >>> > > > > >> > So, we are still far to have a working plugin at this
> >> >>>stage
> >> >>> and
> >> >>> > > given
> >> >>> > > > > >>the
> >> >>> > > > > >> > time I can spend on it.
> >> >>> > > > > >> >
> >> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
> >> >>> > > > > >> >
> >> >>> > > > > >> > Thanks,
> >> >>> > > > > >> > Frédéric THOMAS
> >> >>> > > > > >> >
> >> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> >> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
> >> >>> > > > > >> > > To: dev@flex.apache.org
> >> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers
> >>to
> >> >>> support
> >> >>> > > > > >>FlexJS
> >> >>> > > > > >> > >
> >> >>> > > > > >> > > Additionally I have checked also new version of
> >>FlexJS
> >> >>> with FDT
> >> >>> > > and
> >> >>> > > > > >>it
> >> >>> > > > > >> > > doesn't work anymore.
> >> >>> > > > > >> > > I have error during to compilation that FlexJS.swc
> >> >>>doesn't
> >> >>> > > exists -
> >> >>> > > > > >>We
> >> >>> > > > > >> > have
> >> >>> > > > > >> > > currently bunch of swcs.
> >> >>> > > > > >> > >
> >> >>> > > > > >> > > I am not sure do we need to contact with FDT team ?
> >> >>> > > > > >> > >
> >> >>> > > > > >> > > Alex,
> >> >>> > > > > >> > >
> >> >>> > > > > >> > > After your changes to many swcs in FlexJS - Did you
> >> >>>have to
> >> >>> > > change
> >> >>> > > > > >> > process
> >> >>> > > > > >> > > of creation/import new project to FB in some way ?
> >> >>> > > > > >> > >
> >> >>> > > > > >> > > Piotr
> >> >>> > > > > >> > >
> >> >>> > > > > >> > >
> >> >>> > > > > >> > >
> >> >>> > > > > >> > > -----
> >> >>> > > > > >> > > Apache Flex PMC
> >> >>> > > > > >> > > piotrzarzycki21@gmail.com
> >> >>> > > > > >> > > --
> >> >>> > > > > >> > > View this message in context:
> >> >>> > > > > >> >
> >> >>> > > > > >>
> >> >>> > > > >
> >> >>> > >
> >> >>>
> >> >>>
> >> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out
> >> >>>-
> >> >>> > > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> >> >>> > > > > >> > > Sent from the Apache Flex Development mailing list
> >> >>>archive
> >> >>> at
> >> >>> > > > > >>Nabble.com.
> >> >>> > > > > >> >
> >> >>> > > > > >> >
> >> >>> > > > > >
> >> >>> > > > >
> >> >>> > > > >
> >> >>> > >
> >> >>> > >
> >> >>>
> >> >>>
> >> >>
> >> >>
> >>
> >>
> 
 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
In the examples folder is a DataBindingTest_as folder that has no MXML if
you want to try that.

-Alex

On 5/8/15, 8:56 AM, "Michael Schmalle" <te...@gmail.com> wrote:

>@Alex I must have been having a brain fart, I see no reason that IntelliJ
>would hard code that stuff but it makes no sense at all why it's not
>reading them correctly.
>
>The only key piece that is different is it's MXML and not an .as file. So
>I
>haven't tried to see if the classes resolve in a normal .as file
>
>Mike
>
>On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com> wrote:
>
>> Gee, I would hope that IntelliJ wouldn’t hard code stuff like
>>namespaces.
>> If one of you has time, you could create a subclass of Spark Application
>> and Spark Label into its own SWC with its own namespace and see if you
>>can
>> use that in an IntelliJ Flex “Hello World” project without any Spark or
>>MX
>> namespaces in the MXML, because that’s essentially what we are trying to
>> do.
>>
>> I noticed from Piotr’s screenshot that it appears that IntelliJ has a
>>few
>> plug-ins for the flex-compiler and also add flex-oem-compiler.jar to the
>> class path.  FlexJS has a hacked up flex-oem-compiler.jar that has just
>> enough stuff to fool FB into allowing it to compile FlexJS SWFS.  It
>>could
>> be that we need a few more hacks there to make IntelliJ happy.
>>
>> I also noticed from Piotr’s screenshot that IntelliJ seems to be auto
>> generating an XML file for the -load-config parameter.  I would expect
>>the
>> “js” namespace and references to the right SWCs to be in that XML file.
>> Maybe IntelliJ doesn’t know how to generate that from the
>>flex-config.xml
>> in FlexJS.
>>
>> If someone can post the contents of such an XML file it might contain
>>some
>> clues.
>>
>> Thanks,
>> -Alex
>>
>> On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com>
>>wrote:
>>
>> >Ok, been to long, I am an idiot;
>> >
>> ><component className="spark.layouts:VerticalLayout"
>>name="VerticalLayout"
>> >uri="library://ns.adobe.com/flex/spark"  />
>> >
>> ><component className="org.apache.flex.charts:BarChart" name="BarChart"
>> >uri="library://ns.apache.org/flexjs/basic"/>
>> >
>> >So actually, IntelliJ is not parsing the manifest or reading it
>>crrectly.
>> >There is no Difference with FlexJS and Spark's manifest and app
>> >declarations.
>> >
>> >Mike
>> >
>> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
>> ><te...@gmail.com>
>> >wrote:
>> >
>> >> Yeah, agreed, and since we don't know what JetBrains is doing... They
>> >>must
>> >> be hard coding the fx/spark namespaces in the SDK plugin code. That
>> >>seems
>> >> like the only reasonable answer to this.
>> >>
>> >> It's easy to map a package namespace dynamically but I am trying to
>> >>think
>> >> how a url would get mapped in a SWC since if I remember, there is no
>> >> namespace definition of a url in the Flex SWC right? So if that is
>>the
>> >> case, a url would have to be hardcoded somewhere in IntelliJ's SDK
>> >>plugin
>> >> code.
>> >>
>> >> Mike
>> >>
>> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
>> >><we...@hotmail.com>
>> >> wrote:
>> >>
>> >>> Yes, what I thought too and was wondering if we had a kind of same
>> >>>thing
>> >>> on Randori to manage, apparently not, so, it has to be done at some
>> >>>point
>> >>> for FlexJS if we go forward with IJ.
>> >>>
>> >>> Thanks,
>> >>> Frédéric THOMAS
>> >>>
>> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
>> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to support
>> >>>FlexJS
>> >>> > From: teotigraphixllc@gmail.com
>> >>> > To: dev@flex.apache.org
>> >>> >
>> >>> > Fred, I don't know exactly what you did int he plugin but if I
>> >>>remember
>> >>> > correctly, we were just unzipping the rbl, copying the swcs to the
>> >>> > library/sdk location and adding the SWC to Intellij through the
>> >>>plugin
>> >>> > code. Nothing special about namespaces.
>> >>> >
>> >>> > But, the difference I do know is, we did not use a url for
>>anything.
>> >>>I
>> >>> have
>> >>> > a feeling the js namespace url is what is choking IntelliJ.
>> >>> >
>> >>> > Mike
>> >>> >
>> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
>> >>> webdoublefx@hotmail.com>
>> >>> > wrote:
>> >>> >
>> >>> > > Hi,
>> >>> > >
>> >>> > > > The red means that the IDE is not resolving the jx namespace.
>>So
>> >>>it
>> >>> seems
>> >>> > > > to be a SWC namespace problem where something is happening
>>that
>> >>> IntelliJ
>> >>> > > > doesn't read and resolve the manifest correctly.
>> >>> > >
>> >>> > > You are right and that's 2 years or so I didn't touch the
>>IntelliJ
>> >>> API,
>> >>> > > so, can't remember if we worked on the NS or not.
>> >>> > >
>> >>> > > > Why a plugin: Intellij has features that make creating
>>projects
>> >>>and
>> >>> > > > dependencies easy. One reason, Fred can say I am wrong is to
>> >>>define
>> >>> a
>> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I
>>know
>> >>> there
>> >>> > > are
>> >>> > > > benefits.
>> >>> > > >
>> >>> > > > You are also correct that it can be run as an external tool as
>> >>> well. I
>> >>> > > > guess it's just a matter of fiddling with things until
>>something
>> >>> works
>> >>> > > and
>> >>> > > > is not a workflow killer.
>> >>> > >
>> >>> > > Yep and now I'm not sure anymore, I still need to confirm or
>> >>>infirm I
>> >>> can
>> >>> > > switch on Facet as I can't remember for sure how the Flex Plugin
>> >>> considers
>> >>> > > it is a Flex SDK or not, that's a long time and I will need to
>>dig
>> >>> into
>> >>> > > again.
>> >>> > >
>> >>> > > One question for the Flash Develop guys though, how are the
>> >>> intelli-sense
>> >>> > > / refactoring / code navigation / hints and other IDE facilities
>> >>> including
>> >>> > > maven integration compared to IntelliJ, do we have a comparative
>> >>> table ?
>> >>> > >
>> >>> > > Thanks,
>> >>> > > Frédéric THOMAS
>> >>> > >
>> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
>> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to
>>support
>> >>> FlexJS
>> >>> > > > From: teotigraphixllc@gmail.com
>> >>> > > > To: dev@flex.apache.org
>> >>> > > >
>> >>> > > > The red means that the IDE is not resolving the jx namespace.
>>So
>> >>>it
>> >>> seems
>> >>> > > > to be a SWC namespace problem where something is happening
>>that
>> >>> IntelliJ
>> >>> > > > doesn't read and resolve the manifest correctly.
>> >>> > > >
>> >>> > > > Why a plugin: Intellij has features that make creating
>>projects
>> >>>and
>> >>> > > > dependencies easy. One reason, Fred can say I am wrong is to
>> >>>define
>> >>> a
>> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I
>>know
>> >>> there
>> >>> > > are
>> >>> > > > benefits.
>> >>> > > >
>> >>> > > > You are also correct that it can be run as an external tool as
>> >>> well. I
>> >>> > > > guess it's just a matter of fiddling with things until
>>something
>> >>> works
>> >>> > > and
>> >>> > > > is not a workflow killer.
>> >>> > > >
>> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com>
>> >>> wrote:
>> >>> > > >
>> >>> > > > > Hi Fred,
>> >>> > > > >
>> >>> > > > > Thanks for trying.  One question though:  why is a plug-in
>>even
>> >>> > > needed?  I
>> >>> > > > > was told by an IntelliJ engineer that they simply call
>>mxmlc.
>> >>>If
>> >>> > > that’s
>> >>> > > > > true, then it should “just work”. Piotr’s screenshot sort of
>> >>> implied
>> >>> > > that
>> >>> > > > > the compiler may have run or does IntelliJ have a different
>> >>> > > > > code-intelligence engine and that’s what we’re seeing in the
>> >>> errors.
>> >>> > > > >
>> >>> > > > > @Piotr, am I right that the things in red in the screenshot
>>are
>> >>> errors?
>> >>> > > > > What was the actual error output?
>> >>> > > > >
>> >>> > > > > -Alex
>> >>> > > > >
>> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS"
>><webdoublefx@hotmail.com
>> >
>> >>> wrote:
>> >>> > > > >
>> >>> > > > > >Hi Mike,
>> >>> > > > > >
>> >>> > > > > >Yes I just started and it is on my little spare time but if
>> >>>you
>> >>> want
>> >>> > > an
>> >>> > > > > >idea of what's going on, you can try to compile it and you
>> >>>will
>> >>> see
>> >>> > > > > >things have changed and I need to figure out what to use
>>now
>> >>> instead
>> >>> > > of
>> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
>> >>> > > TranslatingCompiler,
>> >>> > > > > >etc.. and at the moment I don't know yet where to find that
>> >>>out
>> >>> given
>> >>> > > the
>> >>> > > > > >poor documentation, will have to skim the source code I
>>guess.
>> >>> > > > > >
>> >>> > > > > >Frédéric THOMAS
>> >>> > > > > >
>> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
>> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers to
>> >>>support
>> >>> > > FlexJS
>> >>> > > > > >> From: teotigraphixllc@gmail.com
>> >>> > > > > >> To: dev@flex.apache.org
>> >>> > > > > >>
>> >>> > > > > >> Fred, I didn't know you were giving that a go. I don't
>>have
>> >>> enough
>> >>> > > time
>> >>> > > > > >>to
>> >>> > > > > >> get into the plugin if that is what you are working on,
>> >>>which
>> >>> is
>> >>> > > > > >>fantastic
>> >>> > > > > >> if you are. But, I am willing to try and match your time
>>if
>> >>> you are
>> >>> > > now
>> >>> > > > > >> devoting (some)time to trying an Intellij plugin.
>> >>> > > > > >>
>> >>> > > > > >> I guess there is work to be done on FalconJx, I know
>>when I
>> >>> left
>> >>> > > > > >>developing
>> >>> > > > > >> it I had a bunch of todos left and unit tests to write.
>>This
>> >>> was my
>> >>> > > > > >>whole
>> >>> > > > > >> quandary, for the time I would have to donate, I need
>> >>>Intellij
>> >>> and
>> >>> > > > > >>really
>> >>> > > > > >> don't want to use FlashBuilder since it's crusty and
>>gets no
>> >>> love.
>> >>> > > > > >>
>> >>> > > > > >> Keep me updated with what you are doing.
>> >>> > > > > >>
>> >>> > > > > >> Mike
>> >>> > > > > >>
>> >>> > > > > >>
>> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
>> >>> > > > > >><we...@hotmail.com>
>> >>> > > > > >> wrote:
>> >>> > > > > >>
>> >>> > > > > >> > Hi,
>> >>> > > > > >> >
>> >>> > > > > >> > A bit of updates:
>> >>> > > > > >> >
>> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
>> >>>depnedencies,
>> >>> if
>> >>> > > yes, I
>> >>> > > > > >>will
>> >>> > > > > >> > need to stick mostly on my same base code, can't use a
>> >>>facet
>> >>> > > AFAIK.
>> >>> > > > > >> > - I've been trying to compile the Randori plugin
>>against
>> >>>the
>> >>> last
>> >>> > > > > >>IntelliJ
>> >>> > > > > >> > but many things have changed in their code base and it
>> >>> failed to
>> >>> > > > > >>compile,
>> >>> > > > > >> > will have to fix that first before to branch it.
>> >>> > > > > >> >
>> >>> > > > > >> > So, we are still far to have a working plugin at this
>> >>>stage
>> >>> and
>> >>> > > given
>> >>> > > > > >>the
>> >>> > > > > >> > time I can spend on it.
>> >>> > > > > >> >
>> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
>> >>> > > > > >> >
>> >>> > > > > >> > Thanks,
>> >>> > > > > >> > Frédéric THOMAS
>> >>> > > > > >> >
>> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
>> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
>> >>> > > > > >> > > To: dev@flex.apache.org
>> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers
>>to
>> >>> support
>> >>> > > > > >>FlexJS
>> >>> > > > > >> > >
>> >>> > > > > >> > > Additionally I have checked also new version of
>>FlexJS
>> >>> with FDT
>> >>> > > and
>> >>> > > > > >>it
>> >>> > > > > >> > > doesn't work anymore.
>> >>> > > > > >> > > I have error during to compilation that FlexJS.swc
>> >>>doesn't
>> >>> > > exists -
>> >>> > > > > >>We
>> >>> > > > > >> > have
>> >>> > > > > >> > > currently bunch of swcs.
>> >>> > > > > >> > >
>> >>> > > > > >> > > I am not sure do we need to contact with FDT team ?
>> >>> > > > > >> > >
>> >>> > > > > >> > > Alex,
>> >>> > > > > >> > >
>> >>> > > > > >> > > After your changes to many swcs in FlexJS - Did you
>> >>>have to
>> >>> > > change
>> >>> > > > > >> > process
>> >>> > > > > >> > > of creation/import new project to FB in some way ?
>> >>> > > > > >> > >
>> >>> > > > > >> > > Piotr
>> >>> > > > > >> > >
>> >>> > > > > >> > >
>> >>> > > > > >> > >
>> >>> > > > > >> > > -----
>> >>> > > > > >> > > Apache Flex PMC
>> >>> > > > > >> > > piotrzarzycki21@gmail.com
>> >>> > > > > >> > > --
>> >>> > > > > >> > > View this message in context:
>> >>> > > > > >> >
>> >>> > > > > >>
>> >>> > > > >
>> >>> > >
>> >>>
>> >>>
>> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out
>> >>>-
>> >>> > > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
>> >>> > > > > >> > > Sent from the Apache Flex Development mailing list
>> >>>archive
>> >>> at
>> >>> > > > > >>Nabble.com.
>> >>> > > > > >> >
>> >>> > > > > >> >
>> >>> > > > > >
>> >>> > > > >
>> >>> > > > >
>> >>> > >
>> >>> > >
>> >>>
>> >>>
>> >>
>> >>
>>
>>


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
@Alex I must have been having a brain fart, I see no reason that IntelliJ
would hard code that stuff but it makes no sense at all why it's not
reading them correctly.

The only key piece that is different is it's MXML and not an .as file. So I
haven't tried to see if the classes resolve in a normal .as file

Mike

On Fri, May 8, 2015 at 11:49 AM, Alex Harui <ah...@adobe.com> wrote:

> Gee, I would hope that IntelliJ wouldn’t hard code stuff like namespaces.
> If one of you has time, you could create a subclass of Spark Application
> and Spark Label into its own SWC with its own namespace and see if you can
> use that in an IntelliJ Flex “Hello World” project without any Spark or MX
> namespaces in the MXML, because that’s essentially what we are trying to
> do.
>
> I noticed from Piotr’s screenshot that it appears that IntelliJ has a few
> plug-ins for the flex-compiler and also add flex-oem-compiler.jar to the
> class path.  FlexJS has a hacked up flex-oem-compiler.jar that has just
> enough stuff to fool FB into allowing it to compile FlexJS SWFS.  It could
> be that we need a few more hacks there to make IntelliJ happy.
>
> I also noticed from Piotr’s screenshot that IntelliJ seems to be auto
> generating an XML file for the -load-config parameter.  I would expect the
> “js” namespace and references to the right SWCs to be in that XML file.
> Maybe IntelliJ doesn’t know how to generate that from the flex-config.xml
> in FlexJS.
>
> If someone can post the contents of such an XML file it might contain some
> clues.
>
> Thanks,
> -Alex
>
> On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com> wrote:
>
> >Ok, been to long, I am an idiot;
> >
> ><component className="spark.layouts:VerticalLayout" name="VerticalLayout"
> >uri="library://ns.adobe.com/flex/spark"  />
> >
> ><component className="org.apache.flex.charts:BarChart" name="BarChart"
> >uri="library://ns.apache.org/flexjs/basic"/>
> >
> >So actually, IntelliJ is not parsing the manifest or reading it crrectly.
> >There is no Difference with FlexJS and Spark's manifest and app
> >declarations.
> >
> >Mike
> >
> >On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
> ><te...@gmail.com>
> >wrote:
> >
> >> Yeah, agreed, and since we don't know what JetBrains is doing... They
> >>must
> >> be hard coding the fx/spark namespaces in the SDK plugin code. That
> >>seems
> >> like the only reasonable answer to this.
> >>
> >> It's easy to map a package namespace dynamically but I am trying to
> >>think
> >> how a url would get mapped in a SWC since if I remember, there is no
> >> namespace definition of a url in the Flex SWC right? So if that is the
> >> case, a url would have to be hardcoded somewhere in IntelliJ's SDK
> >>plugin
> >> code.
> >>
> >> Mike
> >>
> >> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
> >><we...@hotmail.com>
> >> wrote:
> >>
> >>> Yes, what I thought too and was wondering if we had a kind of same
> >>>thing
> >>> on Randori to manage, apparently not, so, it has to be done at some
> >>>point
> >>> for FlexJS if we go forward with IJ.
> >>>
> >>> Thanks,
> >>> Frédéric THOMAS
> >>>
> >>> > Date: Fri, 8 May 2015 06:10:31 -0400
> >>> > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> >>>FlexJS
> >>> > From: teotigraphixllc@gmail.com
> >>> > To: dev@flex.apache.org
> >>> >
> >>> > Fred, I don't know exactly what you did int he plugin but if I
> >>>remember
> >>> > correctly, we were just unzipping the rbl, copying the swcs to the
> >>> > library/sdk location and adding the SWC to Intellij through the
> >>>plugin
> >>> > code. Nothing special about namespaces.
> >>> >
> >>> > But, the difference I do know is, we did not use a url for anything.
> >>>I
> >>> have
> >>> > a feeling the js namespace url is what is choking IntelliJ.
> >>> >
> >>> > Mike
> >>> >
> >>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
> >>> webdoublefx@hotmail.com>
> >>> > wrote:
> >>> >
> >>> > > Hi,
> >>> > >
> >>> > > > The red means that the IDE is not resolving the jx namespace. So
> >>>it
> >>> seems
> >>> > > > to be a SWC namespace problem where something is happening that
> >>> IntelliJ
> >>> > > > doesn't read and resolve the manifest correctly.
> >>> > >
> >>> > > You are right and that's 2 years or so I didn't touch the IntelliJ
> >>> API,
> >>> > > so, can't remember if we worked on the NS or not.
> >>> > >
> >>> > > > Why a plugin: Intellij has features that make creating projects
> >>>and
> >>> > > > dependencies easy. One reason, Fred can say I am wrong is to
> >>>define
> >>> a
> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I know
> >>> there
> >>> > > are
> >>> > > > benefits.
> >>> > > >
> >>> > > > You are also correct that it can be run as an external tool as
> >>> well. I
> >>> > > > guess it's just a matter of fiddling with things until something
> >>> works
> >>> > > and
> >>> > > > is not a workflow killer.
> >>> > >
> >>> > > Yep and now I'm not sure anymore, I still need to confirm or
> >>>infirm I
> >>> can
> >>> > > switch on Facet as I can't remember for sure how the Flex Plugin
> >>> considers
> >>> > > it is a Flex SDK or not, that's a long time and I will need to dig
> >>> into
> >>> > > again.
> >>> > >
> >>> > > One question for the Flash Develop guys though, how are the
> >>> intelli-sense
> >>> > > / refactoring / code navigation / hints and other IDE facilities
> >>> including
> >>> > > maven integration compared to IntelliJ, do we have a comparative
> >>> table ?
> >>> > >
> >>> > > Thanks,
> >>> > > Frédéric THOMAS
> >>> > >
> >>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
> >>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> >>> FlexJS
> >>> > > > From: teotigraphixllc@gmail.com
> >>> > > > To: dev@flex.apache.org
> >>> > > >
> >>> > > > The red means that the IDE is not resolving the jx namespace. So
> >>>it
> >>> seems
> >>> > > > to be a SWC namespace problem where something is happening that
> >>> IntelliJ
> >>> > > > doesn't read and resolve the manifest correctly.
> >>> > > >
> >>> > > > Why a plugin: Intellij has features that make creating projects
> >>>and
> >>> > > > dependencies easy. One reason, Fred can say I am wrong is to
> >>>define
> >>> a
> >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I know
> >>> there
> >>> > > are
> >>> > > > benefits.
> >>> > > >
> >>> > > > You are also correct that it can be run as an external tool as
> >>> well. I
> >>> > > > guess it's just a matter of fiddling with things until something
> >>> works
> >>> > > and
> >>> > > > is not a workflow killer.
> >>> > > >
> >>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com>
> >>> wrote:
> >>> > > >
> >>> > > > > Hi Fred,
> >>> > > > >
> >>> > > > > Thanks for trying.  One question though:  why is a plug-in even
> >>> > > needed?  I
> >>> > > > > was told by an IntelliJ engineer that they simply call mxmlc.
> >>>If
> >>> > > that’s
> >>> > > > > true, then it should “just work”. Piotr’s screenshot sort of
> >>> implied
> >>> > > that
> >>> > > > > the compiler may have run or does IntelliJ have a different
> >>> > > > > code-intelligence engine and that’s what we’re seeing in the
> >>> errors.
> >>> > > > >
> >>> > > > > @Piotr, am I right that the things in red in the screenshot are
> >>> errors?
> >>> > > > > What was the actual error output?
> >>> > > > >
> >>> > > > > -Alex
> >>> > > > >
> >>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS" <webdoublefx@hotmail.com
> >
> >>> wrote:
> >>> > > > >
> >>> > > > > >Hi Mike,
> >>> > > > > >
> >>> > > > > >Yes I just started and it is on my little spare time but if
> >>>you
> >>> want
> >>> > > an
> >>> > > > > >idea of what's going on, you can try to compile it and you
> >>>will
> >>> see
> >>> > > > > >things have changed and I need to figure out what to use now
> >>> instead
> >>> > > of
> >>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
> >>> > > TranslatingCompiler,
> >>> > > > > >etc.. and at the moment I don't know yet where to find that
> >>>out
> >>> given
> >>> > > the
> >>> > > > > >poor documentation, will have to skim the source code I guess.
> >>> > > > > >
> >>> > > > > >Frédéric THOMAS
> >>> > > > > >
> >>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
> >>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers to
> >>>support
> >>> > > FlexJS
> >>> > > > > >> From: teotigraphixllc@gmail.com
> >>> > > > > >> To: dev@flex.apache.org
> >>> > > > > >>
> >>> > > > > >> Fred, I didn't know you were giving that a go. I don't have
> >>> enough
> >>> > > time
> >>> > > > > >>to
> >>> > > > > >> get into the plugin if that is what you are working on,
> >>>which
> >>> is
> >>> > > > > >>fantastic
> >>> > > > > >> if you are. But, I am willing to try and match your time if
> >>> you are
> >>> > > now
> >>> > > > > >> devoting (some)time to trying an Intellij plugin.
> >>> > > > > >>
> >>> > > > > >> I guess there is work to be done on FalconJx, I know when I
> >>> left
> >>> > > > > >>developing
> >>> > > > > >> it I had a bunch of todos left and unit tests to write. This
> >>> was my
> >>> > > > > >>whole
> >>> > > > > >> quandary, for the time I would have to donate, I need
> >>>Intellij
> >>> and
> >>> > > > > >>really
> >>> > > > > >> don't want to use FlashBuilder since it's crusty and gets no
> >>> love.
> >>> > > > > >>
> >>> > > > > >> Keep me updated with what you are doing.
> >>> > > > > >>
> >>> > > > > >> Mike
> >>> > > > > >>
> >>> > > > > >>
> >>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> >>> > > > > >><we...@hotmail.com>
> >>> > > > > >> wrote:
> >>> > > > > >>
> >>> > > > > >> > Hi,
> >>> > > > > >> >
> >>> > > > > >> > A bit of updates:
> >>> > > > > >> >
> >>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
> >>>depnedencies,
> >>> if
> >>> > > yes, I
> >>> > > > > >>will
> >>> > > > > >> > need to stick mostly on my same base code, can't use a
> >>>facet
> >>> > > AFAIK.
> >>> > > > > >> > - I've been trying to compile the Randori plugin against
> >>>the
> >>> last
> >>> > > > > >>IntelliJ
> >>> > > > > >> > but many things have changed in their code base and it
> >>> failed to
> >>> > > > > >>compile,
> >>> > > > > >> > will have to fix that first before to branch it.
> >>> > > > > >> >
> >>> > > > > >> > So, we are still far to have a working plugin at this
> >>>stage
> >>> and
> >>> > > given
> >>> > > > > >>the
> >>> > > > > >> > time I can spend on it.
> >>> > > > > >> >
> >>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
> >>> > > > > >> >
> >>> > > > > >> > Thanks,
> >>> > > > > >> > Frédéric THOMAS
> >>> > > > > >> >
> >>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> >>> > > > > >> > > From: piotrzarzycki21@gmail.com
> >>> > > > > >> > > To: dev@flex.apache.org
> >>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers to
> >>> support
> >>> > > > > >>FlexJS
> >>> > > > > >> > >
> >>> > > > > >> > > Additionally I have checked also new version of FlexJS
> >>> with FDT
> >>> > > and
> >>> > > > > >>it
> >>> > > > > >> > > doesn't work anymore.
> >>> > > > > >> > > I have error during to compilation that FlexJS.swc
> >>>doesn't
> >>> > > exists -
> >>> > > > > >>We
> >>> > > > > >> > have
> >>> > > > > >> > > currently bunch of swcs.
> >>> > > > > >> > >
> >>> > > > > >> > > I am not sure do we need to contact with FDT team ?
> >>> > > > > >> > >
> >>> > > > > >> > > Alex,
> >>> > > > > >> > >
> >>> > > > > >> > > After your changes to many swcs in FlexJS - Did you
> >>>have to
> >>> > > change
> >>> > > > > >> > process
> >>> > > > > >> > > of creation/import new project to FB in some way ?
> >>> > > > > >> > >
> >>> > > > > >> > > Piotr
> >>> > > > > >> > >
> >>> > > > > >> > >
> >>> > > > > >> > >
> >>> > > > > >> > > -----
> >>> > > > > >> > > Apache Flex PMC
> >>> > > > > >> > > piotrzarzycki21@gmail.com
> >>> > > > > >> > > --
> >>> > > > > >> > > View this message in context:
> >>> > > > > >> >
> >>> > > > > >>
> >>> > > > >
> >>> > >
> >>>
> >>>
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out
> >>>-
> >>> > > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> >>> > > > > >> > > Sent from the Apache Flex Development mailing list
> >>>archive
> >>> at
> >>> > > > > >>Nabble.com.
> >>> > > > > >> >
> >>> > > > > >> >
> >>> > > > > >
> >>> > > > >
> >>> > > > >
> >>> > >
> >>> > >
> >>>
> >>>
> >>
> >>
>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Gee, I would hope that IntelliJ wouldn’t hard code stuff like namespaces.
If one of you has time, you could create a subclass of Spark Application
and Spark Label into its own SWC with its own namespace and see if you can
use that in an IntelliJ Flex “Hello World” project without any Spark or MX
namespaces in the MXML, because that’s essentially what we are trying to
do.

I noticed from Piotr’s screenshot that it appears that IntelliJ has a few
plug-ins for the flex-compiler and also add flex-oem-compiler.jar to the
class path.  FlexJS has a hacked up flex-oem-compiler.jar that has just
enough stuff to fool FB into allowing it to compile FlexJS SWFS.  It could
be that we need a few more hacks there to make IntelliJ happy.

I also noticed from Piotr’s screenshot that IntelliJ seems to be auto
generating an XML file for the -load-config parameter.  I would expect the
“js” namespace and references to the right SWCs to be in that XML file.
Maybe IntelliJ doesn’t know how to generate that from the flex-config.xml
in FlexJS.

If someone can post the contents of such an XML file it might contain some
clues.

Thanks,
-Alex

On 5/8/15, 3:39 AM, "Michael Schmalle" <te...@gmail.com> wrote:

>Ok, been to long, I am an idiot;
>
><component className="spark.layouts:VerticalLayout" name="VerticalLayout"
>uri="library://ns.adobe.com/flex/spark"  />
>
><component className="org.apache.flex.charts:BarChart" name="BarChart"
>uri="library://ns.apache.org/flexjs/basic"/>
>
>So actually, IntelliJ is not parsing the manifest or reading it crrectly.
>There is no Difference with FlexJS and Spark's manifest and app
>declarations.
>
>Mike
>
>On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
><te...@gmail.com>
>wrote:
>
>> Yeah, agreed, and since we don't know what JetBrains is doing... They
>>must
>> be hard coding the fx/spark namespaces in the SDK plugin code. That
>>seems
>> like the only reasonable answer to this.
>>
>> It's easy to map a package namespace dynamically but I am trying to
>>think
>> how a url would get mapped in a SWC since if I remember, there is no
>> namespace definition of a url in the Flex SWC right? So if that is the
>> case, a url would have to be hardcoded somewhere in IntelliJ's SDK
>>plugin
>> code.
>>
>> Mike
>>
>> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS
>><we...@hotmail.com>
>> wrote:
>>
>>> Yes, what I thought too and was wondering if we had a kind of same
>>>thing
>>> on Randori to manage, apparently not, so, it has to be done at some
>>>point
>>> for FlexJS if we go forward with IJ.
>>>
>>> Thanks,
>>> Frédéric THOMAS
>>>
>>> > Date: Fri, 8 May 2015 06:10:31 -0400
>>> > Subject: Re: [FlexJS] Reaching out to IDE developers to support
>>>FlexJS
>>> > From: teotigraphixllc@gmail.com
>>> > To: dev@flex.apache.org
>>> >
>>> > Fred, I don't know exactly what you did int he plugin but if I
>>>remember
>>> > correctly, we were just unzipping the rbl, copying the swcs to the
>>> > library/sdk location and adding the SWC to Intellij through the
>>>plugin
>>> > code. Nothing special about namespaces.
>>> >
>>> > But, the difference I do know is, we did not use a url for anything.
>>>I
>>> have
>>> > a feeling the js namespace url is what is choking IntelliJ.
>>> >
>>> > Mike
>>> >
>>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
>>> webdoublefx@hotmail.com>
>>> > wrote:
>>> >
>>> > > Hi,
>>> > >
>>> > > > The red means that the IDE is not resolving the jx namespace. So
>>>it
>>> seems
>>> > > > to be a SWC namespace problem where something is happening that
>>> IntelliJ
>>> > > > doesn't read and resolve the manifest correctly.
>>> > >
>>> > > You are right and that's 2 years or so I didn't touch the IntelliJ
>>> API,
>>> > > so, can't remember if we worked on the NS or not.
>>> > >
>>> > > > Why a plugin: Intellij has features that make creating projects
>>>and
>>> > > > dependencies easy. One reason, Fred can say I am wrong is to
>>>define
>>> a
>>> > > > FlexJS SDK type that can be created. I am a bit rusty but I know
>>> there
>>> > > are
>>> > > > benefits.
>>> > > >
>>> > > > You are also correct that it can be run as an external tool as
>>> well. I
>>> > > > guess it's just a matter of fiddling with things until something
>>> works
>>> > > and
>>> > > > is not a workflow killer.
>>> > >
>>> > > Yep and now I'm not sure anymore, I still need to confirm or
>>>infirm I
>>> can
>>> > > switch on Facet as I can't remember for sure how the Flex Plugin
>>> considers
>>> > > it is a Flex SDK or not, that's a long time and I will need to dig
>>> into
>>> > > again.
>>> > >
>>> > > One question for the Flash Develop guys though, how are the
>>> intelli-sense
>>> > > / refactoring / code navigation / hints and other IDE facilities
>>> including
>>> > > maven integration compared to IntelliJ, do we have a comparative
>>> table ?
>>> > >
>>> > > Thanks,
>>> > > Frédéric THOMAS
>>> > >
>>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
>>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
>>> FlexJS
>>> > > > From: teotigraphixllc@gmail.com
>>> > > > To: dev@flex.apache.org
>>> > > >
>>> > > > The red means that the IDE is not resolving the jx namespace. So
>>>it
>>> seems
>>> > > > to be a SWC namespace problem where something is happening that
>>> IntelliJ
>>> > > > doesn't read and resolve the manifest correctly.
>>> > > >
>>> > > > Why a plugin: Intellij has features that make creating projects
>>>and
>>> > > > dependencies easy. One reason, Fred can say I am wrong is to
>>>define
>>> a
>>> > > > FlexJS SDK type that can be created. I am a bit rusty but I know
>>> there
>>> > > are
>>> > > > benefits.
>>> > > >
>>> > > > You are also correct that it can be run as an external tool as
>>> well. I
>>> > > > guess it's just a matter of fiddling with things until something
>>> works
>>> > > and
>>> > > > is not a workflow killer.
>>> > > >
>>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com>
>>> wrote:
>>> > > >
>>> > > > > Hi Fred,
>>> > > > >
>>> > > > > Thanks for trying.  One question though:  why is a plug-in even
>>> > > needed?  I
>>> > > > > was told by an IntelliJ engineer that they simply call mxmlc.
>>>If
>>> > > that’s
>>> > > > > true, then it should “just work”. Piotr’s screenshot sort of
>>> implied
>>> > > that
>>> > > > > the compiler may have run or does IntelliJ have a different
>>> > > > > code-intelligence engine and that’s what we’re seeing in the
>>> errors.
>>> > > > >
>>> > > > > @Piotr, am I right that the things in red in the screenshot are
>>> errors?
>>> > > > > What was the actual error output?
>>> > > > >
>>> > > > > -Alex
>>> > > > >
>>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS" <we...@hotmail.com>
>>> wrote:
>>> > > > >
>>> > > > > >Hi Mike,
>>> > > > > >
>>> > > > > >Yes I just started and it is on my little spare time but if
>>>you
>>> want
>>> > > an
>>> > > > > >idea of what's going on, you can try to compile it and you
>>>will
>>> see
>>> > > > > >things have changed and I need to figure out what to use now
>>> instead
>>> > > of
>>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
>>> > > TranslatingCompiler,
>>> > > > > >etc.. and at the moment I don't know yet where to find that
>>>out
>>> given
>>> > > the
>>> > > > > >poor documentation, will have to skim the source code I guess.
>>> > > > > >
>>> > > > > >Frédéric THOMAS
>>> > > > > >
>>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
>>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers to
>>>support
>>> > > FlexJS
>>> > > > > >> From: teotigraphixllc@gmail.com
>>> > > > > >> To: dev@flex.apache.org
>>> > > > > >>
>>> > > > > >> Fred, I didn't know you were giving that a go. I don't have
>>> enough
>>> > > time
>>> > > > > >>to
>>> > > > > >> get into the plugin if that is what you are working on,
>>>which
>>> is
>>> > > > > >>fantastic
>>> > > > > >> if you are. But, I am willing to try and match your time if
>>> you are
>>> > > now
>>> > > > > >> devoting (some)time to trying an Intellij plugin.
>>> > > > > >>
>>> > > > > >> I guess there is work to be done on FalconJx, I know when I
>>> left
>>> > > > > >>developing
>>> > > > > >> it I had a bunch of todos left and unit tests to write. This
>>> was my
>>> > > > > >>whole
>>> > > > > >> quandary, for the time I would have to donate, I need
>>>Intellij
>>> and
>>> > > > > >>really
>>> > > > > >> don't want to use FlashBuilder since it's crusty and gets no
>>> love.
>>> > > > > >>
>>> > > > > >> Keep me updated with what you are doing.
>>> > > > > >>
>>> > > > > >> Mike
>>> > > > > >>
>>> > > > > >>
>>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
>>> > > > > >><we...@hotmail.com>
>>> > > > > >> wrote:
>>> > > > > >>
>>> > > > > >> > Hi,
>>> > > > > >> >
>>> > > > > >> > A bit of updates:
>>> > > > > >> >
>>> > > > > >> > - I understood FlexJS got rid of the Flex SDK
>>>depnedencies,
>>> if
>>> > > yes, I
>>> > > > > >>will
>>> > > > > >> > need to stick mostly on my same base code, can't use a
>>>facet
>>> > > AFAIK.
>>> > > > > >> > - I've been trying to compile the Randori plugin against
>>>the
>>> last
>>> > > > > >>IntelliJ
>>> > > > > >> > but many things have changed in their code base and it
>>> failed to
>>> > > > > >>compile,
>>> > > > > >> > will have to fix that first before to branch it.
>>> > > > > >> >
>>> > > > > >> > So, we are still far to have a working plugin at this
>>>stage
>>> and
>>> > > given
>>> > > > > >>the
>>> > > > > >> > time I can spend on it.
>>> > > > > >> >
>>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
>>> > > > > >> >
>>> > > > > >> > Thanks,
>>> > > > > >> > Frédéric THOMAS
>>> > > > > >> >
>>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
>>> > > > > >> > > From: piotrzarzycki21@gmail.com
>>> > > > > >> > > To: dev@flex.apache.org
>>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers to
>>> support
>>> > > > > >>FlexJS
>>> > > > > >> > >
>>> > > > > >> > > Additionally I have checked also new version of FlexJS
>>> with FDT
>>> > > and
>>> > > > > >>it
>>> > > > > >> > > doesn't work anymore.
>>> > > > > >> > > I have error during to compilation that FlexJS.swc
>>>doesn't
>>> > > exists -
>>> > > > > >>We
>>> > > > > >> > have
>>> > > > > >> > > currently bunch of swcs.
>>> > > > > >> > >
>>> > > > > >> > > I am not sure do we need to contact with FDT team ?
>>> > > > > >> > >
>>> > > > > >> > > Alex,
>>> > > > > >> > >
>>> > > > > >> > > After your changes to many swcs in FlexJS - Did you
>>>have to
>>> > > change
>>> > > > > >> > process
>>> > > > > >> > > of creation/import new project to FB in some way ?
>>> > > > > >> > >
>>> > > > > >> > > Piotr
>>> > > > > >> > >
>>> > > > > >> > >
>>> > > > > >> > >
>>> > > > > >> > > -----
>>> > > > > >> > > Apache Flex PMC
>>> > > > > >> > > piotrzarzycki21@gmail.com
>>> > > > > >> > > --
>>> > > > > >> > > View this message in context:
>>> > > > > >> >
>>> > > > > >>
>>> > > > >
>>> > >
>>> 
>>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out
>>>-
>>> > > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
>>> > > > > >> > > Sent from the Apache Flex Development mailing list
>>>archive
>>> at
>>> > > > > >>Nabble.com.
>>> > > > > >> >
>>> > > > > >> >
>>> > > > > >
>>> > > > >
>>> > > > >
>>> > >
>>> > >
>>>
>>>
>>
>>


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
Ok, been to long, I am an idiot;

<component className="spark.layouts:VerticalLayout" name="VerticalLayout"
uri="library://ns.adobe.com/flex/spark"  />

<component className="org.apache.flex.charts:BarChart" name="BarChart"
uri="library://ns.apache.org/flexjs/basic"/>

So actually, IntelliJ is not parsing the manifest or reading it crrectly.
There is no Difference with FlexJS and Spark's manifest and app
declarations.

Mike

On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle <te...@gmail.com>
wrote:

> Yeah, agreed, and since we don't know what JetBrains is doing... They must
> be hard coding the fx/spark namespaces in the SDK plugin code. That seems
> like the only reasonable answer to this.
>
> It's easy to map a package namespace dynamically but I am trying to think
> how a url would get mapped in a SWC since if I remember, there is no
> namespace definition of a url in the Flex SWC right? So if that is the
> case, a url would have to be hardcoded somewhere in IntelliJ's SDK plugin
> code.
>
> Mike
>
> On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS <we...@hotmail.com>
> wrote:
>
>> Yes, what I thought too and was wondering if we had a kind of same thing
>> on Randori to manage, apparently not, so, it has to be done at some point
>> for FlexJS if we go forward with IJ.
>>
>> Thanks,
>> Frédéric THOMAS
>>
>> > Date: Fri, 8 May 2015 06:10:31 -0400
>> > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
>> > From: teotigraphixllc@gmail.com
>> > To: dev@flex.apache.org
>> >
>> > Fred, I don't know exactly what you did int he plugin but if I remember
>> > correctly, we were just unzipping the rbl, copying the swcs to the
>> > library/sdk location and adding the SWC to Intellij through the plugin
>> > code. Nothing special about namespaces.
>> >
>> > But, the difference I do know is, we did not use a url for anything. I
>> have
>> > a feeling the js namespace url is what is choking IntelliJ.
>> >
>> > Mike
>> >
>> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <
>> webdoublefx@hotmail.com>
>> > wrote:
>> >
>> > > Hi,
>> > >
>> > > > The red means that the IDE is not resolving the jx namespace. So it
>> seems
>> > > > to be a SWC namespace problem where something is happening that
>> IntelliJ
>> > > > doesn't read and resolve the manifest correctly.
>> > >
>> > > You are right and that's 2 years or so I didn't touch the IntelliJ
>> API,
>> > > so, can't remember if we worked on the NS or not.
>> > >
>> > > > Why a plugin: Intellij has features that make creating projects and
>> > > > dependencies easy. One reason, Fred can say I am wrong is to define
>> a
>> > > > FlexJS SDK type that can be created. I am a bit rusty but I know
>> there
>> > > are
>> > > > benefits.
>> > > >
>> > > > You are also correct that it can be run as an external tool as
>> well. I
>> > > > guess it's just a matter of fiddling with things until something
>> works
>> > > and
>> > > > is not a workflow killer.
>> > >
>> > > Yep and now I'm not sure anymore, I still need to confirm or infirm I
>> can
>> > > switch on Facet as I can't remember for sure how the Flex Plugin
>> considers
>> > > it is a Flex SDK or not, that's a long time and I will need to dig
>> into
>> > > again.
>> > >
>> > > One question for the Flash Develop guys though, how are the
>> intelli-sense
>> > > / refactoring / code navigation / hints and other IDE facilities
>> including
>> > > maven integration compared to IntelliJ, do we have a comparative
>> table ?
>> > >
>> > > Thanks,
>> > > Frédéric THOMAS
>> > >
>> > > > Date: Thu, 7 May 2015 11:29:43 -0400
>> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
>> FlexJS
>> > > > From: teotigraphixllc@gmail.com
>> > > > To: dev@flex.apache.org
>> > > >
>> > > > The red means that the IDE is not resolving the jx namespace. So it
>> seems
>> > > > to be a SWC namespace problem where something is happening that
>> IntelliJ
>> > > > doesn't read and resolve the manifest correctly.
>> > > >
>> > > > Why a plugin: Intellij has features that make creating projects and
>> > > > dependencies easy. One reason, Fred can say I am wrong is to define
>> a
>> > > > FlexJS SDK type that can be created. I am a bit rusty but I know
>> there
>> > > are
>> > > > benefits.
>> > > >
>> > > > You are also correct that it can be run as an external tool as
>> well. I
>> > > > guess it's just a matter of fiddling with things until something
>> works
>> > > and
>> > > > is not a workflow killer.
>> > > >
>> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com>
>> wrote:
>> > > >
>> > > > > Hi Fred,
>> > > > >
>> > > > > Thanks for trying.  One question though:  why is a plug-in even
>> > > needed?  I
>> > > > > was told by an IntelliJ engineer that they simply call mxmlc.  If
>> > > that’s
>> > > > > true, then it should “just work”. Piotr’s screenshot sort of
>> implied
>> > > that
>> > > > > the compiler may have run or does IntelliJ have a different
>> > > > > code-intelligence engine and that’s what we’re seeing in the
>> errors.
>> > > > >
>> > > > > @Piotr, am I right that the things in red in the screenshot are
>> errors?
>> > > > > What was the actual error output?
>> > > > >
>> > > > > -Alex
>> > > > >
>> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS" <we...@hotmail.com>
>> wrote:
>> > > > >
>> > > > > >Hi Mike,
>> > > > > >
>> > > > > >Yes I just started and it is on my little spare time but if you
>> want
>> > > an
>> > > > > >idea of what's going on, you can try to compile it and you will
>> see
>> > > > > >things have changed and I need to figure out what to use now
>> instead
>> > > of
>> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
>> > > TranslatingCompiler,
>> > > > > >etc.. and at the moment I don't know yet where to find that out
>> given
>> > > the
>> > > > > >poor documentation, will have to skim the source code I guess.
>> > > > > >
>> > > > > >Frédéric THOMAS
>> > > > > >
>> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
>> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
>> > > FlexJS
>> > > > > >> From: teotigraphixllc@gmail.com
>> > > > > >> To: dev@flex.apache.org
>> > > > > >>
>> > > > > >> Fred, I didn't know you were giving that a go. I don't have
>> enough
>> > > time
>> > > > > >>to
>> > > > > >> get into the plugin if that is what you are working on, which
>> is
>> > > > > >>fantastic
>> > > > > >> if you are. But, I am willing to try and match your time if
>> you are
>> > > now
>> > > > > >> devoting (some)time to trying an Intellij plugin.
>> > > > > >>
>> > > > > >> I guess there is work to be done on FalconJx, I know when I
>> left
>> > > > > >>developing
>> > > > > >> it I had a bunch of todos left and unit tests to write. This
>> was my
>> > > > > >>whole
>> > > > > >> quandary, for the time I would have to donate, I need Intellij
>> and
>> > > > > >>really
>> > > > > >> don't want to use FlashBuilder since it's crusty and gets no
>> love.
>> > > > > >>
>> > > > > >> Keep me updated with what you are doing.
>> > > > > >>
>> > > > > >> Mike
>> > > > > >>
>> > > > > >>
>> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
>> > > > > >><we...@hotmail.com>
>> > > > > >> wrote:
>> > > > > >>
>> > > > > >> > Hi,
>> > > > > >> >
>> > > > > >> > A bit of updates:
>> > > > > >> >
>> > > > > >> > - I understood FlexJS got rid of the Flex SDK depnedencies,
>> if
>> > > yes, I
>> > > > > >>will
>> > > > > >> > need to stick mostly on my same base code, can't use a facet
>> > > AFAIK.
>> > > > > >> > - I've been trying to compile the Randori plugin against the
>> last
>> > > > > >>IntelliJ
>> > > > > >> > but many things have changed in their code base and it
>> failed to
>> > > > > >>compile,
>> > > > > >> > will have to fix that first before to branch it.
>> > > > > >> >
>> > > > > >> > So, we are still far to have a working plugin at this stage
>> and
>> > > given
>> > > > > >>the
>> > > > > >> > time I can spend on it.
>> > > > > >> >
>> > > > > >> > Any IntelliJ plugin guru to give a hand ?
>> > > > > >> >
>> > > > > >> > Thanks,
>> > > > > >> > Frédéric THOMAS
>> > > > > >> >
>> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
>> > > > > >> > > From: piotrzarzycki21@gmail.com
>> > > > > >> > > To: dev@flex.apache.org
>> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers to
>> support
>> > > > > >>FlexJS
>> > > > > >> > >
>> > > > > >> > > Additionally I have checked also new version of FlexJS
>> with FDT
>> > > and
>> > > > > >>it
>> > > > > >> > > doesn't work anymore.
>> > > > > >> > > I have error during to compilation that FlexJS.swc doesn't
>> > > exists -
>> > > > > >>We
>> > > > > >> > have
>> > > > > >> > > currently bunch of swcs.
>> > > > > >> > >
>> > > > > >> > > I am not sure do we need to contact with FDT team ?
>> > > > > >> > >
>> > > > > >> > > Alex,
>> > > > > >> > >
>> > > > > >> > > After your changes to many swcs in FlexJS - Did you have to
>> > > change
>> > > > > >> > process
>> > > > > >> > > of creation/import new project to FB in some way ?
>> > > > > >> > >
>> > > > > >> > > Piotr
>> > > > > >> > >
>> > > > > >> > >
>> > > > > >> > >
>> > > > > >> > > -----
>> > > > > >> > > Apache Flex PMC
>> > > > > >> > > piotrzarzycki21@gmail.com
>> > > > > >> > > --
>> > > > > >> > > View this message in context:
>> > > > > >> >
>> > > > > >>
>> > > > >
>> > >
>> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
>> > > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
>> > > > > >> > > Sent from the Apache Flex Development mailing list archive
>> at
>> > > > > >>Nabble.com.
>> > > > > >> >
>> > > > > >> >
>> > > > > >
>> > > > >
>> > > > >
>> > >
>> > >
>>
>>
>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
Yeah, agreed, and since we don't know what JetBrains is doing... They must
be hard coding the fx/spark namespaces in the SDK plugin code. That seems
like the only reasonable answer to this.

It's easy to map a package namespace dynamically but I am trying to think
how a url would get mapped in a SWC since if I remember, there is no
namespace definition of a url in the Flex SWC right? So if that is the
case, a url would have to be hardcoded somewhere in IntelliJ's SDK plugin
code.

Mike

On Fri, May 8, 2015 at 6:26 AM, Frédéric THOMAS <we...@hotmail.com>
wrote:

> Yes, what I thought too and was wondering if we had a kind of same thing
> on Randori to manage, apparently not, so, it has to be done at some point
> for FlexJS if we go forward with IJ.
>
> Thanks,
> Frédéric THOMAS
>
> > Date: Fri, 8 May 2015 06:10:31 -0400
> > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> > From: teotigraphixllc@gmail.com
> > To: dev@flex.apache.org
> >
> > Fred, I don't know exactly what you did int he plugin but if I remember
> > correctly, we were just unzipping the rbl, copying the swcs to the
> > library/sdk location and adding the SWC to Intellij through the plugin
> > code. Nothing special about namespaces.
> >
> > But, the difference I do know is, we did not use a url for anything. I
> have
> > a feeling the js namespace url is what is choking IntelliJ.
> >
> > Mike
> >
> > On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <webdoublefx@hotmail.com
> >
> > wrote:
> >
> > > Hi,
> > >
> > > > The red means that the IDE is not resolving the jx namespace. So it
> seems
> > > > to be a SWC namespace problem where something is happening that
> IntelliJ
> > > > doesn't read and resolve the manifest correctly.
> > >
> > > You are right and that's 2 years or so I didn't touch the IntelliJ API,
> > > so, can't remember if we worked on the NS or not.
> > >
> > > > Why a plugin: Intellij has features that make creating projects and
> > > > dependencies easy. One reason, Fred can say I am wrong is to define a
> > > > FlexJS SDK type that can be created. I am a bit rusty but I know
> there
> > > are
> > > > benefits.
> > > >
> > > > You are also correct that it can be run as an external tool as well.
> I
> > > > guess it's just a matter of fiddling with things until something
> works
> > > and
> > > > is not a workflow killer.
> > >
> > > Yep and now I'm not sure anymore, I still need to confirm or infirm I
> can
> > > switch on Facet as I can't remember for sure how the Flex Plugin
> considers
> > > it is a Flex SDK or not, that's a long time and I will need to dig into
> > > again.
> > >
> > > One question for the Flash Develop guys though, how are the
> intelli-sense
> > > / refactoring / code navigation / hints and other IDE facilities
> including
> > > maven integration compared to IntelliJ, do we have a comparative table
> ?
> > >
> > > Thanks,
> > > Frédéric THOMAS
> > >
> > > > Date: Thu, 7 May 2015 11:29:43 -0400
> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> FlexJS
> > > > From: teotigraphixllc@gmail.com
> > > > To: dev@flex.apache.org
> > > >
> > > > The red means that the IDE is not resolving the jx namespace. So it
> seems
> > > > to be a SWC namespace problem where something is happening that
> IntelliJ
> > > > doesn't read and resolve the manifest correctly.
> > > >
> > > > Why a plugin: Intellij has features that make creating projects and
> > > > dependencies easy. One reason, Fred can say I am wrong is to define a
> > > > FlexJS SDK type that can be created. I am a bit rusty but I know
> there
> > > are
> > > > benefits.
> > > >
> > > > You are also correct that it can be run as an external tool as well.
> I
> > > > guess it's just a matter of fiddling with things until something
> works
> > > and
> > > > is not a workflow killer.
> > > >
> > > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com>
> wrote:
> > > >
> > > > > Hi Fred,
> > > > >
> > > > > Thanks for trying.  One question though:  why is a plug-in even
> > > needed?  I
> > > > > was told by an IntelliJ engineer that they simply call mxmlc.  If
> > > that’s
> > > > > true, then it should “just work”. Piotr’s screenshot sort of
> implied
> > > that
> > > > > the compiler may have run or does IntelliJ have a different
> > > > > code-intelligence engine and that’s what we’re seeing in the
> errors.
> > > > >
> > > > > @Piotr, am I right that the things in red in the screenshot are
> errors?
> > > > > What was the actual error output?
> > > > >
> > > > > -Alex
> > > > >
> > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS" <we...@hotmail.com>
> wrote:
> > > > >
> > > > > >Hi Mike,
> > > > > >
> > > > > >Yes I just started and it is on my little spare time but if you
> want
> > > an
> > > > > >idea of what's going on, you can try to compile it and you will
> see
> > > > > >things have changed and I need to figure out what to use now
> instead
> > > of
> > > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
> > > TranslatingCompiler,
> > > > > >etc.. and at the moment I don't know yet where to find that out
> given
> > > the
> > > > > >poor documentation, will have to skim the source code I guess.
> > > > > >
> > > > > >Frédéric THOMAS
> > > > > >
> > > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
> > > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
> > > FlexJS
> > > > > >> From: teotigraphixllc@gmail.com
> > > > > >> To: dev@flex.apache.org
> > > > > >>
> > > > > >> Fred, I didn't know you were giving that a go. I don't have
> enough
> > > time
> > > > > >>to
> > > > > >> get into the plugin if that is what you are working on, which is
> > > > > >>fantastic
> > > > > >> if you are. But, I am willing to try and match your time if you
> are
> > > now
> > > > > >> devoting (some)time to trying an Intellij plugin.
> > > > > >>
> > > > > >> I guess there is work to be done on FalconJx, I know when I left
> > > > > >>developing
> > > > > >> it I had a bunch of todos left and unit tests to write. This
> was my
> > > > > >>whole
> > > > > >> quandary, for the time I would have to donate, I need Intellij
> and
> > > > > >>really
> > > > > >> don't want to use FlashBuilder since it's crusty and gets no
> love.
> > > > > >>
> > > > > >> Keep me updated with what you are doing.
> > > > > >>
> > > > > >> Mike
> > > > > >>
> > > > > >>
> > > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> > > > > >><we...@hotmail.com>
> > > > > >> wrote:
> > > > > >>
> > > > > >> > Hi,
> > > > > >> >
> > > > > >> > A bit of updates:
> > > > > >> >
> > > > > >> > - I understood FlexJS got rid of the Flex SDK depnedencies, if
> > > yes, I
> > > > > >>will
> > > > > >> > need to stick mostly on my same base code, can't use a facet
> > > AFAIK.
> > > > > >> > - I've been trying to compile the Randori plugin against the
> last
> > > > > >>IntelliJ
> > > > > >> > but many things have changed in their code base and it failed
> to
> > > > > >>compile,
> > > > > >> > will have to fix that first before to branch it.
> > > > > >> >
> > > > > >> > So, we are still far to have a working plugin at this stage
> and
> > > given
> > > > > >>the
> > > > > >> > time I can spend on it.
> > > > > >> >
> > > > > >> > Any IntelliJ plugin guru to give a hand ?
> > > > > >> >
> > > > > >> > Thanks,
> > > > > >> > Frédéric THOMAS
> > > > > >> >
> > > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> > > > > >> > > From: piotrzarzycki21@gmail.com
> > > > > >> > > To: dev@flex.apache.org
> > > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers to
> support
> > > > > >>FlexJS
> > > > > >> > >
> > > > > >> > > Additionally I have checked also new version of FlexJS with
> FDT
> > > and
> > > > > >>it
> > > > > >> > > doesn't work anymore.
> > > > > >> > > I have error during to compilation that FlexJS.swc doesn't
> > > exists -
> > > > > >>We
> > > > > >> > have
> > > > > >> > > currently bunch of swcs.
> > > > > >> > >
> > > > > >> > > I am not sure do we need to contact with FDT team ?
> > > > > >> > >
> > > > > >> > > Alex,
> > > > > >> > >
> > > > > >> > > After your changes to many swcs in FlexJS - Did you have to
> > > change
> > > > > >> > process
> > > > > >> > > of creation/import new project to FB in some way ?
> > > > > >> > >
> > > > > >> > > Piotr
> > > > > >> > >
> > > > > >> > >
> > > > > >> > >
> > > > > >> > > -----
> > > > > >> > > Apache Flex PMC
> > > > > >> > > piotrzarzycki21@gmail.com
> > > > > >> > > --
> > > > > >> > > View this message in context:
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
> > > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> > > > > >> > > Sent from the Apache Flex Development mailing list archive
> at
> > > > > >>Nabble.com.
> > > > > >> >
> > > > > >> >
> > > > > >
> > > > >
> > > > >
> > >
> > >
>
>

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Yes, what I thought too and was wondering if we had a kind of same thing on Randori to manage, apparently not, so, it has to be done at some point for FlexJS if we go forward with IJ.

Thanks,
Frédéric THOMAS

> Date: Fri, 8 May 2015 06:10:31 -0400
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> From: teotigraphixllc@gmail.com
> To: dev@flex.apache.org
> 
> Fred, I don't know exactly what you did int he plugin but if I remember
> correctly, we were just unzipping the rbl, copying the swcs to the
> library/sdk location and adding the SWC to Intellij through the plugin
> code. Nothing special about namespaces.
> 
> But, the difference I do know is, we did not use a url for anything. I have
> a feeling the js namespace url is what is choking IntelliJ.
> 
> Mike
> 
> On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <we...@hotmail.com>
> wrote:
> 
> > Hi,
> >
> > > The red means that the IDE is not resolving the jx namespace. So it seems
> > > to be a SWC namespace problem where something is happening that IntelliJ
> > > doesn't read and resolve the manifest correctly.
> >
> > You are right and that's 2 years or so I didn't touch the IntelliJ API,
> > so, can't remember if we worked on the NS or not.
> >
> > > Why a plugin: Intellij has features that make creating projects and
> > > dependencies easy. One reason, Fred can say I am wrong is to define a
> > > FlexJS SDK type that can be created. I am a bit rusty but I know there
> > are
> > > benefits.
> > >
> > > You are also correct that it can be run as an external tool as well. I
> > > guess it's just a matter of fiddling with things until something works
> > and
> > > is not a workflow killer.
> >
> > Yep and now I'm not sure anymore, I still need to confirm or infirm I can
> > switch on Facet as I can't remember for sure how the Flex Plugin considers
> > it is a Flex SDK or not, that's a long time and I will need to dig into
> > again.
> >
> > One question for the Flash Develop guys though, how are the intelli-sense
> > / refactoring / code navigation / hints and other IDE facilities including
> > maven integration compared to IntelliJ, do we have a comparative table ?
> >
> > Thanks,
> > Frédéric THOMAS
> >
> > > Date: Thu, 7 May 2015 11:29:43 -0400
> > > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> > > From: teotigraphixllc@gmail.com
> > > To: dev@flex.apache.org
> > >
> > > The red means that the IDE is not resolving the jx namespace. So it seems
> > > to be a SWC namespace problem where something is happening that IntelliJ
> > > doesn't read and resolve the manifest correctly.
> > >
> > > Why a plugin: Intellij has features that make creating projects and
> > > dependencies easy. One reason, Fred can say I am wrong is to define a
> > > FlexJS SDK type that can be created. I am a bit rusty but I know there
> > are
> > > benefits.
> > >
> > > You are also correct that it can be run as an external tool as well. I
> > > guess it's just a matter of fiddling with things until something works
> > and
> > > is not a workflow killer.
> > >
> > > On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com> wrote:
> > >
> > > > Hi Fred,
> > > >
> > > > Thanks for trying.  One question though:  why is a plug-in even
> > needed?  I
> > > > was told by an IntelliJ engineer that they simply call mxmlc.  If
> > that’s
> > > > true, then it should “just work”. Piotr’s screenshot sort of implied
> > that
> > > > the compiler may have run or does IntelliJ have a different
> > > > code-intelligence engine and that’s what we’re seeing in the errors.
> > > >
> > > > @Piotr, am I right that the things in red in the screenshot are errors?
> > > > What was the actual error output?
> > > >
> > > > -Alex
> > > >
> > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> > > >
> > > > >Hi Mike,
> > > > >
> > > > >Yes I just started and it is on my little spare time but if you want
> > an
> > > > >idea of what's going on, you can try to compile it and you will see
> > > > >things have changed and I need to figure out what to use now instead
> > of
> > > > >BrowsersConfiguaration, ModuleChunk, the deprecated
> > TranslatingCompiler,
> > > > >etc.. and at the moment I don't know yet where to find that out given
> > the
> > > > >poor documentation, will have to skim the source code I guess.
> > > > >
> > > > >Frédéric THOMAS
> > > > >
> > > > >> Date: Thu, 7 May 2015 07:58:28 -0400
> > > > >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
> > FlexJS
> > > > >> From: teotigraphixllc@gmail.com
> > > > >> To: dev@flex.apache.org
> > > > >>
> > > > >> Fred, I didn't know you were giving that a go. I don't have enough
> > time
> > > > >>to
> > > > >> get into the plugin if that is what you are working on, which is
> > > > >>fantastic
> > > > >> if you are. But, I am willing to try and match your time if you are
> > now
> > > > >> devoting (some)time to trying an Intellij plugin.
> > > > >>
> > > > >> I guess there is work to be done on FalconJx, I know when I left
> > > > >>developing
> > > > >> it I had a bunch of todos left and unit tests to write. This was my
> > > > >>whole
> > > > >> quandary, for the time I would have to donate, I need Intellij and
> > > > >>really
> > > > >> don't want to use FlashBuilder since it's crusty and gets no love.
> > > > >>
> > > > >> Keep me updated with what you are doing.
> > > > >>
> > > > >> Mike
> > > > >>
> > > > >>
> > > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> > > > >><we...@hotmail.com>
> > > > >> wrote:
> > > > >>
> > > > >> > Hi,
> > > > >> >
> > > > >> > A bit of updates:
> > > > >> >
> > > > >> > - I understood FlexJS got rid of the Flex SDK depnedencies, if
> > yes, I
> > > > >>will
> > > > >> > need to stick mostly on my same base code, can't use a facet
> > AFAIK.
> > > > >> > - I've been trying to compile the Randori plugin against the last
> > > > >>IntelliJ
> > > > >> > but many things have changed in their code base and it failed to
> > > > >>compile,
> > > > >> > will have to fix that first before to branch it.
> > > > >> >
> > > > >> > So, we are still far to have a working plugin at this stage and
> > given
> > > > >>the
> > > > >> > time I can spend on it.
> > > > >> >
> > > > >> > Any IntelliJ plugin guru to give a hand ?
> > > > >> >
> > > > >> > Thanks,
> > > > >> > Frédéric THOMAS
> > > > >> >
> > > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> > > > >> > > From: piotrzarzycki21@gmail.com
> > > > >> > > To: dev@flex.apache.org
> > > > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> > > > >>FlexJS
> > > > >> > >
> > > > >> > > Additionally I have checked also new version of FlexJS with FDT
> > and
> > > > >>it
> > > > >> > > doesn't work anymore.
> > > > >> > > I have error during to compilation that FlexJS.swc doesn't
> > exists -
> > > > >>We
> > > > >> > have
> > > > >> > > currently bunch of swcs.
> > > > >> > >
> > > > >> > > I am not sure do we need to contact with FDT team ?
> > > > >> > >
> > > > >> > > Alex,
> > > > >> > >
> > > > >> > > After your changes to many swcs in FlexJS - Did you have to
> > change
> > > > >> > process
> > > > >> > > of creation/import new project to FB in some way ?
> > > > >> > >
> > > > >> > > Piotr
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > > -----
> > > > >> > > Apache Flex PMC
> > > > >> > > piotrzarzycki21@gmail.com
> > > > >> > > --
> > > > >> > > View this message in context:
> > > > >> >
> > > > >>
> > > >
> > http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
> > > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> > > > >> > > Sent from the Apache Flex Development mailing list archive at
> > > > >>Nabble.com.
> > > > >> >
> > > > >> >
> > > > >
> > > >
> > > >
> >
> >
 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
Fred, I don't know exactly what you did int he plugin but if I remember
correctly, we were just unzipping the rbl, copying the swcs to the
library/sdk location and adding the SWC to Intellij through the plugin
code. Nothing special about namespaces.

But, the difference I do know is, we did not use a url for anything. I have
a feeling the js namespace url is what is choking IntelliJ.

Mike

On Fri, May 8, 2015 at 5:55 AM, Frédéric THOMAS <we...@hotmail.com>
wrote:

> Hi,
>
> > The red means that the IDE is not resolving the jx namespace. So it seems
> > to be a SWC namespace problem where something is happening that IntelliJ
> > doesn't read and resolve the manifest correctly.
>
> You are right and that's 2 years or so I didn't touch the IntelliJ API,
> so, can't remember if we worked on the NS or not.
>
> > Why a plugin: Intellij has features that make creating projects and
> > dependencies easy. One reason, Fred can say I am wrong is to define a
> > FlexJS SDK type that can be created. I am a bit rusty but I know there
> are
> > benefits.
> >
> > You are also correct that it can be run as an external tool as well. I
> > guess it's just a matter of fiddling with things until something works
> and
> > is not a workflow killer.
>
> Yep and now I'm not sure anymore, I still need to confirm or infirm I can
> switch on Facet as I can't remember for sure how the Flex Plugin considers
> it is a Flex SDK or not, that's a long time and I will need to dig into
> again.
>
> One question for the Flash Develop guys though, how are the intelli-sense
> / refactoring / code navigation / hints and other IDE facilities including
> maven integration compared to IntelliJ, do we have a comparative table ?
>
> Thanks,
> Frédéric THOMAS
>
> > Date: Thu, 7 May 2015 11:29:43 -0400
> > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> > From: teotigraphixllc@gmail.com
> > To: dev@flex.apache.org
> >
> > The red means that the IDE is not resolving the jx namespace. So it seems
> > to be a SWC namespace problem where something is happening that IntelliJ
> > doesn't read and resolve the manifest correctly.
> >
> > Why a plugin: Intellij has features that make creating projects and
> > dependencies easy. One reason, Fred can say I am wrong is to define a
> > FlexJS SDK type that can be created. I am a bit rusty but I know there
> are
> > benefits.
> >
> > You are also correct that it can be run as an external tool as well. I
> > guess it's just a matter of fiddling with things until something works
> and
> > is not a workflow killer.
> >
> > On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com> wrote:
> >
> > > Hi Fred,
> > >
> > > Thanks for trying.  One question though:  why is a plug-in even
> needed?  I
> > > was told by an IntelliJ engineer that they simply call mxmlc.  If
> that’s
> > > true, then it should “just work”. Piotr’s screenshot sort of implied
> that
> > > the compiler may have run or does IntelliJ have a different
> > > code-intelligence engine and that’s what we’re seeing in the errors.
> > >
> > > @Piotr, am I right that the things in red in the screenshot are errors?
> > > What was the actual error output?
> > >
> > > -Alex
> > >
> > > On 5/7/15, 6:06 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> > >
> > > >Hi Mike,
> > > >
> > > >Yes I just started and it is on my little spare time but if you want
> an
> > > >idea of what's going on, you can try to compile it and you will see
> > > >things have changed and I need to figure out what to use now instead
> of
> > > >BrowsersConfiguaration, ModuleChunk, the deprecated
> TranslatingCompiler,
> > > >etc.. and at the moment I don't know yet where to find that out given
> the
> > > >poor documentation, will have to skim the source code I guess.
> > > >
> > > >Frédéric THOMAS
> > > >
> > > >> Date: Thu, 7 May 2015 07:58:28 -0400
> > > >> Subject: Re: [FlexJS] Reaching out to IDE developers to support
> FlexJS
> > > >> From: teotigraphixllc@gmail.com
> > > >> To: dev@flex.apache.org
> > > >>
> > > >> Fred, I didn't know you were giving that a go. I don't have enough
> time
> > > >>to
> > > >> get into the plugin if that is what you are working on, which is
> > > >>fantastic
> > > >> if you are. But, I am willing to try and match your time if you are
> now
> > > >> devoting (some)time to trying an Intellij plugin.
> > > >>
> > > >> I guess there is work to be done on FalconJx, I know when I left
> > > >>developing
> > > >> it I had a bunch of todos left and unit tests to write. This was my
> > > >>whole
> > > >> quandary, for the time I would have to donate, I need Intellij and
> > > >>really
> > > >> don't want to use FlashBuilder since it's crusty and gets no love.
> > > >>
> > > >> Keep me updated with what you are doing.
> > > >>
> > > >> Mike
> > > >>
> > > >>
> > > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> > > >><we...@hotmail.com>
> > > >> wrote:
> > > >>
> > > >> > Hi,
> > > >> >
> > > >> > A bit of updates:
> > > >> >
> > > >> > - I understood FlexJS got rid of the Flex SDK depnedencies, if
> yes, I
> > > >>will
> > > >> > need to stick mostly on my same base code, can't use a facet
> AFAIK.
> > > >> > - I've been trying to compile the Randori plugin against the last
> > > >>IntelliJ
> > > >> > but many things have changed in their code base and it failed to
> > > >>compile,
> > > >> > will have to fix that first before to branch it.
> > > >> >
> > > >> > So, we are still far to have a working plugin at this stage and
> given
> > > >>the
> > > >> > time I can spend on it.
> > > >> >
> > > >> > Any IntelliJ plugin guru to give a hand ?
> > > >> >
> > > >> > Thanks,
> > > >> > Frédéric THOMAS
> > > >> >
> > > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> > > >> > > From: piotrzarzycki21@gmail.com
> > > >> > > To: dev@flex.apache.org
> > > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> > > >>FlexJS
> > > >> > >
> > > >> > > Additionally I have checked also new version of FlexJS with FDT
> and
> > > >>it
> > > >> > > doesn't work anymore.
> > > >> > > I have error during to compilation that FlexJS.swc doesn't
> exists -
> > > >>We
> > > >> > have
> > > >> > > currently bunch of swcs.
> > > >> > >
> > > >> > > I am not sure do we need to contact with FDT team ?
> > > >> > >
> > > >> > > Alex,
> > > >> > >
> > > >> > > After your changes to many swcs in FlexJS - Did you have to
> change
> > > >> > process
> > > >> > > of creation/import new project to FB in some way ?
> > > >> > >
> > > >> > > Piotr
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > -----
> > > >> > > Apache Flex PMC
> > > >> > > piotrzarzycki21@gmail.com
> > > >> > > --
> > > >> > > View this message in context:
> > > >> >
> > > >>
> > >
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
> > > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> > > >> > > Sent from the Apache Flex Development mailing list archive at
> > > >>Nabble.com.
> > > >> >
> > > >> >
> > > >
> > >
> > >
>
>

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Hi,

> The red means that the IDE is not resolving the jx namespace. So it seems
> to be a SWC namespace problem where something is happening that IntelliJ
> doesn't read and resolve the manifest correctly.

You are right and that's 2 years or so I didn't touch the IntelliJ API, so, can't remember if we worked on the NS or not.

> Why a plugin: Intellij has features that make creating projects and
> dependencies easy. One reason, Fred can say I am wrong is to define a
> FlexJS SDK type that can be created. I am a bit rusty but I know there are
> benefits.
> 
> You are also correct that it can be run as an external tool as well. I
> guess it's just a matter of fiddling with things until something works and
> is not a workflow killer.

Yep and now I'm not sure anymore, I still need to confirm or infirm I can switch on Facet as I can't remember for sure how the Flex Plugin considers it is a Flex SDK or not, that's a long time and I will need to dig into again.

One question for the Flash Develop guys though, how are the intelli-sense / refactoring / code navigation / hints and other IDE facilities including maven integration compared to IntelliJ, do we have a comparative table ?

Thanks,
Frédéric THOMAS

> Date: Thu, 7 May 2015 11:29:43 -0400
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> From: teotigraphixllc@gmail.com
> To: dev@flex.apache.org
> 
> The red means that the IDE is not resolving the jx namespace. So it seems
> to be a SWC namespace problem where something is happening that IntelliJ
> doesn't read and resolve the manifest correctly.
> 
> Why a plugin: Intellij has features that make creating projects and
> dependencies easy. One reason, Fred can say I am wrong is to define a
> FlexJS SDK type that can be created. I am a bit rusty but I know there are
> benefits.
> 
> You are also correct that it can be run as an external tool as well. I
> guess it's just a matter of fiddling with things until something works and
> is not a workflow killer.
> 
> On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com> wrote:
> 
> > Hi Fred,
> >
> > Thanks for trying.  One question though:  why is a plug-in even needed?  I
> > was told by an IntelliJ engineer that they simply call mxmlc.  If that’s
> > true, then it should “just work”. Piotr’s screenshot sort of implied that
> > the compiler may have run or does IntelliJ have a different
> > code-intelligence engine and that’s what we’re seeing in the errors.
> >
> > @Piotr, am I right that the things in red in the screenshot are errors?
> > What was the actual error output?
> >
> > -Alex
> >
> > On 5/7/15, 6:06 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> >
> > >Hi Mike,
> > >
> > >Yes I just started and it is on my little spare time but if you want an
> > >idea of what's going on, you can try to compile it and you will see
> > >things have changed and I need to figure out what to use now instead of
> > >BrowsersConfiguaration, ModuleChunk, the deprecated TranslatingCompiler,
> > >etc.. and at the moment I don't know yet where to find that out given the
> > >poor documentation, will have to skim the source code I guess.
> > >
> > >Frédéric THOMAS
> > >
> > >> Date: Thu, 7 May 2015 07:58:28 -0400
> > >> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> > >> From: teotigraphixllc@gmail.com
> > >> To: dev@flex.apache.org
> > >>
> > >> Fred, I didn't know you were giving that a go. I don't have enough time
> > >>to
> > >> get into the plugin if that is what you are working on, which is
> > >>fantastic
> > >> if you are. But, I am willing to try and match your time if you are now
> > >> devoting (some)time to trying an Intellij plugin.
> > >>
> > >> I guess there is work to be done on FalconJx, I know when I left
> > >>developing
> > >> it I had a bunch of todos left and unit tests to write. This was my
> > >>whole
> > >> quandary, for the time I would have to donate, I need Intellij and
> > >>really
> > >> don't want to use FlashBuilder since it's crusty and gets no love.
> > >>
> > >> Keep me updated with what you are doing.
> > >>
> > >> Mike
> > >>
> > >>
> > >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> > >><we...@hotmail.com>
> > >> wrote:
> > >>
> > >> > Hi,
> > >> >
> > >> > A bit of updates:
> > >> >
> > >> > - I understood FlexJS got rid of the Flex SDK depnedencies, if yes, I
> > >>will
> > >> > need to stick mostly on my same base code, can't use a facet AFAIK.
> > >> > - I've been trying to compile the Randori plugin against the last
> > >>IntelliJ
> > >> > but many things have changed in their code base and it failed to
> > >>compile,
> > >> > will have to fix that first before to branch it.
> > >> >
> > >> > So, we are still far to have a working plugin at this stage and given
> > >>the
> > >> > time I can spend on it.
> > >> >
> > >> > Any IntelliJ plugin guru to give a hand ?
> > >> >
> > >> > Thanks,
> > >> > Frédéric THOMAS
> > >> >
> > >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> > >> > > From: piotrzarzycki21@gmail.com
> > >> > > To: dev@flex.apache.org
> > >> > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> > >>FlexJS
> > >> > >
> > >> > > Additionally I have checked also new version of FlexJS with FDT and
> > >>it
> > >> > > doesn't work anymore.
> > >> > > I have error during to compilation that FlexJS.swc doesn't exists -
> > >>We
> > >> > have
> > >> > > currently bunch of swcs.
> > >> > >
> > >> > > I am not sure do we need to contact with FDT team ?
> > >> > >
> > >> > > Alex,
> > >> > >
> > >> > > After your changes to many swcs in FlexJS - Did you have to change
> > >> > process
> > >> > > of creation/import new project to FB in some way ?
> > >> > >
> > >> > > Piotr
> > >> > >
> > >> > >
> > >> > >
> > >> > > -----
> > >> > > Apache Flex PMC
> > >> > > piotrzarzycki21@gmail.com
> > >> > > --
> > >> > > View this message in context:
> > >> >
> > >>
> > http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
> > >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> > >> > > Sent from the Apache Flex Development mailing list archive at
> > >>Nabble.com.
> > >> >
> > >> >
> > >
> >
> >
 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
The red means that the IDE is not resolving the jx namespace. So it seems
to be a SWC namespace problem where something is happening that IntelliJ
doesn't read and resolve the manifest correctly.

Why a plugin: Intellij has features that make creating projects and
dependencies easy. One reason, Fred can say I am wrong is to define a
FlexJS SDK type that can be created. I am a bit rusty but I know there are
benefits.

You are also correct that it can be run as an external tool as well. I
guess it's just a matter of fiddling with things until something works and
is not a workflow killer.

On Thu, May 7, 2015 at 11:20 AM, Alex Harui <ah...@adobe.com> wrote:

> Hi Fred,
>
> Thanks for trying.  One question though:  why is a plug-in even needed?  I
> was told by an IntelliJ engineer that they simply call mxmlc.  If that’s
> true, then it should “just work”. Piotr’s screenshot sort of implied that
> the compiler may have run or does IntelliJ have a different
> code-intelligence engine and that’s what we’re seeing in the errors.
>
> @Piotr, am I right that the things in red in the screenshot are errors?
> What was the actual error output?
>
> -Alex
>
> On 5/7/15, 6:06 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
>
> >Hi Mike,
> >
> >Yes I just started and it is on my little spare time but if you want an
> >idea of what's going on, you can try to compile it and you will see
> >things have changed and I need to figure out what to use now instead of
> >BrowsersConfiguaration, ModuleChunk, the deprecated TranslatingCompiler,
> >etc.. and at the moment I don't know yet where to find that out given the
> >poor documentation, will have to skim the source code I guess.
> >
> >Frédéric THOMAS
> >
> >> Date: Thu, 7 May 2015 07:58:28 -0400
> >> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> >> From: teotigraphixllc@gmail.com
> >> To: dev@flex.apache.org
> >>
> >> Fred, I didn't know you were giving that a go. I don't have enough time
> >>to
> >> get into the plugin if that is what you are working on, which is
> >>fantastic
> >> if you are. But, I am willing to try and match your time if you are now
> >> devoting (some)time to trying an Intellij plugin.
> >>
> >> I guess there is work to be done on FalconJx, I know when I left
> >>developing
> >> it I had a bunch of todos left and unit tests to write. This was my
> >>whole
> >> quandary, for the time I would have to donate, I need Intellij and
> >>really
> >> don't want to use FlashBuilder since it's crusty and gets no love.
> >>
> >> Keep me updated with what you are doing.
> >>
> >> Mike
> >>
> >>
> >> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
> >><we...@hotmail.com>
> >> wrote:
> >>
> >> > Hi,
> >> >
> >> > A bit of updates:
> >> >
> >> > - I understood FlexJS got rid of the Flex SDK depnedencies, if yes, I
> >>will
> >> > need to stick mostly on my same base code, can't use a facet AFAIK.
> >> > - I've been trying to compile the Randori plugin against the last
> >>IntelliJ
> >> > but many things have changed in their code base and it failed to
> >>compile,
> >> > will have to fix that first before to branch it.
> >> >
> >> > So, we are still far to have a working plugin at this stage and given
> >>the
> >> > time I can spend on it.
> >> >
> >> > Any IntelliJ plugin guru to give a hand ?
> >> >
> >> > Thanks,
> >> > Frédéric THOMAS
> >> >
> >> > > Date: Thu, 7 May 2015 03:00:30 -0700
> >> > > From: piotrzarzycki21@gmail.com
> >> > > To: dev@flex.apache.org
> >> > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> >>FlexJS
> >> > >
> >> > > Additionally I have checked also new version of FlexJS with FDT and
> >>it
> >> > > doesn't work anymore.
> >> > > I have error during to compilation that FlexJS.swc doesn't exists -
> >>We
> >> > have
> >> > > currently bunch of swcs.
> >> > >
> >> > > I am not sure do we need to contact with FDT team ?
> >> > >
> >> > > Alex,
> >> > >
> >> > > After your changes to many swcs in FlexJS - Did you have to change
> >> > process
> >> > > of creation/import new project to FB in some way ?
> >> > >
> >> > > Piotr
> >> > >
> >> > >
> >> > >
> >> > > -----
> >> > > Apache Flex PMC
> >> > > piotrzarzycki21@gmail.com
> >> > > --
> >> > > View this message in context:
> >> >
> >>
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
> >>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> >> > > Sent from the Apache Flex Development mailing list archive at
> >>Nabble.com.
> >> >
> >> >
> >
>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Hi Fred,

Thanks for trying.  One question though:  why is a plug-in even needed?  I
was told by an IntelliJ engineer that they simply call mxmlc.  If that’s
true, then it should “just work”. Piotr’s screenshot sort of implied that
the compiler may have run or does IntelliJ have a different
code-intelligence engine and that’s what we’re seeing in the errors.

@Piotr, am I right that the things in red in the screenshot are errors?
What was the actual error output?

-Alex

On 5/7/15, 6:06 AM, "Frédéric THOMAS" <we...@hotmail.com> wrote:

>Hi Mike,
>
>Yes I just started and it is on my little spare time but if you want an
>idea of what's going on, you can try to compile it and you will see
>things have changed and I need to figure out what to use now instead of
>BrowsersConfiguaration, ModuleChunk, the deprecated TranslatingCompiler,
>etc.. and at the moment I don't know yet where to find that out given the
>poor documentation, will have to skim the source code I guess.
>
>Frédéric THOMAS
>
>> Date: Thu, 7 May 2015 07:58:28 -0400
>> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
>> From: teotigraphixllc@gmail.com
>> To: dev@flex.apache.org
>> 
>> Fred, I didn't know you were giving that a go. I don't have enough time
>>to
>> get into the plugin if that is what you are working on, which is
>>fantastic
>> if you are. But, I am willing to try and match your time if you are now
>> devoting (some)time to trying an Intellij plugin.
>> 
>> I guess there is work to be done on FalconJx, I know when I left
>>developing
>> it I had a bunch of todos left and unit tests to write. This was my
>>whole
>> quandary, for the time I would have to donate, I need Intellij and
>>really
>> don't want to use FlashBuilder since it's crusty and gets no love.
>> 
>> Keep me updated with what you are doing.
>> 
>> Mike
>> 
>> 
>> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS
>><we...@hotmail.com>
>> wrote:
>> 
>> > Hi,
>> >
>> > A bit of updates:
>> >
>> > - I understood FlexJS got rid of the Flex SDK depnedencies, if yes, I
>>will
>> > need to stick mostly on my same base code, can't use a facet AFAIK.
>> > - I've been trying to compile the Randori plugin against the last
>>IntelliJ
>> > but many things have changed in their code base and it failed to
>>compile,
>> > will have to fix that first before to branch it.
>> >
>> > So, we are still far to have a working plugin at this stage and given
>>the
>> > time I can spend on it.
>> >
>> > Any IntelliJ plugin guru to give a hand ?
>> >
>> > Thanks,
>> > Frédéric THOMAS
>> >
>> > > Date: Thu, 7 May 2015 03:00:30 -0700
>> > > From: piotrzarzycki21@gmail.com
>> > > To: dev@flex.apache.org
>> > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
>>FlexJS
>> > >
>> > > Additionally I have checked also new version of FlexJS with FDT and
>>it
>> > > doesn't work anymore.
>> > > I have error during to compilation that FlexJS.swc doesn't exists -
>>We
>> > have
>> > > currently bunch of swcs.
>> > >
>> > > I am not sure do we need to contact with FDT team ?
>> > >
>> > > Alex,
>> > >
>> > > After your changes to many swcs in FlexJS - Did you have to change
>> > process
>> > > of creation/import new project to FB in some way ?
>> > >
>> > > Piotr
>> > >
>> > >
>> > >
>> > > -----
>> > > Apache Flex PMC
>> > > piotrzarzycki21@gmail.com
>> > > --
>> > > View this message in context:
>> > 
>>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-
>>to-IDE-developers-to-support-FlexJS-tp32656p46277.html
>> > > Sent from the Apache Flex Development mailing list archive at
>>Nabble.com.
>> >
>> >
> 		 	   		  


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Héctor A <ne...@gmail.com>.
I should look into how a FlexJS application is compiled in Windows, I'm
confident most of the auto-completion would work out of the box in
FlashDevelop.

On Thu, May 7, 2015 at 3:06 PM, Frédéric THOMAS <we...@hotmail.com>
wrote:

> Hi Mike,
>
> Yes I just started and it is on my little spare time but if you want an
> idea of what's going on, you can try to compile it and you will see things
> have changed and I need to figure out what to use now instead of
> BrowsersConfiguaration, ModuleChunk, the deprecated TranslatingCompiler,
> etc.. and at the moment I don't know yet where to find that out given the
> poor documentation, will have to skim the source code I guess.
>
> Frédéric THOMAS
>
> > Date: Thu, 7 May 2015 07:58:28 -0400
> > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> > From: teotigraphixllc@gmail.com
> > To: dev@flex.apache.org
> >
> > Fred, I didn't know you were giving that a go. I don't have enough time
> to
> > get into the plugin if that is what you are working on, which is
> fantastic
> > if you are. But, I am willing to try and match your time if you are now
> > devoting (some)time to trying an Intellij plugin.
> >
> > I guess there is work to be done on FalconJx, I know when I left
> developing
> > it I had a bunch of todos left and unit tests to write. This was my whole
> > quandary, for the time I would have to donate, I need Intellij and really
> > don't want to use FlashBuilder since it's crusty and gets no love.
> >
> > Keep me updated with what you are doing.
> >
> > Mike
> >
> >
> > On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS <webdoublefx@hotmail.com
> >
> > wrote:
> >
> > > Hi,
> > >
> > > A bit of updates:
> > >
> > > - I understood FlexJS got rid of the Flex SDK depnedencies, if yes, I
> will
> > > need to stick mostly on my same base code, can't use a facet AFAIK.
> > > - I've been trying to compile the Randori plugin against the last
> IntelliJ
> > > but many things have changed in their code base and it failed to
> compile,
> > > will have to fix that first before to branch it.
> > >
> > > So, we are still far to have a working plugin at this stage and given
> the
> > > time I can spend on it.
> > >
> > > Any IntelliJ plugin guru to give a hand ?
> > >
> > > Thanks,
> > > Frédéric THOMAS
> > >
> > > > Date: Thu, 7 May 2015 03:00:30 -0700
> > > > From: piotrzarzycki21@gmail.com
> > > > To: dev@flex.apache.org
> > > > Subject: Re: [FlexJS] Reaching out to IDE developers to support
> FlexJS
> > > >
> > > > Additionally I have checked also new version of FlexJS with FDT and
> it
> > > > doesn't work anymore.
> > > > I have error during to compilation that FlexJS.swc doesn't exists -
> We
> > > have
> > > > currently bunch of swcs.
> > > >
> > > > I am not sure do we need to contact with FDT team ?
> > > >
> > > > Alex,
> > > >
> > > > After your changes to many swcs in FlexJS - Did you have to change
> > > process
> > > > of creation/import new project to FB in some way ?
> > > >
> > > > Piotr
> > > >
> > > >
> > > >
> > > > -----
> > > > Apache Flex PMC
> > > > piotrzarzycki21@gmail.com
> > > > --
> > > > View this message in context:
> > >
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> > > > Sent from the Apache Flex Development mailing list archive at
> Nabble.com.
> > >
> > >
>
>

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Hi Mike,

Yes I just started and it is on my little spare time but if you want an idea of what's going on, you can try to compile it and you will see things have changed and I need to figure out what to use now instead of BrowsersConfiguaration, ModuleChunk, the deprecated TranslatingCompiler, etc.. and at the moment I don't know yet where to find that out given the poor documentation, will have to skim the source code I guess.

Frédéric THOMAS

> Date: Thu, 7 May 2015 07:58:28 -0400
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> From: teotigraphixllc@gmail.com
> To: dev@flex.apache.org
> 
> Fred, I didn't know you were giving that a go. I don't have enough time to
> get into the plugin if that is what you are working on, which is fantastic
> if you are. But, I am willing to try and match your time if you are now
> devoting (some)time to trying an Intellij plugin.
> 
> I guess there is work to be done on FalconJx, I know when I left developing
> it I had a bunch of todos left and unit tests to write. This was my whole
> quandary, for the time I would have to donate, I need Intellij and really
> don't want to use FlashBuilder since it's crusty and gets no love.
> 
> Keep me updated with what you are doing.
> 
> Mike
> 
> 
> On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS <we...@hotmail.com>
> wrote:
> 
> > Hi,
> >
> > A bit of updates:
> >
> > - I understood FlexJS got rid of the Flex SDK depnedencies, if yes, I will
> > need to stick mostly on my same base code, can't use a facet AFAIK.
> > - I've been trying to compile the Randori plugin against the last IntelliJ
> > but many things have changed in their code base and it failed to compile,
> > will have to fix that first before to branch it.
> >
> > So, we are still far to have a working plugin at this stage and given the
> > time I can spend on it.
> >
> > Any IntelliJ plugin guru to give a hand ?
> >
> > Thanks,
> > Frédéric THOMAS
> >
> > > Date: Thu, 7 May 2015 03:00:30 -0700
> > > From: piotrzarzycki21@gmail.com
> > > To: dev@flex.apache.org
> > > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> > >
> > > Additionally I have checked also new version of FlexJS with FDT and it
> > > doesn't work anymore.
> > > I have error during to compilation that FlexJS.swc doesn't exists - We
> > have
> > > currently bunch of swcs.
> > >
> > > I am not sure do we need to contact with FDT team ?
> > >
> > > Alex,
> > >
> > > After your changes to many swcs in FlexJS - Did you have to change
> > process
> > > of creation/import new project to FB in some way ?
> > >
> > > Piotr
> > >
> > >
> > >
> > > -----
> > > Apache Flex PMC
> > > piotrzarzycki21@gmail.com
> > > --
> > > View this message in context:
> > http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> > > Sent from the Apache Flex Development mailing list archive at Nabble.com.
> >
> >
 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Michael Schmalle <te...@gmail.com>.
Fred, I didn't know you were giving that a go. I don't have enough time to
get into the plugin if that is what you are working on, which is fantastic
if you are. But, I am willing to try and match your time if you are now
devoting (some)time to trying an Intellij plugin.

I guess there is work to be done on FalconJx, I know when I left developing
it I had a bunch of todos left and unit tests to write. This was my whole
quandary, for the time I would have to donate, I need Intellij and really
don't want to use FlashBuilder since it's crusty and gets no love.

Keep me updated with what you are doing.

Mike


On Thu, May 7, 2015 at 7:36 AM, Frédéric THOMAS <we...@hotmail.com>
wrote:

> Hi,
>
> A bit of updates:
>
> - I understood FlexJS got rid of the Flex SDK depnedencies, if yes, I will
> need to stick mostly on my same base code, can't use a facet AFAIK.
> - I've been trying to compile the Randori plugin against the last IntelliJ
> but many things have changed in their code base and it failed to compile,
> will have to fix that first before to branch it.
>
> So, we are still far to have a working plugin at this stage and given the
> time I can spend on it.
>
> Any IntelliJ plugin guru to give a hand ?
>
> Thanks,
> Frédéric THOMAS
>
> > Date: Thu, 7 May 2015 03:00:30 -0700
> > From: piotrzarzycki21@gmail.com
> > To: dev@flex.apache.org
> > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> >
> > Additionally I have checked also new version of FlexJS with FDT and it
> > doesn't work anymore.
> > I have error during to compilation that FlexJS.swc doesn't exists - We
> have
> > currently bunch of swcs.
> >
> > I am not sure do we need to contact with FDT team ?
> >
> > Alex,
> >
> > After your changes to many swcs in FlexJS - Did you have to change
> process
> > of creation/import new project to FB in some way ?
> >
> > Piotr
> >
> >
> >
> > -----
> > Apache Flex PMC
> > piotrzarzycki21@gmail.com
> > --
> > View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> > Sent from the Apache Flex Development mailing list archive at Nabble.com.
>
>

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Hi,

A bit of updates:

- I understood FlexJS got rid of the Flex SDK depnedencies, if yes, I will need to stick mostly on my same base code, can't use a facet AFAIK.
- I've been trying to compile the Randori plugin against the last IntelliJ but many things have changed in their code base and it failed to compile, will have to fix that first before to branch it.

So, we are still far to have a working plugin at this stage and given the time I can spend on it.

Any IntelliJ plugin guru to give a hand ?

Thanks,
Frédéric THOMAS

> Date: Thu, 7 May 2015 03:00:30 -0700
> From: piotrzarzycki21@gmail.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> 
> Additionally I have checked also new version of FlexJS with FDT and it
> doesn't work anymore.
> I have error during to compilation that FlexJS.swc doesn't exists - We have
> currently bunch of swcs.
> 
> I am not sure do we need to contact with FDT team ?
> 
> Alex,
> 
> After your changes to many swcs in FlexJS - Did you have to change process
> of creation/import new project to FB in some way ?
> 
> Piotr
> 
> 
> 
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46277.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Additionally I have checked also new version of FlexJS with FDT and it
doesn't work anymore.
I have error during to compilation that FlexJS.swc doesn't exists - We have
currently bunch of swcs.

I am not sure do we need to contact with FDT team ?

Alex,

After your changes to many swcs in FlexJS - Did you have to change process
of creation/import new project to FB in some way ?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46277.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Guys,

I did quick look into the FlexJS + Intellij. 

I have created new project from source in DataBindingTest using last nightly
build of SDK
Intellij nicly recognize SDK as an framework which is good. [1] But it do
not recognize basic stuff from framework [2] - I think at least it should.
Framework is a bunch of swcs. 

What do you think it is a matter of problem with framework or something with
Intellij ?


[1] http://images.devs-on.net/Image/Do1bmMTOPi69ng4D-Obszar.png
[2] http://images.devs-on.net/Image/Nae1jdPKIr6R6F7m-Obszar.png

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46275.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Oh that's cool :-)

Thanks,
Frédéric THOMAS

> From: aharui@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> Date: Wed, 27 May 2015 00:12:59 +0000
> 
> 
> 
> On 5/26/15, 4:50 PM, "Frédéric THOMAS" <we...@hotmail.com> wrote:
> 
> >Bad capture but for the JS build conf as example, I've got this:
> >
> >-load-config+=D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\flex-co
> >nfig.xml
> >-js-output-type=FLEXJS
> >-sdk-js-lib="D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\js\FlexJ
> >S\src"
> >
> >I wonder if it would be easier for the user if they don't have to provide
> >-sdk-js-lib, what do you think ?
> 
> In the nightly builds, -sdk-js-lib should be optional. It now only gives
> you a place to stick monkey-patched JS files.  The default JS files for
> the framework are now bundled in the SWCs.
> 
> -Alex
> 
 		 	   		  

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 5/26/15, 4:50 PM, "Frédéric THOMAS" <we...@hotmail.com> wrote:

>Bad capture but for the JS build conf as example, I've got this:
>
>-load-config+=D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\flex-co
>nfig.xml
>-js-output-type=FLEXJS
>-sdk-js-lib="D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\js\FlexJ
>S\src"
>
>I wonder if it would be easier for the user if they don't have to provide
>-sdk-js-lib, what do you think ?

In the nightly builds, -sdk-js-lib should be optional. It now only gives
you a place to stick monkey-patched JS files.  The default JS files for
the framework are now bundled in the SWCs.

-Alex


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Bad capture but for the JS build conf as example, I've got this:

-load-config+=D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\flex-config.xml
-js-output-type=FLEXJS
-sdk-js-lib="D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\js\FlexJS\src"

I wonder if it would be easier for the user if they don't have to provide
-sdk-js-lib, what do you think ?



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46922.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Frédéric THOMAS <we...@hotmail.com>.
Those are the files if you want to start to play with:

In the <FlexJS SDK>\lib

compiler.jar
<http://apache-flex-development.2333347.n4.nabble.com/file/n46921/compiler.jar>  
compc.jar
<http://apache-flex-development.2333347.n4.nabble.com/file/n46921/compc.jar>  
flex-compiler-oem.jar
<http://apache-flex-development.2333347.n4.nabble.com/file/n46921/flex-compiler-oem.jar>  

Add also in the same folder, the swfutils.jar from the Flex SDK

In <FlexJS SDK>\js\lib

jsc.jar
<http://apache-flex-development.2333347.n4.nabble.com/file/n46921/jsc.jar>  

Don't forget to pass the right flex-config and args for your js build conf:

<http://apache-flex-development.2333347.n4.nabble.com/file/n46921/PrtScr_capture.jpg> 





--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46921.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Markus Gritsch <ma...@gmx.de>.
Hi group,

there is already a Intellij plugin for the Randori Framework, developed by Frederic Thomas, Roland Zwaga and Michael Schmalle

https://github.com/RandoriAS/randori-plugin-intellij

Randori uses the falcon compiler and consist of the framework, an sdk  + tools to generate interop libs.

To give developers an insight how a possible FlexJS Intellij Plugin can look like I think this plugin can be of grate value!

Cheers,

Markus


On Nov 28, 2013, at 10:12 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> Nope, I was just planning to implement the 'ant' and 'sh' actions into
> Actionscript. I'll hold for now.
> 
> EdB
> 
> 
> 
> On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala
> <bi...@gmail.com> wrote:
>> On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>> 
>>> The procedure seems to be complete and working.
>>> 
>>> Does anyone mind if I give the Installer integration a go today?
>>> 
>>> 
>> I thought Alex was planning on creating a new version of Installer
>> (implenting Ant)
>> Is that what you are talking about too?
>> 
>> Thanks,
>> Om
>> 
>> 
>>> EdB
>>> 
>>> 
>> 
>> On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>>> Trying it...
>>> 
>>> EdB
>>> 
>>> 
>>> 
>>> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
>>>> 
>>>> 
>>>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>>> 
>>>>> I'll check in on these issues from time to time, sure.
>>>>> 
>>>>> Do we know if the Wiki is up to date with the latest install/build
>>>>> instructions for FlexJS?
>>>> In theory, yes.  I updated the wiki after I checked in the build script.
>>>> But it would help if someone actually tried it.
>>>> 
>>>> -Alex
>>>> 
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Ix Multimedia Software
>>> 
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>> 
>>> T. 06-51952295
>>> I. www.ixsoftware.nl
>> 
>> 
>> 
>> --
>> Ix Multimedia Software
>> 
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>> 
>> T. 06-51952295
>> I. www.ixsoftware.nl
> 
> 
> 
> -- 
> Ix Multimedia Software
> 
> Jan Luykenstraat 27
> 3521 VB Utrecht
> 
> T. 06-51952295
> I. www.ixsoftware.nl


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Nov 29, 2013 12:06 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
> Can we not (as FDT devs suggest) include a copy of the Closure Library
> and Compiler? They are Apache licensed.
>
> An alternative would be to have the installer 'internalise' copies,
> i.e. download them to the SDK directory.

It would be better if the Installer did that instead of us packaging it.
If we package it, then the question of where do we store it, serve it from,
etc would arise.

Thanks,
Om

>
> EdB
>
>
>
> On Fri, Nov 29, 2013 at 8:29 AM, Alex Harui <ah...@adobe.com> wrote:
> >
> >
> > On 11/28/13 11:10 PM, "OmPrakash Muppirala" <bi...@gmail.com>
wrote:
> >
> >>>OK, so maybe we should get the installer up and running to make it
easier
> >>> for the IDE vendors to try it.  Or maybe we should zip up a FlexJS
> >>>folder
> >>> that works for FB and ask them to try it?  Or maybe we should just try
> >>>it
> >>> ourselves.
> >>
> >>That would still require env. variables to be set, right?
> > Hmm.  It might be possible to download Google Closure Library to a known
> > location like we do for AIR and FP SDKs.
> >
> > -Alex
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Can we not (as FDT devs suggest) include a copy of the Closure Library
and Compiler? They are Apache licensed.

An alternative would be to have the installer 'internalise' copies,
i.e. download them to the SDK directory.

EdB



On Fri, Nov 29, 2013 at 8:29 AM, Alex Harui <ah...@adobe.com> wrote:
>
>
> On 11/28/13 11:10 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>>>OK, so maybe we should get the installer up and running to make it easier
>>> for the IDE vendors to try it.  Or maybe we should zip up a FlexJS
>>>folder
>>> that works for FB and ask them to try it?  Or maybe we should just try
>>>it
>>> ourselves.
>>
>>That would still require env. variables to be set, right?
> Hmm.  It might be possible to download Google Closure Library to a known
> location like we do for AIR and FP SDKs.
>
> -Alex
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by lizhi <sl...@qq.com>.
sorry,i have bad english,so i can not write the wiki.

but i make a blog,just simple make it work.

http://matrix3d.github.io/as3/2015/10/30/flashdevelop-flexjs5/



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p49741.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
I am going to assume that you have the latest build working correctly now.
;-)

On 10/29/15, 11:18 PM, "lizhi" <sl...@qq.com> wrote:

><http://apache-flex-development.2333347.n4.nabble.com/file/n49734/flexjs.g
>if> 
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p49734.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Harbs <ha...@gmail.com>.
It looks like you got it working with FlashDevelop. Nice! Could you post instructions on the wiki?

On Oct 30, 2015, at 8:18 AM, lizhi <sl...@qq.com> wrote:

> <http://apache-flex-development.2333347.n4.nabble.com/file/n49734/flexjs.gif> 
> 
> 
> 
> --
> View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p49734.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by lizhi <sl...@qq.com>.
<http://apache-flex-development.2333347.n4.nabble.com/file/n49734/flexjs.gif> 



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p49734.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 11/28/13 11:10 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

>>OK, so maybe we should get the installer up and running to make it easier
>> for the IDE vendors to try it.  Or maybe we should zip up a FlexJS
>>folder
>> that works for FB and ask them to try it?  Or maybe we should just try
>>it
>> ourselves.
>
>That would still require env. variables to be set, right?
Hmm.  It might be possible to download Google Closure Library to a known
location like we do for AIR and FP SDKs.

-Alex


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Nov 28, 2013 10:43 PM, "Alex Harui" <ah...@adobe.com> wrote:
>
>
>
> On 11/28/13 11:17 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
> >On Nov 28, 2013 9:53 AM, "Alex Harui" <ah...@adobe.com> wrote:
> >>
> >> I'm a little unclear on the goal here.  Is the goal to make the IDEs
> >> handle any Apache Flex convenience binary?  Or the results of running
an
> >> installer that integrates the 3rd-party stuff into a folder structure
> >>like
> >> the installer does now?
> >>
> >
> >The latter, for sure. We definitely need an installer to get the third
> >party stuff.
> OK, so maybe we should get the installer up and running to make it easier
> for the IDE vendors to try it.  Or maybe we should zip up a FlexJS folder
> that works for FB and ask them to try it?  Or maybe we should just try it
> ourselves.

That would still require env. variables to be set, right?

I don't have the other IDEs right now so volunteers are
> welcome.

Just for everyone's information, IntelliJ Idea gives free licenses to
Apache committers.  [1]

FDT has a similar program that gives free licenses to open source
contributors [2]

Of course,  FlashDevelop [3] is completely free and open source.

Thanks,
Om

[1] http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE
[2] http://fdt.powerflasher.com/open-source-license/
[3] http://www.flashdevelop.org/

>
> -Alex
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 11/28/13 11:17 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

>On Nov 28, 2013 9:53 AM, "Alex Harui" <ah...@adobe.com> wrote:
>>
>> I'm a little unclear on the goal here.  Is the goal to make the IDEs
>> handle any Apache Flex convenience binary?  Or the results of running an
>> installer that integrates the 3rd-party stuff into a folder structure
>>like
>> the installer does now?
>>
>
>The latter, for sure. We definitely need an installer to get the third
>party stuff.
OK, so maybe we should get the installer up and running to make it easier
for the IDE vendors to try it.  Or maybe we should zip up a FlexJS folder
that works for FB and ask them to try it?  Or maybe we should just try it
ourselves.  I don't have the other IDEs right now so volunteers are
welcome.

-Alex


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Nov 28, 2013 9:53 AM, "Alex Harui" <ah...@adobe.com> wrote:
>
> I'm a little unclear on the goal here.  Is the goal to make the IDEs
> handle any Apache Flex convenience binary?  Or the results of running an
> installer that integrates the 3rd-party stuff into a folder structure like
> the installer does now?
>

The latter, for sure. We definitely need an installer to get the third
party stuff.
Thanks,
Om

> -Alex
>
> On 11/28/13 8:18 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
> >BTW, here is a response from a dev from the FDT team.   Sounds like valid
> >requirements to me:
> >
> >http://bugs.powerflasher.com/jira/browse/FDT-3281?page=com.atlassian.jira
.
>
>plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25446#actio
> >n_25446
> >
> >Thanks,
> >Om
> >On Nov 28, 2013 1:13 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> >
> >> Nope, I was just planning to implement the 'ant' and 'sh' actions into
> >> Actionscript. I'll hold for now.
> >>
> >> EdB
> >>
> >>
> >>
> >> On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala
> >> <bi...@gmail.com> wrote:
> >> > On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin <er...@ixsoftware.nl>
> >> wrote:
> >> >
> >> >> The procedure seems to be complete and working.
> >> >>
> >> >> Does anyone mind if I give the Installer integration a go today?
> >> >>
> >> >>
> >> > I thought Alex was planning on creating a new version of Installer
> >> > (implenting Ant)
> >> > Is that what you are talking about too?
> >> >
> >> > Thanks,
> >> > Om
> >> >
> >> >
> >> >> EdB
> >> >>
> >> >>
> >> >
> >> > On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl>
> >> wrote:
> >> >> Trying it...
> >> >>
> >> >> EdB
> >> >>
> >> >>
> >> >>
> >> >> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com>
wrote:
> >> >>>
> >> >>>
> >> >>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> >> >>>
> >> >>>>I'll check in on these issues from time to time, sure.
> >> >>>>
> >> >>>>Do we know if the Wiki is up to date with the latest install/build
> >> >>>>instructions for FlexJS?
> >> >>> In theory, yes.  I updated the wiki after I checked in the build
> >> script.
> >> >>> But it would help if someone actually tried it.
> >> >>>
> >> >>> -Alex
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Ix Multimedia Software
> >> >>
> >> >> Jan Luykenstraat 27
> >> >> 3521 VB Utrecht
> >> >>
> >> >> T. 06-51952295
> >> >> I. www.ixsoftware.nl
> >> >
> >> >
> >> >
> >> > --
> >> > Ix Multimedia Software
> >> >
> >> > Jan Luykenstraat 27
> >> > 3521 VB Utrecht
> >> >
> >> > T. 06-51952295
> >> > I. www.ixsoftware.nl
> >>
> >>
> >>
> >> --
> >> Ix Multimedia Software
> >>
> >> Jan Luykenstraat 27
> >> 3521 VB Utrecht
> >>
> >> T. 06-51952295
> >> I. www.ixsoftware.nl
> >>
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Erik de Bruin <er...@ixsoftware.nl>.
They do indeed, and kind of read like a road map towards a beta
version... But we have to get to alpha first ;-)

Now, if that list somehow would make it's way into JIRA, preferably in
workable chunks with clear descriptions, we might be able to chip away
at these things one by one.

EdB



On Thu, Nov 28, 2013 at 5:18 PM, OmPrakash Muppirala
<bi...@gmail.com> wrote:
> BTW, here is a response from a dev from the FDT team.   Sounds like valid
> requirements to me:
>
> http://bugs.powerflasher.com/jira/browse/FDT-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25446#action_25446
>
> Thanks,
> Om
> On Nov 28, 2013 1:13 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
>> Nope, I was just planning to implement the 'ant' and 'sh' actions into
>> Actionscript. I'll hold for now.
>>
>> EdB
>>
>>
>>
>> On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala
>> <bi...@gmail.com> wrote:
>> > On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin <er...@ixsoftware.nl>
>> wrote:
>> >
>> >> The procedure seems to be complete and working.
>> >>
>> >> Does anyone mind if I give the Installer integration a go today?
>> >>
>> >>
>> > I thought Alex was planning on creating a new version of Installer
>> > (implenting Ant)
>> > Is that what you are talking about too?
>> >
>> > Thanks,
>> > Om
>> >
>> >
>> >> EdB
>> >>
>> >>
>> >
>> > On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl>
>> wrote:
>> >> Trying it...
>> >>
>> >> EdB
>> >>
>> >>
>> >>
>> >> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
>> >>>
>> >>>
>> >>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>> >>>
>> >>>>I'll check in on these issues from time to time, sure.
>> >>>>
>> >>>>Do we know if the Wiki is up to date with the latest install/build
>> >>>>instructions for FlexJS?
>> >>> In theory, yes.  I updated the wiki after I checked in the build
>> script.
>> >>> But it would help if someone actually tried it.
>> >>>
>> >>> -Alex
>> >>>
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Ix Multimedia Software
>> >>
>> >> Jan Luykenstraat 27
>> >> 3521 VB Utrecht
>> >>
>> >> T. 06-51952295
>> >> I. www.ixsoftware.nl
>> >
>> >
>> >
>> > --
>> > Ix Multimedia Software
>> >
>> > Jan Luykenstraat 27
>> > 3521 VB Utrecht
>> >
>> > T. 06-51952295
>> > I. www.ixsoftware.nl
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
I'm a little unclear on the goal here.  Is the goal to make the IDEs
handle any Apache Flex convenience binary?  Or the results of running an
installer that integrates the 3rd-party stuff into a folder structure like
the installer does now?

-Alex

On 11/28/13 8:18 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

>BTW, here is a response from a dev from the FDT team.   Sounds like valid
>requirements to me:
>
>http://bugs.powerflasher.com/jira/browse/FDT-3281?page=com.atlassian.jira.
>plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25446#actio
>n_25446
>
>Thanks,
>Om
>On Nov 28, 2013 1:13 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
>> Nope, I was just planning to implement the 'ant' and 'sh' actions into
>> Actionscript. I'll hold for now.
>>
>> EdB
>>
>>
>>
>> On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala
>> <bi...@gmail.com> wrote:
>> > On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin <er...@ixsoftware.nl>
>> wrote:
>> >
>> >> The procedure seems to be complete and working.
>> >>
>> >> Does anyone mind if I give the Installer integration a go today?
>> >>
>> >>
>> > I thought Alex was planning on creating a new version of Installer
>> > (implenting Ant)
>> > Is that what you are talking about too?
>> >
>> > Thanks,
>> > Om
>> >
>> >
>> >> EdB
>> >>
>> >>
>> >
>> > On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl>
>> wrote:
>> >> Trying it...
>> >>
>> >> EdB
>> >>
>> >>
>> >>
>> >> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
>> >>>
>> >>>
>> >>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>> >>>
>> >>>>I'll check in on these issues from time to time, sure.
>> >>>>
>> >>>>Do we know if the Wiki is up to date with the latest install/build
>> >>>>instructions for FlexJS?
>> >>> In theory, yes.  I updated the wiki after I checked in the build
>> script.
>> >>> But it would help if someone actually tried it.
>> >>>
>> >>> -Alex
>> >>>
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Ix Multimedia Software
>> >>
>> >> Jan Luykenstraat 27
>> >> 3521 VB Utrecht
>> >>
>> >> T. 06-51952295
>> >> I. www.ixsoftware.nl
>> >
>> >
>> >
>> > --
>> > Ix Multimedia Software
>> >
>> > Jan Luykenstraat 27
>> > 3521 VB Utrecht
>> >
>> > T. 06-51952295
>> > I. www.ixsoftware.nl
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>>


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
BTW, here is a response from a dev from the FDT team.   Sounds like valid
requirements to me:

http://bugs.powerflasher.com/jira/browse/FDT-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25446#action_25446

Thanks,
Om
On Nov 28, 2013 1:13 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

> Nope, I was just planning to implement the 'ant' and 'sh' actions into
> Actionscript. I'll hold for now.
>
> EdB
>
>
>
> On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala
> <bi...@gmail.com> wrote:
> > On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin <er...@ixsoftware.nl>
> wrote:
> >
> >> The procedure seems to be complete and working.
> >>
> >> Does anyone mind if I give the Installer integration a go today?
> >>
> >>
> > I thought Alex was planning on creating a new version of Installer
> > (implenting Ant)
> > Is that what you are talking about too?
> >
> > Thanks,
> > Om
> >
> >
> >> EdB
> >>
> >>
> >
> > On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl>
> wrote:
> >> Trying it...
> >>
> >> EdB
> >>
> >>
> >>
> >> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
> >>>
> >>>
> >>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> >>>
> >>>>I'll check in on these issues from time to time, sure.
> >>>>
> >>>>Do we know if the Wiki is up to date with the latest install/build
> >>>>instructions for FlexJS?
> >>> In theory, yes.  I updated the wiki after I checked in the build
> script.
> >>> But it would help if someone actually tried it.
> >>>
> >>> -Alex
> >>>
> >>>
> >>
> >>
> >>
> >> --
> >> Ix Multimedia Software
> >>
> >> Jan Luykenstraat 27
> >> 3521 VB Utrecht
> >>
> >> T. 06-51952295
> >> I. www.ixsoftware.nl
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Yes, last time Om and I discussed the plan was to implement Ant-like
script syntax.  I've started coding the beginnings of that already.  I'll
try to get it in this weekend so we can look at it and decide if we like
it or not.

One thing we do need that I haven't started on is an Ant target that does
what the deploy and setup launches scripts do today.  Then we'll see if we
can get the new installer to read and run that target.  Then, IMO, the
final step is to extend Ant syntax and describe the licensing dialog in
XML.

-Alex

On 11/28/13 1:12 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

>Nope, I was just planning to implement the 'ant' and 'sh' actions into
>Actionscript. I'll hold for now.
>
>EdB
>
>
>
>On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala
><bi...@gmail.com> wrote:
>> On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin <er...@ixsoftware.nl>
>>wrote:
>>
>>> The procedure seems to be complete and working.
>>>
>>> Does anyone mind if I give the Installer integration a go today?
>>>
>>>
>> I thought Alex was planning on creating a new version of Installer
>> (implenting Ant)
>> Is that what you are talking about too?
>>
>> Thanks,
>> Om
>>
>>
>>> EdB
>>>
>>>
>>
>> On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl>
>>wrote:
>>> Trying it...
>>>
>>> EdB
>>>
>>>
>>>
>>> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
>>>>
>>>>
>>>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>>>
>>>>>I'll check in on these issues from time to time, sure.
>>>>>
>>>>>Do we know if the Wiki is up to date with the latest install/build
>>>>>instructions for FlexJS?
>>>> In theory, yes.  I updated the wiki after I checked in the build
>>>>script.
>>>> But it would help if someone actually tried it.
>>>>
>>>> -Alex
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>
>
>-- 
>Ix Multimedia Software
>
>Jan Luykenstraat 27
>3521 VB Utrecht
>
>T. 06-51952295
>I. www.ixsoftware.nl


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Nope, I was just planning to implement the 'ant' and 'sh' actions into
Actionscript. I'll hold for now.

EdB



On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala
<bi...@gmail.com> wrote:
> On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>
>> The procedure seems to be complete and working.
>>
>> Does anyone mind if I give the Installer integration a go today?
>>
>>
> I thought Alex was planning on creating a new version of Installer
> (implenting Ant)
> Is that what you are talking about too?
>
> Thanks,
> Om
>
>
>> EdB
>>
>>
>
> On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>> Trying it...
>>
>> EdB
>>
>>
>>
>> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
>>>
>>>
>>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>>
>>>>I'll check in on these issues from time to time, sure.
>>>>
>>>>Do we know if the Wiki is up to date with the latest install/build
>>>>instructions for FlexJS?
>>> In theory, yes.  I updated the wiki after I checked in the build script.
>>> But it would help if someone actually tried it.
>>>
>>> -Alex
>>>
>>>
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> The procedure seems to be complete and working.
>
> Does anyone mind if I give the Installer integration a go today?
>
>
I thought Alex was planning on creating a new version of Installer
(implenting Ant)
Is that what you are talking about too?

Thanks,
Om


> EdB
>
>

On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
> Trying it...
>
> EdB
>
>
>
> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
>>
>>
>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>
>>>I'll check in on these issues from time to time, sure.
>>>
>>>Do we know if the Wiki is up to date with the latest install/build
>>>instructions for FlexJS?
>> In theory, yes.  I updated the wiki after I checked in the build script.
>> But it would help if someone actually tried it.
>>
>> -Alex
>>
>>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Erik de Bruin <er...@ixsoftware.nl>.
The procedure seems to be complete and working.

Does anyone mind if I give the Installer integration a go today?

EdB



On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
> Trying it...
>
> EdB
>
>
>
> On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
>>
>>
>> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>
>>>I'll check in on these issues from time to time, sure.
>>>
>>>Do we know if the Wiki is up to date with the latest install/build
>>>instructions for FlexJS?
>> In theory, yes.  I updated the wiki after I checked in the build script.
>> But it would help if someone actually tried it.
>>
>> -Alex
>>
>>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Trying it...

EdB



On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:
>
>
> On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
>>I'll check in on these issues from time to time, sure.
>>
>>Do we know if the Wiki is up to date with the latest install/build
>>instructions for FlexJS?
> In theory, yes.  I updated the wiki after I checked in the build script.
> But it would help if someone actually tried it.
>
> -Alex
>
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.

On 11/27/13 11:37 PM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

>I'll check in on these issues from time to time, sure.
>
>Do we know if the Wiki is up to date with the latest install/build
>instructions for FlexJS?
In theory, yes.  I updated the wiki after I checked in the build script.
But it would help if someone actually tried it.

-Alex



Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Erik de Bruin <er...@ixsoftware.nl>.
I'll check in on these issues from time to time, sure.

Do we know if the Wiki is up to date with the latest install/build
instructions for FlexJS?

EdB



On Wed, Nov 27, 2013 at 9:05 PM, OmPrakash Muppirala <om...@gmail.com> wrote:
> I have created a JIRA ticket here [1] to track our outreach efforts with
> IDE developers to start supporting Apache Flex - FlexJS.
>
> Here are the open tickets that have been created with the three IDE
> developers:
>
> IntelliJ IDEA : http://youtrack.jetbrains.com/issue/IDEA-116986
> Flash Develop:
> http://www.flashdevelop.org/community/viewtopic.php?f=5&t=11385
> FDT: http://bugs.powerflasher.com/jira/browse/FDT-3281
>
> Of the three, I know that IntelliJ dev (Alexander) is monitoring this
> mailing list.
> FDT devs have responded with a clear answer as to what they expect from the
> FlexJSSDK and what it would take for them to start supporting it.  I think
> our nightly builds of FlexJS should help them.
> No response yet from Flash Develop folks.  If someone from this list knows
> how to get their attention, please do so.
>
> Unfortunately, Adobe Flash Builder does not seem to have a bug tracker or a
> feature request form that I could find.  I am assuming that whatever
> (Adobe) Alex is doing is what we are going to get as far as Flash Builder
> support is going to be.
>
> It would be great if Alex/Peter/Erik can also monitor those threads and
> jump in with appropriate responses.  Please add yourselves as 'Watchers' so
> that you get notifications when there is some movement there.
> I am trying to bring them over to start a dialog here at dev@flex.apache.org,
> but until that happens, we need to be proactive and go visit them often ;-)
>
> Thanks,
> Om
>
> [1] https://issues.apache.org/jira/browse/FLEX-33937



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Alex Harui <ah...@adobe.com>.
Hi, in the examples folder are ant scripts that build the various
examples.  Some examples might be broken so use DataBindingTest as a
reference.

-Alex

On 2/2/15, 9:20 AM, "lizhi" <sl...@qq.com> wrote:

>i like flashdevelop support the flexjs.
>but the fd developers,will make long long time 2 do this.
>
>but the fd support the custom command line.
>and the fd support the ant also.
>so somebody,can code a command line example.
>or ant example?
>
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t
>o-IDE-developers-to-support-FlexJS-tp32656p44852.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by lizhi <sl...@qq.com>.
i like flashdevelop support the flexjs.
but the fd developers,will make long long time 2 do this.

but the fd support the custom command line.
and the fd support the ant also.
so somebody,can code a command line example.
or ant example?




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p44852.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Lately I have moved from Intellij 12 to Intellij 14 and after one of the
launch of IDE I got prompt about some survey. They had a question:

"Are there any features you'd like to have but did not find in IntelliJ
IDEA?" - I have answered - Support for FlexJS. :)

They have responded me back almost instantly and remind me about this ticket
and voting. :)

That's why I Love JetBrains! :)

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p43341.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Wed, Dec 10, 2014 at 12:18 PM, Héctor A <ne...@gmail.com> wrote:

> I'd be interested in seeing it supported in FlashDevelop, but I'm currently
> too busy improving and adding several features to it. Philippe started
> working on it time ago, but left it in a very preliminar state and didn't
> commit the changes.
>

That would be welcome!  Here is the GitHub ticket for this:
https://github.com/fdorg/flashdevelop/issues/70

Thanks,
Om


>
> On Tue, Dec 9, 2014 at 12:40 PM, piotrz <pi...@gmail.com> wrote:
>
> > Hi,
> >
> > Small reminder about this. Maybe new folks from the team also would like
> to
> > vote for support FlexJS in Intellij. :)
> > I have just voted on this ticket.
> >
> > Piotr
> >
> >
> >
> > -----
> > Apache Flex PMC
> > piotrzarzycki21@gmail.com
> > --
> > View this message in context:
> >
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p43230.html
> > Sent from the Apache Flex Development mailing list archive at Nabble.com.
> >
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Héctor A <ne...@gmail.com>.
I'd be interested in seeing it supported in FlashDevelop, but I'm currently
too busy improving and adding several features to it. Philippe started
working on it time ago, but left it in a very preliminar state and didn't
commit the changes.

On Tue, Dec 9, 2014 at 12:40 PM, piotrz <pi...@gmail.com> wrote:

> Hi,
>
> Small reminder about this. Maybe new folks from the team also would like to
> vote for support FlexJS in Intellij. :)
> I have just voted on this ticket.
>
> Piotr
>
>
>
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p43230.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Hi,

Small reminder about this. Maybe new folks from the team also would like to
vote for support FlexJS in Intellij. :)
I have just voted on this ticket. 

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p43230.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Héctor A <ne...@gmail.com>.
I'd like to take a look into adding FlexJS support in FlashDevelop sometime
in the next weeks, but before I would like to get some feedback on how
developers expect the support to work. Just another template similar to the
Flex 3/Flex 4/AIR etc ones?

2015-03-20 13:05 GMT+01:00 Krüger, Olaf <OK...@edscha.com>:

> > I'm refering to vote on this ticket ->
> Done
>
>
> ________________________________
>
> Edscha Holding GmbH
> Sitz der Gesellschaft: Remscheid
> Registergericht: Wuppertal, HRB 22889
> Geschäftsführung: Francisco J. Riberas Mera, Francisco López Peña, David
> Vázquez Pascual, Torsten Greiner, Markus Kirchner, Hans-Peter Schulz und
> Volker Weiss
>
> Vertretungsberechtigt sind nur Geschäftsführer und schriftlich
> Bevollmächtigte.
>
> Solely Managing Directors or employees with a written proxy have got power
> of representation.
>
> Der Inhalt dieser E-Mail einschließlich etwaiger beigefügter Dateien ist
> vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der
> bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung,
> Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte
> informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie
> die E-Mail einschließlich etwaiger beigefügter Dateien von Ihrem System.
> Vielen Dank.
>
> The contents of this e-mail including any attachments are confidential and
> may be legally privileged. If you are not the intended recipient, any
> disclosure, copying, distribution or use of its contents is strictly
> prohibited, and you should please notify the sender immediately and then
> delete this e-mail including any attachments from your system. Thank you.
>

AW: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by Krüger, Olaf <OK...@edscha.com>.
> I'm refering to vote on this ticket ->
Done


________________________________

Edscha Holding GmbH
Sitz der Gesellschaft: Remscheid
Registergericht: Wuppertal, HRB 22889
Geschäftsführung: Francisco J. Riberas Mera, Francisco López Peña, David Vázquez Pascual, Torsten Greiner, Markus Kirchner, Hans-Peter Schulz und Volker Weiss

Vertretungsberechtigt sind nur Geschäftsführer und schriftlich Bevollmächtigte.

Solely Managing Directors or employees with a written proxy have got power of representation.

Der Inhalt dieser E-Mail einschließlich etwaiger beigefügter Dateien ist vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung, Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie die E-Mail einschließlich etwaiger beigefügter Dateien von Ihrem System. Vielen Dank.

The contents of this e-mail including any attachments are confidential and may be legally privileged. If you are not the intended recipient, any disclosure, copying, distribution or use of its contents is strictly prohibited, and you should please notify the sender immediately and then delete this e-mail including any attachments from your system. Thank you.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
I'm refering to vote on this ticket ->
http://youtrack.jetbrains.com/issue/IDEA-116986



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p45552.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

Posted by piotrz <pi...@gmail.com>.
Bump! :) Reminder for Vote :)

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p45551.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.