Andersen, Bradley David wrote:
[EMAIL PROTECTED]:~/maven-1.0.2/bin$ ./maven gridSphereDeployAll

Bradley, I'm a member of the OGCE project. The above line suggests to me that you ran this command from the maven/bin directory. Instead you want to add the maven/bin directory to your path and then run this command from the ogce2 directory. Something like this:

  export MAVEN_HOME=~/maven-1.0.2
  export PATH=$MAVEN_HOME/bin:$PATH
  cd <OGCE directory>
  maven gridSphereDeployAll

In the OGCE directory you'll find a maven.xml file which defines the gridSphereDeployAll goal.

I would also suggest that you subscribe to the OGCE mailing list for future inquiries. Send an email to [EMAIL PROTECTED] with "subscribe discuss" in the message body.

Thanks,

Marc

--
Marcus Christie      | [EMAIL PROTECTED]
Office: 812-855-4081 | Cell: 812-391-2196
Yahoo IM: m_christie | AOL: marcuschristie | MSN: [EMAIL PROTECTED]
Calendar: http://www.cs.indiana.edu/~machrist/Schedule.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to