[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-3825) Full Publish not doing full build archive

Rob Stryker (JIRA) jira-events at lists.jboss.org
Thu Apr 2 23:26:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-3825.
--------------------------------

    Fix Version/s: 3.1.0
                       (was: 3.0.0.GA)
       Resolution: Done


Committed the fix with a test case to verify how it should work.

Case 1: automatic build turned off, automatic publish off
  - If you change a source file, only that file changes. 
         - bin doesn't change. 
         - archive output doesn't change. 
         - deploy folder doesn't change
  - Then you do ctrl+b
         - bin changes
         - If the builder is enabled, the archive changes
         - The deploy folder does not change
  - Then in either the archives view you publish to server (or in servers view, do full publish)
          - The deploy folder finally changes

Case 2: automatic build turned off, automatic publish is on  (right-click on the archive in the archives view, select edit publish properties, set a server to autodeploy on and have it publish after every build)
  - If you change a source file, nothing changes
  - Then you do ctrl+b, and:
         - bin changes
         - archives output is changed
         - archive is deployed

Case 3:  automatic build is on, automatic publish is on:
  - If you change a source file: 
        - bin changes
        - archives output is changed
        - archive is deployed

Case 4: automatic build is on, automatic publish is off
  - If you change a source file: 
       - bin changes
       - archives output is changed
  - Then if you right-click in archives view and do publish (or in servers view -> full publish): 
        - archive is deployed. 

> Full Publish not doing full build archive
> -----------------------------------------
>
>                 Key: JBIDE-3825
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3825
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Archives, JBossAS
>    Affects Versions: 3.0.0.CR2
>            Reporter: Galder Zamarreño
>            Assignee: Rob Stryker
>             Fix For: 3.1.0
>
>
> Is "Full Publish" supposed to do a full build of deployable archive (equivalent to "Build Archive(Full)")? If it is, it's not currently doing it. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the jbosstools-issues mailing list