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 Dawid Loubser <da...@solms.co.za> on 2005/09/19 14:29:03 UTC

[axis2] Non-compiling code committed?

Hi,

I'm not sure why, but I have been struggling for the past 5 days to  
compile the latest SVN of Axis2. Every day it's another issue, please  
see the latest:

>     [javac] Compiling 231 source files to /Users/dawidl/Projects/ 
> apache/axis2/modules/security/target/classes
>     [javac] /Users/dawidl/Projects/apache/axis2/modules/security/ 
> src/org/apache/axis2/security/WSDoAllSender.java:231:  
> performENCRAction 
> (int,boolean,org.w3c.dom.Document,org.apache.ws.security.handler.Reque 
> stData) in org.apache.ws.security.handler.WSHandler cannot be  
> applied to  
> (boolean,int,org.w3c.dom.Document,org.apache.ws.security.handler.Reque 
> stData)
>     [javac]                     performENCRAction(mu, actionToDo,  
> doc, reqData);
>     [javac]                     ^
>     [javac] 1 error
>
> BUILD FAILED
> File...... /Users/dawidl/.maven/cache/maven-multiproject- 
> plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- /Users/ 
> dawidl/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:48:  
> <ant:javac> Compile failed; see the compiler error output for details.


I really need a dist-bin of axis 2, later than the (buggy) 0.91  
release on the site. Could anybody assist me please? There don't seem  
to be many mailing list messages relating to this... am I the only  
one who can't dist-bin? (for 5 days now, updating tens of times every  
day with the hope that the next update will compile)

Please assist, I really am desperate  by now.

Dawid

Re: [axis2] Non-compiling code committed?

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi,

Seems like your wss4j-SNAPSHOT.jar is not updated. Please make sure
that you are connected to the internet when you are running the build
and also please DO NOT use -o option in building. If you are online
and then if you try 'maven dist-bin'  maven will download the latest
wss4j-SNAPSHOT.jar.

Thanks,
Ruchith

On 9/19/05, Dawid Loubser <da...@solms.co.za> wrote:
> Hi,
>
> I'm not sure why, but I have been struggling for the past 5 days to
> compile the latest SVN of Axis2. Every day it's another issue, please
> see the latest:
>
> >     [javac] Compiling 231 source files to /Users/dawidl/Projects/
> > apache/axis2/modules/security/target/classes
> >     [javac] /Users/dawidl/Projects/apache/axis2/modules/security/
> > src/org/apache/axis2/security/WSDoAllSender.java:231:
> > performENCRAction
> > (int,boolean,org.w3c.dom.Document,org.apache.ws.security.handler.Reque
> > stData) in org.apache.ws.security.handler.WSHandler cannot be
> > applied to
> > (boolean,int,org.w3c.dom.Document,org.apache.ws.security.handler.Reque
> > stData)
> >     [javac]                     performENCRAction(mu, actionToDo,
> > doc, reqData);
> >     [javac]                     ^
> >     [javac] 1 error
> >
> > BUILD FAILED
> > File...... /Users/dawidl/.maven/cache/maven-multiproject-
> > plugin-1.3.1/plugin.jelly
> > Element... maven:reactor
> > Line...... 217
> > Column.... 9
> > Unable to obtain goal [multiproject:install-callback] -- /Users/
> > dawidl/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:48:
> > <ant:javac> Compile failed; see the compiler error output for details.
>
>
> I really need a dist-bin of axis 2, later than the (buggy) 0.91
> release on the site. Could anybody assist me please? There don't seem
> to be many mailing list messages relating to this... am I the only
> one who can't dist-bin? (for 5 days now, updating tens of times every
> day with the hope that the next update will compile)
>
> Please assist, I really am desperate  by now.
>
> Dawid
>


--
Ruchith