I syncd a source tree today and my "maven" command build stuff.
'maven all-tests' doesn't seem to work for me however. :-{
And I thought Axis 1.x build.xml system was tricky - maven makes the
complexity go up to 11!
:-)
--
Tom Jordahl
Macromedia Server Development
> -----Original Message-----
> From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 13, 2005 12:42 PM
> To: axis dev
> Subject: [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:
>
> [EMAIL PROTECTED] 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
>
> [EMAIL PROTECTED] 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:
>
> [EMAIL PROTECTED] 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