cancel
Showing results for 
Search instead for 
Did you mean: 

Importing Alfresco in Eclipse

talk2rohan
Champ in-the-making
Champ in-the-making
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:
1 REPLY 1

mcq
Champ in-the-making
Champ in-the-making
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