You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by ai...@gmx.de on 2005/08/31 11:36:37 UTC

[Axis2] Build problems (@ServiceDescription)

Hi all,

 

I receive the following build problems when compiling the current axis2
version with JDK 1.5.

Maybe somebody could change it. 

 

By the way, the repository URLs at http://ws.apache.org/axis2/svn.html must
be updated ('axis' -> 'axis2').

 

Chris

 

java:compile:

    [echo] Compiling to
E:\Entwicklung\Java\svn-win32-1.2.3\bin\axis2\modules\core/target/classes

    [echo]

==========================================================

 

  NOTE: Targetting JVM 1.5, classes

  will not run on earlier JVMs

 

==========================================================

 

    [javac] Compiling 138 source files to
E:\Entwicklung\Java\svn-win32-1.2.3\bin\axis2\modules\core\target\cl

asses

    [javac]
E:\Entwicklung\Java\svn-win32-1.2.3\bin\axis2\modules\core\src\org\apache\ax
is2\description\Servic

eDescription.java:545: cannot find symbol

    [javac] symbol  : variable SOAP_OPERATION

    [javac] location: interface
org.apache.wsdl.extensions.ExtensionConstants

    [javac]                 if
(element.getType().equals(ExtensionConstants.SOAP_OPERATION)) {

    [javac]                                                                ^

    [javac] Note:
E:\Entwicklung\Java\svn-win32-1.2.3\bin\axis2\modules\core\src\org\apache\ax
is2\transport\ht

tp\server\SimpleConnectionThread.java uses or overrides a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] Note: Some input files use unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

    [javac] 1 error

 

BUILD FAILED

File...... C:\Dokumente und
Einstellungen\Stormrage\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.
jelly

Element... maven:reactor

Line...... 218

Column.... 9

Unable to obtain goal [multiproject:install-callback] -- C:\Dokumente und
Einstellungen\Stormrage\.maven\cache

\maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile failed; see
the compiler error output for detai

ls.

Total time   : 1 minutes 58 seconds

Finished at  : Mittwoch, 31. August 2005 10:49:47 CEST


Re: [Axis2] Build problems (@ServiceDescription)

Posted by Ajith Ranabahu <aj...@gmail.com>.
Hi Aii,
This was actually my fault because I've accidently left this class after a 
refactoring. Please take an update from svn and check

On 8/31/05, aii@gmx.de <ai...@gmx.de> wrote:
> 
>  Hi all,
> 
>  I receive the following build problems when compiling the current axis2 
> version with JDK 1.5.
> 
> Maybe somebody could change it. 
> 
>  By the way, the *repository URLs at http://ws.apache.org/axis2/svn.htmlmust be updated ('axis' -> 'axis2').
> *
> 
> * *
> 
> *Chris*
> 
>  java:compile:
> 
> [echo] Compiling to E:\Entwicklung\Java\svn-
> win32-1.2.3\bin\axis2\modules\core/target/classes
> 
> [echo]
> 
> ==========================================================
> 
>  NOTE: Targetting JVM 1.5, classes
> 
> will not run on earlier JVMs
> 
>  ==========================================================
> 
>  [javac] Compiling 138 source files to E:\Entwicklung\Java\svn-
> win32-1.2.3\bin\axis2\modules\core\target\cl
> 
> asses
> 
> [javac] E:\Entwicklung\Java\svn-
> win32-1.2.3\bin\axis2\modules\core\src\org\apache\axis2\description\Servic
> 
> eDescription.java:545: cannot find symbol
> 
> [javac] symbol : variable SOAP_OPERATION
> 
> [javac] location: interface org.apache.wsdl.extensions.ExtensionConstants
> 
> [javac] if (element.getType().equals(ExtensionConstants.SOAP_OPERATION)) {
> 
> [javac] ^
> 
> [javac] Note: E:\Entwicklung\Java\svn-
> win32-1.2.3\bin\axis2\modules\core\src\org\apache\axis2\transport\ht
> 
> tp\server\SimpleConnectionThread.java uses or overrides a deprecated API.
> 
> [javac] Note: Recompile with -Xlint:deprecation for details.
> 
> [javac] Note: Some input files use unchecked or unsafe operations.
> 
> [javac] Note: Recompile with -Xlint:unchecked for details.
> 
> [javac] 1 error
> 
>  BUILD FAILED
> 
> File...... C:\Dokumente und Einstellungen\Stormrage\.maven\cache\maven-
> multiproject-plugin-1.4.1\plugin.jelly
> 
> Element... maven:reactor
> 
> Line...... 218
> 
> Column.... 9
> 
> Unable to obtain goal [multiproject:install-callback] -- C:\Dokumente und 
> Einstellungen\Stormrage\.maven\cache
> 
> \maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile failed; see 
> the compiler error output for detai
> 
> ls.
> 
> Total time : 1 minutes 58 seconds
> 
> Finished at : Mittwoch, 31. August 2005 10:49:47 CEST
>  



-- 
Ajith Ranabahu

Re: [Axis2] Build problems (@ServiceDescription)

Posted by Eran Chinthaka <ch...@opensource.lk>.
Hi aii,

aii@gmx.de wrote:

> Hi all,
>
>  
>
> I receive the following build problems when compiling the current 
> axis2 version with JDK 1.5.
>
> Maybe somebody could change it.
>
>  
>
> By the way, the **repository URLs at 
> http://ws.apache.org/axis2/svn.html must be updated ('axis' -> 'axis2').**
>
Pointers changed to new location. Will take some time to get it 
reflected in the site. Thanks for the comments.