Hi , It seems that there is no override directory inside your build folder where you would need to copy replace.properties file .
I guess you could try this - 1) Create a directory with the name "override" inside your "build" folder . Then copy replace.properties within "build" folder to "override" directory and then try using ant. Regards Pranav -----Original Message----- From: Toriq Pria Dhigfora [mailto:[email protected]] Sent: Tuesday, November 27, 2012 11:54 PM To: [email protected] Subject: Error when installing cloudstack dear all , i've problem for installing cloudstack on ubuntu from git. when I do "ant clean-all" an error appear * * > *toriq@Toriq354:/opt/Work/incubator-cloudstack$ ant clean-all* > > *Buildfile: /opt/Work/incubator-cloudstack/build.xml* > > * [echo] Using build parameters from >> /opt/Work/incubator-cloudstack/build/build-cloud.properties* > > * [echo] Using company info from >> /opt/Work/incubator-cloudstack/build/cloud.properties* > > * [echo] Using override file from >> /opt/Work/incubator-cloudstack/build/replace.properties* > > * [echo] Using build parameters from >> /opt/Work/incubator-cloudstack/build/build-cloud.properties* > > * [echo] Using company info from >> /opt/Work/incubator-cloudstack/build/cloud.properties* > > * [echo] Using override file from >> /opt/Work/incubator-cloudstack/build/replace.properties* > > * >> * > > *BUILD FAILED* > > */opt/Work/incubator-cloudstack/build.xml:48: The following error >> occurred while executing this line:* > > */opt/Work/incubator-cloudstack/build/build-aws-api.xml:34: taskdef class >> org.apache.axis2.tool.ant.AntCodegenTask cannot be found* > > * using the classloader AntClassLoader[]* > > * >> * > > *Total time: 0 seconds* > > *toriq@Toriq354:/opt/Work/incubator-cloudstack$ ant clean-all* > > *Buildfile: /opt/Work/incubator-cloudstack/build.xml* > > * [echo] Using build parameters from >> /opt/Work/incubator-cloudstack/build/build-cloud.properties* > > * [echo] Using company info from >> /opt/Work/incubator-cloudstack/build/cloud.properties* > > * [echo] Using override file from >> /opt/Work/incubator-cloudstack/build/replace.properties* > > * [echo] Using build parameters from >> /opt/Work/incubator-cloudstack/build/build-cloud.properties* > > * [echo] Using company info from >> /opt/Work/incubator-cloudstack/build/cloud.properties* > > * [echo] Using override file from >> /opt/Work/incubator-cloudstack/build/replace.properties* > > * >> * > > *BUILD FAILED* > > */opt/Work/incubator-cloudstack/build.xml:48: The following error >> occurred while executing this line:* > > */opt/Work/incubator-cloudstack/build/build-aws-api.xml:34: taskdef class >> org.apache.axis2.tool.ant.AntCodegenTask cannot be found* > > * using the classloader AntClassLoader[]* > > * > * > any solution ?
