Unable to build Alfresco Surf (missing dependencies)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 04:19 PM
After reading all the exciting blog posts about Alfresco Surf, I finally decided to give it a try myself – but I couldn't get too far. Per the instructions on the "Getting Started" portion of the Surf intro page (http://wiki.alfresco.com/wiki/Surf_Platform) it recommends checking out the project from Subversion and building from source to create a bare bones project. So…
1. I checked out code from svn://svn.alfresco.com/alfresco/HEAD
2. I went to the /root directory and ran "ant incremental-webframework-tomcat"
3. I got the following compile error:
I did some digging and was able to get past that error if I manually included alfresco-jlan.jar…. but then hit another compile error. Am I doing something wrong? How does a developer give Surf a test drive?
-Ben
1. I checked out code from svn://svn.alfresco.com/alfresco/HEAD
2. I went to the /root directory and ran "ant incremental-webframework-tomcat"
3. I got the following compile error:
[javac] E:\projects\reference\surf\root\root\projects\web-framework\source\java\org\alfresco\web\site\servlet\NTLMAuthenticationFilter.java:239: cannot find symbol
[javac] symbol : variable NTLMMessage
[javac] location: class org.alfresco.web.site.servlet.NTLMAuthenticationFilter
[javac] int ntlmTyp = NTLMMessage.isNTLMType(ntlmByts);
I did some digging and was able to get past that error if I manually included alfresco-jlan.jar…. but then hit another compile error. Am I doing something wrong? How does a developer give Surf a test drive?
-Ben
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 09:43 PM
Ditto.
Where on earth is a developer supposed to download Surf from?
Where on earth is a developer supposed to download Surf from?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2009 12:08 AM
Try running:
and then:
Thanks,
-Brian
ant package-jlan
and then:
ant incremental-surf-starter
Thanks,
-Brian
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2009 06:41 AM
Thanks that seems to work fine. Cheers.