[flexcoders] Re: Drive Letters and Ant

2009-04-27 Thread cuttenv
When you have a chance can you post a more detailed example. Thanks! :)

--- In flexcoders@yahoogroups.com, Tim Rowe tim.r...@... wrote:

 We execute our mxml compiler using
 
 exec executable=${flex.sdk.home}/bin/mxmlc.exe 
 dir=${flexproj}/build/mxml output=${flexproj}/build/log/mxmlc.log 
 failonerror=true arg.../exec
 
 rather than using an mxmlc taskdef.  As a result I've not had problems with 
 classpath problems in mxmlc.
 
 Maybe give that a try if all else fails?
 
 --Tim Rowe
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
 Behalf Of cuttenv
 Sent: Thursday, 23 April 2009 6:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Drive Letters and Ant
 
 
 
 
 So I have my Eclipse and Flex builder installed on my C: drive but all of my 
 projects in my workspace on D:
 
 Everything works fine but when I set the fork=true in my mxmlc to increase 
 the memory my Ant build fails with:
 [mxmlc] java.lang.NoClassDefFoundError: flex2/tools/Compiler
 [mxmlc] Exception in thread main
 
 Anyone have any thoughts??
 
 http://bugs.adobe.com/jira/browse/SDK-20666





[flexcoders] Re: Drive Letters and Ant

2009-04-27 Thread cuttenv
When you have a chance can you post a more detailed example. Thanks! :)

--- In flexcoders@yahoogroups.com, Tim Rowe tim.r...@... wrote:

 We execute our mxml compiler using
 
 exec executable=${flex.sdk.home}/bin/mxmlc.exe 
 dir=${flexproj}/build/mxml output=${flexproj}/build/log/mxmlc.log 
 failonerror=true arg.../exec
 
 rather than using an mxmlc taskdef.  As a result I've not had problems with 
 classpath problems in mxmlc.
 
 Maybe give that a try if all else fails?
 
 --Tim Rowe
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
 Behalf Of cuttenv
 Sent: Thursday, 23 April 2009 6:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Drive Letters and Ant
 
 
 
 
 So I have my Eclipse and Flex builder installed on my C: drive but all of my 
 projects in my workspace on D:
 
 Everything works fine but when I set the fork=true in my mxmlc to increase 
 the memory my Ant build fails with:
 [mxmlc] java.lang.NoClassDefFoundError: flex2/tools/Compiler
 [mxmlc] Exception in thread main
 
 Anyone have any thoughts??
 
 http://bugs.adobe.com/jira/browse/SDK-20666





[flexcoders] Re: Drive Letters and Ant

2009-04-23 Thread cuttenv
The one that came with 3.2.0

--- In flexcoders@yahoogroups.com, Gregor Kiddie gkid...@... wrote:

 Which version of flexTasks.jar are you using?
 
  
 
 Gk.
 
 Gregor Kiddie
 Senior Developer
 INPS
 
 Tel:   01382 564343
 
 Registered address: The Bread Factory, 1a Broughton Street, London SW8
 3QJ
 
 Registered Number: 1788577
 
 Registered in the UK
 
 Visit our Internet Web site at www.inps.co.uk
 blocked::http://www.inps.co.uk/ 
 
 The information in this internet email is confidential and is intended
 solely for the addressee. Access, copying or re-use of information in it
 by anyone else is not authorised. Any views or opinions presented are
 solely those of the author and do not necessarily represent those of
 INPS or any of its affiliates. If you are not the intended recipient
 please contact is.helpd...@...
 
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of cuttenv
 Sent: 22 April 2009 21:16
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Drive Letters and Ant
 
  
 
 
 
 
 
 
 So I have my Eclipse and Flex builder installed on my C: drive but all
 of my projects in my workspace on D: 
 
 Everything works fine but when I set the fork=true in my mxmlc to
 increase the memory my Ant build fails with: 
 [mxmlc] java.lang.NoClassDefFoundError: flex2/tools/Compiler 
 [mxmlc] Exception in thread main 
 
 Anyone have any thoughts??
 
 http://bugs.adobe.com/jira/browse/SDK-20666
 http://bugs.adobe.com/jira/browse/SDK-20666





[flexcoders] Re: Drive Letters and Ant

2009-04-22 Thread cuttenv
Sweet I will have to give this a try can you give me a bit more information on 
the example.. ant isn't my strong point.

I keep getting errors with the arg/ attributes.
Thanks!
-Vito


--- In flexcoders@yahoogroups.com, Tim Rowe tim.r...@... wrote:

 We execute our mxml compiler using
 
 exec executable=${flex.sdk.home}/bin/mxmlc.exe 
 dir=${flexproj}/build/mxml output=${flexproj}/build/log/mxmlc.log 
 failonerror=true arg.../exec
 
 rather than using an mxmlc taskdef.  As a result I've not had problems with 
 classpath problems in mxmlc.
 
 Maybe give that a try if all else fails?
 
 --Tim Rowe
 
 
 From: flexcoders@yahoogroups.com 

[mailto:flexcod...@yahoogroups.com] On Behalf Of cuttenv
 Sent: Thursday, 23 April 2009 6:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Drive Letters and Ant
 
 
 
 
 So I have my Eclipse and Flex builder installed on my C: drive but all of my 
 projects in my workspace on D:
 
 Everything works fine but when I set the fork=true in my mxmlc to increase 
 the memory my Ant build fails with:
 [mxmlc] java.lang.NoClassDefFoundError: flex2/tools/Compiler
 [mxmlc] Exception in thread main
 
 Anyone have any thoughts??
 
 http://bugs.adobe.com/jira/browse/SDK-20666