Skip to content
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

Specify encoding when running javadoc #6154

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Conversation

lemenkov
Copy link
Contributor

This fixes the following issues during javadoc file processing stage:

(cd ../../java_src;javadoc -sourcepath . -d ../doc/html/java \
	-windowtitle 'Java-Erlang Interface Library' com.ericsson.otp.erlang)
Loading source files for package com.ericsson.otp.erlang...
./com/ericsson/otp/erlang/OtpGenericTransportFactory.java:2: error: unmappable character (0xC3) for encoding US-ASCII
 * Copyright 2022 J??r??me de Bretagne
                   ^
./com/ericsson/otp/erlang/OtpGenericTransportFactory.java:2: error: unmappable character (0xA9) for encoding US-ASCII
 * Copyright 2022 J??r??me de Bretagne
                    ^
./com/ericsson/otp/erlang/OtpGenericTransportFactory.java:2: error: unmappable character (0xC3) for encoding US-ASCII
 * Copyright 2022 J??r??me de Bretagne
                      ^
./com/ericsson/otp/erlang/OtpGenericTransportFactory.java:2: error: unmappable character (0xB4) for encoding US-ASCII
 * Copyright 2022 J??r??me de Bretagne
                       ^
4 errors

Followup to commit 6bcfd5a.

Signed-off-by: Peter Lemenkov lemenkov@gmail.com

@github-actions
Copy link
Contributor

github-actions bot commented Jul 14, 2022

CT Test Results

    2 files    13 suites   3m 44s ⏱️
148 tests 143 ✔️ 5 💤 0
163 runs  158 ✔️ 5 💤 0

Results for commit a9db2a2.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@rickard-green rickard-green added the team:VM Assigned to OTP team VM label Jul 15, 2022
This fixes the following issues during javadoc file processing stage:

```
(cd ../../java_src;javadoc -sourcepath . -d ../doc/html/java \
	-windowtitle 'Java-Erlang Interface Library' com.ericsson.otp.erlang)
Loading source files for package com.ericsson.otp.erlang...
./com/ericsson/otp/erlang/OtpGenericTransportFactory.java:2: error: unmappable character (0xC3) for encoding US-ASCII
 * Copyright 2022 J??r??me de Bretagne
                   ^
./com/ericsson/otp/erlang/OtpGenericTransportFactory.java:2: error: unmappable character (0xA9) for encoding US-ASCII
 * Copyright 2022 J??r??me de Bretagne
                    ^
./com/ericsson/otp/erlang/OtpGenericTransportFactory.java:2: error: unmappable character (0xC3) for encoding US-ASCII
 * Copyright 2022 J??r??me de Bretagne
                      ^
./com/ericsson/otp/erlang/OtpGenericTransportFactory.java:2: error: unmappable character (0xB4) for encoding US-ASCII
 * Copyright 2022 J??r??me de Bretagne
                       ^
4 errors
```

Followup to commit 6bcfd5a.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
@sverker sverker changed the base branch from master to maint August 16, 2022 16:56
@sverker sverker added fix testing currently being tested, tag is used by OTP internal CI documentation labels Aug 16, 2022
@sverker
Copy link
Contributor

sverker commented Aug 16, 2022

Thanks, @lemenkov

I rebased your branch for merge to maint and OTP-25.1.

@sverker sverker merged commit 6ca2572 into erlang:maint Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants