How to pass arguments containing spaces to gnuConfigureArgs for nar-gnu-configure.
27 views
Skip to first unread message
saqlai...@gmail.com
unread,
Oct 4, 2017, 12:44:48 PM10/4/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NAR Maven plugin
Hi everyone,
I need to pass some configure arguments while invoking the configure script of my project while running "nar-gnu-configure" goal. Some of the configure arguments like project name contains white spaces e.g
--with-project= My Project
The <gnuConfigureArgs> seems to be treating the spaces as separate arguments. Even I am not able to make it work with quoting the string i.e "--with-project=My Project". Is there any way by which I can pass arguments containing spaces to <gnuCOnfigureArgs> ?