Transformer wasn't even enabled as a plugin before that. I gave it a project.xml and got it compiling (under 1.4 :) ) as part of the plugin docs -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers
Tom Palmer <[EMAIL PROTECTED]> wrote on 19/09/2002 06:59:02 PM: > Try updating your CVS checkout. Looking at the logs for > src/plugins-build/transformer/project.xml the xml-apis dependency was only > introduced to CVS on the 16th of this month. > > Regards, > > Tom > > > -----Original Message----- > > From: Wiley Jacobs [mailto:[EMAIL PROTECTED]] > > Sent: 18 September 2002 22:38 > > To: Turbine Maven Users List > > Subject: Re: Bootstraping > > > > > > Thanks Tom, that got me past that area. Now as it continues > > it gives me > > another error, something to do with SAX: > > > > [exec] java:prepare-filesystem: > > [exec] [mkdir] Created dir: > > D:\jakarta-turbine-maven\src\plugins-build\ > > transformer\target\classes > > > > [exec] java:compile: > > [exec] [javac] Compiling 3 source files to > > D:\jakarta-turbine-maven\src > > \plugins-build\transformer\target\classes > > [exec] [javac] [ERROR] > > D:\jakarta-turbine-maven\src\plugins-build\trans > > former\src\java\org\apache\maven\transformer\SourceTransformer > > .java:189: > > cannot > > access org.xml.sax.InputSource > > [exec] [javac] [ERROR] file > > org\xml\sax\InputSource.class not found > > [exec] [javac] [ERROR] instructions = > > (Instructions) > > reade > > r.parse(descriptor); > > [exec] [javac] [ERROR] > > ^ > > [exec] [javac] [ERROR] 1 error > > [exec] [ERROR] > > com.werken.werkz.UnattainableGoalException: Unable to > > obtain > > goal [plugin] -- Compile failed; see the compiler error > > output for details. > > Fil > > e: D:\jakarta-turbine-maven\plugins\java\plugin.jelly At tag > > <javac>: line: > > 52 c > > olumn: 44 > > > > The xerces-2.0.2.jar is in the repository though... > > > > ----- Original Message ----- > > From: "Tom Palmer" <[EMAIL PROTECTED]> > > To: "'Turbine Maven Users List'" > > <[EMAIL PROTECTED]> > > Sent: Wednesday, September 18, 2002 3:20 AM > > Subject: RE: Bootstraping > > > > > > > I think Jason probably meant the > > > src/plugins-build/reactor/target/test-reports directory :) > > > > > > Anyway ... the attached patch should take care of it. It > > bumps the version > > > of commons-beanutils from version 1.4-dev.20020812.084325 to version > > 1.4.1. > > > This appears to take care of the test error. > > > > > > FYI the test error reported is a missing class > > > org/apache/commons/beanutils/ConvertUtils. > > > > > > Regards, > > > > > > Tom > > > > > > > -----Original Message----- > > > > From: Wiley Jacobs [mailto:[EMAIL PROTECTED]] > > > > Sent: 18 September 2002 01:11 > > > > To: Turbine Maven Users List > > > > Subject: Re: Bootstraping > > > > > > > > > > > > Jason, > > > > The target is not built in this directory, hence nothing to send. > > > > > > > > ----- Original Message ----- > > > > From: "Jason van Zyl" <[EMAIL PROTECTED]> > > > > To: "Turbine Maven Users List" > > <[EMAIL PROTECTED]> > > > > Sent: Tuesday, September 17, 2002 4:18 PM > > > > Subject: Re: Bootstraping > > > > > > > > > > > > > On Mon, 2002-09-16 at 21:23, Wiley Jacobs wrote: > > > > > > I downloaded the newest CVS; When I bootstaped Maven, it > > > > doesn't give me > > > > any plugins, hence no options on goals. > > > > > > > > > > > > I made my maven_home, and also put it in the > > > > %maven_home%\bin path then > > > > I ran: > > > > > > > > > > > > ant -f build-bootstrap.xml > > > > > > > > > > > > When I build it I get this in the middle of the build: > > > > > > > > > > > > [exec] test:test: > > > > > > [exec] [junit] dir attribute ignored if running > > > > in the same VM > > > > > > [exec] [junit] Running > > > > org.apache.maven.project.WorkspaceMapperTest > > > > > > [exec] [junit] Tests run: 1, Failures: 0, > > Errors: 1, Time > > > > elapsed: 1.23 > > > > > > 4 sec > > > > > > [exec] [junit] [ERROR] TEST > > > > org.apache.maven.project.WorkspaceMapperTes > > > > > > t FAILED > > > > > > [exec] [junit] dir attribute ignored if running > > > > in the same VM > > > > > > [exec] [junit] Running > > > > org.apache.maven.reactor.DependencyResolverTest > > > > > > [exec] [junit] Tests run: 1, Failures: 0, > > Errors: 1, Time > > > > elapsed: 1.07 > > > > > > 8 sec > > > > > > [exec] [junit] [ERROR] TEST > > > > org.apache.maven.reactor.DependencyResolver > > > > > > Test FAILED > > > > > > > > > > Can you grab the test reports in the > > > > > > > > > > src/plugin-builds/dependency/target/test-reports > > > > > > > > > > and send them to me? > > > > > > > > > > I would like to see what the failure is. My colleague > > > > reported the same > > > > > error but I couldn't reproduce it. I've been able to > > > > bootstrap all day. > > > > > > > > > > > [exec] [ERROR] BUILD FAILED > > > > > > [exec] [ERROR] File...... > > D:\jakarta-turbine-maven\maven.xml > > > > > > [exec] [ERROR] Element... maven:maven > > > > > > [exec] [ERROR] Line...... 28 > > > > > > [exec] [ERROR] Column.... 9 > > > > > > [exec] [ERROR] Unable to obtain goal [plugin] -- > > > > There were test > > > > failures. > > > > > > File: D:\jakarta-turbine-maven\plugins\test\plugin.jelly > > > > At tag <fail>: > > > > line: 10 > > > > > > 8 column: 52 > > > > > > [exec] Total time: 1 minutes 9 seconds > > > > > > > > > > > > Here is what's at that line number for maven.xml: > > > > > > > > > > > > <goal name="maven:reactor-install"> > > > > > > > > > > > > <maven:maven > > > > > > basedir="${maven.src.dir}/plugins-build/reactor" > > > > > > > > > > descriptor="${maven.src.dir}/plugins-build/reactor/project.xml" > > > > > > goals="clean,plugin" > > > > > > ignoreFailures="false" > > > > > > /> > > > > > > > > > > > > Here is the one for plugin.jelly: > > > > > > <j:if test="${maven.test.failure}"> > > > > > > <fail message="There were test failures."/> > > > > > > </j:if> > > > > > > > > > > > > I looked at the reports that it gives and they don't have > > > > errors in > > > > them...How can I find out about the tests, like the two that > > > > gave me errors? > > > > There is nothing in the maven.log either. Could someone point > > > > me in the > > > > right direction? > > > > > > > > > > > > Thanks! > > > > > > > > > > > -- > > > > > jvz. > > > > > > > > > > Jason van Zyl > > > > > [EMAIL PROTECTED] > > > > > http://tambora.zenplex.org > > > > > > > > > > In short, man creates for himself a new religion of a rational > > > > > and technical order to justify his work and to be > > justified in it. > > > > > > > > > > -- Jacques Ellul, The Technological Society > > > > > > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: > > > > <mailto:[EMAIL PROTECTED]> > > > > > For additional commands, e-mail: > > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > -------------------------------------------------------------- > > -------------- > > ---- > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
