eclipse launcher

develop
Andreas Brückl 2014-12-18 16:12:26 +01:00
parent 79c9bb1e2a
commit 3850254f1a
4 changed files with 20 additions and 4 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.python.pydev.debug.regularLaunchConfigurationType">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/INSTANCE/setup/lib/cli.py"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:INSTANCE/setup/lib/cli.py}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_OTHER_WORKING_DIRECTORY" value=""/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="${env_var:CAM_USER} update cam_custom"/>
<stringAttribute key="org.python.pydev.debug.ATTR_INTERPRETER" value="__default"/>
<stringAttribute key="org.python.pydev.debug.ATTR_PROJECT" value="INSTANCE"/>
<stringAttribute key="process_factory_id" value="org.python.pydev.debug.processfactory.PyProcessFactory"/>
</launchConfiguration>

View File

@ -11,4 +11,4 @@ db_password = False
addons_path = ext/odoo/addons,ext/custom-addons
timezone = Europe/Brussels
dbfilter_test = ['.*',]
#dbfilter_test = ['.*',]

View File

@ -11,4 +11,4 @@ db_password = False
addons_path = ext/odoo/addons,ext/custom-addons
timezone = Europe/Brussels
dbfilter_test = ['.*',]
#dbfilter_test = ['.*',]

View File

@ -22,7 +22,8 @@ Port: %s
ENVIRONMENTS = {
'br': Environment('http://localhost', '8070', 'test13', 'admin', 'x', 'admin'),
'br2': Environment('http://localhost', '8000', 'screenplane_1', 'admin', 'x', 'admin'),
'br': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'),
'sk': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'),
'test': Environment('https://test1.camadeus.at', '443', 'INSTANCE_1', 'admin', 'x', 'asdfasdf'),
}