On Wed, Jan 6, 2016 at 4:18 PM, Josh Tynjala wrote:
> That might be tricky. Maybe you could register a Node script instead.
This might work. I will try it out.
> It
> might be able to tell if it's running in cmd/PowerShell versus Cygwin. Then
> it can choose to run either asjsc or asjsc.bat.
That might be tricky. Maybe you could register a Node script instead. It
might be able to tell if it's running in cmd/PowerShell versus Cygwin. Then
it can choose to run either asjsc or asjsc.bat.
I'm pretty sure that Windows will run asjsc.bat even if you omit the .bat
extension, if you run it di
On Wed, Jan 6, 2016 at 3:33 PM, Josh Tynjala wrote:
> Yes, on the Windows command prompt (and PowerShell), you need to run .bat
> version of the script. The shell script may work correctly in Cygwin,
> though.
>
Is there a good way to npm to register asjsc for OSX/Cygwin and asjsc.bat
for Comman
Yes, on the Windows command prompt (and PowerShell), you need to run .bat
version of the script. The shell script may work correctly in Cygwin,
though.
- Josh
On Wed, Jan 6, 2016 at 3:23 PM, OmPrakash Muppirala
wrote:
> On Wed, Jan 6, 2016 at 1:26 AM, OK wrote:
>
> > OmPrakash Muppirala wrote
On Wed, Jan 6, 2016 at 1:26 AM, OK wrote:
> OmPrakash Muppirala wrote
> > If we can use FlexJS on Windows without Cygwin, that would be a big win.
>
> For me it seems that it works without Cygwin.
>
>
> OmPrakash Muppirala wrote
> > What error do you get when you simply try to run asjsc without t
OmPrakash Muppirala wrote
> If we can use FlexJS on Windows without Cygwin, that would be a big win.
For me it seems that it works without Cygwin.
OmPrakash Muppirala wrote
> What error do you get when you simply try to run asjsc without the full
> path on Command Prompt?
"The system can't find
On Wed, Jan 6, 2016 at 12:29 AM, OK wrote:
> OmPrakash Muppirala wrote
> > Are you using the command prompt or Cygwin?
>
> Command prompt. Is Cygwin needed or a better way?
>
Not necessarily. I have Cygwin installed and it seems to work fine. I
have not been able to test without Cygwin. If w
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 an
On Tue, Jan 5, 2016 at 12:45 PM, OK wrote:
> I've tried asjsc and mxmlc:
>
> Here're my observations:
> - I have to provide the full path to asjsc/mxmlc although I've used -g.
> (I've used an already installed node.js version 5.2.0, windows 7, 64bit)
>
Are you using the command prompt or Cygwin?
I've tried asjsc and mxmlc:
Here're my observations:
- I have to provide the full path to asjsc/mxmlc although I've used -g.
(I've used an already installed node.js version 5.2.0, windows 7, 64bit)
-asjsc works, it successfully creates \bin\js-release\USStatesMap.js, but
the log contains 8 warnin
Done! Added mxmlc support which correctly outputs the html files as well.
(There is a bug in the mxmlc script that I had to fix, I will open a new
thread about that)
Try this to get mxmlc to work with npm:
*npm uninstall flexjs -g*
*npm uninstall flexjs*
*npm cache clear*
npm install -g http://
On Mon, Jan 4, 2016 at 1:23 PM, Josh Tynjala wrote:
> If you want to compile FlexJS framework apps that also have an HTML file,
> Om needs to expose the mxmlc compiler in js/bin too. asjsc is meant to be
> integrated into a larger workflow where you use the generated JS with your
> own custom HTM
If you want to compile FlexJS framework apps that also have an HTML file,
Om needs to expose the mxmlc compiler in js/bin too. asjsc is meant to be
integrated into a larger workflow where you use the generated JS with your
own custom HTML, styles, etc.
- Josh
On Mon, Jan 4, 2016 at 1:05 PM, Harbs
OK. That did it.
I got the sample to compile.
Amazing work!
It would be cool if we could get the html file to be created as well.
On Jan 4, 2016, at 10:43 PM, Harbs wrote:
> Whoops. I installed JRE rather than JDK.
>
> Installing JDK now…
>
> On Jan 4, 2016, at 10:40 PM, OmPrakash Muppirala
Whoops. I installed JRE rather than JDK.
Installing JDK now…
On Jan 4, 2016, at 10:40 PM, OmPrakash Muppirala wrote:
> On Mon, Jan 4, 2016 at 12:36 PM, Harbs wrote:
>
>> Yes. That was the problem.
>>
>> Next issue:
>>
>> I tried installing this on a non-developement machine which apparently
On Mon, Jan 4, 2016 at 12:36 PM, Harbs wrote:
> Yes. That was the problem.
>
> Next issue:
>
> I tried installing this on a non-developement machine which apparently did
> not have Java installed. When trying to run asjsc, I get a warning that “No
> Java runtime preset”. Even after installing Jav
Yes. That was the problem.
Next issue:
I tried installing this on a non-developement machine which apparently did not
have Java installed. When trying to run asjsc, I get a warning that “No Java
runtime preset”. Even after installing Java, I still get this error.
Do I need to re-install flexjs
On Mon, Jan 4, 2016 at 12:18 PM, Carlos Rovira <
carlos.rov...@codeoscopic.com> wrote:
> Hi Just tryed on Mac.
>
> Since the last time I had problems with node and npm, I first removed the
> installation and reinstalled with this solution to avoid use of sudo
> https://gist.github.com/DanHerbert/9
Hi Just tryed on Mac.
Since the last time I had problems with node and npm, I first removed the
installation and reinstalled with this solution to avoid use of sudo
https://gist.github.com/DanHerbert/9520689
I then reinstalled (I have npm 3.5.2 installed) and all seems to install ok.
Then I had
Hi Matthias,
Welcome to the community!
I'm not sure we have anybody currently testing FlexJS with Linux. It
would be great if you have the time to help out not only with finding
problems but also proposing fixes for them. I don't have any experience
with Linux so any help is much appreciated.
On Mon, Jan 4, 2016 at 11:37 AM, Matthias Bode wrote:
> Hello All ,
>
> i am new to the Group ... and i just checked out the Linux version .
> the flexJS Stuff looks pretty awesome cool and neat you are gr8
> are you testing on Linux ?? - or is the flexJS a Linux matter - no ??
>
I
On Jan 4, 2016 11:30 AM, "Harbs" wrote:
>
> One comment: "Downloading Apache Falcon" is not correct. Falcon is a
separate Apache project. It should be Apache Flex Falcon Compiler.
>
Good catch. I will fix that.
> I tried installing and it does not look like it worked for me.
>
> Here’s the out
Judging by the package.json warning, it looks like you are installing it
locally instead of globally. When you install locally, npm thinks that
you're trying to add it as a dependency for a specific project, so it looks
for a package.json file in the current directory.
Executables won't be added t
Hello All ,
i am new to the Group ... and i just checked out the Linux version .
the flexJS Stuff looks pretty awesome cool and neat you are gr8
are you testing on Linux ?? - or is the flexJS a Linux matter - no ??
Is there a TroubleShoot List/Rider where all the current Error´s in
Didn't notice that, but yes, it should be "Downloading Apache Flex Falcon
Compiler"
Also, for me on Mac in Terminal, the cursor position when asking for "y"
or "n" in the license acceptance was in a funky place. I think it may be
because the Terminal window was scrolling the output or was an unex
One comment: "Downloading Apache Falcon" is not correct. Falcon is a separate
Apache project. It should be Apache Flex Falcon Compiler.
I tried installing and it does not look like it worked for me.
Here’s the output at the end of the install:
request@2.67.0 node_modules/flexjs/node_modules/req
On Jan 4, 2016 10:02 AM, "Alex Harui" wrote:
>
>
>
> On 1/4/16, 8:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
> wrote:
>
> >Oh right, forgot about that.
> >
> >npm uninstall flexjs -g
> >
> >Then clear cache and install.
>
> Clear what cache and how? I just tried it and it didn'
I looked it up. To clear cache you have to run "npm cache clear".
I had to use sudo for all commands, and now it works! Way to go Om!
-Alex
On 1/4/16, 10:07 AM, "Peter Ent" wrote:
>I did not get any errors, but I did use sudo to do it. I confirmed by
>trying asjsc again which could not be fo
If you use js/bin/mxmlc instead of js/bin/asjsc, it will generate an HTML
file. asjsc generates only JavaScript so that you can integrate it into
your own custom HTML.
- Josh
On Mon, Jan 4, 2016 at 9:29 AM, Peter Ent wrote:
> I tried this just now. Worked fine; no errors and it built the USStat
I did not get any errors, but I did use sudo to do it. I confirmed by
trying asjsc again which could not be found.
‹peter
On 1/4/16, 1:02 PM, "Alex Harui" wrote:
>
>
>On 1/4/16, 8:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
> wrote:
>
>>Oh right, forgot about that.
>>
>>npm uni
On 1/4/16, 8:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
wrote:
>Oh right, forgot about that.
>
>npm uninstall flexjs -g
>
>Then clear cache and install.
Clear what cache and how? I just tried it and it didn't work for me. The
error looked the same so I think I may have stil
I tried this just now. Worked fine; no errors and it built the USStatesMap
project. I also tried it out with the ChartExample and using an MXML file
as the main project file; that works too.
I think it has to generate or there has to be a companion tool to build
the HTML files before it can be 100
Oh right, forgot about that.
npm uninstall flexjs -g
Then clear cache and install.
Thanks,
Om
On Jan 4, 2016 7:44 AM, "Alex Harui" wrote:
> Sounds exciting. For those of us who have already tried this, what are
> the steps to uninstall so we know we are installing from a clean slate?
>
> Tha
Sounds exciting. For those of us who have already tried this, what are
the steps to uninstall so we know we are installing from a clean slate?
Thanks,
-Alex
On 1/4/16, 1:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
wrote:
>Hi folks,
>
>I now have the flexjs npm module working fi
34 matches
Mail list logo