Re: maven-native-plugin long command lines and individual files ...

2006-09-27 Thread dan tran
look like. Thanks. Brad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 1:58 AM To: Maven Users List Subject: maven-native-plugin long command lines and individual files ... does the native plugin always want files specified

RE: maven-native-plugin long command lines and individual files ...

2006-09-26 Thread Brad Harper
PROTECTED] Sent: Tuesday, August 01, 2006 1:58 AM To: Maven Users List Subject: maven-native-plugin long command lines and individual files ... does the native plugin always want files specified individually? AFAICT I have to do this ... source directory

Re: maven-native-plugin long command lines and individual files ...

2006-09-26 Thread dan tran
The current alpha-2-SNAPSHOT optimitizes the linker command using relative paths. Please try it out. Please file a JIRA for wildcard support. -Dan On 7/31/06, J. Matthew Pryor [EMAIL PROTECTED] wrote: does the native plugin always want files specified individually? AFAICT I have to do

Re: maven-native-plugin long command lines and individual files ...

2006-09-26 Thread dan tran
clear what the plugin configurationsources element would look like. Thanks. Brad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 1:58 AM To: Maven Users List Subject: maven-native-plugin long command lines and individual files

maven-native-plugin long command lines and individual files ...

2006-08-01 Thread J. Matthew Pryor
does the native plugin always want files specified individually? AFAICT I have to do this ... source directory${generated.native.source.dir}/directory fileNames fileNamedevices.c/fileName fileNameerrors.c/fileName /fileNames /source