Hi, The commit that apparently made the problem was reverted. If you do a online build, things should be OK now.
Ajith On 7/24/06, Christian Galbavy <[EMAIL PROTECTED]> wrote:
Hello, I have downloaded the actual source from: http://svn.apache.org/repos/asf/webservices/axis2/trunk/java ./src But I still get the error: **************************** test:compile: [javac] Compiling 9 source files to /home/galbavy/programs/maven/axis2/src/modules/adb/target/test-classes test:test: [junit] Running org.apache.axis2.databinding.utils.NamedStaxOMBuilderTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,612 sec [junit] Running org.apache.axis2.databinding.utils.reader.ADBXMLStreamReader Test [junit] Tests run: 15, Failures: 2, Errors: 3, Time elapsed: 0,847 sec [junit] [ERROR] TEST org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest FAILED . . . BUILD FAILED File...... /home/galbavy/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly Element... maven:reactor Line...... 217 Column.... 9 Unable to obtain goal [multiproject:install-callback] -- /home/galbavy/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: <fail> There were test failures **************************** I also tried to use your ADBXMLStreamReader and it did not work again. Is there another place from where I can get a compiling source? Regards Christian -------- Original-Nachricht -------- Datum: Mon, 24 Jul 2006 08:38:28 -0400 Von: "Martin Gainty" <[EMAIL PROTECTED]> An: [email protected] Betreff: Re: Re: Re: problem with building axis2 from source > I would try out this ADBXMLStreamReader (which is a good copy from source > repo) > Would be a good idea if you could get the latest copy from svn e.g. > > cd $AXIS2_HOME > svn checkout http://svn.apache.org/repos/asf/webservices/axis2/trunk/java > ./src > > M- > ********************************************************************* > This email message and any files transmitted with it contain confidential > information intended only for the person(s) to whom this email message is > addressed. If you have received this email message in error, please > notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > > > ----- Original Message ----- > From: "Christian Galbavy" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, July 24, 2006 3:34 AM > Subject: Re: Re: Re: problem with building axis2 from source > > > > Hi, I still have a problem to build axis2 from the source. I tried to > compile the svc-version, everything is working until the > test:test:ADBXMLStreamReaderTest > > > > ******************************************++ > > test:test: > > [junit] Running > org.apache.axis2.databinding.utils.NamedStaxOMBuilderTest > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,604 sec > > [junit] Running > org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest > > [junit] Tests run: 15, Failures: 2, Errors: 3, Time elapsed: 0,843 > sec > > [junit] [ERROR] TEST > org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest FAILED > > [junit] Running > org.apache.axis2.databinding.utils.SimpleElementReaderStateMachineTest > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,562 sec > > [junit] Running > org.apache.axis2.databinding.utils.SimpleArrayReaderStateMachineTest > > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,559 sec > > [junit] Running org.apache.axis2.databinding.ADBSOAPModelBuilderTest > > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,903 sec > > > > BUILD FAILED > > File...... > /home/galbavy/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly > > Element... maven:reactor > > Line...... 217 > > Column.... 9 > > Unable to obtain goal [multiproject:install-callback] -- > /home/galbavy/.maven/cache/maven-test-plugin-1.6.2/plug in.jelly:181:54: <fail> > There were test failures. > > Total time: 2 minutes 15 seconds > > Finished at: Mon Jul 24 09:23:42 CEST 2006 > > ******************************************************************* > > > > What's going wrong here? > > Thx for your help. > > Regards Christian > > > > > > > > > > > > -------- Original-Nachricht -------- > > Datum: Sun, 23 Jul 2006 13:51:46 -0400 > > Von: "Martin Gainty" <[EMAIL PROTECTED]> > > An: [EMAIL PROTECTED] > > Betreff: Re: Re: problem with building axis2 from source > > > >> Christian-- > >> > >> I had the same issue last week until I acquired the source from svn > source > >> tree e.g. > >> cwd $AXIS2_HOME > >> svn checkout > http://svn.apache.org/repos/asf/webservices/axis2/trunk/java > >> ./src > >> > >> I am enclosing the build files from svn repository which work for > >> me..these files are > >> build.xml > >> project.xml > >> maven.xml > >> > >> NOTA BENE: be sure you have AXIS2_HOME pointing to your base folder > e.g. > >> AXIS_HOME="/AXIS2" > >> make sure you have MAVEN_HOME pointing to your Maven install folder > e.g. > >> MAVEN_HOME=/maven > >> and make sure you have $MAVEN_HOME/bin on your path e.g. > >> PATH="$MAVEN_HOME/bin:$PATH" > >> > >> Viel Gluck > >> Martin -- > >> ********************************************************************* > >> This email message and any files transmitted with it contain > confidential > >> information intended only for the person(s) to whom this email message > is > >> addressed. If you have received this email message in error, please > >> notify > >> the sender immediately by telephone or email and destroy the original > >> message without making a copy. Thank you. > >> > >> > >> > >> ----- Original Message ----- > >> From: "Christian Galbavy" <[EMAIL PROTECTED]> > >> To: <[email protected]> > >> Sent: Sunday, July 23, 2006 12:38 PM > >> Subject: Re: Re: problem with building axis2 from source > >> > >> > >> > Hi, > >> > > >> > I have copied the file, but the problem still occurs. The > maven-script > >> tries to download the file anyway. Is there a possibility the change > this > >> script? > >> > > >> > Regards Christian > >> > > >> > > >> > > >> > -------- Original-Nachricht -------- > >> > Datum: Sun, 23 Jul 2006 18:40:39 +0530 > >> > Von: "Ajith Ranabahu" <[EMAIL PROTECTED]> > >> > An: [email protected] > >> > Betreff: Re: problem with building axis2 from source > >> > > >> >> hi, > >> >> Download it from here [1] and put it in the .maven/pluigns folder. > The > >> >> .maven folder is in your home directory. > >> >> > >> >> Ajith > >> >> [1] http://people.apache.org/repository/maven/plugins/ > >> >> > >> >> On 7/23/06, Christian Galbavy <[EMAIL PROTECTED]> wrote: > >> >> > Hy, > >> >> > > >> >> > I tried to build AXIS2 from the source. I have installed maven > 1.0.2, > >> >> like described in the Installation guide. > >> >> > But when I start to build Axis2 (I simply call "maven" in the > >> >> Axis2-directory, I get the following error: > >> >> > > >> >> > ************************************************* > >> >> > ...axis2_min> maven > >> >> > __ __ > >> >> > | \/ |__ _Apache__ ___ > >> >> > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > >> >> > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > >> >> > > >> >> > Plugin cache will be regenerated > >> >> > Attempting to download commons-net-1.1.0.jar. > >> >> > 139K downloaded > >> >> > Attempting to download jsch-0.1.5.jar. > >> >> > 79K downloaded > >> >> > Attempting to download > >> commons-jelly-tags-velocity-20030303.205659.jar. > >> >> > 7K downloaded > >> >> > Attempting to download velocity-1.4-dev.jar. > >> >> > 505K downloaded > >> >> > Attempting to download commons-jelly-tags-xml-20030211.142705.jar. > >> >> > 31K downloaded > >> >> > Attempting to download > >> >> commons-jelly-tags-interaction-20030211.143817.jar. > >> >> > 4K downloaded > >> >> > Attempting to download junit-3.8.1.jar. > >> >> > 118K downloaded > >> >> > Attempting to download > commons-jelly-tags-antlr-20030211.143720.jar. > >> >> > 7K downloaded > >> >> > Attempting to download antlr-2.7.2.jar. > >> >> > 349K downloaded > >> >> > Attempting to download commons-jelly-tags-jsl-20030211.143151.jar. > >> >> > 14K downloaded > >> >> > Attempting to download commons-jelly-tags-log-20030211.142821.jar. > >> >> > 8K downloaded > >> >> > Attempting to download velocity-dvsl-0.45.jar. > >> >> > 25K downloaded > >> >> > Attempting to download isorelax-20030108.jar. > >> >> > 188K downloaded > >> >> > Attempting to download jing-20030619.jar. > >> >> > 475K downloaded > >> >> > build:start: > >> >> > > >> >> > jar: > >> >> > multiproject:install: > >> >> > multiproject:projects-init: > >> >> > [echo] Gathering project list > >> >> > Starting the reactor... > >> >> > Our processing order: > >> >> > Apache Axis 2.0 - Common > >> >> > Apache Axis 2.0 - Java2WSDL > >> >> > Apache Axis 2.0 - Core > >> >> > Apache Axis 2.0 - Data Binding > >> >> > +---------------------------------------- > >> >> > | Gathering project list Apache Axis 2.0 - Common > >> >> > | Memory: 7M/13M > >> >> > +---------------------------------------- > >> >> > +---------------------------------------- > >> >> > | Gathering project list Apache Axis 2.0 - Java2WSDL > >> >> > | Memory: 7M/13M > >> >> > +---------------------------------------- > >> >> > +---------------------------------------- > >> >> > | Gathering project list Apache Axis 2.0 - Core > >> >> > | Memory: 7M/13M > >> >> > +---------------------------------------- > >> >> > +---------------------------------------- > >> >> > | Gathering project list Apache Axis 2.0 - Data Binding > >> >> > | Memory: 7M/13M > >> >> > +---------------------------------------- > >> >> > Starting the reactor... > >> >> > Our processing order: > >> >> > Apache Axis 2.0 - Common > >> >> > Apache Axis 2.0 - Java2WSDL > >> >> > Apache Axis 2.0 - Core > >> >> > Apache Axis 2.0 - Data Binding > >> >> > +---------------------------------------- > >> >> > | Executing multiproject:install-callback Apache Axis 2.0 - Common > >> >> > | Memory: 7M/13M > >> >> > +---------------------------------------- > >> >> > Attempting to download commons-logging-1.0.4.jar. > >> >> > 37K downloaded > >> >> > Attempting to download log4j-1.2.13.jar. > >> >> > 349K downloaded > >> >> > Attempting to download stax-api-1.0.jar. > >> >> > 25K downloaded > >> >> > Attempting to download wsdl4j-1.5.2.jar. > >> >> > 124K downloaded > >> >> > Attempting to download maven-itest-plugin-1.0.jar. > >> >> > Error retrieving artifact from > >> >> > >> > [http://cvs.apache.org/repository/maven-itest-plugin/plugins/maven-itest-plugin-1.0.jar]: java.io.IOException: > >> >> Unknown error downloading; status code was: 302 > >> >> > Error retrieving artifact from > >> >> > >> > [http://www.apache.org/dist/java-repository/maven-itest-plugin/plugins/maven-itest-plugin-1.0.jar]: > >> >> java.io.IOException: Unknown error downloading; status code was: 301 > >> >> > Error retrieving artifact from > >> >> > >> > [http://www.openejb.org/maven/maven-itest-plugin/plugins/maven-itest-plugin-1.0.jar]: java.io.IOException: Unknown > >> >> error downloading; status code was: 302 > >> >> > WARNING: Failed to download maven-itest-plugin-1.0.jar. > >> >> > > >> >> > BUILD FAILED > >> >> > File...... > >> >> > /home/galbavy/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly > >> >> > Element... maven:reactor > >> >> > Line...... 217 > >> >> > Column.... 9 > >> >> > The build cannot continue because of the following unsatisfied > >> >> dependency: > >> >> > > >> >> > maven-itest-plugin-1.0.jar > >> >> > > >> >> > Total time: 1 minutes 15 seconds > >> >> > Finished at: Sun Jul 23 14:59:35 CEST 2006 > >> >> > > >> >> > ************************************************** > >> >> > > >> >> > Does anybody know how to handle this problem? > >> >> > > >> >> > Regards > >> >> > Christian > >> >> > > >> >> > > >> >> > -- > >> >> > > >> >> > > >> >> > Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! > >> >> > "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl > >> >> > > >> >> > > --------------------------------------------------------------------- > >> >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >> > For additional commands, e-mail: [EMAIL PROTECTED] > >> >> > > >> >> > > >> >> > >> >> > >> >> -- > >> >> Ajith Ranabahu > >> >> > >> >> > --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > -- > >> > > >> > > >> > Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! > >> > "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > For additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > > > > > -- > > > > > > "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... > > Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Ajith Ranabahu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
