Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Custom build command not found

I have a synchronized project that is built by calling a shell script ("nuopcExplorerScript") instead of a make target.  In the project build properties I unchecked "Use default build command" and put in the name of the script as the "build command."  I kicked off the build, but I get an error:

nuopcExplorerScript 

**** Environment configuration script temporarily stored in /tmp/ptpscript_ncconR ****
nuopcExplorerScript 
/tmp/ptpscript_ncconR: line 14: nuopcExplorerScript: command not found


I then put in the full path as the "build command", but I still receive an error because all "/" are replaced with "\".  Is this the intended behavior?

/glade/u/home/dunlap/hycom/v7-ComponentExplorer/nuopcExplorerScript 

**** Environment configuration script temporarily stored in /tmp/ptpscript_O4NomZ ****
\\glade\\u\\home\\dunlap\\hycom\\v7-ComponentExplorer\\nuopcExplorerScript 
/tmp/ptpscript_O4NomZ: line 14: \glade\u\home\dunlap\hycom\v7-ComponentExplorer\nuopcExplorerScript: command not found 

I am running Eclipse locally on Windows.  The remote system is Linux.

Rocky



Back to the top