You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by WALTON Jason <Ja...@alcatel-lucent.com> on 2008/09/12 17:33:20 UTC

RE: Synapse 1.2 not building?

So, I grabbed all the files from that directory, and put them in
~/.m2/repository/org/apache/qpid/qpid-common/1.0-incubating-M3-615355,
but I still get the same error (see below:
 
  [INFO]
------------------------------------------------------------------------
  [ERROR] BUILD ERROR
  [INFO]
------------------------------------------------------------------------
  [INFO] Error building POM (may not be this project's POM).
  Project ID: org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355
  Reason: Cannot find parent: org.apache.qpid:qpid for project:
org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355 for project
org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355

I futher notice, BTW, that if I delete the pm file in my repository, I
get this extra error:
 
  Downloading:
http://dist.wso2.org/maven2//org/apache/qpid/qpid-common/1.0-incubating-
M3-615355/qpid-common-1.0-incubating-M3-615355.pom
  7K downloaded
  [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
org/apache/qpid/qpid-common/1.0-incubating-M3-615355/qpid-common-1.0-inc
ubating-M3-615355.pom - IGNORING

which is somewhat ill boding.  The part it is complainging about must
be:
 
    <parent>
        <groupId>org.apache.qpid</groupId>
        <artifactId>qpid</artifactId>
        <version>1.0-incubating-M3-615355</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

But I'm afraid my mad maven skills aren't enough to tell me what's wrong
with that, or, really, what that section of the pom file means.  :)


________________________________

	From: Ruwan Linton [mailto:ruwan.linton@gmail.com] 
	Sent: Saturday, August 23, 2008 9:46 PM
	To: dev@synapse.apache.org
	Subject: Re: Synapse 1.2 not building?
	
	
	Hi Jason,
	
	These artifacts are available in the wso2-m2 repo, but in-case
if there is any validation error please try to download them from this
location [1] and put them in your local repository, which resides in the
[YOUR_HOME]/.m2/ and try again.
	
	[1] -
http://dist.wso2.org/maven2/org/apache/qpid/qpid-common/1.0-incubating-M
3-615355/
	
	Thanks,
	Ruwan
	
	
	On Sat, Aug 23, 2008 at 12:13 AM, WALTON Jason
<Ja...@alcatel-lucent.com> wrote:
	

		I'm trying to build Synapse 1.2 from the source
distribution, but when I try I get:
		 
		[INFO]
------------------------------------------------------------------------
		[ERROR] BUILD ERROR
		[INFO]
------------------------------------------------------------------------
		[INFO] Error building POM (may not be this project's
POM).
		Project ID:
org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355
		Reason: Cannot find parent: org.apache.qpid:qpid for
project: org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355 for
project org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355
		
		Complete error log (with -e) attached.  Any ideas?  I'm
not much of a Maven guy, unfortunately.
		 

	
---------------------------------------------------------------------
		To unsubscribe, e-mail:
dev-unsubscribe@synapse.apache.org
		For additional commands, e-mail:
dev-help@synapse.apache.org
		




	-- 
	Ruwan Linton
	http://wso2.org - "Oxygenating the Web Services Platform"
	http://ruwansblog.blogspot.com/
	


Re: Synapse 1.2 not building?

Posted by "Asankha C. Perera" <as...@wso2.com>.
Jason
> Aha.  I'm missing an important line from that first error message:
>  
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/qpid/qpid/1.0-incubating-M3-615355/qpid-1.0-incubating-M3-615355.pom
> That URL is missing, on both the Maven repositories and the wso2 
> repositories.
We should never depend on a non-release artifact again in the future, 
even at an experimental level :-) .. However, it beats me to understand 
how the file went missing from the M2 repos, since at least myself, 
Ruwan and Evanthika all built the distribution before the release with 
fresh (i.e. empty) maven repos different from our development machines..

Anyway, I have asked for the missing file to be restored and it should 
be on the WSO2 repo shortly

asankha
-- 
Asankha C. Perera

WSO2 - http://wso2.org
http://esbmagic.blogspot.com


RE: Synapse 1.2 not building?

Posted by WALTON Jason <Ja...@alcatel-lucent.com>.
Aha.  I'm missing an important line from that first error message:
 
Downloading:
http://repo1.maven.org/maven2/org/apache/qpid/qpid/1.0-incubating-M3-615
355/qpid-1.0-incubating-M3-615355.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
 
That URL is missing, on both the Maven repositories and the wso2
repositories.


________________________________

	From: WALTON Jason [mailto:Jason.Walton@alcatel-lucent.com] 
	Sent: Friday, September 12, 2008 11:33 AM
	To: dev@synapse.apache.org
	Subject: RE: Synapse 1.2 not building?
	
	
	So, I grabbed all the files from that directory, and put them in
~/.m2/repository/org/apache/qpid/qpid-common/1.0-incubating-M3-615355,
but I still get the same error (see below:
	 
	  [INFO]
------------------------------------------------------------------------
	  [ERROR] BUILD ERROR
	  [INFO]
------------------------------------------------------------------------
	  [INFO] Error building POM (may not be this project's POM).
	  Project ID:
org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355
	  Reason: Cannot find parent: org.apache.qpid:qpid for project:
org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355 for project
org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355
	
	I futher notice, BTW, that if I delete the pm file in my
repository, I get this extra error:
	 
	  Downloading:
http://dist.wso2.org/maven2//org/apache/qpid/qpid-common/1.0-incubating-
M3-615355/qpid-common-1.0-incubating-M3-615355.pom
	  7K downloaded
	  [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file
for
org/apache/qpid/qpid-common/1.0-incubating-M3-615355/qpid-common-1.0-inc
ubating-M3-615355.pom - IGNORING
	
	which is somewhat ill boding.  The part it is complainging about
must be:
	 
	    <parent>
	        <groupId>org.apache.qpid</groupId>
	        <artifactId>qpid</artifactId>
	        <version>1.0-incubating-M3-615355</version>
	        <relativePath>../pom.xml</relativePath>
	    </parent>
	
	But I'm afraid my mad maven skills aren't enough to tell me
what's wrong with that, or, really, what that section of the pom file
means.  :)


________________________________

		From: Ruwan Linton [mailto:ruwan.linton@gmail.com] 
		Sent: Saturday, August 23, 2008 9:46 PM
		To: dev@synapse.apache.org
		Subject: Re: Synapse 1.2 not building?
		
		
		Hi Jason,
		
		These artifacts are available in the wso2-m2 repo, but
in-case if there is any validation error please try to download them
from this location [1] and put them in your local repository, which
resides in the [YOUR_HOME]/.m2/ and try again.
		
		[1] -
http://dist.wso2.org/maven2/org/apache/qpid/qpid-common/1.0-incubating-M
3-615355/
		
		Thanks,
		Ruwan
		
		
		On Sat, Aug 23, 2008 at 12:13 AM, WALTON Jason
<Ja...@alcatel-lucent.com> wrote:
		

			I'm trying to build Synapse 1.2 from the source
distribution, but when I try I get:
			 
			[INFO]
------------------------------------------------------------------------
			[ERROR] BUILD ERROR
			[INFO]
------------------------------------------------------------------------
			[INFO] Error building POM (may not be this
project's POM).
			Project ID:
org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355
			Reason: Cannot find parent: org.apache.qpid:qpid
for project: org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355
for project org.apache.qpid:qpid-common:jar:1.0-incubating-M3-615355
			
			Complete error log (with -e) attached.  Any
ideas?  I'm not much of a Maven guy, unfortunately.
			 

	
---------------------------------------------------------------------
			To unsubscribe, e-mail:
dev-unsubscribe@synapse.apache.org
			For additional commands, e-mail:
dev-help@synapse.apache.org
			




		-- 
		Ruwan Linton
		http://wso2.org - "Oxygenating the Web Services
Platform"
		http://ruwansblog.blogspot.com/