You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/04/18 18:16:21 UTC

[jira] Created: (HBASE-593) build on hudson failing compiling jsp

build on hudson failing compiling jsp
-------------------------------------

                 Key: HBASE-593
                 URL: https://issues.apache.org/jira/browse/HBASE-593
             Project: Hadoop HBase
          Issue Type: Bug
          Components: build
            Reporter: stack


Fix the build up on Hudson.  Its failing compiling jsps.

{code}
init:
     [copy] Copying 2 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:178: java.lang.ExceptionInInitializerError

Total time: 14 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results
{code}
I think upgrading ant will fix above.

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


[jira] Resolved: (HBASE-593) build on hudson failing compiling jsp

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-593.
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0

Fix to the build.xml so we only generated java code from jsps once per invocation got us over the strange static initializer exception we were seeing up on hudson.  Hudson just reported build back to normal.  Resolving.

> build on hudson failing compiling jsp
> -------------------------------------
>
>                 Key: HBASE-593
>                 URL: https://issues.apache.org/jira/browse/HBASE-593
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: stack
>             Fix For: 0.2.0
>
>
> Fix the build up on Hudson.  Its failing compiling jsps.
> {code}
> init:
>      [copy] Copying 2 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps
> jspc:
> BUILD FAILED
> /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:178: java.lang.ExceptionInInitializerError
> Total time: 14 seconds
> ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
> ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
> Recording test results
> {code}
> I think upgrading ant will fix above.

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


[jira] Assigned: (HBASE-593) build on hudson failing compiling jsp

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-593:
---------------------------

    Assignee: stack

> build on hudson failing compiling jsp
> -------------------------------------
>
>                 Key: HBASE-593
>                 URL: https://issues.apache.org/jira/browse/HBASE-593
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.2.0
>
>
> Fix the build up on Hudson.  Its failing compiling jsps.
> {code}
> init:
>      [copy] Copying 2 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps
> jspc:
> BUILD FAILED
> /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:178: java.lang.ExceptionInInitializerError
> Total time: 14 seconds
> ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
> ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
> Recording test results
> {code}
> I think upgrading ant will fix above.

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