> The Ant tasks aren't part of the SDK proper though, are they?
Yes, they are. In the zipped SDK the source code and the JAR are in the top-level 'ant' folder. The open-source code for them is in the Subversion repo at modules/antTasks. Care to submit a patch to fix the problem you found? We've got some kind of reward going on for community bug fixers. > What component would I file the bug against? When you file a Bug against the Flex SDK project, the Components list includes "Ant Tasks". > I eventually discovered that (on OS X at least) the compc task just doesn't work at all That would be surprising if true since the SDK build scripts in the Subversion trunk build all the SWCs using <compc>, and plenty of developers are using these scripts on OS X. There is, however, a known bug that <compc> isn't doing incremental compilation. Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Monday, July 14, 2008 4:19 PM To: [email protected] Subject: Re: [flexcoders] Ant tasks and spaces in paths? The Ant tasks aren't part of the SDK proper though, are they? What component would I file the bug against? Also, I eventually discovered that (on OS X at least) the compc task just doesn't work at all, and flexSDK/bin/compc needs to be altered :( -Josh On Tue, Jul 15, 2008 at 7:35 AM, Kyle Quevillon <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: This bug may cover the issue: http://bugs.adobe.com/jira/browse/SDK-15764 <http://bugs.adobe.com/jira/browse/SDK-15764> -Kyle ________________________________ From: [email protected] <mailto:[email protected]> [mailto:[email protected] <mailto:[email protected]> ] On Behalf Of Gordon Smith Sent: Monday, July 14, 2008 3:16 PM To: [email protected] <mailto:[email protected]> Subject: RE: [flexcoders] Ant tasks and spaces in paths? Josh, could you please file a bug for this at http://bugs.adobe.com/flex/ <http://bugs.adobe.com/flex/> ? Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] <mailto:[email protected]> [mailto:[email protected] <mailto:[email protected]> ] On Behalf Of Josh McDonald Sent: Sunday, July 13, 2008 9:33 PM To: [email protected] <mailto:[email protected]> Subject: Re: [flexcoders] Ant tasks and spaces in paths? Can't really do either, as it comes from ${basedir} There are a few areas where Flex is decidedly beta-like for a version 3 product that costs so damned much. -Josh On Mon, Jul 14, 2008 at 2:31 PM, shaun <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Josh McDonald wrote: > Hey guys. > > There *must* be something I'm doing wrong here. > > In my ant build: > > <compc output="'${bin.dir}/${targetLibrary}'"> > <source-path path-element="${src.dir}"/> > </compc> > > Now src.dir is: > > /Users/josh/Desktop/Work/Builder workspace/PathwaysVersions/src > > And I'm getting the following error from Ant: > > command line: Error: unknown configuration variable 'compiler.source-path > /Users/josh/Desktop/Work/Builder,workspace/PathwaysVersions/src' > > Which is clearly just blowing the space out into two different instances of > the <sp> param. How do I embed quotes or something so this doesn't happen? > I've tried using ' as well as " but with no luck. Any ideas? Escape the space. /Users/josh/Desktop/Work/Builder\ workspace/PathwaysVersions/src If that doesnt work. Create a symlink. :) cheers, shaun ------------------------------------ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt <http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo <http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo> ! Groups Links (Yahoo! ID required) mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

