Wowww ... I've got Gump that works on my machine for my project ! cool.

Now, the last part that I don't understand is build.xml vs gen.bat. For
the moment I have not added to my workspace xml file the following part
:

  <!-- After the bootstrap -->
  <module href="project/gump.xml"/>
  <project name="gump" home="C:\gump">
    <ant>
      <property name="workspace" value="rubypad.xml"/>
      <property name="webstyle" value="stylesheet/jakarta.xsl"/>
      <property name="target" value="win2k"/>
      <property name="extension" value="bat"/>
    </ant>
  </project>

After looking at the build.xml file I am a bit confused ... It seems
there is a lot of overlap between gen.bat and build.xml. Could someone
clarify what build.xml is doing (can't find anything on the gump web
site) ? Is it a work in progress, transforming gen.bat into an Ant build
script ?

Also, I don't know how I send emails on failure. The generated build.bat
does not seem to be doing this ?

Thanks
-Vincent



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

Reply via email to