Re: Build Failing of Maven

2014-12-08 Thread Bernd Eckenfels
Hello, Oh I can actually answer my question myself :) build:231 contains a with filter. So I guess it is not about a syntax error in the ant script but the filtered resources. So you need to provide more context: can you see before the error which file actually failed? Gruss Bernd PS: what m

Re: Build Failing of Maven

2014-12-08 Thread Bernd Eckenfels
Am Sat, 6 Dec 2014 17:36:45 +0530 schrieb kapil Ashiwal : > BUILD FAILED > /usr/local/apache-maven-3.2.3/*build.xml:231: Syntax error in > property: ${* Obvious question, what is the content of line 231? (and surrounding) Gruss Bernd --

Re: Build Failing of Maven

2014-12-08 Thread Anders Hammar
Wrong mailing list. This list is for development of Maven itself. You should use the Maven User list, se [1]. [1] http://maven.apache.org/mail-lists.html /Anders On Sat, Dec 6, 2014 at 1:06 PM, kapil Ashiwal wrote: > Operating System - Centos-6 > The M2_HOME and JAVA_HOME is set. > Ant is exec

Build Failing of Maven

2014-12-08 Thread kapil Ashiwal
Operating System - Centos-6 The M2_HOME and JAVA_HOME is set. Ant is executed from the M2_HOME and the build fails like : - BUILD FAILED /usr/local/apache-maven-3.2.3/*build.xml:231: Syntax error in property: ${* I am a mere beginner and cant get through this error. Please tell me what is this an