yoorobot wrote on Thu Sep 22 16:58:40 MEST 2005:
is there a way to have the project builder add the projects location to the perl include path automatically on project creation?
jploski wrote on Wed Sep 28 20:53:44 MEST 2005:
None that I know. Enter a RFE if you like.
rschumm wrote on Fri Sep 30 17:46:53 MEST 2005:
RFE is a good idea. - include the actual project - include all linked project - invent some mechanism to include subdirectories of projects, like /**/lib/ in ant-notation. often, a module is layouted in: modulename/lib/**/*.pm modulename/t/[test]
jploski wrote on Fri Sep 30 19:32:42 MEST 2005:
From my point of view, Perl's @INC variable and the mechanism for locating modules is not much different than Java's classpath. Therefore, and also because we integrating with Eclipse, the configuration should be made as similiar to Eclipse JDT's "Project Build Path" as possible. I think there is an open RFE for this already (but not for automatic configuration upon project's creation).
rschumm wrote on Mon Oct 3 15:00:47 MEST 2005:
yes, this RFE will actually do the job... good idea!
rschumm wrote on Mon Oct 3 15:00:59 MEST 2005:
yes, this RFE will actually do the job... good idea! https://sourceforge.net/tracker/index.php?func=detail&aid=1109979&group_id=75859&atid=545277
Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.