Hi,
 
I have downloaded andromda plug in today and created simple project with web, ejb and web services options. I have not added anything to the model yet, just invoked maven in the project directory and I get the following exception. I have choosen ear option if that is relevant. I appreciate any help.
 
Sai Alluru
 

    [javac] Compiling 3 source files to C:\projects\test\web\target\classes
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\StrutsValid
ator.java:13: package org.apache.struts.action does not exist
import org.apache.struts.action.ActionMessages;
                                ^
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\StrutsValid
ator.java:14: package org.apache.struts.validator does not exist
import org.apache.struts.validator.Resources;
                                   ^
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\StrutsValid
ator.java:45: cannot resolve symbol
symbol  : class ActionMessages
location: class org.andromda.presentation.bpm4struts.StrutsValidator
        ActionMessages errors,
        ^
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\StrutsValid
ator.java:107: cannot resolve symbol
symbol  : class ActionMessages
location: class org.andromda.presentation.bpm4struts.StrutsValidator
        ActionMessages errors,
        ^
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\ActionServl
et.java:8: package org.apache.struts.action does not exist
    extends org.apache.struts.action.ActionServlet
                                    ^
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\StrutsValid
ator.java:81: cannot resolve symbol
symbol  : variable Resources
location: class org.andromda.presentation.bpm4struts.StrutsValidator
            errors.add(field.getKey(), Resources.getActionMessage(
                                       ^
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\StrutsValid
ator.java:129: cannot resolve symbol
symbol  : v ariable Resources
location: class org.andromda.presentation.bpm4struts.StrutsValidator
                    errors.add(field.getKey(), Resources.getActionMessage(reques
t, validatorAction, field));
                                               ^
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\StrutsValid
ator.java:135: cannot resolve symbol
symbol  : variable Resources
location: class org.andromda.presentation.bpm4struts.StrutsValidator
                errors.add(field.getKey(), Resources.getActionMessage(request, v
alidatorAction, field));
                                           ^
C:\projects\test\web\target\src\org\andromda\presentation\bpm4struts\ActionServl
et.java:17: cannot resolve symbol
symbol  : variable super
location: class org.andromda.presentation.bpm4struts.ActionServlet
        super.init(config);
        ^
9 errors
BUILD FAILED
File...... C:\Documents and Settings\Sai\.maven\cache\maven-multiproject-plugin-
1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- C:\Documents and Settin
gs\Sai\.maven\cache\maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compil
e failed; see the compiler error output for details.
INFO  [App] Total time: 20 seconds
INFO  [App] Finished at: Mon May 16 21:51:16 IST 2005
INFO  [App]

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to