You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datasketches.apache.org by "Rushabh Shah (Jira)" <ji...@apache.org> on 2020/05/21 22:40:00 UTC

[jira] [Created] (DATASKETCHES-4) mvn clean install failing.

Rushabh Shah created DATASKETCHES-4:
---------------------------------------

             Summary: mvn clean install failing.
                 Key: DATASKETCHES-4
                 URL: https://issues.apache.org/jira/browse/DATASKETCHES-4
             Project: Apache Datasketches
          Issue Type: Bug
            Reporter: Rushabh Shah


mvn clean install failing with below errror

{noformat}

[*ERROR*] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar *(attach-javadocs)* on project datasketches-java: *MavenReportException: Error while generating Javadoc:* 

[*ERROR*] *Exit code: 1 - /Users/rushabh.shah/incubator-datasketches-java/src/main/java/org/apache/datasketches/theta/Union.java:124: error: unexpected end tag: </p>*

[*ERROR*]  *  * @param datum The given String.</p>*

[*ERROR*]  *                                  ^*

[*ERROR*] 

[*ERROR*] *Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre/../bin/javadoc @options @packages*

[*ERROR*] 

[*ERROR*] *Refer to the generated Javadoc files in '/Users/rushabh.shah/incubator-datasketches-java/target/apidocs' dir.*

[*ERROR*] 

{noformat}

[~LeeRhodes] I would like to contribute to this jira. could you please make me contributor. Thank you !



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@datasketches.apache.org
For additional commands, e-mail: dev-help@datasketches.apache.org


Re: [jira] [Created] (DATASKETCHES-4) mvn clean install failing.

Posted by leerho <le...@gmail.com>.
I submitted my reply on Jira.

On Thu, May 21, 2020 at 3:40 PM Rushabh Shah (Jira) <ji...@apache.org> wrote:

> Rushabh Shah created DATASKETCHES-4:
> ---------------------------------------
>
>              Summary: mvn clean install failing.
>                  Key: DATASKETCHES-4
>                  URL: https://issues.apache.org/jira/browse/DATASKETCHES-4
>              Project: Apache Datasketches
>           Issue Type: Bug
>             Reporter: Rushabh Shah
>
>
> mvn clean install failing with below errror
>
> {noformat}
>
> [*ERROR*] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar *(attach-javadocs)*
> on project datasketches-java: *MavenReportException: Error while generating
> Javadoc:*
>
> [*ERROR*] *Exit code: 1 -
> /Users/rushabh.shah/incubator-datasketches-java/src/main/java/org/apache/datasketches/theta/Union.java:124:
> error: unexpected end tag: </p>*
>
> [*ERROR*]  *  * @param datum The given String.</p>*
>
> [*ERROR*]  *                                  ^*
>
> [*ERROR*]
>
> [*ERROR*] *Command line was:
> /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre/../bin/javadoc
> @options @packages*
>
> [*ERROR*]
>
> [*ERROR*] *Refer to the generated Javadoc files in
> '/Users/rushabh.shah/incubator-datasketches-java/target/apidocs' dir.*
>
> [*ERROR*]
>
> {noformat}
>
> [~LeeRhodes] I would like to contribute to this jira. could you please
> make me contributor. Thank you !
>
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@datasketches.apache.org
> For additional commands, e-mail: dev-help@datasketches.apache.org
>
>

Re: [jira] [Created] (DATASKETCHES-4) mvn clean install failing.

Posted by leerho <le...@gmail.com>.
Rushabh,

Thank you for uncovering this!  This extraneous "</p>" in the javadocs is
not in our latest 1.3.0 release.  It was accidentally introduced into
master 3 days ago.  We highly recommend you obtain source from our releases
as accidents can and do occur on master.

We don't use Jira for error reporting, we prefer that you open an issue on
https://github.com/apache/incubator-datasketches-java, if you wish.  As it
is, this notice is sufficient for us to just correct this in master.

If you are truly interested in becoming a committer to our project we would
welcome that, assuming that you actually are interested in committing code
or other contributions to the project.

Please communicate with us on dev@datasketches.a.o or through our Slack
#datasketches channel about your interests in contributing.  We would like
to hear from you!

Cheers,

Lee.








On Thu, May 21, 2020 at 3:40 PM Rushabh Shah (Jira) <ji...@apache.org> wrote:

> Rushabh Shah created DATASKETCHES-4:
> ---------------------------------------
>
>              Summary: mvn clean install failing.
>                  Key: DATASKETCHES-4
>                  URL: https://issues.apache.org/jira/browse/DATASKETCHES-4
>              Project: Apache Datasketches
>           Issue Type: Bug
>             Reporter: Rushabh Shah
>
>
> mvn clean install failing with below errror
>
> {noformat}
>
> [*ERROR*] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar *(attach-javadocs)*
> on project datasketches-java: *MavenReportException: Error while generating
> Javadoc:*
>
> [*ERROR*] *Exit code: 1 -
> /Users/rushabh.shah/incubator-datasketches-java/src/main/java/org/apache/datasketches/theta/Union.java:124:
> error: unexpected end tag: </p>*
>
> [*ERROR*]  *  * @param datum The given String.</p>*
>
> [*ERROR*]  *                                  ^*
>
> [*ERROR*]
>
> [*ERROR*] *Command line was:
> /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre/../bin/javadoc
> @options @packages*
>
> [*ERROR*]
>
> [*ERROR*] *Refer to the generated Javadoc files in
> '/Users/rushabh.shah/incubator-datasketches-java/target/apidocs' dir.*
>
> [*ERROR*]
>
> {noformat}
>
> [~LeeRhodes] I would like to contribute to this jira. could you please
> make me contributor. Thank you !
>
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@datasketches.apache.org
> For additional commands, e-mail: dev-help@datasketches.apache.org
>
>