Bug 339815 - clean-command does not obey main file setting
Summary: clean-command does not obey main file setting
Status: REPORTED
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: 2.9.93
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-09 13:17 UTC by stefan
Modified: 2023-01-18 21:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stefan 2014-10-09 13:17:18 UTC
All build steps that are executed on a file in a project automatically are applied on the project's main file.

That behavior is missing for the clean function in the build menu.



Reproducible: Always

Steps to Reproduce:
1. open any kile project which his main file includes other files
2. ensure that the input'ed files are part of the kile project
3. open any of the input'ed files
4. build (e.g. pdflatex)
5. clean

Actual Results:  
build builds the main file
clean cleans the inpud'ed file and reports: "nothing to do for file ..."

Expected Results:  
build builds the main file
clean cleans the main file

Workaround: open main file and then click clean again after 2 times wondering, why clean did not work. (annoying)
Comment 1 Andrew Crouthamel 2018-11-12 02:46:37 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Andrew Crouthamel 2018-11-21 04:46:05 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!
Comment 3 stefan 2018-11-21 21:00:58 UTC
After a short test i can confirm this behavior on 2.9.92.

After building when having an included file (included.tex) open (was added to a project, main file of this project (main.tex) is built as expected), kile asks me, if i want to remove included.aux. I'd expect that it tries to clean main.aux etc.
Comment 4 Justin Zobel 2023-01-18 02:41:22 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 5 stefan 2023-01-18 21:57:30 UTC
again after a short test with version  2.9.93 i can confirm this issue.