You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/04 12:31:00 UTC

[jira] [Commented] (JENA-1408) Improvements to development build times

    [ https://issues.apache.org/jira/browse/JENA-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238961#comment-16238961 ] 

ASF GitHub Bot commented on JENA-1408:
--------------------------------------

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/303

    JENA-1408: Quicker -Pdev; simplify profiles.

    This simplifies and speeds up the quick development profile.
    
    * Don't skip jena-iri and jena-shared-guava in -Pdev. Skipping does not always seem to work when there are new Jenkins built snapshots as well. The time difference is small.
    * Remove -Pbootstrap because it is now the same as -Pdev
    * Don't build javadoc when running -Pdev
    
    (see the JIRA for some timings)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena no-javadoc-dev

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/303.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #303
    
----
commit e9a4554c8858b52154a7cfac0b45950b2edcfb72
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-04T12:16:44Z

    JENA-1408: Merge -Pbootstrap in -Pdev; no javadoc in -Pdev

----


> Improvements to development build times
> ---------------------------------------
>
>                 Key: JENA-1408
>                 URL: https://issues.apache.org/jira/browse/JENA-1408
>             Project: Apache Jena
>          Issue Type: Improvement
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 3.5.0
>
>
> We have {{-Pdev}} for a build that tests the main parts of Jena up to jena-fuseki2 to speed up testing for changes.  It omits jena-iri and jena-shaded-guava and can fail if run when the build picks up snapshots built by Jenkins. We also have {{-Pbootstrap}} which includes these.
> Proposal:
> # Have one profile, which builds everything up to jena-fuseki2.
> # Don't build the javadoc (for speed reasons).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)