Re: Error in simple Maven build file

2004-08-10 Thread Arto Pastinen
Hi! I think that you c code should return 0 as return value, usually other than 0 means some error. Artsi ti, 2004-08-10 kello 13:53, Claus Pedersen kirjoitti: > I have the following maven.xml file: > > > > > > ${i} > > > > > > > > >

RE: Error in simple Maven build file

2004-08-10 Thread Andreas.Ebbert
Hi, > -Original Message- > From: ext Claus Pedersen [mailto:[EMAIL PROTECTED] > The file test.c : > > int main() > { > int a = A; > printf("a = %i",a); > return a; > } > All the right values are returned, but why does it say > [ERROR] after the > execution? My C(++)