RE: INTERNAL ERROR question

2003-06-17 Thread Kristine Weissbarth
Thanks, but If I'm now starting maven via 'maven site' the following
output appears:

 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


BUILD FAILED
Goal "site" does not exist in this project.
Total time:  8 seconds


and if I'm trying 'maven site:generate' I get the same like the last
time:

 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


Starting the reactor...
Our processing order:
Utilities
+
| Building site Utilities
| Memory: 1M/2M
+
site:generate:
all-build:
[echo] Processing whoweare.xml template ...
[echo] Processing source-repos.xml template ...
[echo] Processing mail.xml template ...
[echo] Processing navigation.xml template ...
INTERNAL ERROR
Reference made to goal 'site:generate' which has no definition.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: INTERNAL ERROR question

2003-06-17 Thread S. Radhakrishnan
Hi,

I think, it will work if you change your maven.xml a bit.,

  

  

try this,

RK

-Original Message-
From: Kristine Weissbarth [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 17, 2003 4:09 PM
To: [EMAIL PROTECTED]
Subject: INTERNAL ERROR question


Hi,

I'm using the reactor to set up maven for my project which has several
subproject (e.g. subproject utilities). It already worked some time ago
but now I'm always getting the following output and error when I try to
start maven (with 'maven site'). In my opinion there is I defined 'site'
in the maven.xml and maven even starts but than aborts. I have no clue
why. Can anybody help me, please?!

-- output --
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


Starting the reactor...
Our processing order:
Utilities
+
| Building site Utilities
| Memory: 1M/2M
+
site:
all-build:
[echo] Processing whoweare.xml template ...
[echo] Processing source-repos.xml template ...
[echo] Processing mail.xml template ...
[echo] Processing navigation.xml template ...
INTERNAL ERROR
Reference made to goal 'site' which has no definition.

-- output end --


That's what my maven.xml looks like:



  

  

  




  

  




  
  Processing ${templateName} template ...

  



  




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]