GithubHelp home page GithubHelp logo

Comments (4)

pacharanero avatar pacharanero commented on August 29, 2024

I did encounter this error but I can't for the life of me remember how I
fixed it.

Regarding the UTF8 stuff I re encoded only those files that were throwing
errors
....

Ah yes I've looked at the code in the build common.xml file, this was a
bug. There's a missing "/" at the end of the definition of the ${WORKSPACE}
path.

M
On 17 Jun 2014 22:57, "jonnyry" [email protected] wrote:

I'm getting the compiler error below when building.

I've tried forcing the encoding to UTF-8 and UTF-16 by passing into javac
via ANT with no luck. Considering batch updating the source file encodings,
but just wondering if anyone else has encountered this?

My system locale is set to British (United Kingdom).

Admin:
[javac] Compiling 1535 source files to X:\GitHub\openMAXIMS\Source
Library\o
penmaxims_workspace\Admin\bin
[javac] error: compiler message file broken: key=compiler.err.file
javax\xml
\soap\Detail.class not found arguments={0}, {1}, {2}, {3}, {4}, {5}, {6},
{7}
[javac] Note: * 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
X:\GitHub\openMAXIMS\Source
Library\openmaxims_workspace\WebApp\build_common.xml
:197: Compile failed; see the compiler error output for details.


Reply to this email directly or view it on GitHub
#4.

from openmaxims.

jonnyry avatar jonnyry commented on August 29, 2024

Ah yes thanks, I've re-encoded Keywords.java to UTF-8. But the error above, realised I was getting fixated on the UTF8 issues (compiler message file broken) and missed the key part of the error:

javax\xml\soap\Detail.class not found arguments={0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}

This appears to be part of the J2EE rather than J2SE, do you have J2EE installed on your linux machine?

The standard openMaxims build comes with J2SE but thinking it may need the full EE - going to download an old 1.5 version and give it a try.

from openmaxims.

Terry-Fossey avatar Terry-Fossey commented on August 29, 2024

Please note that ${WORKSPACE} is defined in WebApp/WebAppBuild.xml
Note the "/" at the end of the default string - if you change this string then you need to ensure to include the "/" at the end.
Including the "/" after ${WORKSPACE} in the WebApp/build_common.xml file is a lot of work as the ${WORKSPACE} variable is used many times throughout this file and you would need to append the "/" in every location.

from openmaxims.

jonnyry avatar jonnyry commented on August 29, 2024

Sorted now - downloaded a copy of javax-xml-soap-1.6.0.jar and added to the WebApp\WEB-INF\lib folder. Thanks for the help.

from openmaxims.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.