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

Re: Build Failing of Maven

2014-12-08 Thread Bernd Eckenfels
Am Sat, 6 Dec 2014 17:36:45 +0530 schrieb kapil Ashiwal kapilashiwal1...@gmail.com: 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 Bernd Eckenfels
Hello, Oh I can actually answer my question myself :) build:231 contains a copy 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: