AW: scite as3 + ant + flex sdk

2009-02-09 Thread Jan.Materne
>>/usr/share/ant/bin/ant swf >Buildfile: build.xml >[taskdef] Could not load definitions from resource flexTasks.tasks. It could not be found. > >Action: Check the spelling. >Action: Check that any custom tasks/types have been declared. >Action: Check that any / declarations >have taken place. Al

ApacheCon Europe 2009: Early Bird Deadline Extended until 13th of February

2009-02-09 Thread Stefan Bodewig
forwarding on behalf of the people organizing the ApacheCon event Stefan = Here's some great news for everyone who's thinking of traveling to Amsterdam for this year's ApacheCon Europe. The Early Bird deadline has been extended to Fr

scite as3 + ant + flex sdk

2009-02-09 Thread 3akycka
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

Re: Simple solutions to sshexec nohup Ant?

2009-02-09 Thread Robert Koberg
I had this problem as well. It had to do with the environment being different in Ant's case than from running the command outside of Ant. Check out: http://markmail.org/message/xqfe4sqiqsujq7vz thanks to Stefan Bodewig best, -Rob On Feb 9, 2009, at 1:07 PM, Lucas Albers wrote: I use pli

RE: Simple solutions to sshexec nohup Ant?

2009-02-09 Thread Lucas Albers
I use plink via the exec task. Easy to setup; reliable. Works grand. -Original Message- From: Jan Lund [mailto:janne_l...@yahoo.com] Sent: Wednesday, February 04, 2009 5:33 AM To: user@ant.apache.org Subject: Simple solutions to sshexec nohup Ant? Hi all, I've Googled some for a soluti