You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-user@jakarta.apache.org by Juozas Baliuka <ba...@centras.lt> on 2002/10/31 08:04:04 UTC

Re: bcelifier]

I think it must be in source distribution.
You can find bcelifier and more samples in this distribution.


>
> i saw reference in the docs to a program called bcelifier
> that produces the bcel code that will generate any given
> java class. was thinking this would be super-useful, but
> it doesn't seem to be in the 5.0 code i just downloaded.
> does anyone know where i can get this?
>
> thanks,
>
>              jon
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: bcelifier

Posted by Jonathan Locke <jo...@muppetlabs.com>.
nice.  that worked perfectly.  thanks all!

Thomas Johnsson wrote:

>Juozas Baliuka writes:
> > I think it must be in source distribution.
> > You can find bcelifier and more samples in this distribution.
>
>I've gone through this: just getting BCELifier.java won't work,
>as it uses new functionality elsewhere.
>I bit the bullet and fetched the latest version from the CVS archives, see
>http://www.apache.org/foundation/cvs.html
>for instructions.
>The module to checkout is jakarta-bcel.
>Use ant to compile the lot (if you have to fetch it, as I did, see
>http://jakarta.apache.org/ant/index.html ).
>Then follow the instructions in build.xml .
>
>-- Thomas
>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: bcelifier

Posted by Thomas Johnsson <jo...@crt.se>.

Juozas Baliuka writes:
 > I think it must be in source distribution.
 > You can find bcelifier and more samples in this distribution.

I've gone through this: just getting BCELifier.java won't work,
as it uses new functionality elsewhere.
I bit the bullet and fetched the latest version from the CVS archives, see
http://www.apache.org/foundation/cvs.html
for instructions.
The module to checkout is jakarta-bcel.
Use ant to compile the lot (if you have to fetch it, as I did, see
http://jakarta.apache.org/ant/index.html ).
Then follow the instructions in build.xml .

-- Thomas




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>