|
From: SourceForge.net <no...@so...> - 2013-06-30 20:56:31
|
Plugin Bugs item #3589468, was opened at 2012-11-23 13:28 Message generated for change (Comment added) made by ezust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=3589468&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bob Hauck (bobhwasatch) Assigned to: Damien (kog13) Summary: Commando tries to build current buffer only Initial Comment: With previous versions of the console plugin (< 5.0), the jEdit "save and compile" command would run "make all" for C projects, or at least could be configured to do so. The new version seems to always want to build the current buffer and I haven't been able to make it do otherwise. In looking at the new Commando XML, it appears that it is just stripping the extension off the buffer and then calling "make -C <directory-of-buffer> file-name" along with some optional extra parameters the user can supply. This is totally wrong behavior for any project with more than one file. It is easily fixed by putting the old XML in .jedit/console/commando, but still... jEdit 5.0, Console 5.0, Debian Linux Wheezy 64-bit, Java 1.6.0_24. ---------------------------------------------------------------------- >Comment By: Alan Ezust (ezust) Date: 2013-06-30 13:56 Message: The name of the buffer is suppled to the make command only if no Makefile is found. It will search parent directories for the Makefile, if you check the "search for makefile" option. Furthermore, you can supply "All" for the "Additional parameters:" field. I am not clear on what you are requesting, exactly. ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2013-06-30 13:47 Message: Are you referring to the "make.xml" commando file? Or another one? What is this "save and compile" command you speak of ? How does one invoke it? I can't find this command. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=3589468&group_id=588 |