Re: Why does Maven fail to compile my project occasionally?

2014-02-25 Thread LevskiWeng
previously have declared them as dependencies. Anyway, the long-lasting problem has been solved perfectly. Thank you guys! -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5786423.html Sent from the Maven - Users

Re: Why does Maven fail to compile my project occasionally?

2014-02-25 Thread Barrie Treloar
Well, Eclipse is not installed on my daily-build server, so I guess it has nothing to do with Eclipse. ;-) I guess when Maven encounters the missing-dependency compilation error, it doesn't stop compiling immediately, and it tries its best to compile other unrelated modules. When I compile

Re: Why does Maven fail to compile my project occasionally?

2014-02-20 Thread Stephen Connolly
-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5785441.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: Why does Maven fail to compile my project occasionally?

2014-02-20 Thread Ron Wheeler
in the imports while editing but will not build outside Eclipse. Ron -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5785441.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Why does Maven fail to compile my project occasionally?

2014-02-20 Thread Wayne Fay
It's because my code depends some other modules which I didn't put it into pom.xml explicitly. And I'm adding them into the corresponding pom.xml. Thank you for directing me back to the right track! Glad you sorted that out! :) However, I'm curious that I succeed to compile the project after

Re: Why does Maven fail to compile my project occasionally?

2014-02-19 Thread LevskiWeng
-fail-to-compile-my-project-occasionally-tp5784849p5785441.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

RE: Why does Maven fail to compile my project occasionally?

2014-02-19 Thread Martin Gainty
Date: Wed, 19 Feb 2014 17:58:13 -0800 From: levskiw...@gmail.com To: users@maven.apache.org Subject: Re: Why does Maven fail to compile my project occasionally? Wayne Fay wrote Maven calls out to your system JDK to do the compilation step. With the [ERROR] lines you provided

Re: Why does Maven fail to compile my project occasionally?

2014-02-16 Thread LevskiWeng
-- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5785057.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Why does Maven fail to compile my project occasionally?

2014-02-16 Thread Wayne Fay
I've written a Windows batch file to invoke Maven to build the project before I choose Jenkins as my daily build system. And at that time I got the same Maven error as I described in this thread. Maven calls out to your system JDK to do the compilation step. With the [ERROR] lines you provided

Re: Why does Maven fail to compile my project occasionally?

2014-02-16 Thread Ron Wheeler
if it is the evil job type causing issues for you -- Levski Weng -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5785057.html Sent from the Maven - Users mailing list archive at Nabble.com. -- Ron Wheeler President

Re: Why does Maven fail to compile my project occasionally?

2014-02-16 Thread LevskiWeng
/project Any ideas? -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5785124.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Why does Maven fail to compile my project occasionally?

2014-02-15 Thread Robert Scholte
is in Chinese it is a bit difficult to tell. Why are you deleting your local repo? Is it possible that you are using different compilers? How is TYPE_AGENT_ID source com compiles - same pom? -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project

Re: Why does Maven fail to compile my project occasionally?

2014-02-15 Thread Stephen Connolly
\conf\settings.xml [DEBUG] Reading user settings from C:\.m2\settings.xml Ron Wheeler wrote Where is the compiler version and options line? Ron -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5784947

RE: Why does Maven fail to compile my project occasionally?

2014-02-15 Thread Martin Gainty
To: users@maven.apache.org Subject: Re: Why does Maven fail to compile my project occasionally? Date: Sat, 15 Feb 2014 11:45:57 +0100 From: rfscho...@apache.org My code is correct because I could successfully build the whole project in Eclipse again and again. This is 100% true. Within

Why does Maven fail to compile my project occasionally?

2014-02-14 Thread Levski Weng
Hello, I'm new to Maven. Currently I use Maven 3.1.1 to compile my project (using Jenkins). But occasionally, maven report error messages like the following: Begin of the console output ... [INFO] Compiling 132 source files to C:\Program Files

Re: Why does Maven fail to compile my project occasionally?

2014-02-14 Thread Ron Wheeler
Since the error message is in Chinese it is a bit difficult to tell. Why are you deleting your local repo? Is it possible that you are using different compilers? How is TYPE_AGENT_ID source com compiles - same pom? On 14/02/2014 9:12 AM, Levski Weng wrote: Hello, I'm new to Maven. Currently I

Re: Why does Maven fail to compile my project occasionally?

2014-02-14 Thread LevskiWeng
For additional commands, e-mail: users-help@.apache -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5784853.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Why does Maven fail to compile my project occasionally?

2014-02-14 Thread Ron Wheeler
- To unsubscribe, e-mail: users-unsubscribe@.apache For additional commands, e-mail: users-help@.apache -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5784853.html Sent from the Maven

Re: Why does Maven fail to compile my project occasionally?

2014-02-14 Thread LevskiWeng
message is in Chinese it is a bit difficult to tell. Why are you deleting your local repo? Is it possible that you are using different compilers? How is TYPE_AGENT_ID source com compiles - same pom? -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail

Re: Why does Maven fail to compile my project occasionally?

2014-02-14 Thread LevskiWeng
as the following: -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5784861.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Why does Maven fail to compile my project occasionally?

2014-02-14 Thread Ron Wheeler
? -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5784856.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Why does Maven fail to compile my project occasionally?

2014-02-14 Thread LevskiWeng
wrote Where is the compiler version and options line? Ron For additional commands, e-mail: users-help@.apache -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5784945.html Sent from the Maven - Users

Re: Why does Maven fail to compile my project occasionally?

2014-02-14 Thread LevskiWeng
Where is the compiler version and options line? Ron -- View this message in context: http://maven.40175.n5.nabble.com/Why-does-Maven-fail-to-compile-my-project-occasionally-tp5784849p5784947.html Sent from the Maven - Users mailing list archive at Nabble.com