cancel
Showing results for 
Search instead for 
Did you mean: 

build.xml builds 30 projects and take 20 minutes

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

I am working on alfresco explorer customization.

When i do the changes in web client project and run  build.xml.

build.xml builds all 30 projects in head/root/projects/ and it takes more than 20 minutes

I want to build only web client project not all projects.

So that build time will be reduce and i will be able to check customization output quickly.

any idea ?
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
Use "ant -p" to get a summary of the available targets.

The target you'll likely want is "incremental-webclient-tomcat"

Thanks,
Mike

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

Thanks for reply.

I think i need build all 30 projects because web client project dependent on other projects
so if we build only web client project then it will not work.

Or we can build web client and dependent projects so that build time reduce.

thanks
hiko

mikeh
Star Contributor
Star Contributor
The ant targets contains all the dependencies.

Thanks,
Mike