Did this fail for you w/o the require? I ran condor last week with no issues here.
On Tue, Jul 13, 2010 at 5:14 AM, <[email protected]> wrote: > From: Jan Provaznik <[email protected]> > > Condormatic uses REXML::Document, make sure this lib is loaded. > --- > src/app/util/condormatic.rb | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/src/app/util/condormatic.rb b/src/app/util/condormatic.rb > index 81cf2b9..155fa7d 100644 > --- a/src/app/util/condormatic.rb > +++ b/src/app/util/condormatic.rb > @@ -17,6 +17,8 @@ > # MA 02110-1301, USA. A copy of the GNU General Public License is > # also available at http://www.gnu.org/copyleft/gpl.html. > > +require 'rexml/document' > + > def condormatic_instance_create(task) > > begin > -- > 1.7.0.1 > > _______________________________________________ > deltacloud-devel mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/deltacloud-devel >
_______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
