Re: [flexcoders] Launching FlexBuilder from multiple User accounts

2007-01-18 Thread Tom Chiverton
On Wednesday 17 January 2007 03:07, wardmruth wrote:
 Anyone else run into this? Is this some sort of licensing check? I though
 about trying to launch FB providing the -data flag -- how would I supply

I would guess Eclipse can't read some file because it is owned by the original 
user.

-- 
Tom Chiverton
Helping to proactively engage essential systems



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[flexcoders] Launching FlexBuilder from multiple User accounts

2007-01-17 Thread wardmruth
Hi:

I've got a MacBook Pro I've set up with a couple of User accounts for myself. I 
installed and 
launched the standalone version of FlexBuilder on my main account (I installed 
FB into an 
Applications directory above the level of the Users directory).

Then I logged into the other account and tried to launch FB, but it won't 
launch, and 
generates an error message directing me to look at a log file. Examining the 
log, this is 
some of what I see:

dhcp-98:/Volumes/Muninn/Applications fluid$ cat Adobe\ Flex\ Builder\ 2/
configuration/1168998280031.log
!SESSION 2007-01-16 17:44:39.943 
---
eclipse.buildId=unknown
java.version=1.5.0_06
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Command-line arguments:  -os macosx -ws carbon

!ENTRY org.eclipse.osgi 4 0 2007-01-16 17:44:40.589
!MESSAGE An error occurred while automatically activating bundle 
org.eclipse.core.resources (19).
!STACK 0
org.osgi.framework.BundleException: Exception in 
org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle 
org.eclipse.core.resources.

...

  at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: java.lang.IllegalStateException: The platform metadata area could 
not be 
written: /Volumes/Muninn/Users/wruth/Documents/Flex Builder 2/.metadata.  By 
default 
the platform writes its content
under the current working directory when the platform is launched.  Use the 
-data 
parameter to
specify a different content area for the platform.

Anyone else run into this? Is this some sort of licensing check? I though about 
trying to 
launch FB providing the -data flag -- how would I supply this arg to FB through 
the 
terminal? 

I'd like the ability to run FB from multiple accounts on my machine w/o having 
to install 
multiple instances of it...

Thanks for any pointers!


Ward