You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Dennis Sosnoski <dm...@sosnoski.com> on 2005/09/13 18:42:22 UTC

[Axis2] Build changed?

It looks like the builds are somehow messed up on my system. I just did 
a "svn update", followed by "maven clean" and "maven". The "maven" 
command no longer does anything. Here's my output:

[dennis@dev axis2]$ maven clean
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Tue Sep 13 09:39:14 PDT 2005

[dennis@dev axis2]$ maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Tue Sep 13 09:39:19 PDT 2005

Has the build procedure changed since last month? "maven test" also does 
nothing useful:

[dennis@dev axis2]$ maven test
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /home/dennis/projects/axis2/target/classes

java:compile:
    [echo] Compiling to /home/dennis/projects/axis2/target/classes
    [echo] No java source files to compile.
resources or todir was null

java:jar-resources:

test:prepare-filesystem:
    [mkdir] Created dir: /home/dennis/projects/axis2/target/test-classes
    [mkdir] Created dir: /home/dennis/projects/axis2/target/test-reports

test:test-resources:

test:compile:
    [echo] No test source files to compile.

test:test:
    [echo] No tests to run.
BUILD SUCCESSFUL
Total time: 3 seconds
Finished at: Tue Sep 13 09:40:07 PDT 2005

Probably my error, but I don't have a clue how. Any suggestions? Thanks,

  - Dennis

Re: [Axis2] Build changed?

Posted by Eran Chinthaka <ch...@opensource.lk>.
Hi Dennis,

I just checked my build. Seems its working (even though tests failed) 
without a problem.

Dennis Sosnoski wrote:

> It looks like the builds are somehow messed up on my system. I just 
> did a "svn update", followed by "maven clean" and "maven". The "maven" 
> command no longer does anything. Here's my output:
>
> [dennis@dev axis2]$ maven clean
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> BUILD SUCCESSFUL
> Total time: 2 seconds
> Finished at: Tue Sep 13 09:39:14 PDT 2005
>
> [dennis@dev axis2]$ maven
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> BUILD SUCCESSFUL
> Total time: 2 seconds
> Finished at: Tue Sep 13 09:39:19 PDT 2005
>
> Has the build procedure changed since last month? "maven test" also 
> does nothing useful:
>
> [dennis@dev axis2]$ maven test
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> build:start:
>
> java:prepare-filesystem:
>    [mkdir] Created dir: /home/dennis/projects/axis2/target/classes
>
> java:compile:
>    [echo] Compiling to /home/dennis/projects/axis2/target/classes
>    [echo] No java source files to compile.
> resources or todir was null
>
> java:jar-resources:
>
> test:prepare-filesystem:
>    [mkdir] Created dir: /home/dennis/projects/axis2/target/test-classes
>    [mkdir] Created dir: /home/dennis/projects/axis2/target/test-reports
>
> test:test-resources:
>
> test:compile:
>    [echo] No test source files to compile.
>
> test:test:
>    [echo] No tests to run.
> BUILD SUCCESSFUL
> Total time: 3 seconds
> Finished at: Tue Sep 13 09:40:07 PDT 2005
>
> Probably my error, but I don't have a clue how. Any suggestions? Thanks,
>
>  - Dennis
>