cancel
Showing results for 
Search instead for 
Did you mean: 

alfresco explorer project from \alfresco\HEAD\root\projects\

hiko
Champ in-the-making
Champ in-the-making
Hi ,

I have exported svn project from \alfresco\HEAD\root\projects

Here i can see list of 30 projects

1.3rd-party
2.alfresco-jlan
3.web-client
…..


I want to do the customization in alfresco explorer  and want to know project name for alfresco explorer.

I think "web-client" use for alfresco explorer development.
5 REPLIES 5

mrogers
Star Contributor
Star Contributor
Yes web-client is what you want.

hiko
Champ in-the-making
Champ in-the-making
We have 30 projects in alfresco\HEAD\root\projects

If i want to do the customization in alfresco explorer then web client directory is require

i would like to know from 30 projects ,how many projects required to run alfresco explorer


because building 30 projects in eclipse takes time and it is make system slow.

mrogers
Star Contributor
Star Contributor
If you use the ant build system it will just build the required projects.   And yes it is quite slow.

However you certainly don't need all 30 projects.   For a start you don't need any modules or anything with the word SDK in it.

If you load the Eclipse project file then the dependencies are already set. So you need the following 8 projects.
3rd party, Alfresco JLAN, Core, JNDI-Client, MBean, Remote API, Repository and Web Script Framework.

hiko
Champ in-the-making
Champ in-the-making
ok thanks.

TODO customization in web client which are the dependent projects

what are other projects web client  use ?

hiko
Champ in-the-making
Champ in-the-making
hi mrogers,

When i do Run As > Ant build.xml. in my project  i have selected 8 projects  as per above mention but still

following operation is perform for all projects

[mkdir] Created dir: C:\ENV\ALFRESCO_SVN\alfresco\HEAD\root\projects\remote-api\build\classes
[javac] Compiling 458 source files to C:\ENV\ALFRESCO_SVN\alfresco\HEAD\root\projects\remote-api\build\classes

i do not want to compile all projects

I am getting error message as

BUILD FAILED
C:\ENV\ALFRESCO_SVN\alfresco\HEAD\root\projects.xml:532: The following error occurred while executing this line:
C:\ENV\ALFRESCO_SVN\alfresco\HEAD\root\macros.xml:57: Compile failed; see the compiler error output for details.