Re: XmlPullParser

2004-02-17 Thread Incze Lajos
On Tue, Feb 17, 2004 at 12:50:12PM +1000, Ben Walding wrote: I was merely responding to the but it's not in the repository part of your email. As to how the bootstrap works - not sure what the preconditions are for that. Ben, don't get me wrong, I've appeciated your reply. Simply tried

XmlPullParser

2004-02-16 Thread Incze Lajos
Hi, seemingly, the curent HEAD wants to use some XmlPullParser, but it's not in the repository. at the moment, and I can't see it as a core dependency, either. Here it is the dependency resolving section, no pullparser dependency is here: --- [mkdir] Created dir: /opt/incze/w/maven/bootstrap

XmlPullParser

2004-02-16 Thread Sean Kelly
Current Maven HEAD out of CVS is referring to what I believe is the www.xmlpull.org Pull Parser, but with package names that don't seem to refer to it. Moreover, the project.xml's dependencies don't mention any pull parser; the ibiblio repository has a pull-parser, but either the wrong one or

XmlPullParser

2004-02-16 Thread Sean Kelly
(Sorry about the poor form of following up to one's own message...) Apparently the CVS HEAD of xmlpull.org's parser has the correct version needed by the current Maven; building and installing it to $JAVA_HOME/jre/lib/ext fixes quite a few of the problems with Maven's CVS HEAD ... until this

RE: XmlPullParser

2004-02-16 Thread Brett Porter
I stuffed up the last commit I did. I'll rectify it today. MAVEN-1_0-BRANCH is the most current code (RC2). - Brett -Original Message- From: Sean Kelly [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 February 2004 10:02 AM To: [EMAIL PROTECTED] Subject: XmlPullParser Current

Re: XmlPullParser

2004-02-16 Thread Ben Walding
XPP = http://www.ibiblio.org/maven/xpp3/jars/ Incze Lajos wrote: Hi, seemingly, the curent HEAD wants to use some XmlPullParser, but it's not in the repository. at the moment, and I can't see it as a core dependency, either. Here it is the dependency resolving section, no pullparser dependency

RE: XmlPullParser

2004-02-16 Thread Brett Porter
Should be fixed. -Original Message- From: Sean Kelly [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 February 2004 10:10 AM To: [EMAIL PROTECTED] Subject: XmlPullParser (Sorry about the poor form of following up to one's own message...) Apparently the CVS HEAD of xmlpull.org's

Re: XmlPullParser

2004-02-16 Thread Incze Lajos
On Tue, Feb 17, 2004 at 09:25:16AM +1000, Ben Walding wrote: XPP = http://www.ibiblio.org/maven/xpp3/jars/ Incze Lajos wrote: That's all right, and I know it, but a bootstrap build should download it itself, shouldn't it? If it's needed to the bootstrap build, it's a core dependency. incze

Re: XmlPullParser

2004-02-16 Thread Ben Walding
I was merely responding to the but it's not in the repository part of your email. As to how the bootstrap works - not sure what the preconditions are for that. Incze Lajos wrote: On Tue, Feb 17, 2004 at 09:25:16AM +1000, Ben Walding wrote: XPP = http://www.ibiblio.org/maven/xpp3/jars/