Importing Alfresco in Eclipse

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2009 06:33 AM
I have imported alfresco in eclipse when..now when i run build.xml from antproject then i given message to me….
Buildfile: D:\Alfresco LatestVersion\Alfresco_Otman\root\projects\repository\build.xml
compile-jibx-eclipse:
init:
[echo] user.home = C:\Documents and Settings\Administrator
compile-repository-jibx:
[bind] Failed setting classpath from Ant task
[bind] Failed setting classpath from Ant task
BUILD SUCCESSFUL
Total time: 2 seconds
now after it what to do….cause it is not mentioned in Alfresco developer guide also…
:roll:
Buildfile: D:\Alfresco LatestVersion\Alfresco_Otman\root\projects\repository\build.xml
compile-jibx-eclipse:
init:
[echo] user.home = C:\Documents and Settings\Administrator
compile-repository-jibx:
[bind] Failed setting classpath from Ant task
[bind] Failed setting classpath from Ant task
BUILD SUCCESSFUL
Total time: 2 seconds
now after it what to do….cause it is not mentioned in Alfresco developer guide also…
:roll:
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2009 05:16 PM
The Ant build script creates various build artifacts under subdirectories in the "projects" directory, named build/dist. The key artifact you are probably interested in is in the projects/web-client/build/dist directory called "alfresco.war". This is the Alfresco web application containing the Alfresco core content management engine and the JSF web client, which I think Alfresco currently calls Alfresco Explorer. This WAR file is ready to deploy to your favorite app server.
You also can find the Share collaboration server project under projects/slingshot/build/dist as "share.war". The Surf web framework, upon which Share is built, is in projects/web-framework/build/dist as "alfwf.war".
Good luck.
-Tom
You also can find the Share collaboration server project under projects/slingshot/build/dist as "share.war". The Surf web framework, upon which Share is built, is in projects/web-framework/build/dist as "alfwf.war".
Good luck.
-Tom
