:jumping:
Hello,
I don't know exactly all what I did to do it %-| but I finaly arived to make
it working.
I tried to execute directly mxmlc in the terminal, to verify if it was
running standalone, and he wasn't :
./mxmlc path/Sample.as -o path/Sample.swf
... just nothing append exactly like wh
... I did try that like I saw on the internet, but nothing more appends :
--
View this message in context:
http://www.nabble.com/scite-as3-%2B-ant-%2B-flex-sdk-tp21921594p22128896.html
Sent from the Ant - Users mailing list archive at Nabble.com.
Thank you but I don't see how to do this, do I have to put spawn="true" as a
parameter of my build file.
How to test the mxmlc script runs standalone ?
You may will think that I should learn Ant before use it, but compile
actionscript files from Scite is my only need of Ant and I don't get time t
Hello,
I just find the time to look again at all of that :-),
I did open the .jar and effectively the 3 lines are on it :
mxmlc=flex.ant.MxmlcTask
compc=flex.ant.CompcTask
html-wrapper=flex.ant.HtmlWrapperTask
I made a new try with your path indications and now I don't get anymore the
errors
Hello,
Thank you very much for your attention,
Jan.Materne wrote:
>
>>In the flex sdk folder, there is also the file :
>>flexTasks.tasks
>>It contains :
>>mxmlc=flex.ant.MxmlcTask
>>compc=flex.ant.CompcTask
>>html-wrapper=flex.ant.HtmlWrapperTask
>
> Best place for that file is IN the jar .
Jan.Materne wrote:
>
> Maybe we should print another "action":
> Action: Check that the Jar containing the task is available.
>
Thank you for your answer !
I did look at your links but didn't find how to repair my problem.
Here what I did :
In the flex sdk folder, there is a "Ant" folder,
Hello,
I'm trying this :
[URL="http://arthurdick.com/projects/as3/"]http://arthurdick.com/projects/as3/[/URL]
Scite as3 is an actionscript editor and Flex sdk build action script files.
on Ubuntu when I start the build, I got an error message from Ant:
>/usr/share/ant/bin/ant swf
Buildfile: bu