Community
Participate
Working Groups
The new project wizard is missing a template for an Autotools shared library project. I am attaching a patch which adds said template.
Created attachment 197335 [details] Add Autotools shared library template
Should autotools/org.eclipse.linuxtools.cdt.autotools.ui/templates/projecttemplates/AutotoolsSharedLibraryProject/template.properties really be Copyright IBM? I won't speak to the rest of the template but I like the contribution. Thanks!
Created attachment 197398 [details] Add Autotools shared library template Corrected copyright notice for AutotoolsSharedLibraryProject/template.properties, and did the same for AutotoolsSharedLibraryProject/template.xml and other minor fixes. Thanks for the review
Comment on attachment 197398 [details] Add Autotools shared library template ChangeLog file is missing so template does not work. To execute sample program, I had to add LD_LIBRARY_PATH to point to the secret .libs directory. It would be nice if this could be set up automatically for the project or at worst case, documented in the sample program source.
Created attachment 197527 [details] Add Autotools shared library template - Add comment explaining how to run the uninstalled executable - Add missing Changelog file to the template
Comment on attachment 197527 [details] Add Autotools shared library template I take it there was no way to handle the output script name or have it runnable directly from Eclipse. Minor comments: You have "smaple" specified. Not sure about what you meant to say with: "User the name of the executable +# with each non alpha-numeric character is eplaced by '_'"
Created attachment 197729 [details] Add Autotools shared library template - Spelling, grammar and punctuation fixes. - Clarified comments where clarification was requested. Thanks for the review Jeff
Comment on attachment 197729 [details] Add Autotools shared library template Looks good. Thanks.
Will you open a CQ for this and bug 348432's contributions, Jeff?
(In reply to comment #9) > Will you open a CQ for this and bug 348432's contributions, Jeff? Yes, a CQ has been opened: http://dev.eclipse.org/ipzilla/show_bug.cgi?id=5282 When this is approved, I will commit the patch to the repository.
Code checked into repository. Thanks.