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

Hi Fabio,

Thanks for your reply! this issue is really important to us.

My best shot right now it seems is your first suggestion, since the 2nd one-
I am not too familiar with Eclipse programming  right now and the learning curve
is probably very high (although probably
very interesting and useful).

Would you say that a workspace with the following files is enough? 
I've tried this approach but when opening eclispe and choosing this workspace,
no project is present,
I get the Eclipse welcome screen.

The minimal workspace : 

./.metadata
./.metadata/.plugins
./.metadata/version.ini
./masada_tests
./masada_tests/.project
./masada_tests/.pydevproject

The content of  .project which I've modified (xxx stand for the user name, will
be replaced by
automation script at runtime, project name in this case is masada) : 

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
        <name>masada_tests</name>
        <comment></comment>
        <projects>
        </projects>
        <buildSpec>
                <buildCommand>
                        <name>org.python.pydev.PyDevBuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.python.pydev.pythonNature</nature>
        </natures>
        <linkedResources>
                <link>
                        <name>xxx_masada_tests</name>
                        <type>2</type>
                        <location>C:/Documents and Settings/mvh_lab/My
Documents/xxx_masada_tests</location>
                </link>
        </linkedResources>
</projectDescription>

The content of .pydevproject :

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse-pydev version="1.0"?>

<pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python
2.5</pydev_property>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/masada_tests/xxx_masada_tests/python_generic</path>
<path>/masada_tests/xxx_masada_tests/python_project_specific</path>
<path>/masada_tests/xxx_masada_tests/vp_model_project_specific</path>
</pydev_pathproperty>
</pydev_project>


Basically I'm trying to automate all the steps from creating new blank workspace
to
complete, ready to run : (1) pointing to Python.exe (2) starting new Pydev 
project
(3) add
external folder to project (4) add dir's under external folder to PYTHONPATH.
I want everything to be ready for the user.

Any help would be much appreciated,

TIA, 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