Hi Haim, I'm getting no error actually just the logs that the compilation was successfully:
+ Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building generatedWarFile [INFO] task-segment: [compile] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Thu Nov 27 11:43:46 EST 2008 [INFO] Final Memory: 5M/11M [INFO] ------------------------------------------------------------------------ But I am expecting also the ant commands added to be invoked/displayed in logs: <echo message="==============" /> <echo message="Test" /> <echo message="==============" /> Thanks, Cristian Haim Ashkenazi wrote: > > On Thu, Nov 27, 2008 at 6:27 PM, Cristian3210 > <[EMAIL PROTECTED] >> wrote: > > When you've set the goal to be "run" and you run: > # mvn compile > > what's the error you get? > > Bye > -- > Haim > > -- View this message in context: http://n2.nabble.com/maven-antrun-plugin-tp1583057p1585867.html Sent from the maven users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
