|
<project default="doConfigurate" name="PeugeotConfig_V2">
<property name="scr.dir" value="${basedir}/src" /> <property name="deploy.dir" value="${basedir}/bin-debug" /> <property name="browser" value="firefox" /> <echo message="${basedir}" /> <target name="doConfigurate"> <fdt.launch.application projectname="PeugeotConfigurator_V2" mainclass="${scr.dir}/PeugeotConfigurator.mxml" target="${deploy.dir}/PeugeotConfigurator.swf" debug="true" /> <fdt.loadProjectProperties projectname="PeugeotConfigurator_V2" /> <fdt.startDebugger projectname="PeugeotConfigurator_V2" targetswf="${deploy.dir}/PeugeotConfigurator.swf" switchperspectiveonbreakpoint="true" /> <!--echo message="${FDTProjectPath}" /--> <fdt.launch.application projectname="${FDTProject}" mainclass="${FDTProjectPath}/V2_Dev_Classes/com/fourddigital/peugeot/states/statemodules/modules/financementdetails.mxml" target="${FDTProjectPath}/bin-debug/com/fourddigital/peugeot/states/statemodules/modules/financementdetails.swf" debug="true" swflocation="bin-debug/com/fourddigital/peugeot/states/statemodules/financementdetails.swf" /> <fdt.launch.application projectname="${FDTProject}" mainclass="${FDTProjectPath}/V2_Dev_Classes/com/fourddigital/peugeot/states/statemodules/modules/peugeot_summary.mxml" target="${FDTProjectPath}/bin-debug/com/fourddigital/peugeot/states/statemodules/modules/peugeot_summary.swf" debug="true" swflocation="bin-debug/com/fourddigital/peugeot/states/statemodules/modules/peugeot_summary.swf" /> <copy file="${scr.dir}/index.html" tofile="${deploy.dir}/index.html" /> <copy todir="${deploy.dir}/xml"> <fileset dir="${scr.dir}/xml" /> </copy> <exec executable="${browser}" spawn="yes"> <arg line="${deploy.dir}/index.html" /> </exec> </target> </project> here is my any script the dubugger always registers the target swf as unknown
Is this still happening with the latest FDT version?
We have it working on ubuntu fine. This version of Linux is a big exotic for us to support. If it continues to happen in a more popular version of Linux, let us know, I'll re-open this ticket and we'll look into it. LinuxMint is now the most popular Ubuntu based distro so I think its worth a look. On all my machines FDT5 either crashes or kills the debug session before you can debug. I use Linux Mint on all my machines (5)
How are things.
We're in the process of getting a Linux Mint setup; however, what is the current status? Is this still an issue for you? Are you willing to provide a project where it fails? Is it every project? Sensitive material can be sent to: admin.fdt@powerflasher.com |
|||||||||||||||||||||||||||||||||||||||||||||||||
thanks again for your report!
Unfortunately I can not reproduce this, its working fine for my on a 64 bit ubuntu machine. Do you have a demo project that I can try on my machine?
regards,
Philipp