[osflash] Fatal error: exception Invalid_argument("String.create") NEED SOME HELP HERE
Lieven Cardoen
Lieven.Cardoen at IndieGroup.be
Tue Mar 20 07:56:11 EST 2007
Guys, this is a really ennoying error I'm getting. Has anybody
experienced the same?
Thx, Lieven Cardoen
From: osflash-bounces at osflash.org [mailto:osflash-bounces at osflash.org]
On Behalf Of Lieven Cardoen
Sent: vrijdag 16 maart 2007 11:48
To: osflash at osflash.org; osflash-bounces at osflash.org
Subject: [osflash] Fatal error: exception
Invalid_argument("String.create")
Hi Guys,
Have a problem compiling in Eclipse (Ant-mtasc).
It worked, and suddenly it stopped workin...
This is the error :
Buildfile: F:\Pelckmans\CaMarche\CaMarche2.xml
build.debug:
[echo] Debug build started.
[exec] Fatal error: exception Invalid_argument("String.create")
BUILD FAILED
F:\Pelckmans\CaMarche\CaMarche2.xml:43: exec returned: 2
Total time: 5 seconds
Ant Script :
<?xml version="1.0" encoding="utf-8"?>
<project name="Pelckmans - Ca Marche 2" default="usage" basedir=".">
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
<loadproperties srcFile="build.properties.txt"/>
<property name="src.dir"
value="${basedir}\source\classes"/>
<property name="flash.player.exe" value="C:\Program
Files (x86)\Macromedia\Flash 8\Players\SAFlashPlayer.exe"/>
<
<target name="build.debug">
<echo message="Debug build started."/>
<exec executable="${mtasc.exe}" failonerror="true">
<arg line="-swf 'swf/camarche2.swf'
-out '${basedir}\deploy\camarche2.swf'
-version 8
-main
-cp '${src.dir}'
-cp '${edumaticframework.dir}'
-cp '${edumaticmodules.dir}'
-cp '${idiomaticmodules.dir}'
-cp '${indigo.dir}'
-cp '${core.dir}'
-cp '${bitcomponents.dir}'
-cp '${aswing.dir}'
-cp '${luminicbox.dir}'
-cp '${xfactorstudio.dir}'
-cp '${arpX.dir}'
-cp '${arpcore.dir}'
-cp '${as2libcore.dir}'
-cp '${ascrypt.dir}'
-cp '${v2util.dir}'
-cp '${ascb.dir}'
-cp 'conf/debug'
-cp 'conf/shared'
-cp 'src'
-pack be\pelckmans\camarche\view
-pack com\bjc\resizers\
-pack mx\skins\halo
-pack mx\managers
-pack mx\core\ext
-pack mx\controls\streamingmedia
be\edumatic\framework\config\EdumaticMtascApplication.as"/>
</exec>
<echo message="Debug build done."/>
<echo message="Launching debug build"/>
<exec executable="${flash.player.exe}" spawn="true">
<arg value="${basedir}\deploy\camarche2.swf"/>
</exec>
</target>
<target name="run">
<exec executable="${flash.player.exe}" spawn="true">
<arg value="${basedir}\deploy\camarche1.swf"/>
</exec>
</target>
</project>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20070320/bafa98b6/attachment-0001.htm
More information about the osflash
mailing list