You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Julie Zhuo (JIRA)" <be...@incubator.apache.org> on 2004/10/26 00:38:43 UTC

[jira] Created: (BEEHIVE-25) Should build.dist.docs depends on build.dist.core or deploy?

Should build.dist.docs depends on build.dist.core or deploy?
------------------------------------------------------------

         Key: BEEHIVE-25
         URL: http://issues.apache.org/jira/browse/BEEHIVE-25
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Versions: Version 1    
    Reporter: Julie Zhuo
    Priority: Minor


Currently this target is called by build.dist. But if "ant clean" is being called and then try to build the docs distribution, it won't run propertly because it does not have the things it is depending on that are generated from deploy. Just thought occasionally some people might want to do this for some reason. :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-25) Should build.dist.docs depends on build.dist.core or deploy?

Posted by "Kenneth Tam (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-25?page=history ]

Kenneth Tam updated BEEHIVE-25:
-------------------------------

      Assign To: Steve Hanson
        Version: V1Alpha
                     (was: V1)
    Fix Version: V1Alpha

> Should build.dist.docs depends on build.dist.core or deploy?
> ------------------------------------------------------------
>
>          Key: BEEHIVE-25
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-25
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: Julie Zhuo
>     Assignee: Steve Hanson
>     Priority: Minor
>      Fix For: V1Alpha

>
> Currently this target is called by build.dist. But if "ant clean" is being called and then try to build the docs distribution, it won't run propertly because it does not have the things it is depending on that are generated from deploy. Just thought occasionally some people might want to do this for some reason. :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-25) Should build.dist.docs depends on build.dist.core or deploy?

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-25?page=history ]
     
Steve Hanson resolved BEEHIVE-25:
---------------------------------

     Assign To: Julie Zhuo  (was: Steve Hanson)
    Resolution: Fixed

You can now call 

  ant clean

and then immediately

  ant -f distribution.xml build.dist.docs



> Should build.dist.docs depends on build.dist.core or deploy?
> ------------------------------------------------------------
>
>          Key: BEEHIVE-25
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-25
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Beta
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1Beta

>
> Currently this target is called by build.dist. But if "ant clean" is being called and then try to build the docs distribution, it won't run propertly because it does not have the things it is depending on that are generated from deploy. Just thought occasionally some people might want to do this for some reason. :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (BEEHIVE-25) Should build.dist.docs depends on build.dist.core or deploy?

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-25?page=comments#action_54828 ]
     
Eddie O'Neil commented on BEEHIVE-25:
-------------------------------------

My $0.02 on how this should work...

The "build.dist" target should call "build.dist.docs".  We'd like to keep the expensive parts of building the distribution separate from the main build process.

So, it'd do something like this:

  build.dist

calls:

  build.dist.core
  build.dist.samples
  build.dist.docs

Not sure why they aren't wired together now.  <g>

> Should build.dist.docs depends on build.dist.core or deploy?
> ------------------------------------------------------------
>
>          Key: BEEHIVE-25
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-25
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: Julie Zhuo
>     Assignee: Steve Hanson
>     Priority: Minor
>      Fix For: V1Alpha

>
> Currently this target is called by build.dist. But if "ant clean" is being called and then try to build the docs distribution, it won't run propertly because it does not have the things it is depending on that are generated from deploy. Just thought occasionally some people might want to do this for some reason. :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-25) Should build.dist.docs depends on build.dist.core or deploy?

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-25?page=history ]

Steve Hanson updated BEEHIVE-25:
--------------------------------

        Version: V1Beta
                     (was: V1Alpha)
    Fix Version: V1Beta
                     (was: V1Alpha)

In the alpha branch, I tried to make 'docs' depend directly on 'deploy', but it put the build into an infinite loop.  
For alpha, this is just a weakness of the build (that you have to explicitly call 'deploy' before you call 'docs').
Leaving this bug open to be fixed in beta.

> Should build.dist.docs depends on build.dist.core or deploy?
> ------------------------------------------------------------
>
>          Key: BEEHIVE-25
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-25
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Beta
>     Reporter: Julie Zhuo
>     Assignee: Steve Hanson
>     Priority: Minor
>      Fix For: V1Beta

>
> Currently this target is called by build.dist. But if "ant clean" is being called and then try to build the docs distribution, it won't run propertly because it does not have the things it is depending on that are generated from deploy. Just thought occasionally some people might want to do this for some reason. :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-25) Should build.dist.docs depends on build.dist.core or deploy?

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-25?page=history ]
     
Julie Zhuo closed BEEHIVE-25:
-----------------------------


Build structure is all changed now, so this is no longer the situation. The doc build now is working fine. Close.

> Should build.dist.docs depends on build.dist.core or deploy?
> ------------------------------------------------------------
>
>          Key: BEEHIVE-25
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-25
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Beta
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1Beta

>
> Currently this target is called by build.dist. But if "ant clean" is being called and then try to build the docs distribution, it won't run propertly because it does not have the things it is depending on that are generated from deploy. Just thought occasionally some people might want to do this for some reason. :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira