Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6810165
By: galaviel2

Hi All,

I need to somehow automate the process of creating a pre-configured workspace
for multiple users.

We use pydev extensions extensively (we purchased a site license). The single
project that the
eclipse workspace should contain is a pydev one; and it should point to exactly
one external directory.

Both the directory names for the eclipse workspace as well as external 
(checked-out
from SVN) source directory are encoded with the name of the user + the project
name the user is working on (I'm thinking of writing a small wxPython GUI to
grab these 2 pieces of information from the user and prepare
everything; checkout and eclipse workspace creation (which points to the fresh,
user+project encoded directory, that was just checked-out).

I've tried to take an existing/working Eclipse workbench, and using 'grep' 
search
and replace the
username and project name, cp -R to new workspace, and try to open it, but it
keeps reffering to the
old location. I've noticed some binary files are involved.

My question: how/if can I automate the above process?

Any help would be greatly appreciated,

Gal.




______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to