I hate to be too pragmatic about this, but you only have the single dependency on commons-codec, right? Also, you have no other bootstrap dependencies, right? So...
Why not just implement a Base-64 en/decoder? It's not that hard (I did it in like 2 hours, with JUnit tests, from the RFC)... Maybe I'm being naive. -john On Mon, 2004-02-02 at 01:17, [EMAIL PROTECTED] wrote: > Try bootstrapping maven. > > This will fail due to a dependency in HttpUtils on commons-codec. > > At the moment (pre-patch), maven has no external dependencies to > bootstrap. It's a chicken and egg question. > > How do we build maven with just the source (i.e. download commons-codec > using ant is one option)? > > Look at build-bootstrap.xml > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > Dalibor Topic <[EMAIL PROTECTED]> wrote on 02/02/2004 04:40:23 PM: > > > Hi Dion, > > > > [EMAIL PROTECTED] wrote: > > > The following comment has been added to this issue: > > > > > > Author: dion gillard > > > Created: Sun, 1 Feb 2004 10:46 PM > > > Body: > > > This patch breaks bootstrap. > > > > > > Bootstrap will need to be updated to include commons-codec in the > classpath > > > > > > Thanks for the quick reply. How should I proceed from here? Patch some > > bootstrap file and resubmit the patch? > > > > cheers, > > dalibor topic > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
