Hi Sheryl,
The OODT components have dependencies upon each other, so the best way
to proceed is:
1) download the entire OODT trunk
(https://svn.apache.org/repos/asf/oodt/trunk
<https://svn.apache.org/repos/asf/oodt/trunk/workflow>)
2) run mvn package from the root directory
That way, you'll have both the right POM, and it will build all the
dependencies you need, including, ultimately, the workflow monitor
component you're interested in.
Hope this helps,
Andrew.
On 6/17/11 11:50 AM, Sheryl John wrote:
Hi,
I am trying to build the Workflow Manager on ubuntu 11.04. I checked
out the latest subversion from
https://svn.apache.org/repos/asf/oodt/trunk/workflow. Currently when I
run the command /mvn package, /there is an error while building POM.
root@ubuntu:/usr/local/src/workflow# mvn package
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: null:cas-workflow:jar:null
Reason: Cannot find parent: org.apache.oodt:oodt-core for project:
null:cas-workflow:jar:null for project null:cas-workflow:jar:null
I got it successfully built on Windows. But I downloaded the 0.2
release and built the Workflow component from that release.
Was there a change in the Workflow after the 0.2 release which
explains the above build failure?
Thanks,
Sheryl