You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Maryam Moazeni <mm...@gmail.com> on 2006/07/20 15:47:12 UTC

Axis2 Build Failure

Hi,

I have problems with building Axis2, I have built Axis2 before but this
problem seems to be new.
The attempt to download most of the *-SNAPSHOT.jar(s) fails.

-----------------------------------------------------------------------------------------
Attempting to download woden-SNAPSHOT.jar.
Error retrieving artifact from [
http://www.apache.org/dist/java-repository/incub
ator-woden/jars/woden-SNAPSHOT.jar]: java.io.IOException: Unknown error
download
ing; status code was: 301
-----------------------------------------------------------------------------------------

I would appreciate if some one could help.

Thanks in advance,
Maryam

Re: Axis2 Build Failure

Posted by Maryam Moazeni <mm...@gmail.com>.
Hi again,

Sorry, the problem seems to be solved.

--Maryam


On 7/20/06, Maryam Moazeni <mm...@gmail.com> wrote:
>
>  Hi Davanum,
>
> Thanks for responding,
> The problem seems to get worst, now I get compilation errors in a module
> I'm not working on.
>
> ----------------------------------------------------------------------------------------
>
> [echo] Running jar:install for Apache Axis 2.0 - Common
>
> java:prepare-filesystem:
>
> java:compile:
>
> [echo] Compiling to
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common/target/classes
>
> [javac] Compiling 21 source files to
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\target\classes
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\i18n\ProjectResourceBundle.java:20:
> package org.apache.commons.logging does not exist
>
> [javac] import org.apache.commons.logging.Log;
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\i18n\ProjectResourceBundle.java:21:
> package org.apache.commons.logging does not exist
>
> [javac] import org.apache.commons.logging.LogFactory;
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\i18n\ProjectResourceBundle.java:50:
> cannot resolve symbol
>
> [javac] symbol : class Log
>
> [javac] location: class org.apache.axis2.i18n.ProjectResourceBundle
>
> [javac] private static final Log log = LogFactory.getLog(
> ProjectResourceBundle.class);
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\Loader.java:20:
> package org.apache.commons.logging does not exist
>
> [javac] import org.apache.commons.logging.Log;
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\Loader.java:21:
> package org.apache.commons.logging does not exist
>
> [javac] import org.apache.commons.logging.LogFactory;
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\Loader.java:30:
> cannot resolve symbol
>
> [javac] symbol : class Log
>
> [javac] location: class org.apache.axis2.util.Loader
>
> [javac] private static final Log log = LogFactory.getLog(Loader.class);
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\PrettyPrinter.java:19:
> package org.apache.commons.logging does not exist
>
> [javac] import org.apache.commons.logging.Log;
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\PrettyPrinter.java:20:
> package org.apache.commons.logging does not exist
>
> [javac] import org.apache.commons.logging.LogFactory;
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\PrettyPrinter.java:32:
> cannot resolve symbol
>
> [javac] symbol : class Log
>
> [javac] location: class org.apache.axis2.util.PrettyPrinter
>
> [javac] private static final Log log = LogFactory.getLog(
> PrettyPrinter.class);
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\XMLPrettyPrinter.java:3:
> package org.apache.commons.logging does not exist
>
> [javac] import org.apache.commons.logging.Log;
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\XMLPrettyPrinter.java:4:
> package org.apache.commons.logging does not exist
>
> [javac] import org.apache.commons.logging.LogFactory;
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\XMLPrettyPrinter.java:35:
> cannot resolve symbol
>
> [javac] symbol : class Log
>
> [javac] location: class org.apache.axis2.util.XMLPrettyPrinter
>
> [javac] private static final Log log = LogFactory.getLog(
> XMLPrettyPrinter.class);
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\i18n\ProjectResourceBundle.java:50:
> cannot resolve symbol
>
> [javac] symbol : variable LogFactory
>
> [javac] location: class org.apache.axis2.i18n.ProjectResourceBundle
>
> [javac] private static final Log log = LogFactory.getLog(
> ProjectResourceBundle.class);
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\Loader.java:30:
> cannot resolve symbol
>
> [javac] symbol : variable LogFactory
>
> [javac] location: class org.apache.axis2.util.Loader
>
> [javac] private static final Log log = LogFactory.getLog(Loader.class);
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\PrettyPrinter.java:32:
> cannot resolve symbol
>
> [javac] symbol : variable LogFactory
>
> [javac] location: class org.apache.axis2.util.PrettyPrinter
>
> [javac] private static final Log log = LogFactory.getLog(
> PrettyPrinter.class);
>
> [javac] ^
>
> [javac]
> E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\XMLPrettyPrinter.java:35:
> cannot resolve symbol
>
> [javac] symbol : variable LogFactory
>
> [javac] location: class org.apache.axis2.util.XMLPrettyPrinter
>
> [javac] private static final Log log = LogFactory.getLog(
> XMLPrettyPrinter.class);
>
> [javac] ^
>
> [javac] 16 errors
> -------------------------------------------------------------------------------------------------------------
>
> Thanks,
>  Maryam
>
>
>  On 7/20/06, Davanum Srinivas <da...@gmail.com> wrote:
> >
> > did you do a "svn up" to get all the new files?
> >
> > On 7/20/06, Maryam Moazeni < mmoazeni@gmail.com> wrote:
> > >
> > > Hi,
> > >
> > > I have problems with building Axis2, I have built Axis2 before but
> > this
> > > problem seems to be new.
> > > The attempt to download most of the *- SNAPSHOT.jar(s) fails.
> > >
> > >
> > -----------------------------------------------------------------------------------------
> > > Attempting to download woden-SNAPSHOT.jar.
> > > Error retrieving artifact from
> > > [http://www.apache.org/dist/java-repository/incub
> > > ator-woden/jars/woden- SNAPSHOT.jar]: java.io.IOException: Unknown
> > error
> > > download
> > > ing; status code was: 301
> > >
> > -----------------------------------------------------------------------------------------
> > >
> > > I would appreciate if some one could help.
> > >
> > > Thanks in advance,
> > >
> > > Maryam
> > >
> >
> >
> > --
> > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service
> > Developers)
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
>

Re: Axis2 Build Failure

Posted by Maryam Moazeni <mm...@gmail.com>.
Hi Davanum,

Thanks for responding,
The problem seems to get worst, now I get compilation errors in a module I'm
not working on.
----------------------------------------------------------------------------------------

[echo] Running jar:install for Apache Axis 2.0 - Common

java:prepare-filesystem:

java:compile:

[echo] Compiling to
E:\GoogleSummerofCode\Repository\axis2-3\modules\common/target/classes

[javac] Compiling 21 source files to
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\target\classes

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\i18n\ProjectResourceBundle.java:20:
package org.apache.commons.logging does not exist

[javac] import org.apache.commons.logging.Log;

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\i18n\ProjectResourceBundle.java:21:
package org.apache.commons.logging does not exist

[javac] import org.apache.commons.logging.LogFactory;

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\i18n\ProjectResourceBundle.java:50:
cannot resolve symbol

[javac] symbol : class Log

[javac] location: class org.apache.axis2.i18n.ProjectResourceBundle

[javac] private static final Log log = LogFactory.getLog(
ProjectResourceBundle.class);

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\Loader.java:20:
package org.apache.commons.logging does not exist

[javac] import org.apache.commons.logging.Log;

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\Loader.java:21:
package org.apache.commons.logging does not exist

[javac] import org.apache.commons.logging.LogFactory;

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\Loader.java:30:
cannot resolve symbol

[javac] symbol : class Log

[javac] location: class org.apache.axis2.util.Loader

[javac] private static final Log log = LogFactory.getLog(Loader.class);

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\PrettyPrinter.java:19:
package org.apache.commons.logging does not exist

[javac] import org.apache.commons.logging.Log;

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\PrettyPrinter.java:20:
package org.apache.commons.logging does not exist

[javac] import org.apache.commons.logging.LogFactory;

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\PrettyPrinter.java:32:
cannot resolve symbol

[javac] symbol : class Log

[javac] location: class org.apache.axis2.util.PrettyPrinter

[javac] private static final Log log = LogFactory.getLog(PrettyPrinter.class
);

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\XMLPrettyPrinter.java:3:
package org.apache.commons.logging does not exist

[javac] import org.apache.commons.logging.Log;

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\XMLPrettyPrinter.java:4:
package org.apache.commons.logging does not exist

[javac] import org.apache.commons.logging.LogFactory;

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\XMLPrettyPrinter.java:35:
cannot resolve symbol

[javac] symbol : class Log

[javac] location: class org.apache.axis2.util.XMLPrettyPrinter

[javac] private static final Log log = LogFactory.getLog(
XMLPrettyPrinter.class);

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\i18n\ProjectResourceBundle.java:50:
cannot resolve symbol

[javac] symbol : variable LogFactory

[javac] location: class org.apache.axis2.i18n.ProjectResourceBundle

[javac] private static final Log log = LogFactory.getLog(
ProjectResourceBundle.class);

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\Loader.java:30:
cannot resolve symbol

[javac] symbol : variable LogFactory

[javac] location: class org.apache.axis2.util.Loader

[javac] private static final Log log = LogFactory.getLog(Loader.class);

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\PrettyPrinter.java:32:
cannot resolve symbol

[javac] symbol : variable LogFactory

[javac] location: class org.apache.axis2.util.PrettyPrinter

[javac] private static final Log log = LogFactory.getLog(PrettyPrinter.class
);

[javac] ^

[javac]
E:\GoogleSummerofCode\Repository\axis2-3\modules\common\src\org\apache\axis2\util\XMLPrettyPrinter.java:35:
cannot resolve symbol

[javac] symbol : variable LogFactory

[javac] location: class org.apache.axis2.util.XMLPrettyPrinter

[javac] private static final Log log = LogFactory.getLog(
XMLPrettyPrinter.class);

[javac] ^

[javac] 16 errors
-------------------------------------------------------------------------------------------------------------

Thanks,
Maryam


On 7/20/06, Davanum Srinivas <da...@gmail.com> wrote:
>
> did you do a "svn up" to get all the new files?
>
> On 7/20/06, Maryam Moazeni <mm...@gmail.com> wrote:
> >
> > Hi,
> >
> > I have problems with building Axis2, I have built Axis2 before but this
> > problem seems to be new.
> > The attempt to download most of the *-SNAPSHOT.jar(s) fails.
> >
> >
> -----------------------------------------------------------------------------------------
> > Attempting to download woden-SNAPSHOT.jar.
> > Error retrieving artifact from
> > [http://www.apache.org/dist/java-repository/incub
> > ator-woden/jars/woden- SNAPSHOT.jar]: java.io.IOException: Unknown error
> > download
> > ing; status code was: 301
> >
> -----------------------------------------------------------------------------------------
> >
> > I would appreciate if some one could help.
> >
> > Thanks in advance,
> >
> > Maryam
> >
>
>
> --
> Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

Re: Axis2 Build Failure

Posted by Davanum Srinivas <da...@gmail.com>.
did you do a "svn up" to get all the new files?

On 7/20/06, Maryam Moazeni <mm...@gmail.com> wrote:
>
> Hi,
>
> I have problems with building Axis2, I have built Axis2 before but this
> problem seems to be new.
> The attempt to download most of the *-SNAPSHOT.jar(s) fails.
>
> -----------------------------------------------------------------------------------------
> Attempting to download woden-SNAPSHOT.jar.
> Error retrieving artifact from
> [http://www.apache.org/dist/java-repository/incub
> ator-woden/jars/woden- SNAPSHOT.jar]: java.io.IOException: Unknown error
> download
> ing; status code was: 301
> -----------------------------------------------------------------------------------------
>
> I would appreciate if some one could help.
>
> Thanks in advance,
>
> Maryam
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org