RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-21 Thread Brad Harper
-Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 11:04 PM To: Maven Users List Subject: Re: Error: java.lang.StringIndexOutOfBoundsException [MORE] I went ahead with the fix + unit test MOJO:509 and deployed a snapshot, please test it out

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-21 Thread dan tran
problem using a fileNameabc/fileName element where the file has no suffix (or dot delimiter). Brad -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 11:04 PM To: Maven Users List Subject: Re: Error: java.lang.StringIndexOutOfBoundsException

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-21 Thread Brad Harper
- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 1:40 PM To: Maven Users List Subject: Re: Error: java.lang.StringIndexOutOfBoundsException [MORE] did you set 1.0-alpha-2-SNAPSHOT as your version? -Dan On 9/21/06, Brad Harper [EMAIL PROTECTED] wrote

Error: java.lang.StringIndexOutOfBoundsException

2006-09-20 Thread Brad Harper
Hello: See the FATAL ERROR from captured maven output below. In context, the native maven plugin is being used to compile a C++ source file, prior to linking an .exe application. Has anyone seen this sort of thing before? Thanks. Brad recmods.cpp [INFO] cl /MT /W3 /GX /DWINDOWS-X86

Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
for source file 'reindex.cpp' has been created and exists with the expected name: 'reindex.obj'. Brad -Original Message- From: Brad Harper Sent: Wednesday, September 20, 2006 9:38 AM To: users Subject: Error: java.lang.StringIndexOutOfBoundsException Hello: See the FATAL ERROR from

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
, September 20, 2006 9:38 AM To: users Subject: Error: java.lang.StringIndexOutOfBoundsException Hello: See the FATAL ERROR from captured maven output below. In context, the native maven plugin is being used to compile a C++ source file, prior to linking an .exe application. Has anyone seen

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
'reindex.cpp' has been created and exists with the expected name: 'reindex.obj'. Brad -Original Message- From: Brad Harper Sent: Wednesday, September 20, 2006 9:38 AM To: users Subject: Error: java.lang.StringIndexOutOfBoundsException Hello: See the FATAL ERROR from

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
'. Brad -Original Message- From: Brad Harper Sent: Wednesday, September 20, 2006 9:38 AM To: users Subject: Error: java.lang.StringIndexOutOfBoundsException Hello: See the FATAL ERROR from captured maven output below. In context, the native maven

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 6:03 PM To: Maven Users List Subject: Re: Error: java.lang.StringIndexOutOfBoundsException [MORE] reindex.cpp compilation is ok, The compilation after reindex.cpp is the main problem -Dan On 9/20/06, dan

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
determined that the source file actually exists in the source directory. Thanks. Brad -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 6:03 PM To: Maven Users List Subject: Re: Error: java.lang.StringIndexOutOfBoundsException [MORE

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
20, 2006 9:38 AM To: users Subject: Error: java.lang.StringIndexOutOfBoundsException Hello: See the FATAL ERROR from captured maven output below. In context, the native maven plugin is being used to compile a C++ source file, prior to linking

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
Message- From: dan tran [mailto:[EMAIL PROTECTED] ] Sent: Wednesday, September 20, 2006 6:03 PM To: Maven Users List Subject: Re: Error: java.lang.StringIndexOutOfBoundsException [MORE] reindex.cpp compilation is ok, The compilation after reindex.cpp is the main problem