You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Erik Hatcher <ja...@ehatchersolutions.com> on 2003/02/01 09:14:15 UTC

Re: xdocs Gump (was [PATCH] Velocity task)

On Friday, January 31, 2003, at 05:48  AM, Stefan Bodewig wrote:
>> Or is this back in my hands?
>
> Why not?

I got jakarta-gump from CVS yesterday, and tried:

	ant

and

	gen.sh

Neither succeeded for me.  Is Gump runnable out-of-the-box these days?  
I got compile errors on Jenny.  Missing the DOM classes (Element, for 
example).  Do I need to tweak with my environment to add dependencies 
just to get Gump to build?

>> Again, it'd take a Gump expert only a little bit of time probably,
>
> I'm not sure.  You'd basically have to modify XSLT stylesheets, and
> even if I'd consider myself above the rookie level when it comes to
> Gump, I'm more or less XSLT ignorant.
>
> Do you want to do some of the things that are higher on my priority
> list so we can swap 8-)

I don't think you'd want to swap with my TODO list either :)  In fact, 
I wouldn't wish mine upon my worst enemies at this point.  But we're 
all in the same boat with things to do, no question.  I'll see what I 
can do with this when time permits.  Thanks for your help in getting 
the build set up as much as you have so far.

I know XSLT ok enough to probably get this working, but I'll need a 
functioning Gump first.  I'll get on the Gump list when I start 
fighting with this again and get it going.

	Erik


Re: xdocs Gump (was [PATCH] Velocity task)

Posted by Stefan Bodewig <bo...@apache.org>.
On Sat, 01 Feb 2003, Conor MacNeill <co...@cortexebusiness.com.au>
wrote:

> Then run
> 
> ant -Dworkspace=erik.xml

And make sure you have an XSLT transformer on your CLASSPATH (or use
JDK 1.4).  The full JAXP 1.1 program is all you should need AFAIK.

Stefan

Re: xdocs Gump (was [PATCH] Velocity task)

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Erik Hatcher wrote:
> On Friday, January 31, 2003, at 05:48  AM, Stefan Bodewig wrote:
> 
>>> Or is this back in my hands?
>>
>>
>> Why not?
> 
> 
> I got jakarta-gump from CVS yesterday, and tried:
> 
>     ant
> 

I created a workspace file (conor.xml) as follows

<?xml version="1.0" ?>
<workspace basedir="[gump_home]" pkgdir="/opt"
            sync="rsync -r -a --delete" version="0.3">

   <property name="build.sysclasspath" value="only"/>

   <profile href="profile/gump.xml"/>

</workspace>

Let's call your's erik.xml (if you use gen.sh, it needs to be the hostname, 
I think)

Replace the basedir value with wherever you want to have Gump download and 
build things.

Then run

ant -Dworkspace=erik.xml

If you want to check for packages you will need to download and install do this

ant -Dworkspace=erik.xml check

HTH
Conor


Re: xdocs Gump (was [PATCH] Velocity task)

Posted by Stefan Bodewig <bo...@apache.org>.
On Sat, 1 Feb 2003, Erik Hatcher <ja...@ehatchersolutions.com>
wrote:

> Neither succeeded for me.

There is some hardcoded path to Xalan in it, that may need to get
overridden (I use the XALAN env variable for this).

> Is Gump runnable out-of-the-box these days?

More or less, yes.  You have to define a workspace, though.

>> Do you want to do some of the things that are higher on my priority
>> list so we can swap 8-)
> 
> I don't think you'd want to swap with my TODO list either :)

;-)

Didn't mean to imply that.  I know that you know, but ...

Stefan