RE: [flexcoders] Drive Letters and Ant

2009-04-23 Thread Gregor Kiddie
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
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...@inps.co.uk



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
 





RE: [flexcoders] Drive Letters and Ant

2009-04-22 Thread Tim Rowe
We execute our mxml compiler using

 

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