Stefan Bodewig wrote:
>
>> On my thinkpad, "build gump scripts" takes 22 seconds to execute.
>
> On my box it results in
>
> Unknown project: gump
> Usage: build all | clean | project [target...]
>
> ;-)
>
> Why is gump defined in a descriptor of its own and not part of the
> default profile?  Why is it not part of jakarta-alexandria.xml?

Here's the definition I use on my development machine.  Would it work on
your machine?

     <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>

For reference, here is the definition from the "official" gump machine:

     <project name="gump" home="/home/rubys/gump">
       <ant>
         <property name="workspace" value="rubix.xml"/>
         <property name="webstyle" value="stylesheet/jakarta.xsl"/>
         <property name="target" value="bash"/>
         <property name="extension" value="sh"/>
       </ant>
     </project>

For these two data points, the only information in common is the project
name and the webstyle property value.

- Sam Ruby


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

Reply via email to