You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Jacob Danner (JIRA)" <be...@incubator.apache.org> on 2005/06/15 21:12:48 UTC

[jira] Created: (BEEHIVE-820) TCH build file does not work, errors with properties, tasks, and compilation

TCH build file does not work, errors with properties, tasks, and compilation
----------------------------------------------------------------------------

         Key: BEEHIVE-820
         URL: http://issues.apache.org/jira/browse/BEEHIVE-820
     Project: Beehive
        Type: Bug
  Components: Controls, Build  
    Reporter: Jacob Danner
 Attachments: build.xml, common.props

The build file located at /trunk/controls/test/tools/tch does not build.

Initially, when running 'ant' from the above directory I recieved an error from ant because a properties files referenced (buildenv.properties) was not available.
I replaced this value with common.props and re-ran 'ant'
I then got errors resulting from TCH_HOME not being set
I set this value to ${basedir} in commons.props and re-ran
Now when I run 'ant' I get compilation errors.

Building TCH does not seem to work right out of the box as I would expect

Repro:
cd to /trunk/controls/test/tools/tch 
run ant
verify failures


-- 
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


[jira] Updated: (BEEHIVE-820) TCH build file does not work, errors with properties, tasks, and compilation

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

Jacob Danner updated BEEHIVE-820:
---------------------------------

    Attachment: common.props

The updated common.props file 

> TCH build file does not work, errors with properties, tasks, and compilation
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-820
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-820
>      Project: Beehive
>         Type: Bug
>   Components: Controls, Build
>     Reporter: Jacob Danner
>  Attachments: build.xml, common.props
>
> The build file located at /trunk/controls/test/tools/tch does not build.
> Initially, when running 'ant' from the above directory I recieved an error from ant because a properties files referenced (buildenv.properties) was not available.
> I replaced this value with common.props and re-ran 'ant'
> I then got errors resulting from TCH_HOME not being set
> I set this value to ${basedir} in commons.props and re-ran
> Now when I run 'ant' I get compilation errors.
> Building TCH does not seem to work right out of the box as I would expect
> Repro:
> cd to /trunk/controls/test/tools/tch 
> run ant
> verify failures

-- 
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


[jira] Commented: (BEEHIVE-820) TCH build file does not work, errors with properties, tasks, and compilation

Posted by "James Song (JIRA)" <be...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/BEEHIVE-820?page=comments#action_12313902 ] 

James Song commented on BEEHIVE-820:
------------------------------------

Jacob:
build.xml and common.props are updated by r191169.

> TCH build file does not work, errors with properties, tasks, and compilation
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-820
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-820
>      Project: Beehive
>         Type: Bug
>   Components: Controls, Build
>     Reporter: Jacob Danner
>  Attachments: build.xml, common.props
>
> The build file located at /trunk/controls/test/tools/tch does not build.
> Initially, when running 'ant' from the above directory I recieved an error from ant because a properties files referenced (buildenv.properties) was not available.
> I replaced this value with common.props and re-ran 'ant'
> I then got errors resulting from TCH_HOME not being set
> I set this value to ${basedir} in commons.props and re-ran
> Now when I run 'ant' I get compilation errors.
> Building TCH does not seem to work right out of the box as I would expect
> Repro:
> cd to /trunk/controls/test/tools/tch 
> run ant
> verify failures

-- 
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


[jira] Resolved: (BEEHIVE-820) TCH build file does not work, errors with properties, tasks, and compilation

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-820?page=all ]
     
Eddie O'Neil resolved BEEHIVE-820:
----------------------------------

    Fix Version: V1
     Resolution: Fixed

Fixed with SVN 191963.

> TCH build file does not work, errors with properties, tasks, and compilation
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-820
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-820
>      Project: Beehive
>         Type: Bug
>   Components: Build, Controls
>     Reporter: Jacob Danner
>      Fix For: V1
>  Attachments: build.xml, common.props
>
> The build file located at /trunk/controls/test/tools/tch does not build.
> Initially, when running 'ant' from the above directory I recieved an error from ant because a properties files referenced (buildenv.properties) was not available.
> I replaced this value with common.props and re-ran 'ant'
> I then got errors resulting from TCH_HOME not being set
> I set this value to ${basedir} in commons.props and re-ran
> Now when I run 'ant' I get compilation errors.
> Building TCH does not seem to work right out of the box as I would expect
> Repro:
> cd to /trunk/controls/test/tools/tch 
> run ant
> verify failures

-- 
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


[jira] Updated: (BEEHIVE-820) TCH build file does not work, errors with properties, tasks, and compilation

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

Jacob Danner updated BEEHIVE-820:
---------------------------------

    Attachment: build.xml

an updated build file for controls/test/tools/tch dir with updates I had made while attempting to build

> TCH build file does not work, errors with properties, tasks, and compilation
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-820
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-820
>      Project: Beehive
>         Type: Bug
>   Components: Controls, Build
>     Reporter: Jacob Danner
>  Attachments: build.xml, common.props
>
> The build file located at /trunk/controls/test/tools/tch does not build.
> Initially, when running 'ant' from the above directory I recieved an error from ant because a properties files referenced (buildenv.properties) was not available.
> I replaced this value with common.props and re-ran 'ant'
> I then got errors resulting from TCH_HOME not being set
> I set this value to ${basedir} in commons.props and re-ran
> Now when I run 'ant' I get compilation errors.
> Building TCH does not seem to work right out of the box as I would expect
> Repro:
> cd to /trunk/controls/test/tools/tch 
> run ant
> verify failures

-- 
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