You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/12/04 15:05:05 UTC

[Issue 127237] New: qadevOOo runner build breaks if ant not present

https://bz.apache.org/ooo/show_bug.cgi?id=127237

          Issue ID: 127237
        Issue Type: DEFECT
           Summary: qadevOOo runner build breaks if ant not present
           Product: General
           Version: 4.1.3
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: arielch@apache.org
  Target Milestone: ---
             Flags: 4.1.4_release_blocker?

The qadevOOo classes are built if java and ant are enabled:

.IF "$(SOLAR_JAVA)"=="TRUE"     
.IF "$(ANT_HOME)"!="NO_ANT_HOME"
ANT_FLAGS+=-Dbuild.source=1.5
.IF "$(L10N_framework)"==""
ALLTAR: ANTBUILD
.ENDIF
.ENDIF
.ENDIF

but qadevOOo/runner/makefile.mk only checks $(SOLAR_JAVA) and
$(L10N_framework):


# --- Targets ------------------------------------------------------
.IF "$(SOLAR_JAVA)"=="TRUE" && "$(L10N_framework)"==""
OWNJAR: ALLTAR

Thus the build breaks:

[ariel@localhost qadevOOo]$ echo $ANT_HOME 
NO_ANT_HOME
[ariel@localhost qadevOOo]$ build
build -- version: 275224


=============
Building module qadevOOo
=============

Entering /home/ariel/aoo/build/openoffice-svn/trunk/main/qadevOOo

mkout -- version: 1.8

Entering /home/ariel/aoo/build/openoffice-svn/trunk/main/qadevOOo/runner

jar cfm ../unxlngx6.pro/class/OOoRunnerLight.jar manifest -C
../unxlngx6.pro/class util -C ../unxlngx6.pro/class share -C
../unxlngx6.pro/class stats -C ../unxlngx6.pro/class lib -C
../unxlngx6.pro/class complexlib -C ../unxlngx6.pro/class helper -C
../unxlngx6.pro/class basicrunner -C ../unxlngx6.pro/class base -C
../unxlngx6.pro/class org/openoffice -C ../unxlngx6.pro/class convwatch -C
../unxlngx6.pro/class graphical
../unxlngx6.pro/class/util : no such file or directory
../unxlngx6.pro/class/share : no such file or directory
../unxlngx6.pro/class/stats : no such file or directory
../unxlngx6.pro/class/lib : no such file or directory
../unxlngx6.pro/class/complexlib : no such file or directory
../unxlngx6.pro/class/helper : no such file or directory
../unxlngx6.pro/class/basicrunner : no such file or directory
../unxlngx6.pro/class/base : no such file or directory
../unxlngx6.pro/class/org/openoffice : no such file or directory
../unxlngx6.pro/class/convwatch : no such file or directory
../unxlngx6.pro/class/graphical : no such file or directory
dmake:  Error code 1, while making 'LIGHT'
ERROR: error 65280 occurred while making
/home/ariel/aoo/build/openoffice-svn/trunk/main/qadevOOo/runner

-- 
You are receiving this mail because:
You are the assignee for the issue.

4.1.4_release_blocker requested: [Issue 127237] qadevOOo runner build breaks if ant not present

Posted by bu...@apache.org.
Ariel Constenla-Haile <ar...@apache.org> has asked  for
4.1.4_release_blocker:
Issue 127237: qadevOOo runner build breaks if ant not present
https://bz.apache.org/ooo/show_bug.cgi?id=127237



--- Description ---
The qadevOOo classes are built if java and ant are enabled:

.IF "$(SOLAR_JAVA)"=="TRUE"	
.IF "$(ANT_HOME)"!="NO_ANT_HOME"
ANT_FLAGS+=-Dbuild.source=1.5
.IF "$(L10N_framework)"==""
ALLTAR: ANTBUILD
.ENDIF
.ENDIF
.ENDIF

but qadevOOo/runner/makefile.mk only checks $(SOLAR_JAVA) and
$(L10N_framework):


# --- Targets ------------------------------------------------------
.IF "$(SOLAR_JAVA)"=="TRUE" && "$(L10N_framework)"==""
OWNJAR: ALLTAR

Thus the build breaks:

[ariel@localhost qadevOOo]$ echo $ANT_HOME 
NO_ANT_HOME
[ariel@localhost qadevOOo]$ build
build -- version: 275224


=============
Building module qadevOOo
=============

Entering /home/ariel/aoo/build/openoffice-svn/trunk/main/qadevOOo

mkout -- version: 1.8

Entering /home/ariel/aoo/build/openoffice-svn/trunk/main/qadevOOo/runner

jar cfm ../unxlngx6.pro/class/OOoRunnerLight.jar manifest -C
../unxlngx6.pro/class util -C ../unxlngx6.pro/class share -C
../unxlngx6.pro/class stats -C ../unxlngx6.pro/class lib -C
../unxlngx6.pro/class complexlib -C ../unxlngx6.pro/class helper -C
../unxlngx6.pro/class basicrunner -C ../unxlngx6.pro/class base -C
../unxlngx6.pro/class org/openoffice -C ../unxlngx6.pro/class convwatch -C
../unxlngx6.pro/class graphical
../unxlngx6.pro/class/util : no such file or directory
../unxlngx6.pro/class/share : no such file or directory
../unxlngx6.pro/class/stats : no such file or directory
../unxlngx6.pro/class/lib : no such file or directory
../unxlngx6.pro/class/complexlib : no such file or directory
../unxlngx6.pro/class/helper : no such file or directory
../unxlngx6.pro/class/basicrunner : no such file or directory
../unxlngx6.pro/class/base : no such file or directory
../unxlngx6.pro/class/org/openoffice : no such file or directory
../unxlngx6.pro/class/convwatch : no such file or directory
../unxlngx6.pro/class/graphical : no such file or directory
dmake:	Error code 1, while making 'LIGHT'
ERROR: error 65280 occurred while making
/home/ariel/aoo/build/openoffice-svn/trunk/main/qadevOOo/runner

[Issue 127237] qadevOOo runner build breaks if ant not present

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127237

--- Comment #2 from SVN Robot <sv...@dev.null.org> ---
"arielch" committed SVN revision 1772541 into trunk:
i127237 - Check ANT_HOME

-- 
You are receiving this mail because:
You are the assignee for the issue.

4.1.4_release_blocker granted: [Issue 127237] qadevOOo runner build breaks if ant not present

Posted by bu...@apache.org.
Ariel Constenla-Haile <ar...@apache.org> has granted Ariel Constenla-Haile
<ar...@apache.org>'s request for 4.1.4_release_blocker:
Issue 127237: qadevOOo runner build breaks if ant not present
https://bz.apache.org/ooo/show_bug.cgi?id=127237



--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
This breaks the bb-win7 buildbot builds (the underlying problem being that ant
does not work in the buildbot).

[Issue 127237] qadevOOo runner build breaks if ant not present

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127237

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---
Fixed on trunk and branch AOO414

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127237] qadevOOo runner build breaks if ant not present

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127237

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|4.1.4_release_blocker?      |4.1.4_release_blocker+

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
This breaks the bb-win7 buildbot builds (the underlying problem being that ant
does not work in the buildbot).

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127237] qadevOOo runner build breaks if ant not present

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127237

--- Comment #3 from SVN Robot <sv...@dev.null.org> ---
"arielch" committed SVN revision 1772543 into branches/AOO414:
i127237 - Check ANT_HOME

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127237] qadevOOo runner build breaks if ant not present

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127237

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.4

-- 
You are receiving this mail because:
You are the assignee for the issue.