-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source file encoding issues in \Admin directory? #4
Comments
I did encounter this error but I can't for the life of me remember how I Regarding the UTF8 stuff I re encoded only those files that were throwing Ah yes I've looked at the code in the build common.xml file, this was a M
|
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. |
Please note that ${WORKSPACE} is defined in WebApp/WebAppBuild.xml |
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. |
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.
The text was updated successfully, but these errors were encountered: