Hi Guys, have you figured out what the issue was? I have exactly same
problem.
I solved the problem with: ln -s /usr/bin/mvn3 /usr/bin/mvn
and I succesfully build the following pakage is that right for
cloudstack 4.1
-rw-r--r-- 1 root root 38962010 Jul 8 22:20
cloudstack-agent_4.1.0_all.deb
-rw-r--r-- 1 root root 63339952 Jul 8 22:21
cloudstack-awsapi_4.1.0_all.deb
-r
On Mon, Jul 08, 2013 at 10:13:05PM +0200, Thomas Schneider wrote:
> I removed mvn2 and I have another problem.
>
> 1. mvn3 -P depsOK
> 2. dpkg-buildpackageFAIL
>
> dpkg-source -b apache-cloudstack-4.1.0-src
> dpkg-source: warning: no source format specified in
> debian/source/for
I removed mvn2 and I have another problem.
1. mvn3 -P depsOK
2. dpkg-buildpackageFAIL
dpkg-source -b apache-cloudstack-4.1.0-src
dpkg-source: warning: no source format specified in
debian/source/format, see dpkg-source(1)
dpkg-source: info: using source format `1.0'
dpkg-source:
On 07/08/2013 06:39 PM, Thomas Schneider wrote:
I have the both
Aha! Since debian/rules calls the "mvn" command this might break things.
I'd say, go for Maven 3 only.
Wido
root@csm:~/cloudstack/apache-cloudstack-4.1.0-src# mvn --version
Apache Maven 2.2.1 (rdebian-8)
Java version: 1.6.0_
I took a look in the folder .m2 an I didn't see any zip file, but the
jar and pom files are prensent.
root@csm:~/cloudstack/apache-cloudstack-4.1.0-src# ls
/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.
commons-lang-2.3.jar commons-lang-2.3.pom
I retryed with just dpkg-buil
I have the both
root@csm:~/cloudstack/apache-cloudstack-4.1.0-src# mvn --version
Apache Maven 2.2.1 (rdebian-8)
Java version: 1.6.0_27
Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux" version: "3.5.0-23-generic" arch: "amd64
What version of maven are you using?
On Mon, Jul 8, 2013 at 12:24 PM, Thomas Schneider
wrote:
> Hello,
>
> I try to build the deb package for cloudstack 4.1 with the following
> command but I have a problem.
>
> #mvn clean install -P developer,systemvm
>
> or
>
> #mvn3 -P deps
>
> Until there no
Are you sure this isn't a local system error? Since all those errors in
reading zipfile don't seem right.
Btw, running just "dpkg-buildpackage" should be sufficient.
Wido
On 07/08/2013 06:24 PM, Thomas Schneider wrote:
Hello,
I try to build the deb package for cloudstack 4.1 with the followi