| Author |
Message |
|
Canab
Member
Joined: Mon Oct 16, 2006 12:02 am Posts: 333 Location: Lviv, Ukraine
|
 Re: Ant panel plugin
I do not run debug session from ant panel. The proper way to execute ant tasks is pre/post build action in project settings (IMHO). The problem is that FD do not allow to configure several build configurations.
|
| Wed May 30, 2012 8:20 am |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10743 Location: Paris, France
|
 Re: Ant panel plugin
Asking (externally) FD to run a debug session is a recurring request so we'll try to do something about that.
Just curious: is it possible to create a socket connection to send a message using ANT?
|
| Wed May 30, 2012 10:31 am |
|
 |
|
Canab
Member
Joined: Mon Oct 16, 2006 12:02 am Posts: 333 Location: Lviv, Ukraine
|
 Re: Ant panel plugin
It is possible to write ant task that communicates with FD through socket. It should be easy. But I still think that scenario with such direction of dependency/control (ant -> FD) is wrong. Maybe it is easer to write an FD macro that launches ant, then (if ant success) launches debug session.
|
| Wed May 30, 2012 10:43 am |
|
 |
|
ir73
Member
Joined: Thu Mar 29, 2007 9:32 am Posts: 244
|
 Re: Ant panel plugin
Canab wrote: Maybe it is easer to write an FD macro that launches ant, then (if ant success) launches debug session. Yes, this is definitely a proper way. Just add execution of a proper ant task of your choice in pre-build command and run build + debug by pressing F5.
|
| Fri Jun 01, 2012 7:34 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10743 Location: Paris, France
|
 Re: Ant panel plugin
In SVN: you can now call 'flashdevelop.exe path/to/some.swf' and this will start a debugging session if the project configuration is Debug.
|
| Thu Aug 02, 2012 10:14 am |
|
 |
|
mrpinc
Member
Joined: Tue Jun 30, 2009 8:06 pm Posts: 77
|
 Re: Ant panel plugin
Excellent addition. Thanks a ton!
|
| Thu Aug 02, 2012 1:33 pm |
|
 |
|
tantanix
Member
Joined: Wed Feb 09, 2011 5:15 am Posts: 4
|
 Re: Ant panel plugin
Hi,
I can't seem to run the plugin. It says, "Unable to load an incompatible or broken plugin: C:\Program Files (x86)\FlashDevelop\AntPlugin.dll."
I'm using FlashDevelop v4.2.1 RTM, Windows 7 64bit.
|
| Sat Dec 15, 2012 5:09 pm |
|
 |
|
Deril
Member
Joined: Sun Aug 19, 2007 4:56 pm Posts: 195 Location: Germany (TEMP)
|
 Re: Ant panel plugin
same problem here.. FD 4.2.0
EDIT: installed FD 4.2.2, problem persists.
EDIT of EDIT : dowloading AntPlugin-FD4-r14.zip fixed the problem..
|
| Tue Jan 08, 2013 12:15 pm |
|
 |
|
Hersir
Member
Joined: Tue Sep 13, 2011 7:43 am Posts: 8
|
 Re: Ant panel plugin
I don't know if its possible in current version of the plug-in, but it would be great to hide private tasks, for example, I have about 12 tasks but only 2 of them should be called from Ant Panel 
|
| Sun May 19, 2013 3:24 pm |
|
 |
|
Canab
Member
Joined: Mon Oct 16, 2006 12:02 am Posts: 333 Location: Lviv, Ukraine
|
 Re: Ant panel plugin
As I know it should be available in the last version (r14). Private targets are targets with name beginning with "-" (minus).
|
| Sun May 19, 2013 4:41 pm |
|
 |
|
Hersir
Member
Joined: Tue Sep 13, 2011 7:43 am Posts: 8
|
 Re: Ant panel plugin
Thank you for your answer. I tried to make targets with '-' at the beginning but they still show up in the Ant panel... UPDATE: I reinstalled the plug-in and it worked 
|
| Sun May 19, 2013 5:47 pm |
|
|