Hi, I want to compile alfresco and deploy it.
But when I try to run the alfresco from Build.xml,
I encounter such a problem :
Buildfile: C:\share\AlfrescoSourceCode\root\build.xml
init:
[echo] user.home = C:\Documents and Settings\dennis
compile-core:
package-core:
incremental-core:
compile-webscriptframework:
package-webscriptframework-jar:
compile-jlan:
package-jlan:
incremental-jlan:
compile-mbeans:
package-mbeans:
incremental-mbeans:
compile-deployment:
package-deployment-jar:
assemble-deployment:
package-deployment-zip:
package-deployment:
incremental-deployment:
compile-repository-java:
[javac] Compiling 2235 source files to C:\share\AlfrescoSourceCode\root\projects\repository\build\classes
The ant will stop at
"[javac] Compiling 2235 source files to C:\share\AlfrescoSourceCode\root\projects\repository\build\classes"
And never continue, I tried run at build-tomcat or other method, but it doesn't work, It always stop at the first compile.
Any help will be appreciated,,,,Thanks