Giter Club home page Giter Club logo

ascsh's People

Contributors

elsassph avatar jcward avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ascsh's Issues

When using with FlashDevelop - Compiler Errors don't report to the Results Panel

When I use ascsh with FlashDevelop, incremental compilation works fine but any compiler errors do not get reported to the results panel. The errors still show up in the Output panel so you can see what went wrong, but without outputting to the Results panel, a user cannot double click and go directly to a compiler error's location in code.

win32: source file exclusive access locks

hello,

i've just tried the current 'master' branch with 'ant install' on the latest AIR SDK / win32.

it works great, but one problem that i've noticed is that if you run 'compile 1' on the simplest of Main.as projects with a deliberate small error you will find that after MXMLC displays the error, java.exe locks the file (assuming LockFile() from the WINAPI) and the file cannot be changed until ASCSH is stopped (i.e. the jave.exe process is stopped) or the file is manually unlocked by another process.

this issue prevents fixing errors / warnings in any source file that was just compiled by MXMLC via ASCSH.

any possible solutions?

How to build a JAR?

I'd need a JAR so as to comply with fcsh.jar - is that possible to build?

Problems compiling on Windows 7

I've downloaded latest ant, setup the env variables, downloaded ascsh and run ant install as instructed. I got:

e:\FlashDevelop2\Tools\ascsh-master>ant install
Buildfile: e:\FlashDevelop2\Tools\ascsh-master\build.xml

compile:
    [javac] Compiling 2 source files to e:\FlashDevelop2\Tools\ascsh-master\build\classes
    [javac] e:\FlashDevelop2\Tools\ascsh-master\src\java\ascsh.java:1: package com.adobe.flash.compiler.clients doe
s not exist
    [javac] import com.adobe.flash.compiler.clients.MXMLC;
    [javac]                                        ^
    [javac] e:\FlashDevelop2\Tools\ascsh-master\src\java\ascsh.java:2: package com.adobe.flash.compiler.clients doe
s not exist
    [javac] import com.adobe.flash.compiler.clients.COMPC;
    [javac]                                        ^
    [javac] e:\FlashDevelop2\Tools\ascsh-master\src\java\ascsh.java:79: cannot find symbol
    [javac] symbol  : class MXMLC
    [javac] location: class ascsh
    [javac]         if (compiler instanceof MXMLC) {
    [javac]                                 ^
    [javac] e:\FlashDevelop2\Tools\ascsh-master\src\java\ascsh.java:81: cannot find symbol
    [javac] symbol  : class MXMLC
    [javac] location: class ascsh
    [javac]           exitCode = ((MXMLC)compiler).staticMainNoExit(args);
 (...)
    [javac] Note: e:\FlashDevelop2\Tools\ascsh-master\src\java\Commandline.java uses unchecked or unsafe operations
.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 9 errors

BUILD FAILED
e:\FlashDevelop2\Tools\ascsh-master\build.xml:14: Compile failed; see the compiler error output for details.

Total time: 1 second

What I'm doing wrong? :)

ascshd startup can hang on occasion

In a (nested ruby) build system, if I simply run:

ascshd mxmlc ...

It hangs on the first call (server startup). If I start the server manually (outside the build system), all works fine.

Ideally you wouldn't have to start the server manually... I'm not sure if this is due to how I'm handling processes in ascshd, or how my build scripts work.

ascshd currently is not Windows friendly

ascshd is a ruby script that uses fork, process IO, etc. As-is, it doesn't work in Windows. This is a problem because Flash Develop is a big potential user of ascsh. However, perhaps FD itself can manage the ascsh process without the help of ascshd? Did it manage the fcsh process?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.