Anonymous | Login | 2022-06-26 01:59 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000282 | OMNeT++ | IDE / other | public | 2011-04-27 10:21 | 2011-04-27 11:33 | ||||
Reporter | andras | ||||||||
Assigned To | andras | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.1 | ||||||||
Target Version | Fixed in Version | 4.2b2 | |||||||
Summary | 0000282: New project wizard generates incorrectly set up "Source-Sink example" project | ||||||||
Description | Create a new project: File -> New -> New OMNeT++ Project -> choose Examples/Source-Sink Example -> Next -> [X] Make separate src and simulations folders -> Finish. Open Project Properties -> OMNeT++/Makemake page -> Error is displayed: "Root build folder <projectname> contains no Makefile" Error is misleading: it indeed contains both "Makefile" and "Makefile.vc" : the real error is that the project folder is designated as "No Make" instead of "Custom Make". Manually switching it to "Custom Make" makes the error go away. Possibly other project templates (i.e. not only "Source-Sink example") also suffer from this problem. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000423) andras (administrator) 2011-04-27 10:28 |
Another bug: if you fix the above (by switching the project root to "Custom Make") BUT delete Makefile, then it does NOT complain about missing makefiles... |
(0000424) andras (administrator) 2011-04-27 11:33 |
Fixed. Also: now it is possible to set "custom make" for a folder. Specify <foldername>:CUSTOM in the makemakeOptions= template variable in template.properties (use "." to name the project root folder) Example: makemakeOptions = .: CUSTOM, src: --deep --meta:recurse --meta:auto-include-path --meta:export-library --meta:use-exported-libs |
![]() |
|||
Date Modified | Username | Field | Change |
2011-04-27 10:21 | andras | New Issue | |
2011-04-27 10:28 | andras | Note Added: 0000423 | |
2011-04-27 11:33 | andras | Note Added: 0000424 | |
2011-04-27 11:33 | andras | Status | new => resolved |
2011-04-27 11:33 | andras | Fixed in Version | => 4.2b2 |
2011-04-27 11:33 | andras | Resolution | open => fixed |
2011-04-27 11:33 | andras | Assigned To | => andras |
Copyright © 2000 - 2022 MantisBT Team |