08-15-2011 05:29 AM
08-15-2011 06:15 AM
08-15-2011 08:03 AM
Buildfile: C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\build.xml
compile:
[javac] C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\build.xml:23: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1 source file to C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\build\classes
[javac] C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\src\main\java\org\alfresco\web\bean\actions\handlers\MailAttachHandler.java:67: error: method getEmailRecipients in class BaseActionWizard cannot be applied to given types;
[javac] List<String> recipients = new ArrayList<String>(wizard.getEmailRecipients().size());
[javac] ^
[javac] required: Map<String,Serializable>
[javac] found: no arguments
[javac] reason: actual and formal argument lists differ in length
[javac] C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\src\main\java\org\alfresco\web\bean\actions\handlers\MailAttachHandler.java:68: error: method getEmailRecipients in class BaseActionWizard cannot be applied to given types;
[javac] for (int i=0; i < wizard.getEmailRecipients().size(); i++)
[javac] ^
[javac] required: Map<String,Serializable>
[javac] found: no arguments
[javac] reason: actual and formal argument lists differ in length
[javac] C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\src\main\java\org\alfresco\web\bean\actions\handlers\MailAttachHandler.java:70: error: method getEmailRecipients in class BaseActionWizard cannot be applied to given types;
[javac] RecipientWrapper wrapper = wizard.getEmailRecipients().get(i);
[javac] ^
[javac] required: Map<String,Serializable>
[javac] found: no arguments
[javac] reason: actual and formal argument lists differ in length
[javac] C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\src\main\java\org\alfresco\web\bean\actions\handlers\MailAttachHandler.java:121: error: method getEmailRecipients in class BaseActionWizard cannot be applied to given types;
[javac] wizard.getEmailRecipients().add(
[javac] ^
[javac] required: Map<String,Serializable>
[javac] found: no arguments
[javac] reason: actual and formal argument lists differ in length
[javac] C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\src\main\java\org\alfresco\web\bean\actions\handlers\MailAttachHandler.java:145: error: method getEmailRecipients in class BaseActionWizard cannot be applied to given types;
[javac] if (actionWizard.getEmailRecipients().size() != 0)
[javac] ^
[javac] required: Map<String,Serializable>
[javac] found: no arguments
[javac] reason: actual and formal argument lists differ in length
[javac] C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\src\main\java\org\alfresco\web\bean\actions\handlers\MailAttachHandler.java:149: error: method getEmailRecipients in class BaseActionWizard cannot be applied to given types;
[javac] for (int i=0; i < actionWizard.getEmailRecipients().size(); i++)
[javac] ^
[javac] required: Map<String,Serializable>
[javac] found: no arguments
[javac] reason: actual and formal argument lists differ in length
[javac] C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\src\main\java\org\alfresco\web\bean\actions\handlers\MailAttachHandler.java:151: error: method getEmailRecipients in class BaseActionWizard cannot be applied to given types;
[javac] RecipientWrapper wrapper = actionWizard.getEmailRecipients().get(i);
[javac] ^
[javac] required: Map<String,Serializable>
[javac] found: no arguments
[javac] reason: actual and formal argument lists differ in length
[javac] Note: C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\src\main\java\org\alfresco\web\bean\actions\handlers\MailAttachHandler.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 7 errors
BUILD FAILED
C:\alfresco-community-sdk-3.4.d\samples\MailAttachAction-1.0\build.xml:23: Compile failed; see the compiler error output for details.
Total time: 1 second
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.