You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Garrett Conaty (JIRA)" <be...@incubator.apache.org> on 2004/11/05 23:15:32 UTC

[jira] Created: (BEEHIVE-62) ant build.dist.archives fails

ant build.dist.archives fails
-----------------------------

         Key: BEEHIVE-62
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-62
     Project: Beehive
        Type: Bug
    Versions: V1Alpha    
 Environment: Win32
    Reporter: Garrett Conaty


the build.dist.archives ant target needs a dependency not to fail.

if you do ant clean followed by ant.build.dist, it fails, though succeeds if you do an 'ant build.dist' first.  hence, build.dist.archives should have a dependency on building the dist.

-- 
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] Resolved: (BEEHIVE-62) ant build.dist.archives fails

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

    Resolution: Won't Fix

Currently all the archive/jar creation ets are by design independent of their respective "build" targets.       
The workflow is typically to iterate over the build targets and at some point create the archives.  Per the usage docs (run ant w/o specifying a target), to go straight to archives simply run "ant clean build.dist build.dist.archives".

Builds are also faster w/o deps like this, since even when the dep is satisfied, it takes a non-trivial amount of time to crank through them.



> ant build.dist.archives fails
> -----------------------------
>
>          Key: BEEHIVE-62
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-62
>      Project: Beehive
>         Type: Bug
>     Versions: V1Alpha
>  Environment: Win32
>     Reporter: Garrett Conaty

>
> the build.dist.archives ant target needs a dependency not to fail.
> if you do ant clean followed by ant.build.dist, it fails, though succeeds if you do an 'ant build.dist' first.  hence, build.dist.archives should have a dependency on building the dist.

-- 
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-62) ant build.dist.archives fails

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-62?page=all ]
     
Jeremiah Johnson closed BEEHIVE-62:
-----------------------------------

    Assign To: Jeremiah Johnson

the build.dist.archives target works; to most easily build the archives from a fresh export from SVN, 'ant bootstrap build.dist.full' is used; most don't pull fresh, so 'ant build.dist.full' is more common

verified in SVN rev 169968

> ant build.dist.archives fails
> -----------------------------
>
>          Key: BEEHIVE-62
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-62
>      Project: Beehive
>         Type: Bug
>     Versions: V1Alpha
>  Environment: Win32
>     Reporter: Garrett Conaty
>     Assignee: Jeremiah Johnson

>
> the build.dist.archives ant target needs a dependency not to fail.
> if you do ant clean followed by ant.build.dist, it fails, though succeeds if you do an 'ant build.dist' first.  hence, build.dist.archives should have a dependency on building the dist.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira