Looks like ytou havn't put the plugins into the maven plugin directory.


The avalon:met plugin is the one that does the javadoc tag handling. The merlin plugin has a coupleof goals - merlin:simulate for simulated deployment against a target/class directory and merlin:deploy for validation of the deployment of a jar file created by the maven build. Instructions for installing the plugins are in the installlation.txt file.

Stephen.


Alex Karasulu wrote:


Sorry to bother you again Stephen. I just checked out a fresh copy of the sandbox and started to try the tutorials and had the following maven error when trying to build:

$ maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

Attempting to download avalon-framework-api-SNAPSHOT.jar.
Attempting to download avalon-framework-impl-SNAPSHOT.jar.

BUILD FAILED
File...... file:/d:/Java/apache/avalon/avalon-sandbox/merlin/merlin-platform/tut
orials/hello/
Element... attainGoal
Line...... 4
Column.... 37
No goal [avalon:meta]
Total time: 4 seconds


Could you provide some insight? I'll build by hand until the issues are resolved.

Thanks,
Alex

At 04:21 PM 8/21/2003 +0200, you wrote:


Alex Karasulu wrote:

Thanks Stephen your last email was very thorough again - I'm following it to run the tutorials et cetera. Besides these minor little details I'm really digging Merlin. It's very toight as Gold Member would put it. I think its going to be a most excellent candidate for enabling LDAPd in embeddable configurations.



Quick question - what is the OS your running on and the JVM Version? (I want to build up a list of validated scenarios).

Stephen.




Thanks much,
Alex Karasulu

At 11:33 AM 8/21/2003 +0200, you wrote:


Ole Bulbuk wrote:

$ merlin.sh target/classes -execute Using MERLIN_HOME:
/opt/java/tools/merlin Using JAVA_HOME: /usr/java/j2sdk1.4.2 USing RUN_CMD: /usr/java/j2sdk1.4.2/bin/java -Djava.ext.dirs=/opt/java/tools/merlin/ext \ -Dmerlin.home=/opt/java/tools/merlin -jar /opt/java/tools/merlin/bin/merlin-bootstrap-1.0.jar -execute Usage: /opt/java/tools/merlin/bin/merlin.sh {start|stop|run|restart|check}
Could someone point me in the right direction? I'm really dying to start going with merlin but I just am a bit lost ;(.


Can it be that you call
$ merlin.sh target/classes -execute
but the script sais it should be
$ merlin.sh run
???



These two commands should be equivalent:


$ merlin.sh target/classes -execute

$ java -Djava.ext.dirs=%MERLIN_HOME%/ext \
-Dmerlin.home=%MERLIN_HOME% \
-jar %MERLIN_HOME/bin/merlin-bootstrap-1.0.jar -execute target/classes


I guess there may be stuff in the sh script to handle process based execution but its not something I'm familiar with.

Stephen.

Just a guess,

Ole


--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net

Sent via James running under Merlin as an NT service.
http://avalon.apache.org/sandbox/merlin




--------------------------------------------------------------------- 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]



--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net

Sent via James running under Merlin as an NT service.
http://avalon.apache.org/sandbox/merlin




--------------------------------------------------------------------- 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]




--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net

Sent via James running under Merlin as an NT service.
http://avalon.apache.org/sandbox/merlin




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



Reply via email to