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]> wrote:

>  This bug may cover the issue:
>
> http://bugs.adobe.com/jira/browse/SDK-15764
>
>
>
> -Kyle
>
>
>  ------------------------------
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Gordon Smith
> *Sent:* Monday, July 14, 2008 3:16 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* RE: [flexcoders] Ant tasks and spaces in paths?
>
>
>
> Josh, could you please file a bug for this at http://bugs.adobe.com/flex/?
>
>
>
> Gordon Smith
>
> Adobe Flex SDK Team
>
>
>  ------------------------------
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Josh McDonald
> *Sent:* Sunday, July 13, 2008 9:33 PM
> *To:* flexcoders@yahoogroups.com
> *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]> 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 &quot; 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
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>
>
>
> --
> "Therefore, send not to know For whom the bell tolls. It tolls for thee."
>
> :: Josh 'G-Funk' McDonald
> :: 0437 221 380 :: [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]

Reply via email to