OmPrakash Muppirala wrote
> Are you using the command prompt or Cygwin?

Command prompt. Is Cygwin needed or a better way?


OmPrakash Muppirala wrote
> I don't think mxmlc is supposed to work with this project.  We are having
> a
> lengthy discussion about this in another thread.  Try compiling any
> project
> under examples/flexjs with mxmlc.  Projects under examples/native will
> work
> fine with asjsc.

I only followed your instructions like a monkey: ;-)

OmPrakash Muppirala wrote
> ...
> Windows:
> mxmlc
> "C:\Users\omuppirala\AppData\Roaming\npm\node_modules\flexjs\examples\native\USStatesMap\src\USStatesMap.as"
>  
> ...

Just tested "examples/flexjs/DataBindingExample" and it works, great!


OmPrakash Muppirala wrote
> Not sure how to test this at this point.  Once we resolve the discussion
> in
> that other thread, we should be able to make progress on this use case.

Probably we talk past each other. 
I'd like to simply call the generated .js file in a browser.
I looked at the generated "examples/flexjs/DataBindingExample/index.html"
and modify it.
And this works for me, so the asjsc test is successful also:

<!DOCTYPE html>
<html>
<head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

        
</head>
<body>
        
</body>
</html> 

One last, perhaps stupid question:
Is there a difference between the FlexJS installation that is installed by
using the standard installer respectively your node module?

At least your node module encourage me to get in touch with FlexJS for the
first time!
Thanks for that and for providing this cool node module!!!

Olaf





--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Need-your-help-testing-the-flexjs-npm-module-tp50911p51048.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to