Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread nseb
Hi,
I am having a problem building the Snapshot 3.0.3, the problem would be in
the mave plugin when Build  minimal distributition

java.lang.RuntimeException: Unable to create target directory:
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\org\apache\karaf\features\framework\3.0.3-SNAPSHOT
at
org.apache.karaf.tooling.utils.MojoSupport.ensureDirExists(MojoSupport.java:402)
at org.apache.karaf.tooling.utils.MojoSupport.copy(MojoSupport.java:371)
at
org.apache.karaf.tooling.features.InstallKarsMojo.resolveRepository(InstallKarsMojo.java:389)
at
org.apache.karaf.tooling.features.InstallKarsMojo.execute(InstallKarsMojo.java:174)


In file InstallkarsMojo.java line 386,   
File repositoryFileInSystemFolder = new File(new File(system), repository);
System is
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system
Repository URI is
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\org\apache\karaf\features\framework\3.0.3-SNAPSHOT


Best Regards,
Sébastien.




-
CTO , JeetConsulting.

Analyze now your Maven Java projects' dependencies , here 
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Build-problem-3-0-3-SNAPSHOT-tp4037982.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread Jean-Baptiste Onofré

Hi Sébastien,

why do you use this freaking Windows system ? ;)

Without kidding, I gonna fix that.

Regards
JB

On 01/24/2015 09:04 AM, nseb wrote:

Hi,
I am having a problem building the Snapshot 3.0.3, the problem would be in
the mave plugin when Build  minimal distributition

java.lang.RuntimeException: Unable to create target directory:
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\org\apache\karaf\features\framework\3.0.3-SNAPSHOT
at
org.apache.karaf.tooling.utils.MojoSupport.ensureDirExists(MojoSupport.java:402)
at org.apache.karaf.tooling.utils.MojoSupport.copy(MojoSupport.java:371)
at
org.apache.karaf.tooling.features.InstallKarsMojo.resolveRepository(InstallKarsMojo.java:389)
at
org.apache.karaf.tooling.features.InstallKarsMojo.execute(InstallKarsMojo.java:174)


In file InstallkarsMojo.java line 386,
File repositoryFileInSystemFolder = new File(new File(system), repository);
System is
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system
Repository URI is
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\org\apache\karaf\features\framework\3.0.3-SNAPSHOT


Best Regards,
Sébastien.




-
CTO , JeetConsulting.

Analyze now your Maven Java projects' dependencies , here
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Build-problem-3-0-3-SNAPSHOT-tp4037982.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread Jean-Baptiste Onofré

By the way, I did this change to handle space in URI. Let me improve that.

Regards
JB

On 01/24/2015 09:04 AM, nseb wrote:

I am having a problem building the Snapshot 3.0.3, the problem would be in
the mave plugin when Build  minimal distributition

java.lang.RuntimeException: Unable to create target directory:
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\org\apache\karaf\features\framework\3.0.3-SNAPSHOT
at
org.apache.karaf.tooling.utils.MojoSupport.ensureDirExists(MojoSupport.java:402)
at org.apache.karaf.tooling.utils.MojoSupport.copy(MojoSupport.java:371)
at
org.apache.karaf.tooling.features.InstallKarsMojo.resolveRepository(InstallKarsMojo.java:389)
at
org.apache.karaf.tooling.features.InstallKarsMojo.execute(InstallKarsMojo.java:174)


In file InstallkarsMojo.java line 386,
File repositoryFileInSystemFolder = new File(new File(system), repository);
System is
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system
Repository URI is
D:\Projects\Jeet\karaf\assemblies\apache-karaf-minimal\target\assembly\system\org\apache\karaf\features\framework\3.0.3-SNAPSHOT


--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: karaf git commit: Improve JmsTest itest (waiting the ActiveMQ broker fully started before starting the tests as it can provide "race" condition)

2015-01-24 Thread Jean-Baptiste Onofré

Hi Achim,

thanks for the update.

Actually, the problem was not specific to Mac: it was a race issue. The 
activemq-broker-noweb feature install the 
activemq-osgi/activemq-blueprint bundles, which start the broker 
"asynchronously" from the feature installation.
It means that it was possible to start to perform the test whereas the 
broker was not fully started: that's why we got the "Connection refused" 
(the transport connector was not yet started).
So, in the @Before method, before moving forward on the tests 
themselves, I'm checking that the transport connector port number 
(61616) is bound.


Regards
JB

On 01/23/2015 11:09 PM, Achim Nierbeck wrote:

Hi JB,

looks like this did the trick for the failing tests on Mac.

regards, Achim


2015-01-23 18:01 GMT+01:00 :


Repository: karaf
Updated Branches:
   refs/heads/karaf-2.3.x d615d2feb -> 228b7170e


Improve JmsTest itest (waiting the ActiveMQ broker fully started before
starting the tests as it can provide "race" condition)


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/228b7170
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/228b7170
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/228b7170

Branch: refs/heads/karaf-2.3.x
Commit: 228b7170ec1d539d86784cd22f1626869be8e2e2
Parents: d615d2f
Author: Jean-Baptiste Onofré 
Authored: Fri Jan 23 16:19:03 2015 +0100
Committer: Jean-Baptiste Onofré 
Committed: Fri Jan 23 18:01:14 2015 +0100

--
  .../java/org/apache/karaf/itests/JmsTest.java   | 25 +---
  1 file changed, 22 insertions(+), 3 deletions(-)
--



http://git-wip-us.apache.org/repos/asf/karaf/blob/228b7170/itests/src/test/java/org/apache/karaf/itests/JmsTest.java
--
diff --git a/itests/src/test/java/org/apache/karaf/itests/JmsTest.java
b/itests/src/test/java/org/apache/karaf/itests/JmsTest.java
index e70a072..e759bcc 100644
--- a/itests/src/test/java/org/apache/karaf/itests/JmsTest.java
+++ b/itests/src/test/java/org/apache/karaf/itests/JmsTest.java
@@ -26,6 +26,7 @@ import static org.junit.Assert.assertEquals;
  import javax.management.MBeanServerConnection;
  import javax.management.ObjectName;
  import javax.management.remote.JMXConnector;
+import java.net.Socket;
  import java.net.URI;
  import java.util.List;

@@ -40,9 +41,21 @@ public class JmsTest extends KarafTestSupport {
  featuresService.addRepository(new
URI("mvn:org.apache.activemq/activemq-karaf/5.10.0/xml/features"));
  featuresService.installFeature("activemq-broker-noweb");
  assertFeatureInstalled("activemq-broker-noweb");
+// check if ActiveMQ is completely started
+System.out.println("Waiting for the ActiveMQ transport connector
on 61616 ...");
+boolean bound = false;
+while (!bound) {
+try {
+Thread.sleep(2000);
+Socket socket = new Socket("localhost", 61616);
+bound = true;
+} catch (Exception e) {
+// wait the connection
+}
+}
  }

-@Test
+@Test(timeout = 12)
  public void testCommands() throws Exception {
  // jms:create command
  System.out.println(executeCommand("jms:create -t ActiveMQ -u
karaf -p karaf --url tcp://localhost:61616 test"));
@@ -91,7 +104,7 @@ public class JmsTest extends KarafTestSupport {
  System.out.println(connectionFactories);
  }

-@Test
+@Test(timeout = 12)
  public void testMBean() throws Exception {
  JMXConnector connector = null;
  try {
@@ -99,20 +112,26 @@ public class JmsTest extends KarafTestSupport {
  MBeanServerConnection connection =
connector.getMBeanServerConnection();
  ObjectName name = new
ObjectName("org.apache.karaf:type=jms,name=root");
  // create operation
+System.out.println("JMS MBean create operation invocation");
  connection.invoke(name, "create", new String[]{ "testMBean",
"activemq", "tcp://localhost:61616", "karaf", "karaf" }, new String[]{
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String" });
  Thread.sleep(5000);
  List connectionFactories = (List)
connection.getAttribute(name, "Connectionfactories");
  assertEquals(true, connectionFactories.size() >= 1);
  // send operation
+System.out.println("JMS MBean send operation invocation");
  connection.invoke(name, "send", new String[]{ "testMBean",
"queueMBean", "message", null, "karaf", "karaf" }, new String[]{
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String"});
  // co

Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread nseb
Hi,

I'm looking history and if 
In file InstallkarsMojo.java line 386, we replace line 
File repositoryFileInSystemFolder = new File(new File(system), repository); 
by
File repositoryFileInSystemFolder = new File(system.resolve(repository));

it's works





-
CTO , JeetConsulting.

Analyze now your Maven Java projects' dependencies , here 
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Build-problem-3-0-3-SNAPSHOT-tp4037982p4037986.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread Jean-Baptiste Onofré

It works but it will fail if the path contains a space.

On 01/24/2015 09:54 AM, nseb wrote:

Hi,

I'm looking history and if
In file InstallkarsMojo.java line 386, we replace line
File repositoryFileInSystemFolder = new File(new File(system), repository);
by
File repositoryFileInSystemFolder = new File(system.resolve(repository));

it's works





-
CTO , JeetConsulting.

Analyze now your Maven Java projects' dependencies , here
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Build-problem-3-0-3-SNAPSHOT-tp4037982p4037986.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread Jean-Baptiste Onofré

I refactored the InstallKars MOJO to handle both issues.

I'm testing it and I gonna push.

Regards
JB

On 01/24/2015 09:54 AM, nseb wrote:

Hi,

I'm looking history and if
In file InstallkarsMojo.java line 386, we replace line
File repositoryFileInSystemFolder = new File(new File(system), repository);
by
File repositoryFileInSystemFolder = new File(system.resolve(repository));

it's works





-
CTO , JeetConsulting.

Analyze now your Maven Java projects' dependencies , here
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Build-problem-3-0-3-SNAPSHOT-tp4037982p4037986.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread nseb
perfect, I test as soon as you commits



-
CTO , JeetConsulting.

Analyze now your Maven Java projects' dependencies , here 
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Build-problem-3-0-3-SNAPSHOT-tp4037982p4037992.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread Jean-Baptiste Onofré

Done, you can test (I did on Linux, I will on Windows).

Regards
JB

On 01/24/2015 05:45 PM, nseb wrote:

perfect, I test as soon as you commits



-
CTO , JeetConsulting.

Analyze now your Maven Java projects' dependencies , here
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Build-problem-3-0-3-SNAPSHOT-tp4037982p4037992.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread nseb
Sorry , same problem with my win7.

And , I have a problem of infinite loop when building of a distribution

/Installing bundles from standard feature
[INFO] == Installing bundle
mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.features/org.apache.karaf.features.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.features/org.apache.karaf.features.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.instance/org.apache.karaf.instance.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.log/org.apache.karaf.log.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.log/org.apache.karaf.log.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.service/org.apache.karaf.service.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.service/org.apache.karaf.service.command/3.0.3-SNAPSHOT
[INFO] = Installing configuration files from standard feature
[INFO] Feature jeet-domain-party-feature/1.0.0-SNAPSHOT is defined as a boot
feature
[INFO] = Updating
D:\Projects\JeetConsulting\jeet-hub\jeet-hub-pedia\app\central\central-assembly\target\assembly\etc\org.apache.karaf.features.cfg
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.1.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.0
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature jdbc
[INFO] = Installing bundles from jdbc feature
[INFO] == Installing bundle mvn:commons-pool/commons-pool/1.6
[INFO] == Installing bundle mvn:commons-dbcp/commons-dbcp/1.4
[INFO] == Installing bundle
mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.command/3.0.3-SNAPSHOT
[INFO] = Installing configuration files from jdbc feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.1.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.0
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature jpa
[INFO] = Installing bundles from jpa feature
[INFO] == Installing bundle
mvn:org.hibernate.javax.persistence/hibernate-jpa-2.1-api/1.0.0.Fina

Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread nseb
assembly takes 6minutes 30 secondes ,very long !



-
CTO , JeetConsulting.

Analyze now your Maven Java projects' dependencies , here 
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Build-problem-3-0-3-SNAPSHOT-tp4037982p4037995.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: Using Sphinx for ServiceMix documentation?

2015-01-24 Thread Achim Nierbeck
Hi,

I made a quick run on replacing the headings, codes and certain other stuff
in the scalate files to asciidoc for Karaf.
The result without doing any tweaks on js or css can be seen here:
http://karaf.nierbeck.de/  (the all in one page)
http://karaf.nierbeck.de/installation.html (single page example, btw. all
others can also be navigated to, like jms.html)

@Karaf community, sorry for crossposting, but figured there might be some
interest in this too :-)
I could push my added files to karaf master right now, those files reside
in a different folder so it won't hurt.

regards, Achim


2015-01-24 22:44 GMT+01:00 Gert Vanthienen :

> Hi Wim,
>
>
> First of all, a very nice experiment: our documentation could use a
> bit of an overhaul, so thanks for your effort in starting the
> discussion and coming up with an alternative solution. Although
> Scalate has served us in the past, it is not the most straightforward
> experience for a novice user, so if switching to something else makes
> it easier for people to contribute to the docs, that's great.
>
> I did take a look at the two guides you ported and those .rst files
> look really straightforward - nice little touch with the CSS based
> terminal "screenshots" btw. Also, installing the tooling and running a
> simple "make html" was a real breeze compared to the current process.
> Integrating this with the Apache infrastructure shouldn't be a
> problem, since I found a few other projects (libcloud, cloudstack,
> trafficserver, ...) at the ASF that are already using this and have
> docs built automatically by Buildbot.
>
> Personally, I don't have any experience with neither Sphinx nor
> Asciidoctor, so I can't really compare. If other people think
> AsciiDoctor is better solution, perhaps someone should do a similar
> experiment and port the same two guides to AsciiDoc so we actually
> have something to compare?
>
>
> Regards,
>
> Gert Vanthienen
>
>
> On Sat, Jan 24, 2015 at 12:49 AM, Wim Verreydt  wrote:
> > Hi,
> >
> > A while ago I figured that the ServiceMix documentation could use an
> upgrade. Instead of fixing everything I took the chance to experiment with
> some suitable frameworks like Middleman, Jekyll and Sphinx.
> >
> > The first two did not really made thing easier but Sphinx (
> http://sphinx-doc.org/) seems like a big improvement. It is beïng used in
> a lot of non-python projects these days so it should lower the learning
> curve an effort to contribute documentation.
> >
> > I started out with the well known theme provided by readthedocs.org (
> https://github.com/snide/sphinx_rtd_theme) and added some custom
> functionality like an terminal window in CSS that should replace the
> screenshots in our current documentation.
> >
> > Just to test I ported the first two guides of the ServiceMix
> documentation.
> > You can find the project at https://github.com/wimve/smx-doc-sphinx and
> a html build at
> https://dl.dropboxusercontent.com/u/1528761/smx-doc-sphinx/index.html
> >
> > Let me know what you think! If this is considered to be an improvement
> I'll continue to port the rest of our guides.
> >
> > Regards,
> >
> > Wim Verreydt
>



-- 

Apache Member
Apache Karaf  Committer & PMC
OPS4J Pax Web  Committer &
Project Lead
blog 
Co-Author of Apache Karaf Cookbook 

Software Architect / Project Manager / Scrum Master


Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread Jean-Baptiste Onofré

I changed to use directly File so it's weird that it fails.

Let me try on a Win7 VM.

Regards
JB

On 01/24/2015 07:24 PM, nseb wrote:

Sorry , same problem with my win7.

And , I have a problem of infinite loop when building of a distribution

/Installing bundles from standard feature
[INFO] == Installing bundle
mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.features/org.apache.karaf.features.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.features/org.apache.karaf.features.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.instance/org.apache.karaf.instance.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.log/org.apache.karaf.log.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.log/org.apache.karaf.log.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.service/org.apache.karaf.service.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.service/org.apache.karaf.service.command/3.0.3-SNAPSHOT
[INFO] = Installing configuration files from standard feature
[INFO] Feature jeet-domain-party-feature/1.0.0-SNAPSHOT is defined as a boot
feature
[INFO] = Updating
D:\Projects\JeetConsulting\jeet-hub\jeet-hub-pedia\app\central\central-assembly\target\assembly\etc\org.apache.karaf.features.cfg
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.1.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.0
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature jdbc
[INFO] = Installing bundles from jdbc feature
[INFO] == Installing bundle mvn:commons-pool/commons-pool/1.6
[INFO] == Installing bundle mvn:commons-dbcp/commons-dbcp/1.4
[INFO] == Installing bundle
mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.command/3.0.3-SNAPSHOT
[INFO] = Installing configuration files from jdbc feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.1.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.0
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature jpa
[INF

Re: Build problem 3.0.3-SNAPSHOT

2015-01-24 Thread Jean-Baptiste Onofré

Can you share your pom describing your custom distribution ?

What's maven version do you use (just to use the same) ?

Regarding the minimal distribution issue that you mentioned yesterday, 
is it OK now ?


By the way, I have a build in flight on a Win7 VM (Java7, Maven 3.0.5).

Regards
JB

On 01/24/2015 07:24 PM, nseb wrote:

Sorry , same problem with my win7.

And , I have a problem of infinite loop when building of a distribution

/Installing bundles from standard feature
[INFO] == Installing bundle
mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.features/org.apache.karaf.features.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.features/org.apache.karaf.features.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.instance/org.apache.karaf.instance.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.log/org.apache.karaf.log.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.log/org.apache.karaf.log.command/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.service/org.apache.karaf.service.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.service/org.apache.karaf.service.command/3.0.3-SNAPSHOT
[INFO] = Installing configuration files from standard feature
[INFO] Feature jeet-domain-party-feature/1.0.0-SNAPSHOT is defined as a boot
feature
[INFO] = Updating
D:\Projects\JeetConsulting\jeet-hub\jeet-hub-pedia\app\central\central-assembly\target\assembly\etc\org.apache.karaf.features.cfg
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.1.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.0
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature jdbc
[INFO] = Installing bundles from jdbc feature
[INFO] == Installing bundle mvn:commons-pool/commons-pool/1.6
[INFO] == Installing bundle mvn:commons-dbcp/commons-dbcp/1.4
[INFO] == Installing bundle
mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.core/3.0.3-SNAPSHOT
[INFO] == Installing bundle
mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.command/3.0.3-SNAPSHOT
[INFO] = Installing configuration files from jdbc feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.1.1
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.0
[INFO] = Installing configuration files from transaction feature
[INFO] Resolving feature transaction
[INFO] = Installing bundles from transaction feature
[INFO] == Installing bundle
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
[INFO] == Installing bundle
mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/1.0.1
[INFO]