[jira] [Commented] (DIRSTUDIO-1244) Build failure on trunk/master: Missing requirement: org.apache.directory.api.ldap.client.api 2.0.0.AM5-SNAPSHOT requires 'java.package; org.apache.commons.pool2 2.7

2019-12-17 Thread Stefan Seelmann (Jira)


[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16998492#comment-16998492
 ] 

Stefan Seelmann commented on DIRSTUDIO-1244:


And to clarify, the error that 2.7.0 is not found does not mean that it's 
missing in Maven central, it's in fact still there as commented in 
https://issues.apache.org/jira/browse/POOL-383.

The cause is the build system of Studio which appears to be "just" Maven but as 
it build and Eclipse application it uses Eclipse Tycho which uses it's own 
repository format P2. The Studio build consists of two parts: The 1st part 
creates in {{eclipse-trgt-platform/target/repository}} the P2 repository of all 
non-Eclipse dependencies (especially LDAP API and ApacheDS including transitive 
dependencies). The 2nd part then invokes Tycho. Unfortunately dependencies have 
to be listed explicit to generate the P2 repo, maybe there is a way to automate 
this.

> Build failure on trunk/master: Missing requirement: 
> org.apache.directory.api.ldap.client.api 2.0.0.AM5-SNAPSHOT requires 
> 'java.package; org.apache.commons.pool2 2.7.0' but it could not be found
> -
>
> Key: DIRSTUDIO-1244
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1244
> Project: Directory Studio
>  Issue Type: Bug
>  Components: studio-build
>Reporter: Graham Leggett
>Priority: Major
>
> When attempting to build trunk/master of Apache Directory Studio, the build 
> fails with reference to non-existent dependencies:
> {noformat}
> [ERROR] Cannot resolve target definition:
> [ERROR]   Software being installed: org.apache.directory.api.ldap.client.api 
> 2.0.0.AM5-SNAPSHOT
> [ERROR]   Missing requirement: org.apache.directory.api.ldap.client.api 
> 2.0.0.AM5-SNAPSHOT requires 'java.package; org.apache.commons.pool2 2.7.0' 
> but it could not be found
> [ERROR] 
> [ERROR] Failed to resolve target definition 
> /Users/minfrin/src/apache/sandbox/directory/directory-studio-trunk/eclipse-trgt-platform/org.apache.directory.studio.eclipse-trgt-platform.target:
>  See log for details -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSTUDIO-1244) Build failure on trunk/master: Missing requirement: org.apache.directory.api.ldap.client.api 2.0.0.AM5-SNAPSHOT requires 'java.package; org.apache.commons.pool2 2.7

2019-12-17 Thread Stefan Seelmann (Jira)


[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16998484#comment-16998484
 ] 

Stefan Seelmann commented on DIRSTUDIO-1244:


Thanks for the fix, Emmanuel merged already.

It was my fault to merge changes into master which include dependencies to 
snapshots of LDAP API and server as it's unavoidable that it breaks, sorry for 
that.

> Build failure on trunk/master: Missing requirement: 
> org.apache.directory.api.ldap.client.api 2.0.0.AM5-SNAPSHOT requires 
> 'java.package; org.apache.commons.pool2 2.7.0' but it could not be found
> -
>
> Key: DIRSTUDIO-1244
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1244
> Project: Directory Studio
>  Issue Type: Bug
>  Components: studio-build
>Reporter: Graham Leggett
>Priority: Major
>
> When attempting to build trunk/master of Apache Directory Studio, the build 
> fails with reference to non-existent dependencies:
> {noformat}
> [ERROR] Cannot resolve target definition:
> [ERROR]   Software being installed: org.apache.directory.api.ldap.client.api 
> 2.0.0.AM5-SNAPSHOT
> [ERROR]   Missing requirement: org.apache.directory.api.ldap.client.api 
> 2.0.0.AM5-SNAPSHOT requires 'java.package; org.apache.commons.pool2 2.7.0' 
> but it could not be found
> [ERROR] 
> [ERROR] Failed to resolve target definition 
> /Users/minfrin/src/apache/sandbox/directory/directory-studio-trunk/eclipse-trgt-platform/org.apache.directory.studio.eclipse-trgt-platform.target:
>  See log for details -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSTUDIO-1244) Build failure on trunk/master: Missing requirement: org.apache.directory.api.ldap.client.api 2.0.0.AM5-SNAPSHOT requires 'java.package; org.apache.commons.pool2 2.7

2019-12-13 Thread Graham Leggett (Jira)


[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16995714#comment-16995714
 ] 

Graham Leggett commented on DIRSTUDIO-1244:
---

Bizarrely, upgrading directory-studio's pom to machine the commons-pool2 
version on the directory-api's pom fixes this.

https://github.com/apache/directory-studio/pull/25

> Build failure on trunk/master: Missing requirement: 
> org.apache.directory.api.ldap.client.api 2.0.0.AM5-SNAPSHOT requires 
> 'java.package; org.apache.commons.pool2 2.7.0' but it could not be found
> -
>
> Key: DIRSTUDIO-1244
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1244
> Project: Directory Studio
>  Issue Type: Bug
>  Components: studio-build
>Reporter: Graham Leggett
>Priority: Major
>
> When attempting to build trunk/master of Apache Directory Studio, the build 
> fails with reference to non-existent dependencies:
> {noformat}
> [ERROR] Cannot resolve target definition:
> [ERROR]   Software being installed: org.apache.directory.api.ldap.client.api 
> 2.0.0.AM5-SNAPSHOT
> [ERROR]   Missing requirement: org.apache.directory.api.ldap.client.api 
> 2.0.0.AM5-SNAPSHOT requires 'java.package; org.apache.commons.pool2 2.7.0' 
> but it could not be found
> [ERROR] 
> [ERROR] Failed to resolve target definition 
> /Users/minfrin/src/apache/sandbox/directory/directory-studio-trunk/eclipse-trgt-platform/org.apache.directory.studio.eclipse-trgt-platform.target:
>  See log for details -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSTUDIO-1244) Build failure on trunk/master: Missing requirement: org.apache.directory.api.ldap.client.api 2.0.0.AM5-SNAPSHOT requires 'java.package; org.apache.commons.pool2 2.7

2019-12-13 Thread Graham Leggett (Jira)


[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16995671#comment-16995671
 ] 

Graham Leggett commented on DIRSTUDIO-1244:
---

The weekly build first picked up this build breakage over a month ago here:

https://builds.apache.org/blue/organizations/jenkins/dir-studio-pipeline/detail/dir-studio-pipeline/50/pipeline

It looks like the commit that broke it was this one:

https://github.com/apache/directory-ldap-api/commit/264b8dc7f7bf032bce8a60e4864d564d42e8e934

It is not clear at this point why commons-pool2 v2.7.0 is missing from the 
repos.

> Build failure on trunk/master: Missing requirement: 
> org.apache.directory.api.ldap.client.api 2.0.0.AM5-SNAPSHOT requires 
> 'java.package; org.apache.commons.pool2 2.7.0' but it could not be found
> -
>
> Key: DIRSTUDIO-1244
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1244
> Project: Directory Studio
>  Issue Type: Bug
>  Components: studio-build
>Reporter: Graham Leggett
>Priority: Major
>
> When attempting to build trunk/master of Apache Directory Studio, the build 
> fails with reference to non-existent dependencies:
> {noformat}
> [ERROR] Cannot resolve target definition:
> [ERROR]   Software being installed: org.apache.directory.api.ldap.client.api 
> 2.0.0.AM5-SNAPSHOT
> [ERROR]   Missing requirement: org.apache.directory.api.ldap.client.api 
> 2.0.0.AM5-SNAPSHOT requires 'java.package; org.apache.commons.pool2 2.7.0' 
> but it could not be found
> [ERROR] 
> [ERROR] Failed to resolve target definition 
> /Users/minfrin/src/apache/sandbox/directory/directory-studio-trunk/eclipse-trgt-platform/org.apache.directory.studio.eclipse-trgt-platform.target:
>  See log for details -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org