VMware Cloud Community
thamina
Contributor
Contributor

Error while compiling Hyperic HQ

Hi,

I have downloaded hyperic-hq-src-3.0.5-417.tar, when i try to build it, it fails after a while showing the below error.

BUILD FAILED
/orange/sujay/HQ/hq/build.xml:196: The following error occurred while executing this line:
/orange/sujay/HQ/hq/build.xml:168: srcdir "/orange/sujay/HQ/hq/build/installer/src" does not exist!

Can anyone faced similar problems while compiling HQ? If so please help me out compiling this.

Thanks
0 Kudos
3 Replies
dougm_hyperic
VMware Employee
VMware Employee

What steps did you take exactly? Did you see this doc?
http://support.hyperic.com/confluence/display/DOCSHQ30/Build+Instructions
0 Kudos
thamina
Contributor
Contributor

Hi Doug MacEachern,

I am referring the same build instructions. But previously i had just used "ant" to compile.
The instructions says to use "ant all". When i use the same command to build, after a while it fails saying

BUILD FAILED
/orange/sujay/HQ/hq/build.xml:196: The following error occurred while executing this line:
/orange/sujay/HQ/hq/build.xml:168: srcdir "/orange/sujay/HQ/hq/build/src" does not exist!

What i think is, the build.xml expecting src directory within build.
0 Kudos
thamina
Contributor
Contributor

Snapshot of what happens when i do ant all.

Buildfile: build.xml

init-props:
[echo] Development Build, version: 3.0.5, build number: 417

init-internal-taskdefs:

init:

xdoclet-init:

xdoclet-check:

xdoclet:

common-taskdefs:

hibernate-init-taskdefs:

hibernate-taskdefs:

hibernate-check:

hibernate-prep:

compile-txsnatch:

compile-app-sources:

BUILD FAILED
/orange/sujay/HQ/hq/build.xml:196: The following error occurred while executing this line:
/orange/sujay/HQ/hq/build.xml:168: srcdir "/orange/sujay/HQ/hq/build/src" does not exist!
0 Kudos