Re: [flexcoders] Re: Error: default arguments may not be interspersed with other options

2007-04-30 Thread Erik Price
On 4/30/07, Shailesh Mangal <[EMAIL PROTECTED]> wrote:
> Thanks Bjorn,
>
> It certainly worked, So you keep two copies of SDK or is there a way
> to point FlexBuilder to this new version of FlexSDK and delete from
> its original location (/Applications/Adobe Flex Builder 2 Plug-in/Flex
> SDK 2/)

I symlinked the Flex SDK to /usr/local/flex_sdk and added that to my
$PATH, that way I can always change what the symlink is pointing to,
but all of my scripts and configuration can just reference
/usr/local/flex_sdk.

You will probably need to use 'sudo' to create the symlink.  It sounds
like for your setup, you'd need to issue this command:

  sudo ln -s "/Applications/Adobe Flex Builder 2 Plug-in/Flex Sdk 2"
/usr/local/flex_sdk


e


[flexcoders] Re: Error: default arguments may not be interspersed with other options

2007-04-30 Thread Shailesh Mangal
Thanks Bjorn, 

It certainly worked, So you keep two copies of SDK or is there a way
to point FlexBuilder to this new version of FlexSDK and delete from
its original location (/Applications/Adobe Flex Builder 2 Plug-in/Flex
SDK 2/)

-Shailesh

--- In flexcoders@yahoogroups.com, Bjorn Schultheiss
<[EMAIL PROTECTED]> wrote:
>
> I copied my SDK into /Library/Flex2SDK/ therefore removing any folder  
> name issues.
> 
> Hopefully thats your only issue..
> 
> 
> On 30/04/2007, at 2:03 PM, Shailesh Mangal wrote:
> 
> > I am trying to run my command line ant build (working on windows)  
> > on my mac. I got following error.
> > Error: default arguments may not be interspersed with other options
> >
> >
> > Wondering if there mac geeks out there who have already solved  
> > this. I looked for thishere , but couldnt figure out. I believe its  
> > something to do with the space in the path. I am using default  
> > installation location for Flex SDK
> >
> > /Applications/Adobe\ Flex\ Builder\ 2\ Plug-in/Flex\ SDK\ 2/
> >
> > and my project doesnt have any path in it. Any suggestions?
> >
> > 
> 
> Regards,
> 
> Bjorn Schultheiss
> Senior Developer
> 
> Personalised Communication Power
> 
> Level 2, 31 Coventry St.
> South Melbourne 3205,
> VIC Australia
> 
> T:  +61 3 9674 7400
> F:  +61 3 9645 9160
> W:  http://www.qdc.net.au
> 
> ((This transmission is confidential and intended solely  
> for the person or organization to whom it is addressed. It may  
> contain privileged and confidential information. If you are not the  
> intended recipient, you should not copy, distribute or take any  
> action in reliance on it. If you believe you received this  
> transmission in error, please notify the sender.---))
>