This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 168627 - Development environment cannot be set up properly
Summary: Development environment cannot be set up properly
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-15 16:18 UTC by ioutkine
Modified: 2010-05-26 13:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ioutkine 2009-07-15 16:18:09 UTC
Complex projects usually require to set up project specific development environment where startup script like .cshrc 
will not help.
Remote development makefile allows to specify some pre-build steps but when main makefile is executed it appears that 
all environment that was set up in pre- build step is lost. Modifying of 'build command' does not help:
e.g. following command does not work:
/home/iutkin/env/development_config.sh && ${MAKE} -f makefile debug 

I tried to workaround it including following line in my makefile:
 ABC:sh=<my script>
but it does not work as well

Can we have a pre-build step (like in Magic C++) that will run under same session so that environment can be inherited?

The server I work on is Solaris box with csh as default shell. Unfortunately it is not possible to change the default 
shell (company policy etc)