It would be great if you can enhance one of IT tests under
native-maven-plugin/src/it
to include message and resource usages as well.

-Dan

On 8/30/06, dan tran <[EMAIL PROTECTED]> wrote:



 On 8/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> >It is not hard to allow user to override the default value, but I would
> >like to understand is first.
> I need to run the message compiler at first because it generates a
> "__.h" file, which i need in the compile step as include in many source
> files. What i did now is to copy the header file via ant task to the source
> directory.


 The message compile step should add ${project.build.directory}/native to
the include path in compile step, please file JIRA if
you dont see it show up in the compilation output


>For VS6 try to set env MSVS6_INSTALL_DIR.
> That works fine - thanks!
>
> What can i specify for the ressource compiler? I always get an error
> when runnig this step? How can i set the ressource file names?


 Please see MS rc compiler for options that you can specify.

to specifiy resource file names, use <sources> elements like in the
compiler step.

Note both message and resource compiles are very untested areas, so you
help trouble shooting and
providing patches are very welcome.


Regards!
> Thorsten
>
>
>
> >On 8/21/06, Düvelmeyer, Thorsten < [EMAIL PROTECTED]>
> wrote:
> >>
> >> Hi,
> >>
> >> i have got two questions for native-maven-plugin:
> >>
> >> 1. Can i change the output directory for native:compile-message?
> >> I need $(base_dir) instead of ${project.build.directory}/native
> >
> >
> >Is there a reason why the current default location is not working for
> you?
> >It is not hard to
> >allow user to override the default value, but I would like to
> understand is
> >first.
> >
> >
> >
> >2. Can i set german program path of visual studio instead of english:
> >> C:\Programme\... instead of C:\Program Files\...
> >
> >
> >what version of VS do you have?
> >
> >For VS6 try to set env MSVS6_INSTALL_DIR.
> >
> >This feature is not documented yet thou.
> >
> >Where i can get the source code? The links in maven report seem to be
> old
> >> and not working.
> >
> >
> >http://svn.codehaus.org/mojo/trunk/mojo/maven-native/
> >
> >
> >
> >Thanks a lot!
> >> Thorsten
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Reply via email to