Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4571615 By: dols
I'd like to be able to generate the PYTHONPATH for my project on the fly. maven-dependency-plugin provides a way to output such dependencies to a file, for example, and I am hoping for a way to source that into .pydevproject. One thought I had was to use XInclude: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?eclipse-pydev version="1.0"?> <pydev_project xmlns:xi="http://www.w3.org/2001/XInclude"> ... <pydev_pathproperty name="org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH"> <xi:include href="pydevclasspath"/> </pydev_pathproperty> </pydev_project> ______________________________________________________________________ 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
