CMDBuild Forum

ask the right version of croch.maven:maven-merge-file:

when I install CMDBuild-2.4  which source code is  tecnoteca-cmdbuild-56211deb432f.zip   to my eclipse. it always prompt error message: Error resolving version for
plugin ‘croche.maven:maven-merge-file’ from the repositories…’    . the ‘maven-merge-file-plugin-0.4.jar’ is not easy to download from a mirror address, so I download it manually.

 
I noticed that both the version in Pom.xml and the version of my jar is 0.4, so I don't know why it prompt this information, which version or jar should i use.
By the way , I searched the dependencies provided by the web site :https://bitbucket.org/tecnoteca/cmdbuild/wiki/Home, and didn't find this jar.
Dear Pioneer,
 
within file parent/pom.xml the section
 
<pluginRepositories>
...
<pluginRepository>
<id>croche-releases</id>
</pluginRepository>
</pluginRepositories>
 
would be the one necessary for download it.
 
Best regards.
 
-- CMDBuild Team
 
Previously Pioneer wrote:
when I install CMDBuild-2.4  which source code is  tecnoteca-cmdbuild-56211deb432f.zip   to my eclipse. it always prompt error message: Error resolving version for plugin 'croche.maven:maven-merge-file' from the repositories...........'    . the 'maven-merge-file-plugin-0.4.jar' is not easy to download from a mirror address, so I download it manually.
 
I noticed that both the version in Pom.xml and the version of my jar is 0.4, so I don't know why it prompt this information, which version or jar should i use.
By the way , I searched the dependencies provided by the web site :https://bitbucket.org/tecnoteca/cmdbuild/wiki/Home, and didn't find this jar.

 

Dear Tecnoteca
    Thanks for your replying.
   I tried to visit  http://croche.googlecode.com/svn/repository/releases   ,but web explore prompt 404 error.
   and try to visit   http://croche.googlecode.com/, it can be visited ,but I don't know where is the source.
 
Another problem happened.    'Failure to find com.ideo.maven.config:super-pom-plugin-ref:pom:1.3.4 in....'  I don't I also tried to find it in several mirror address, but seems can't find a property one . So ,can you also provide an address to get this file?

Previously Tecnoteca wrote:
Dear Pioneer,
 
within file parent/pom.xml the section
 
<pluginRepositories>
...
<pluginRepository>
<id>croche-releases</id>
</pluginRepository>
</pluginRepositories>
 
would be the one necessary for download it.
 
Best regards.
 
-- CMDBuild Team
 
Previously Pioneer wrote:
when I install CMDBuild-2.4  which source code is  tecnoteca-cmdbuild-56211deb432f.zip   to my eclipse. it always prompt error message: Error resolving version for plugin 'croche.maven:maven-merge-file' from the repositories...........'    . the 'maven-merge-file-plugin-0.4.jar' is not easy to download from a mirror address, so I download it manually.
 
I noticed that both the version in Pom.xml and the version of my jar is 0.4, so I don't know why it prompt this information, which version or jar should i use.
By the way , I searched the dependencies provided by the web site :https://bitbucket.org/tecnoteca/cmdbuild/wiki/Home, and didn't find this jar.

 

 

Dear Pioneer,
 
where did you get this error?
 
'Failure to find com.ideo.maven.config:super-pom-plugin-ref:pom:1.3.4 in....'
 
Talking about "http://croche.googlecode.com/", after your message we removed all its references from "pom.xml" since it's no more used.
 
Best regards.
 
-- CMDBuild Team

Previously Pioneer wrote:
Dear Tecnoteca
    Thanks for your replying.
   I tried to visit  http://croche.googlecode.com/svn/repository/releases   ,but web explore prompt 404 error.
   and try to visit   http://croche.googlecode.com/, it can be visited ,but I don't know where is the source.
 
Another problem happened.    'Failure to find com.ideo.maven.config:super-pom-plugin-ref:pom:1.3.4 in....'  I don't I also tried to find it in several mirror address, but seems can't find a property one . So ,can you also provide an address to get this file?

Previously Tecnoteca wrote:
Dear Pioneer,
 
within file parent/pom.xml the section
 
<pluginRepositories>
...
<pluginRepository>
<id>croche-releases</id>
</pluginRepository>
</pluginRepositories>
 
would be the one necessary for download it.
 
Best regards.
 
-- CMDBuild Team
 
Previously Pioneer wrote:
when I install CMDBuild-2.4  which source code is  tecnoteca-cmdbuild-56211deb432f.zip   to my eclipse. it always prompt error message: Error resolving version for plugin 'croche.maven:maven-merge-file' from the repositories...........'    . the 'maven-merge-file-plugin-0.4.jar' is not easy to download from a mirror address, so I download it manually.
 
I noticed that both the version in Pom.xml and the version of my jar is 0.4, so I don't know why it prompt this information, which version or jar should i use.
By the way , I searched the dependencies provided by the web site :https://bitbucket.org/tecnoteca/cmdbuild/wiki/Home, and didn't find this jar.

 

 

 

Dear Tecnoteca
 
2 questions
 
1, "Talking about "http://croche.googlecode.com/", after your message we removed all its references from "pom.xml" since it's no more used.   "  you mean I can also remove the croch.maven:maven-merge-file  related manually?    if not then how I can get the right Jar of  maven-merge-file-0.4.jar?
 
 
2, I found some thing I can't understand,   
   'import org.cmdbuild.services.soap.AbstractWorkflowEvent'  is used in more than 2 project , but in project cmdbuild-main , it can be correctly import without any error, but in other project ,such as cmdbuild-shark-extension,  it prompt error message that said cant not find class AbstractWorkflowEvent. I search the whole project  CMDBUID-2.4.1, and can't found AbstractWorkflowEvent.class  or AbstractWorkflowEvent.java.
 
So I want to know how can I make the error disappear in project cmdbuild-shark-extension.
 
Previously Tecnoteca wrote:
Dear Pioneer,
 
where did you get this error?
 
'Failure to find com.ideo.maven.config:super-pom-plugin-ref:pom:1.3.4 in....'
 
Talking about "http://croche.googlecode.com/", after your message we removed all its references from "pom.xml" since it's no more used.
 
Best regards.
 
-- CMDBuild Team

Previously Pioneer wrote:
Dear Tecnoteca
    Thanks for your replying.
   I tried to visit  http://croche.googlecode.com/svn/repository/releases   ,but web explore prompt 404 error.
   and try to visit   http://croche.googlecode.com/, it can be visited ,but I don't know where is the source.
 
Another problem happened.    'Failure to find com.ideo.maven.config:super-pom-plugin-ref:pom:1.3.4 in....'  I don't I also tried to find it in several mirror address, but seems can't find a property one . So ,can you also provide an address to get this file?

Previously Tecnoteca wrote:
Dear Pioneer,
 
within file parent/pom.xml the section
 
<pluginRepositories>
...
<pluginRepository>
<id>croche-releases</id>
</pluginRepository>
</pluginRepositories>
 
would be the one necessary for download it.
 
Best regards.
 
-- CMDBuild Team
 
Previously Pioneer wrote:
when I install CMDBuild-2.4  which source code is  tecnoteca-cmdbuild-56211deb432f.zip   to my eclipse. it always prompt error message: Error resolving version for plugin 'croche.maven:maven-merge-file' from the repositories...........'    . the 'maven-merge-file-plugin-0.4.jar' is not easy to download from a mirror address, so I download it manually.
 
I noticed that both the version in Pom.xml and the version of my jar is 0.4, so I don't know why it prompt this information, which version or jar should i use.
By the way , I searched the dependencies provided by the web site :https://bitbucket.org/tecnoteca/cmdbuild/wiki/Home, and didn't find this jar.

 

 

 

 

Dear Pioneer,
 
1. It's not used anymore; pull the last version of the souces ("2.4-dev" branch).
 
2. The class is generated from Private.wsdl that it's generated within "cmdbuild" module.
 
Best regards.
 
-- CMDBuild Team
 
Previously Pioneer wrote:
Dear Tecnoteca
 
2 questions
 
1, "Talking about "http://croche.googlecode.com/", after your message we removed all its references from "pom.xml" since it's no more used.   "  you mean I can also remove the croch.maven:maven-merge-file  related manually?    if not then how I can get the right Jar of  maven-merge-file-0.4.jar?
 
 
2, I found some thing I can't understand,   
   'import org.cmdbuild.services.soap.AbstractWorkflowEvent'  is used in more than 2 project , but in project cmdbuild-main , it can be correctly import without any error, but in other project ,such as cmdbuild-shark-extension,  it prompt error message that said cant not find class AbstractWorkflowEvent. I search the whole project  CMDBUID-2.4.1, and can't found AbstractWorkflowEvent.class  or AbstractWorkflowEvent.java.
 
So I want to know how can I make the error disappear in project cmdbuild-shark-extension.
 
Previously Tecnoteca wrote:
Dear Pioneer,
 
where did you get this error?
 
'Failure to find com.ideo.maven.config:super-pom-plugin-ref:pom:1.3.4 in....'
 
Talking about "http://croche.googlecode.com/", after your message we removed all its references from "pom.xml" since it's no more used.
 
Best regards.
 
-- CMDBuild Team

Previously Pioneer wrote:
Dear Tecnoteca
    Thanks for your replying.
   I tried to visit  http://croche.googlecode.com/svn/repository/releases   ,but web explore prompt 404 error.
   and try to visit   http://croche.googlecode.com/, it can be visited ,but I don't know where is the source.
 
Another problem happened.    'Failure to find com.ideo.maven.config:super-pom-plugin-ref:pom:1.3.4 in....'  I don't I also tried to find it in several mirror address, but seems can't find a property one . So ,can you also provide an address to get this file?

Previously Tecnoteca wrote:
Dear Pioneer,
 
within file parent/pom.xml the section
 
<pluginRepositories>
...
<pluginRepository>
<id>croche-releases</id>
</pluginRepository>
</pluginRepositories>
 
would be the one necessary for download it.
 
Best regards.
 
-- CMDBuild Team
 
Previously Pioneer wrote:
when I install CMDBuild-2.4  which source code is  tecnoteca-cmdbuild-56211deb432f.zip   to my eclipse. it always prompt error message: Error resolving version for plugin 'croche.maven:maven-merge-file' from the repositories...........'    . the 'maven-merge-file-plugin-0.4.jar' is not easy to download from a mirror address, so I download it manually.
 
I noticed that both the version in Pom.xml and the version of my jar is 0.4, so I don't know why it prompt this information, which version or jar should i use.
By the way , I searched the dependencies provided by the web site :https://bitbucket.org/tecnoteca/cmdbuild/wiki/Home, and didn't find this jar.