cancel
Showing results for 
Search instead for 
Did you mean: 

Missing webscirpt jar library in sdk 3.3?

corbezzoli
Champ in-the-making
Champ in-the-making
Hi all,
I-m testing Alfresco Comunity 3.3.
During rebuilding my extension for Alfresco with alfresco-community-sdk-3.3 i have got the error:

  
    [javac] Compiling 2 source files to /opt/share-site-ws/build/classes
    [javac] ———-
    [javac] 1. ERROR in /opt/share-site-ws/src/com/dnsee/integration/clientproject/ClientsDataWebScript.java (at line 6)
    [javac]     import org.alfresco.web.scripts.AbstractWebScript;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.alfresco.web.scripts cannot be resolved
Then I look into the dir "${alfrescoSDK.dir}\lib\server" and i compare wth the previous SDK version (3.2r2) and i don't found the corrispondent library for alfresco-webscript-framework-3.2r2.jar

I miss something? Some repakaging? Where I can find the  (probabilty) alfresco-webscript-framework-3.3.jar ?

Thanks in advice
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
The webscript framework has moved from Alfresco to Spring Surf.   You should see the spring surf JARS in the SDK.

AbstractWebScript is now in org.springframework.extensions.webscripts

corbezzoli
Champ in-the-making
Champ in-the-making
Thanks mrogers!
I change only the import and I successfully compile all!