Re: [VOTE] Release ServiceMix 3.2

2007-11-07 Thread Guillaume Nodet
I propose we add it to our own repo at
  http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo/
This way, we can keep the existing release.

On 11/7/07, Freeman Fang [EMAIL PROTECTED] wrote:

 Hi,

 This missing jar is needed for org.drools.drools-compiler, which is used
 for our servicemix-drools service engine.
 I am not sure why it's removed from pub maven repos recently, it's must
 be there a couple of days ago.
 But you can find it from
 http://dl.easyjf.com/maven2/commons-jci/commons-jci-eclipse/3.2.0.666/
 Best Regards

 Freeman

 Freeman Fang wrote:
  It's weird.
  I can pass build on my machine.
  What's your settings.xml of mvn looks like?
 
  Thanks
 
  Freeman
 
  Alan D. Cabrera wrote:
  Step 2 in the build fails:
 
  [INFO]
 
 
  [ERROR] BUILD ERROR
  [INFO]
 
 
  [INFO] Failed to resolve artifact.
 
  Missing:
  --
  1) org.apache.commons:commons-jci-eclipse:jar:3.2.0.666
 
Try downloading the file manually from the project website.
 
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.commons
  -DartifactId=commons-jci-eclipse \
-Dversion=3.2.0.666 -Dpackaging=jar -Dfile=/path/to/file
  Alternatively, if you host your own repository you can deploy the
  file there:   mvn deploy:deploy-file -DgroupId=org.apache.commons
  -DartifactId=commons-jci-eclipse \
-Dversion=3.2.0.666 -Dpackaging=jar -Dfile=/path/to/file \
 -Durl=[url] -DrepositoryId=[id]
 
Path to dependency:
  1) org.apache.servicemix:servicemix-drools:jbi-component:3.2
  2) org.drools:drools-compiler:jar:3.0.3
  3) org.apache.commons:commons-jci-eclipse:jar:3.2.0.666
 
  --
  1 required artifact is missing.
 
  for artifact:
org.apache.servicemix:servicemix-drools:jbi-component:3.2
 
  from the specified remote repositories:
central (http://repo1.maven.org/maven2),
servicemix-m2-repo
  (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
codehaus (http://repository.codehaus.org),
apache-incubating
  (http://people.apache.org/repo/m2-incubating-repository),
apache-snapshots
  (http://people.apache.org/repo/m2-snapshot-repository),
jboss (http://repository.jboss.com/maven2)
 
 
 
  Regards,
  Alan
 
  On Nov 6, 2007, at 2:24 AM, Guillaume Nodet wrote:
 
  +1, sorry i was in vacation and offline most of the time...
 
  On 10/26/07, Freeman Fang [EMAIL PROTECTED] wrote:
 
  Hi All,
 
  I have uploaded a version of ServiceMix 3.2 for you to review. See
  http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2
  for all the links and release notes.
 
  [ ] +1 Release ServiceMix 3.2
  [ ] ± 0
  [ ] -1 Do not release ServiceMix 3.2
 
  Cheers
 
  Freeman
 
 
 
 
  --Cheers,
  Guillaume Nodet
  
  Blog: http://gnodet.blogspot.com/
 
 




-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/


Re: [VOTE] Release ServiceMix 3.2

2007-11-07 Thread Guillaume Nodet
The jars have been added to the repo and everything seems to build fine now.

On 11/7/07, Daryl Richter [EMAIL PROTECTED] wrote:

 On Nov 7, 2007, at 3:43 AM, Guillaume Nodet wrote:

  I propose we add it to our own repo at
http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo/
  This way, we can keep the existing release.

 This is a good idea since older revisions of ServiceMix also now fail
 to build due to this missing dependency.


 
  On 11/7/07, Freeman Fang [EMAIL PROTECTED] wrote:
 
  Hi,
 
  This missing jar is needed for org.drools.drools-compiler, which
  is used
  for our servicemix-drools service engine.
  I am not sure why it's removed from pub maven repos recently, it's
  must
  be there a couple of days ago.
  But you can find it from
  http://dl.easyjf.com/maven2/commons-jci/commons-jci-eclipse/
  3.2.0.666/
  Best Regards
 
  Freeman
 
  Freeman Fang wrote:
  It's weird.
  I can pass build on my machine.
  What's your settings.xml of mvn looks like?
 
  Thanks
 
  Freeman
 
  Alan D. Cabrera wrote:
  Step 2 in the build fails:
 
  [INFO]
 
  -
  ---
  [ERROR] BUILD ERROR
  [INFO]
 
  -
  ---
  [INFO] Failed to resolve artifact.
 
  Missing:
  --
  1) org.apache.commons:commons-jci-eclipse:jar:3.2.0.666
 
Try downloading the file manually from the project website.
 
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.commons
  -DartifactId=commons-jci-eclipse \
-Dversion=3.2.0.666 -Dpackaging=jar -Dfile=/path/to/file
  Alternatively, if you host your own repository you can deploy the
  file there:   mvn deploy:deploy-file -
  DgroupId=org.apache.commons
  -DartifactId=commons-jci-eclipse \
-Dversion=3.2.0.666 -Dpackaging=jar -Dfile=/path/to/
  file \
 -Durl=[url] -DrepositoryId=[id]
 
Path to dependency:
  1) org.apache.servicemix:servicemix-drools:jbi-component:
  3.2
  2) org.drools:drools-compiler:jar:3.0.3
  3) org.apache.commons:commons-jci-eclipse:jar:3.2.0.666
 
  --
  1 required artifact is missing.
 
  for artifact:
org.apache.servicemix:servicemix-drools:jbi-component:3.2
 
  from the specified remote repositories:
central (http://repo1.maven.org/maven2),
servicemix-m2-repo
  (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
apache.snapshots (http://svn.apache.org/maven-snapshot-
  repository),
codehaus (http://repository.codehaus.org),
apache-incubating
  (http://people.apache.org/repo/m2-incubating-repository),
apache-snapshots
  (http://people.apache.org/repo/m2-snapshot-repository),
jboss (http://repository.jboss.com/maven2)
 
 
 
  Regards,
  Alan
 
  On Nov 6, 2007, at 2:24 AM, Guillaume Nodet wrote:
 
  +1, sorry i was in vacation and offline most of the time...
 
  On 10/26/07, Freeman Fang [EMAIL PROTECTED] wrote:
 
  Hi All,
 
  I have uploaded a version of ServiceMix 3.2 for you to review.
  See
  http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2
  for all the links and release notes.
 
  [ ] +1 Release ServiceMix 3.2
  [ ] ± 0
  [ ] -1 Do not release ServiceMix 3.2
 
  Cheers
 
  Freeman
 
 
 
 
  --Cheers,
  Guillaume Nodet
  
  Blog: http://gnodet.blogspot.com/
 
 
 
 
 
 
  --
  Cheers,
  Guillaume Nodet
  
  Blog: http://gnodet.blogspot.com/

 --
 Daryl
 http://itsallsemantics.com

 Hell, there are no rules here-- we're trying to accomplish something.
  -- Thomas A. Edison






-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/


Re: [VOTE] Release ServiceMix 3.2

2007-11-06 Thread Guillaume Nodet
+1, sorry i was in vacation and offline most of the time...

On 10/26/07, Freeman Fang [EMAIL PROTECTED] wrote:

 Hi All,

 I have uploaded a version of ServiceMix 3.2 for you to review. See
 http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2
 for all the links and release notes.

 [ ] +1 Release ServiceMix 3.2
 [ ] ± 0
 [ ] -1 Do not release ServiceMix 3.2

 Cheers

 Freeman




-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/


Re: [VOTE] Release ServiceMix 3.2

2007-10-31 Thread Freeman Fang

Done, SM-1121 and SM-1122  fix are in release.
Only affected module archetypes and distribution are re-uploaded.

Cheers

Freeman

Bruce Snyder wrote:

On 10/30/07, Freeman Fang [EMAIL PROTECTED] wrote:
  

Hi Bruce,

I will take care of it.



Thanks, Freeman ;-).

Bruce
  


Re: [VOTE] Release ServiceMix 3.2

2007-10-30 Thread Bruce Snyder
On 10/30/07, Freeman Fang [EMAIL PROTECTED] wrote:
 Hi Bruce,

 I will take care of it.

Thanks, Freeman ;-).

Bruce
-- 
perl -e 'print unpack(u30,D0G)[EMAIL 
PROTECTED]5R\F)R=6-E+G-N61ED\!G;6%I;\YC;VT*
);'

Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/


Re: [VOTE] Release ServiceMix 3.2

2007-10-29 Thread Gert Vanthienen

+1 : everything looks ok and examples can be deployed/run

P.S. Currently, the CXF-BC interferes with the HTTP BC if you use the 
same HTTP port number.  Wouldn't it be better to change the port number 
on the CXF WSDL first example for now to avoid this problem -- e.g. when 
installing the bridge example as well as the CXF WSDL first example?


Freeman Fang wrote:

Hi All,

I have uploaded a version of ServiceMix 3.2 for you to review. See
http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2
for all the links and release notes.

[ ] +1 Release ServiceMix 3.2
[ ] ± 0
[ ] -1 Do not release ServiceMix 3.2

Cheers

Freeman





Re: [VOTE] Release ServiceMix 3.2

2007-10-29 Thread Freeman Fang
Change the port used in cxf-wsdl-first sample from 8192 to 8092, only 
affected module samples/cxf-wsdl-first/ and distribution is re-uploaded.

Best Regards

Freeman


Freeman Fang wrote:

Hi Gert,

Right, I can change to another port.

Best Regards

Freeman

Gert Vanthienen wrote:

+1 : everything looks ok and examples can be deployed/run

P.S. Currently, the CXF-BC interferes with the HTTP BC if you use the 
same HTTP port number.  Wouldn't it be better to change the port 
number on the CXF WSDL first example for now to avoid this problem -- 
e.g. when installing the bridge example as well as the CXF WSDL first 
example?


Freeman Fang wrote:

Hi All,

I have uploaded a version of ServiceMix 3.2 for you to review. See
http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2
for all the links and release notes.

[ ] +1 Release ServiceMix 3.2
[ ] ± 0
[ ] -1 Do not release ServiceMix 3.2

Cheers

Freeman








[VOTE] Release ServiceMix 3.2

2007-10-26 Thread Freeman Fang

Hi All,

I have uploaded a version of ServiceMix 3.2 for you to review. See
http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2
for all the links and release notes.

[ ] +1 Release ServiceMix 3.2
[ ] ± 0
[ ] -1 Do not release ServiceMix 3.2

Cheers

Freeman