Re: [flexcoders] FB2 :: Switchig Workspaces

2006-06-28 Thread judah
Hi Mike,

Glorious day! :)

FB2 is a full version of Eclipse. It is just Adobe's own distro (think 
of the many Linux distros). So you can have all your features, plug-ins 
and everything else and not lose any functionality. I think the goal of 
making Flex Builder a plugin was so that everyone who has already been 
using Eclipse doesn't have to change their existing setup.

I think an Adobe personnel would have to tell us if they hard wired 
anything in their distro. Correct me if I'm wrong.

Judah

Michael Schmalle wrote:
 See this is the thing;

 I'm not using the plugin, never used Eclipse for Java and haven't used 
 Ant. Just swallowing to many things at once. I have Eclipse installed 
 and used the plugin for beta2 but, since I mainly use FB2 for 
 component development I didn't see a need for the full meal deal.

 Am I wrong here? I asked this question awhile ago and remember someone 
 saying that if you need certain things from Eclipse, use the plugin. I 
 really am not an Application dev, so I didn't see the need.

 As far as I see it now with the standalone, using different workpsaces 
 limits all the different projects that I don't want to look at given 
 my current component development set.

 Peace, Mike


-- 
Always bear in mind that your own resolution to succeed is more important than 
any one thing.

You can have anything you want - if you want it badly enough. You can be 
anything you want to be, do anything you set out to accomplish if you hold to 
that desire with singleness of purpose. 

- Abraham Lincoln



 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

--
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/

* 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] FB2 :: Switchig Workspaces

2006-06-27 Thread Michael Schmalle



Hello,

Could anyone shed some light on this for me?

When you start Flex builder and have you default workspace located in
MyDocuments, what is the difference between just creating a new project
and setting the folder location in the Project Contents field and
actually using File - Switch Workspace?

I have not used eclipse enough to understand the actual difference of
switching workspaces verses just not using the default file location.

When you switch workspaces, FB2 restarts back to a fresh layout and the help comes up again. What is it doing?

This would be a nice one to figure out.

Peace, Mike-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] FB2 :: Switchig Workspaces

2006-06-27 Thread Douglas Knudsen



a workspace is more of a saved setup, a collection of project metadata, has nothing to do with where your project files are actually stored. You may for instance have a workspace dedicated to Client 1 and one dedicated to Client 2, etc. Now for each workspace, your project files can be stored anywhere. 
points to note about the FB plugin: Don't set your workspace anywhere inside your webroot, causes problems. A neat thing about the FB plugin, if you set up your project as using remote services, when FB builds your project, it automagically copies all needed files to your webroot. (note that based on the above discussion your project will NOT be located in your webroot) ah the magik of Ant! 
DKOn 6/27/06, Michael Schmalle [EMAIL PROTECTED] wrote:



Hello,

Could anyone shed some light on this for me?

When you start Flex builder and have you default workspace located in
MyDocuments, what is the difference between just creating a new project
and setting the folder location in the Project Contents field and
actually using File - Switch Workspace?

I have not used eclipse enough to understand the actual difference of
switching workspaces verses just not using the default file location.

When you switch workspaces, FB2 restarts back to a fresh layout and the help comes up again. What is it doing?

This would be a nice one to figure out.

Peace, Mike-- What goes up, does come down.




-- Douglas Knudsenhttp://www.cubicleman.comthis is my signature, like it?

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] FB2 :: Switchig Workspaces

2006-06-27 Thread Michael Schmalle



See this is the thing;

I'm not using the plugin, never used Eclipse for Java and haven't used
Ant. Just swallowing to many things at once. I have Eclipse installed
and used the plugin for beta2 but, since I mainly use FB2 for component
development I didn't see a need for the full meal deal.

Am I wrong here? I asked this question awhile ago and remember someone
saying that if you need certain things from Eclipse, use the plugin. I
really am not an Application dev, so I didn't see the need.

As far as I see it now with the standalone, using different workpsaces
limits all the different projects that I don't want to look at given my
current component development set.

Peace, MikeOn 6/27/06, Douglas Knudsen [EMAIL PROTECTED] wrote:









  



a
workspace is more of a saved setup, a collection of project metadata,
has nothing to do with where your project files are actually
stored. You may for instance have a workspace dedicated to Client
1 and one dedicated to Client 2, etc. Now for each workspace,
your project files can be stored anywhere. points to note about the FB plugin: Don't set your
workspace anywhere inside your webroot, causes problems. A neat
thing about the FB plugin, if you set up your project as using remote
services, when FB builds your project, it automagically copies all
needed files to your webroot. (note that based on the above
discussion your project will NOT be located in your
webroot) ah the magik of Ant! DKOn 6/27/06, Michael Schmalle 
[EMAIL PROTECTED] wrote:



Hello,

Could anyone shed some light on this for me?

When you start Flex builder and have you default workspace located in
MyDocuments, what is the difference between just creating a new project
and setting the folder location in the Project Contents field and
actually using File - Switch Workspace?

I have not used eclipse enough to understand the actual difference of
switching workspaces verses just not using the default file location.

When you switch workspaces, FB2 restarts back to a fresh layout and the help comes up again. What is it doing?

This would be a nice one to figure out.

Peace, Mike-- What goes up, does come down.




-- Douglas Knudsenhttp://www.cubicleman.com
this is my signature, like it?

  













-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___