That's very odd since I can build it locally, but more importantly you can see here that GitHub Actions shows the last commit a few months ago that completed the JDK 8 build just fine - you need to be logged into GitHub to see it.
Hopefully this gets you on the right track. https://github.com/apache/axis-axis1-java/actions/runs/6253236506/job/16978205648 On Tue, Dec 5, 2023 at 11:05 PM somasani nikhil <somasaninik...@gmail.com> wrote: > Thanks for the details Robert. > > We have taken the source code and tried to compile / build locally but we > couldn't succeed. We have tried various java versions through *JDK 1.4, > 1.7, 1.8 and JDK17* as well. > The errors seem to be understandable but we are wondering if it is never > fixed in Github ? or Do we have any other mechanism to fix these issues? > > E.g., > 1) The type MessageElement must implement the inherited abstract method > Element.getSchemaTypeInfo() MessageElement.java extends NodeImpl > > 2) The method compareTo(BigInteger) in the type BigInteger is not > applicable for the arguments (Object) in UnsignedLong.java extends > java.lang.Number > > 3) The type AttachmentPart must implement the inherited abstract method > AttachmentPart.getBase64Content() in AttachmentPart.java extending > javax.xml.soap.AttachmentPart > > Please suggest! > > > Regards, > > Nikhil > > On Mon, Dec 4, 2023 at 10:00 PM robertlazarski <robertlazar...@gmail.com> > wrote: > >> We moved all active Axis related projects to github a few years ago, for >> axis 1.x see below: >> >> https://github.com/apache/axis-axis1-java >> >> Although there has not been an official release of that project since >> 2006, we still apply security fixes - the last one was this September and >> another one is forthcoming. >> >> Challenges for an official release include that no active committers use >> it in their own projects, and the current source requires a compiler like >> JDK 8 that can source compile at the 1.4 level. >> >> On Mon, Dec 4, 2023 at 12:59 AM somasani nikhil <somasaninik...@gmail.com> >> wrote: >> >>> Hi Team, >>> >>> We are trying to build Axis locally and need to validate a few source >>> code files, I have tried to check out the source but didn't succeed. >>> https://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/ >>> >>> Can someone please help me with the link to source code of the same.. >>> >>> I tried to check the builds as well but that also seems to be not >>> working. >>> https://repository.apache.org/content/groups/snapshots/org/apache/axis/axis/1.4.1-SNAPSHOT/axis-1.4.1-20190224.175507-327-sources.jar >>> - This doesn't have source code. >>> >>> Also any other pointers that may help ? >>> >>> Thanks, >>> Nikhil >>> >>