Why is the HEAD of 4.1 branch now on 4.1.1?  Don't we need a stable 4.1.0
completed first, before we break 4.1? I ran into several issues today with
this, and then finally now there's not a database upgrade from 4.1.0 to
4.1.1-SNAPSHOT.


On Mon, Apr 22, 2013 at 6:54 AM, Chip Childers <chip.child...@sungard.com>wrote:

> Yup - The script I used to update versions was incomplete.  Fixed and
> will attempt the process again now.
>
> Thanks Mice!
>
> On Sun, Apr 21, 2013 at 11:34 PM, Mice Xia <weiran.x...@gmail.com> wrote:
> > chip,
> >
> > in tools/apidoc/pom.xml
> > -
> >
> <client.config.base>../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/</client.config.base>
> > +
> >
> <client.config.base>../../client/target/cloud-client-ui-4.1.1-SNAPSHOT/WEB-INF/</client.config.base>
> >
> > -mice
> >
> >
> > 2013/4/22 Chip Childers <chip.child...@sungard.com>
> >
> >> I was about to release the RC for voting, when I hit an error building
> >> from the 4.1 branch via the following command:
> >>
> >> mvn -P developer,systemvm clean install
> >>
> >> Does anyone know what's going wrong here?
> >>
> >> Snipped output below:
> >>
> >>
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Building Apache CloudStack apidoc Tools 4.1.0
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO]
> >> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-apidoc
> ---
> >> [INFO]
> >> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> >> cloud-apidoc ---
> >> [INFO]
> >> [INFO] --- exec-maven-plugin:1.2.1:exec (compile) @ cloud-apidoc ---
> >> + set -u
> >> +
> >>
> TARGETJARDIR=../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF//lib
> >> + shift
> >> +
> DEPSDIR=../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF//lib
> >> + shift
> >> + DISTDIR=./target
> >> + shift
> >> ++ canonical_readlink ./build-apidoc.sh
> >> +++ dirname ./build-apidoc.sh
> >> ++ cd .
> >> +++ basename ./build-apidoc.sh
> >> ++ __filename=build-apidoc.sh
> >> ++ '[' -h build-apidoc.sh ']'
> >> +++ pwd -P
> >> ++ echo /private/tmp/cloudstack/apache-cloudstack-4.1.0-src/tools/apidoc
> >> +
> thisdir=/private/tmp/cloudstack/apache-cloudstack-4.1.0-src/tools/apidoc
> >> + PATHSEP=:
> >> + [[ darwin11.3.0 == \c\y\g\w\i\n ]]
> >> + CP=:/
> >> + for file in '$TARGETJARDIR/*.jar'
> >> +
> >>
> CP=':/:../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF//lib/*.jar'
> >> + for file in '$DEPSDIR/*.jar'
> >> +
> >>
> CP=':/:../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF//lib/*.jar:../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF//lib/*.jar'
> >> + java -cp
> >>
> ':/:../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF//lib/*.jar:../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF//lib/*.jar'
> >> com.cloud.api.doc.ApiXmlDocWriter -d ./target -f
> >>
> ../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF//classes/commands.properties
> >> Exception in thread "main" java.lang.NoClassDefFoundError:
> >> com/cloud/api/doc/ApiXmlDocWriter
> >> Caused by: java.lang.ClassNotFoundException:
> >> com.cloud.api.doc.ApiXmlDocWriter
> >>     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> >>     at java.security.AccessController.doPrivileged(Native Method)
> >>     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> >>     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> >>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> >>     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> >> + '[' 1 -ne 0 ']'
> >> + exit 1
> >>
> >>
>

Reply via email to