You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by "Ian Dunlop (JIRA)" <ji...@apache.org> on 2015/11/03 14:57:27 UTC

[jira] [Created] (TAVERNA-874) mvn clean package fails to run

Ian Dunlop created TAVERNA-874:
----------------------------------

             Summary: mvn clean package fails to run
                 Key: TAVERNA-874
                 URL: https://issues.apache.org/jira/browse/TAVERNA-874
             Project: Apache Taverna
          Issue Type: Bug
          Components: Taverna Commandline
         Environment: Windows 7. Java 1.8.0_51.  Maven 3.3.3
            Reporter: Ian Dunlop


mvn clean package on master results in
[ERROR] /C:/Users/idunlop/code/incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna
/commandline/data/DatabaseConfigurationHandler.java:[57,38] cannot access uk.org.taverna.configuration.Configurable
Which means we can't build the command line to run any workflows.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Re: [jira] [Created] (TAVERNA-874) mvn clean package fails to run

Posted by Andy Seaborne <an...@apache.org>.
The build is "unstable" meaning that the maven got to the end but that 
there were test failures.

https://builds.apache.org/job/incubator-taverna-engine/166/testReport/

has one failure.

That will stop artifacts being uploaded.

	Andy

https://builds.apache.org/job/incubator-taverna-engine/166/org.apache.taverna.engine$taverna-run-impl/testReport/org.apache.taverna.platform.run.impl/WorkflowReportJSONTest/load/

On 04/11/15 15:43, Ian Dunlop wrote:
> Hello,
>
> Cool, thanks for that update - I've noted it in the JIRA issue.
>
> Cheers,
>
> Ian
>
> On 04/11/2015 15:40, Dmitry wrote:
>> Hello,
>>
>> The problem is in
>>
>> Apache Taverna Database Configuration API
>> https://builds.apache.org/job/incubator-taverna-engine/166/org.apache.taverna.engine$taverna-database-configuration-api/
>>
>>
>> It builds ok, but there is no build found in the snapshots:
>> https://repository.apache.org/content/groups/snapshots/org/apache/taverna/engine/taverna-database-configuration-api/3.1.0-incubating-SNAPSHOT/
>>
>>
>> I'm not sure how Jenkins update the snapshots... ?
>>
>> Kind regards,
>>
>> Dmitry
>>
>> On 11/4/2015 11:27 AM, Ian Dunlop wrote:
>>> Hello,
>>>
>>> It looks like it is a mvn artifact is not available via the repos. It
>>> might be something you downloaded the source for and built locally which
>>> then had the correct version numbers.
>>>
>>> Cheers,
>>>
>>> Ian
>>>
>>> On 03/11/2015 15:15, Dmitry wrote:
>>>> Yeah... :-(
>>>>
>>>> After pruning the local maven repository:
>>>> incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[57,38]
>>>>
>>>> cannot access uk.org.taverna.configuration.Configurable
>>>> class file for uk.org.taverna.configuration.Configurable not found.
>>>> incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[79,33]
>>>>
>>>> cannot find symbol
>>>> symbol:   method setProperty(java.lang.String,java.lang.String)
>>>> location: variable dbConfig of type
>>>> org.apache.taverna.configuration.database.DatabaseConfiguration
>>>>
>>>> On 11/3/2015 3:45 PM, Ian Dunlop wrote:
>>>> Hello,
>>>>
>>>> Does it build if you delete your local mvn repo?
>>>>
>>>> Cheers,
>>>>
>>>> Ian
>>>>
>>>> PS I'm never quite sure if we should use JIRA comments for this or the
>>>> dev list - suggestions welcome.
>>>>
>>>> On 03/11/2015 14:33, Dmitry wrote:
>>>>>>> Hello,
>>>>>>>
>>>>>>> There was many package names changes recently from "uk.org.taverna"
>>>>>>> -> "org.apache.taverna". I see no any "uk.org.taverna" dependency
>>>>>>> in DatabaseConfigurationHandler. Probably something wrong with
>>>>>>> versions in poms...
>>>>>>>
>>>>>>> Dmitry
>>>>>>>
>>>>>>> P.S. I can compile Apache Taverna Commandline from git (Netbeans
>>>>>>> 8.1).
>>>>>>>
>>>>>>> On 11/3/2015 2:57 PM, Ian Dunlop (JIRA) wrote:
>>>>>>>> Ian Dunlop created TAVERNA-874:
>>>>>>>> ----------------------------------
>>>>>>>>
>>>>>>>> Summary: mvn clean package fails to run Key: TAVERNA-874 URL:
>>>>>>>> https://issues.apache.org/jira/browse/TAVERNA-874 Project: Apache
>>>>>>>> Taverna Issue Type: Bug Components: Taverna Commandline
>>>>>>>> Environment: Windows 7. Java 1.8.0_51.  Maven 3.3.3 Reporter: Ian
>>>>>>>> Dunlop
>>>>>>>>
>>>>>>>>
>>>>>>>> mvn clean package on master results in [ERROR]
>>>>>>>> /C:/Users/idunlop/code/incubator-taverna-commandline/taverna-commandl
>>>>>>>>
>>>> ine-common/src/main/java/org/apache/taverna
>>>>>>>>
>>>> /commandline/data/DatabaseConfigurationHandler.java:[57,38] cannot
>>>>>>>> access uk.org.taverna.configuration.Configurable Which means we
>>>>>>>> can't build the command line to run any workflows.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> -- This message was sent by Atlassian JIRA (v6.3.4#6332) .
>>>>>>>>
>>>> -- Ian Dunlop, eScience Lab
>>>> School of Computer Science
>>>> The University of Manchester
>>>> http://orcid.org/0000-0001-7066-3350
>>
>


Re: [jira] [Created] (TAVERNA-874) mvn clean package fails to run

Posted by Ian Dunlop <ia...@manchester.ac.uk>.
Hello,

Cool, thanks for that update - I've noted it in the JIRA issue.

Cheers,

Ian

On 04/11/2015 15:40, Dmitry wrote:
> Hello,
> 
> The problem is in
> 
> Apache Taverna Database Configuration API
> https://builds.apache.org/job/incubator-taverna-engine/166/org.apache.taverna.engine$taverna-database-configuration-api/
> 
> 
> It builds ok, but there is no build found in the snapshots:
> https://repository.apache.org/content/groups/snapshots/org/apache/taverna/engine/taverna-database-configuration-api/3.1.0-incubating-SNAPSHOT/
> 
> 
> I'm not sure how Jenkins update the snapshots... ?
> 
> Kind regards,
> 
> Dmitry
> 
> On 11/4/2015 11:27 AM, Ian Dunlop wrote:
>> Hello,
>>
>> It looks like it is a mvn artifact is not available via the repos. It
>> might be something you downloaded the source for and built locally which
>> then had the correct version numbers.
>>
>> Cheers,
>>
>> Ian
>>
>> On 03/11/2015 15:15, Dmitry wrote:
>>> Yeah... :-(
>>>
>>> After pruning the local maven repository:
>>> incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[57,38]
>>>
>>> cannot access uk.org.taverna.configuration.Configurable
>>> class file for uk.org.taverna.configuration.Configurable not found.
>>> incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[79,33]
>>>
>>> cannot find symbol
>>> symbol:   method setProperty(java.lang.String,java.lang.String)
>>> location: variable dbConfig of type
>>> org.apache.taverna.configuration.database.DatabaseConfiguration
>>>
>>> On 11/3/2015 3:45 PM, Ian Dunlop wrote:
>>> Hello,
>>>
>>> Does it build if you delete your local mvn repo?
>>>
>>> Cheers,
>>>
>>> Ian
>>>
>>> PS I'm never quite sure if we should use JIRA comments for this or the
>>> dev list - suggestions welcome.
>>>
>>> On 03/11/2015 14:33, Dmitry wrote:
>>>>>> Hello,
>>>>>>
>>>>>> There was many package names changes recently from "uk.org.taverna"
>>>>>> -> "org.apache.taverna". I see no any "uk.org.taverna" dependency
>>>>>> in DatabaseConfigurationHandler. Probably something wrong with
>>>>>> versions in poms...
>>>>>>
>>>>>> Dmitry
>>>>>>
>>>>>> P.S. I can compile Apache Taverna Commandline from git (Netbeans
>>>>>> 8.1).
>>>>>>
>>>>>> On 11/3/2015 2:57 PM, Ian Dunlop (JIRA) wrote:
>>>>>>> Ian Dunlop created TAVERNA-874:
>>>>>>> ----------------------------------
>>>>>>>
>>>>>>> Summary: mvn clean package fails to run Key: TAVERNA-874 URL:
>>>>>>> https://issues.apache.org/jira/browse/TAVERNA-874 Project: Apache
>>>>>>> Taverna Issue Type: Bug Components: Taverna Commandline
>>>>>>> Environment: Windows 7. Java 1.8.0_51.  Maven 3.3.3 Reporter: Ian
>>>>>>> Dunlop
>>>>>>>
>>>>>>>
>>>>>>> mvn clean package on master results in [ERROR]
>>>>>>> /C:/Users/idunlop/code/incubator-taverna-commandline/taverna-commandl
>>>>>>>
>>> ine-common/src/main/java/org/apache/taverna
>>>>>>>
>>> /commandline/data/DatabaseConfigurationHandler.java:[57,38] cannot
>>>>>>> access uk.org.taverna.configuration.Configurable Which means we
>>>>>>> can't build the command line to run any workflows.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -- This message was sent by Atlassian JIRA (v6.3.4#6332) .
>>>>>>>
>>> -- Ian Dunlop, eScience Lab
>>> School of Computer Science
>>> The University of Manchester
>>> http://orcid.org/0000-0001-7066-3350
> 

-- 
Ian Dunlop, eScience Lab
School of Computer Science
The University of Manchester
http://orcid.org/0000-0001-7066-3350

Re: [jira] [Created] (TAVERNA-874) mvn clean package fails to run

Posted by Dmitry <re...@list.ru>.
Hello,

The problem is in

Apache Taverna Database Configuration API
https://builds.apache.org/job/incubator-taverna-engine/166/org.apache.taverna.engine$taverna-database-configuration-api/

It builds ok, but there is no build found in the snapshots:
https://repository.apache.org/content/groups/snapshots/org/apache/taverna/engine/taverna-database-configuration-api/3.1.0-incubating-SNAPSHOT/

I'm not sure how Jenkins update the snapshots... ?

Kind regards,

Dmitry

On 11/4/2015 11:27 AM, Ian Dunlop wrote:
> Hello,
>
> It looks like it is a mvn artifact is not available via the repos. It
> might be something you downloaded the source for and built locally which
> then had the correct version numbers.
>
> Cheers,
>
> Ian
>
> On 03/11/2015 15:15, Dmitry wrote:
>> Yeah... :-(
>>
>> After pruning the local maven repository:
>> incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[57,38]
>> cannot access uk.org.taverna.configuration.Configurable
>> class file for uk.org.taverna.configuration.Configurable not found.
>> incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[79,33]
>> cannot find symbol
>> symbol:   method setProperty(java.lang.String,java.lang.String)
>> location: variable dbConfig of type
>> org.apache.taverna.configuration.database.DatabaseConfiguration
>>
>> On 11/3/2015 3:45 PM, Ian Dunlop wrote:
>> Hello,
>>
>> Does it build if you delete your local mvn repo?
>>
>> Cheers,
>>
>> Ian
>>
>> PS I'm never quite sure if we should use JIRA comments for this or the
>> dev list - suggestions welcome.
>>
>> On 03/11/2015 14:33, Dmitry wrote:
>>>>> Hello,
>>>>>
>>>>> There was many package names changes recently from "uk.org.taverna"
>>>>> -> "org.apache.taverna". I see no any "uk.org.taverna" dependency
>>>>> in DatabaseConfigurationHandler. Probably something wrong with
>>>>> versions in poms...
>>>>>
>>>>> Dmitry
>>>>>
>>>>> P.S. I can compile Apache Taverna Commandline from git (Netbeans
>>>>> 8.1).
>>>>>
>>>>> On 11/3/2015 2:57 PM, Ian Dunlop (JIRA) wrote:
>>>>>> Ian Dunlop created TAVERNA-874:
>>>>>> ----------------------------------
>>>>>>
>>>>>> Summary: mvn clean package fails to run Key: TAVERNA-874 URL:
>>>>>> https://issues.apache.org/jira/browse/TAVERNA-874 Project: Apache
>>>>>> Taverna Issue Type: Bug Components: Taverna Commandline
>>>>>> Environment: Windows 7. Java 1.8.0_51.  Maven 3.3.3 Reporter: Ian
>>>>>> Dunlop
>>>>>>
>>>>>>
>>>>>> mvn clean package on master results in [ERROR]
>>>>>> /C:/Users/idunlop/code/incubator-taverna-commandline/taverna-commandl
>> ine-common/src/main/java/org/apache/taverna
>>>>>>
>> /commandline/data/DatabaseConfigurationHandler.java:[57,38] cannot
>>>>>> access uk.org.taverna.configuration.Configurable Which means we
>>>>>> can't build the command line to run any workflows.
>>>>>>
>>>>>>
>>>>>>
>>>>>> -- This message was sent by Atlassian JIRA (v6.3.4#6332) .
>>>>>>
>> -- Ian Dunlop, eScience Lab
>> School of Computer Science
>> The University of Manchester
>> http://orcid.org/0000-0001-7066-3350


Re: [jira] [Created] (TAVERNA-874) mvn clean package fails to run

Posted by Ian Dunlop <ia...@manchester.ac.uk>.
Hello,

It looks like it is a mvn artifact is not available via the repos. It
might be something you downloaded the source for and built locally which
then had the correct version numbers.

Cheers,

Ian

On 03/11/2015 15:15, Dmitry wrote:
> Yeah... :-(
> 
> After pruning the local maven repository:
> incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[57,38]
> cannot access uk.org.taverna.configuration.Configurable
> class file for uk.org.taverna.configuration.Configurable not found.
> incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[79,33]
> cannot find symbol
> symbol:   method setProperty(java.lang.String,java.lang.String)
> location: variable dbConfig of type
> org.apache.taverna.configuration.database.DatabaseConfiguration
> 
> On 11/3/2015 3:45 PM, Ian Dunlop wrote:
> Hello,
> 
> Does it build if you delete your local mvn repo?
> 
> Cheers,
> 
> Ian
> 
> PS I'm never quite sure if we should use JIRA comments for this or the
> dev list - suggestions welcome.
> 
> On 03/11/2015 14:33, Dmitry wrote:
>>>> Hello,
>>>>
>>>> There was many package names changes recently from "uk.org.taverna"
>>>> -> "org.apache.taverna". I see no any "uk.org.taverna" dependency
>>>> in DatabaseConfigurationHandler. Probably something wrong with
>>>> versions in poms...
>>>>
>>>> Dmitry
>>>>
>>>> P.S. I can compile Apache Taverna Commandline from git (Netbeans
>>>> 8.1).
>>>>
>>>> On 11/3/2015 2:57 PM, Ian Dunlop (JIRA) wrote:
>>>>> Ian Dunlop created TAVERNA-874:
>>>>> ----------------------------------
>>>>>
>>>>> Summary: mvn clean package fails to run Key: TAVERNA-874 URL:
>>>>> https://issues.apache.org/jira/browse/TAVERNA-874 Project: Apache
>>>>> Taverna Issue Type: Bug Components: Taverna Commandline
>>>>> Environment: Windows 7. Java 1.8.0_51.  Maven 3.3.3 Reporter: Ian
>>>>> Dunlop
>>>>>
>>>>>
>>>>> mvn clean package on master results in [ERROR]
>>>>> /C:/Users/idunlop/code/incubator-taverna-commandline/taverna-commandl
> ine-common/src/main/java/org/apache/taverna
>>>>>
>>>>>
> /commandline/data/DatabaseConfigurationHandler.java:[57,38] cannot
>>>>> access uk.org.taverna.configuration.Configurable Which means we
>>>>> can't build the command line to run any workflows.
>>>>>
>>>>>
>>>>>
>>>>> -- This message was sent by Atlassian JIRA (v6.3.4#6332) .
>>>>>
> -- Ian Dunlop, eScience Lab
> School of Computer Science
> The University of Manchester
> http://orcid.org/0000-0001-7066-3350
>>
> 

-- 
Ian Dunlop, eScience Lab
School of Computer Science
The University of Manchester
http://orcid.org/0000-0001-7066-3350

Re: [jira] [Created] (TAVERNA-874) mvn clean package fails to run

Posted by Dmitry <re...@list.ru>.
Yeah... :-(

After pruning the local maven repository:
incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[57,38] 
cannot access uk.org.taverna.configuration.Configurable
class file for uk.org.taverna.configuration.Configurable not found.
incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna/commandline/data/DatabaseConfigurationHandler.java:[79,33] 
cannot find symbol
symbol:   method setProperty(java.lang.String,java.lang.String)
location: variable dbConfig of type 
org.apache.taverna.configuration.database.DatabaseConfiguration

On 11/3/2015 3:45 PM, Ian Dunlop wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hello,
>
> Does it build if you delete your local mvn repo?
>
> Cheers,
>
> Ian
>
> PS I'm never quite sure if we should use JIRA comments for this or the
> dev list - suggestions welcome.
>
> On 03/11/2015 14:33, Dmitry wrote:
>> Hello,
>>
>> There was many package names changes recently from "uk.org.taverna"
>> -> "org.apache.taverna". I see no any "uk.org.taverna" dependency
>> in DatabaseConfigurationHandler. Probably something wrong with
>> versions in poms...
>>
>> Dmitry
>>
>> P.S. I can compile Apache Taverna Commandline from git (Netbeans
>> 8.1).
>>
>> On 11/3/2015 2:57 PM, Ian Dunlop (JIRA) wrote:
>>> Ian Dunlop created TAVERNA-874:
>>> ----------------------------------
>>>
>>> Summary: mvn clean package fails to run Key: TAVERNA-874 URL:
>>> https://issues.apache.org/jira/browse/TAVERNA-874 Project: Apache
>>> Taverna Issue Type: Bug Components: Taverna Commandline
>>> Environment: Windows 7. Java 1.8.0_51.  Maven 3.3.3 Reporter: Ian
>>> Dunlop
>>>
>>>
>>> mvn clean package on master results in [ERROR]
>>> /C:/Users/idunlop/code/incubator-taverna-commandline/taverna-commandl
> ine-common/src/main/java/org/apache/taverna
>>>
>>>
> /commandline/data/DatabaseConfigurationHandler.java:[57,38] cannot
>>> access uk.org.taverna.configuration.Configurable Which means we
>>> can't build the command line to run any workflows.
>>>
>>>
>>>
>>> -- This message was sent by Atlassian JIRA (v6.3.4#6332) .
>>>
> - -- 
> Ian Dunlop, eScience Lab
> School of Computer Science
> The University of Manchester
> http://orcid.org/0000-0001-7066-3350
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
>
> iQEcBAEBCAAGBQJWOMh8AAoJEPK45GBX+Cy5f8oH/ApHa1YdHhz9Au96vuDXak1u
> kOrDjiyOrB3gxYHxakhy6XJS6MwzZ5zgcaxYXTVGsDDEJ0xzjlWWJIhyyNLTZdIU
> A+hAiu16A9Hi8eMZD6Oz265X4Wak1jIgKDI9vHh9KaOGwLgn0duAOtUkYGpHxQnF
> il/lNxqhfJz2A/kIJShy3pMp0sP6Ikzt7l7n0BK93yuSXN0LgL4TcBOYg1su2Cjj
> nm8I1WV2ThIjZ8YSWU2v8wgVfiMxpylhBbB33dt672P+nzKik7qHdCpSXzhdepWp
> ntlQVpqjzwwXF1DNVSYa68JExn55dWjrQFFsKRLLuvgruwaZqlw60Uv5AwIuU6U=
> =XD5F
> -----END PGP SIGNATURE-----
>


Re: [jira] [Created] (TAVERNA-874) mvn clean package fails to run

Posted by Ian Dunlop <ia...@manchester.ac.uk>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello,

Does it build if you delete your local mvn repo?

Cheers,

Ian

PS I'm never quite sure if we should use JIRA comments for this or the
dev list - suggestions welcome.

On 03/11/2015 14:33, Dmitry wrote:
> Hello,
> 
> There was many package names changes recently from "uk.org.taverna"
> -> "org.apache.taverna". I see no any "uk.org.taverna" dependency
> in DatabaseConfigurationHandler. Probably something wrong with
> versions in poms...
> 
> Dmitry
> 
> P.S. I can compile Apache Taverna Commandline from git (Netbeans
> 8.1).
> 
> On 11/3/2015 2:57 PM, Ian Dunlop (JIRA) wrote:
>> Ian Dunlop created TAVERNA-874: 
>> ----------------------------------
>> 
>> Summary: mvn clean package fails to run Key: TAVERNA-874 URL:
>> https://issues.apache.org/jira/browse/TAVERNA-874 Project: Apache
>> Taverna Issue Type: Bug Components: Taverna Commandline 
>> Environment: Windows 7. Java 1.8.0_51.  Maven 3.3.3 Reporter: Ian
>> Dunlop
>> 
>> 
>> mvn clean package on master results in [ERROR] 
>> /C:/Users/idunlop/code/incubator-taverna-commandline/taverna-commandl
ine-common/src/main/java/org/apache/taverna
>>
>>
>> 
/commandline/data/DatabaseConfigurationHandler.java:[57,38] cannot
>> access uk.org.taverna.configuration.Configurable Which means we
>> can't build the command line to run any workflows.
>> 
>> 
>> 
>> -- This message was sent by Atlassian JIRA (v6.3.4#6332) .
>> 
> 

- -- 
Ian Dunlop, eScience Lab
School of Computer Science
The University of Manchester
http://orcid.org/0000-0001-7066-3350
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWOMh8AAoJEPK45GBX+Cy5f8oH/ApHa1YdHhz9Au96vuDXak1u
kOrDjiyOrB3gxYHxakhy6XJS6MwzZ5zgcaxYXTVGsDDEJ0xzjlWWJIhyyNLTZdIU
A+hAiu16A9Hi8eMZD6Oz265X4Wak1jIgKDI9vHh9KaOGwLgn0duAOtUkYGpHxQnF
il/lNxqhfJz2A/kIJShy3pMp0sP6Ikzt7l7n0BK93yuSXN0LgL4TcBOYg1su2Cjj
nm8I1WV2ThIjZ8YSWU2v8wgVfiMxpylhBbB33dt672P+nzKik7qHdCpSXzhdepWp
ntlQVpqjzwwXF1DNVSYa68JExn55dWjrQFFsKRLLuvgruwaZqlw60Uv5AwIuU6U=
=XD5F
-----END PGP SIGNATURE-----

Re: [jira] [Created] (TAVERNA-874) mvn clean package fails to run

Posted by Dmitry <re...@list.ru>.
Hello,

There was many package names changes recently from "uk.org.taverna" -> 
"org.apache.taverna".
I see no any "uk.org.taverna" dependency in DatabaseConfigurationHandler.
Probably something wrong with versions in poms...

Dmitry

P.S. I can compile Apache Taverna Commandline from git (Netbeans 8.1).

On 11/3/2015 2:57 PM, Ian Dunlop (JIRA) wrote:
> Ian Dunlop created TAVERNA-874:
> ----------------------------------
>
>               Summary: mvn clean package fails to run
>                   Key: TAVERNA-874
>                   URL: https://issues.apache.org/jira/browse/TAVERNA-874
>               Project: Apache Taverna
>            Issue Type: Bug
>            Components: Taverna Commandline
>           Environment: Windows 7. Java 1.8.0_51.  Maven 3.3.3
>              Reporter: Ian Dunlop
>
>
> mvn clean package on master results in
> [ERROR] /C:/Users/idunlop/code/incubator-taverna-commandline/taverna-commandline-common/src/main/java/org/apache/taverna
> /commandline/data/DatabaseConfigurationHandler.java:[57,38] cannot access uk.org.taverna.configuration.Configurable
> Which means we can't build the command line to run any workflows.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
> .
>