You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2007/04/03 21:00:32 UTC

[jira] Commented: (DERBY-2521) Building derby outputs (from ant) various information messages that are marked as error severity.

    [ https://issues.apache.org/jira/browse/DERBY-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486464 ] 

Daniel John Debrunner commented on DERBY-2521:
----------------------------------------------

Output messages that look like they are informational and not errors.
----------------------------------------------------------------------------

Ant environment:

Base Directory: /home/djd/cruise/cruisecontrol-bin-2.6.1/projects/derby_build/trunk

Build output: /home/djd/cruise/cruisecontrol-bin-2.6.1/projects/derby_build/trunk/classes

Compiler: modern

Sane = false

Proceed = no

Generating SanityState.java...

Generating ij parser...

Generating mtGrammar parser...

Generating SQL parser...

Begin building toursdb

Finished building toursdb

Revision number set to 524957.

Beginning derby.jar insane build

creating derby.jar class list

creating new DBMS.properties file

Beginning derbytools.jar insane build

creating tools.list

creating new tools.properties file

Beginning derbynet.jar insane build

creating net.list

creating new net.properties file

Beginning derbyclient.jar insane build

creating new dnc.properties file

Beginning derbyrun.jar build

Beginning derby.war  build

Building derbyLocale_cs.jar

Building derbyLocale_de_DE.jar

Building derbyLocale_es.jar

Building derbyLocale_fr.jar

Building derbyLocale_hu.jar

Building derbyLocale_it.jar

Building derbyLocale_ja_JP.jar

Building derbyLocale_ko_KR.jar

Building derbyLocale_pl.jar

Building derbyLocale_pt_BR.jar

Building derbyLocale_ru.jar

Building derbyLocale_zh_CN.jar

Building derbyLocale_zh_TW.jar

Revision number set to 524957.

Revision number set to 524957.

> Building derby outputs (from ant) various information messages that are marked as error severity.
> -------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2521
>                 URL: https://issues.apache.org/jira/browse/DERBY-2521
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools
>    Affects Versions: 10.3.0.0
>            Reporter: Daniel John Debrunner
>            Priority: Minor
>
> Building Derby in CruiseControl shows 66 Errors/Warnings, the majority of which are informational messages.
> This messages should be tagged with the level="info" attribute in the <echo> task.
> E.g. genParser target in the top-level build.xml should have
> <echo level="info" message="  ${msg}"/>
> Will add comment with the messages I think should be informational.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.