Re: Build Failure on compiling geronimo schemas using JAXB

2008-06-18 Thread Ashish Jain
I was able to fix this issue by adding *1.5 *to pom.xml.


On Wed, Jun 18, 2008 at 12:02 AM, Ashish Jain <[EMAIL PROTECTED]> wrote:

> Hi,
> I am using JAXB to compile geronimo schemas. My environment is  sun java
> 1.5.0_13 and maven 2.0.7. BTW I am referring
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-279. I hit
> following error:
>
> C:\testrepo>mvn clean compile
> [INFO] Scanning for projects...
> [INFO]
> -
> ---
> [INFO] Building mytest
> [INFO]task-segment: [clean, compile]
> [INFO]
> -
> ---
> [INFO] [clean:clean]
> [INFO] Deleting directory C:\testrepo\target
> [INFO] [jaxb:generate {execution: default}]
> [INFO] Compiling file:/C:/testrepo/src/main/resources/attributes-1.2.xsd
> and oth
> ers
> [INFO] Writing output to C:\testrepo\target\generated-sources\xjc
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 156 source files to C:\testrepo\target\classes
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] Compilation failure
> Failure executing javac, but could not parse the error:
> javac: source release 1.5 requires target release 1.5
>
>
>
> Failure executing javac, but could not parse the error:
> javac: source release 1.5 requires target release 1.5
>
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 9 seconds
> [INFO] Finished at: Tue Jun 17 23:53:38 IST 2008
> [INFO] Final Memory: 5M/10M
> [INFO]
> 
>
>
> Thanks
> Ashish
>


Re: BUILD FAILURE with the latest geronimo-devtools

2008-02-28 Thread Shiva Kumar H R
I too faced the same problem recently while building GEP with an empty m2
repo, and I resolved it by copying missing artifacts from the repository of
a Geronimo 2.0.1 install.

But, this should be fixed before we release GEP 2.1.

On Thu, Feb 28, 2008 at 12:46 PM, Jacek Laskowski <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> Does anyone know what I'm doing wrong? It's with a fresh checkout of
> geronimo-devtools, no changes and no left-overs.
>
> [EMAIL PROTECTED] /cygdrive/c/oss/geronimo-devtools
> $ svn status | cut -d ' ' -f7 | xargs rm -rf
>
> [EMAIL PROTECTED] /cygdrive/c/oss/geronimo-devtools
> $ svn status
>
> [EMAIL PROTECTED] /cygdrive/c/oss/geronimo-devtools
> $ svn up
> At revision 631876.
>
> [EMAIL PROTECTED] /cygdrive/c/oss/geronimo-devtools
> $ mvn clean install
> ...
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
>
> Missing:
> --
> 1) org.apache.axis2:axis2-jaxws-api:jar:1.3-r562247
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=org.apache.axis2
> -DartifactId=axis2-jaxws-api \
>  -Dversion=1.3-r562247 -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.axis2
> -DartifactId=axis2-jaxws-api \
>  -Dversion=1.3-r562247 -Dpackaging=jar -Dfile=/path/to/file \
>   -Durl=[url] -DrepositoryId=[id]
>
>  Path to dependency:
>1)
> org.apache.geronimo.devtools:org.apache.geronimo.runtime.v20:jar:2.1.0
>2) org.apache.geronimo.modules:geronimo-j2ee-builder:jar:2.0.1
>3) org.apache.axis2:axis2-jaxws-api:jar:1.3-r562247
>
> 2) org.apache.axis2:axis2-saaj-api:jar:1.3-r562247
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=org.apache.axis2
> -DartifactId=axis2-saaj-api \
>  -Dversion=1.3-r562247 -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.axis2
> -DartifactId=axis2-saaj-api \
>  -Dversion=1.3-r562247 -Dpackaging=jar -Dfile=/path/to/file \
>   -Durl=[url] -DrepositoryId=[id]
>
>  Path to dependency:
>1)
> org.apache.geronimo.devtools:org.apache.geronimo.runtime.v20:jar:2.1.0
>2) org.apache.geronimo.modules:geronimo-openejb-builder:jar:2.0.1
>3)
> org.apache.geronimo.modules:geronimo-webservices-builder:jar:2.0.1
>4) org.apache.axis2:axis2-saaj-api:jar:1.3-r562247
>
> --
> 2 required artifacts are missing.
>
> for artifact:
>  org.apache.geronimo.devtools:org.apache.geronimo.runtime.v20:jar:2.1.0
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  apache.incubator (http://people.apache.org/repo/m2-incubating-repository/
> ),
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>  codehaus-snapshots (http://snapshots.repository.codehaus.org)
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.JacekLaskowski.pl
>



-- 
Thanks,
Shiva


Re: Build Failure

2007-07-10 Thread Jacek Laskowski

On 7/10/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote:

On 7/10/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote:
> Using the published openejb artifacts will give this problem. Build
> openejb locally to get around this. Hopefully somebody from openejb
> will publish new snaps soon.

Yeah. I've already marked it to do once I get a capable connection to
perform the release. It should be done in a couple of hours unless
other openejber beats me to it.


Done.

It failed at examples publishing (needs to be fixed), but it should
fix the issue.

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: Build Failure

2007-07-10 Thread Jacek Laskowski

On 7/10/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote:

Using the published openejb artifacts will give this problem. Build
openejb locally to get around this. Hopefully somebody from openejb
will publish new snaps soon.


Yeah. I've already marked it to do once I get a capable connection to
perform the release. It should be done in a couple of hours unless
other openejber beats me to it.

Patience is appreciated.

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: Build Failure

2007-07-10 Thread Prasad Kashyap

Using the published openejb artifacts will give this problem. Build
openejb locally to get around this. Hopefully somebody from openejb
will publish new snaps soon.

Cross-posting to openejb dev list for their attention.

Cheers
Prasad

On 7/10/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote:

Hi All,

I am getting following compilation error while building the latest
source code.

Thanks,
Lasantha Ranaweera


[INFO]

[INFO] Building Geronimo :: OpenEJB
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean]
[INFO] Deleting directory
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target
[INFO] Deleting directory
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
[INFO] Deleting directory
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/test-classes
[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir:
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
[INFO] Copying 2 files to
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 21 source files to
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
in org.apache.openejb.client.ClientSecurity cannot be applied to
(java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)



/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
in org.apache.openejb.client.ClientSecurity cannot be applied to
(java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)




Re: Build Failure

2007-07-10 Thread Donald Woods
I built the latest OpenEJB code locally and then Geronimo Rev554771 without 
any problems


-Donald

Vamsavardhana Reddy wrote:

Ran into the same problem at rev 554886.

Vamsi

On 7/10/07, *Lasantha Ranaweera* <[EMAIL PROTECTED] 
 > wrote:


Hi All,

I am getting following compilation error while building the latest
source code.

Thanks,
Lasantha Ranaweera


[INFO]

[INFO] Building Geronimo :: OpenEJB
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean]
[INFO] Deleting directory

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target

[INFO] Deleting directory

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
[INFO] Deleting directory

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/test-classes

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir:

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF

[INFO] Copying 2 files to

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 21 source files to

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
[INFO]


[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]


directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
in org.apache.openejb.client.ClientSecurity cannot be applied to
(java.lang.String,java.lang.String,java.lang.String
,org.apache.openejb.client.ServerMetaData)




/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
directAuthentication(
java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
in org.apache.openejb.client.ClientSecurity cannot be applied to

(java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData
)




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Build Failure

2007-07-10 Thread Vamsavardhana Reddy

Ran into the same problem at rev 554886.

Vamsi

On 7/10/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote:


Hi All,

I am getting following compilation error while building the latest
source code.

Thanks,
Lasantha Ranaweera


[INFO]


[INFO] Building Geronimo :: OpenEJB
[INFO]task-segment: [clean, install]
[INFO]


[INFO] [clean:clean]
[INFO] Deleting directory

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target
[INFO] Deleting directory

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
[INFO] Deleting directory

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/test-classes
[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir:

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
[INFO] Copying 2 files to

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 21 source files to

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
directAuthentication(java.lang.String,java.lang.String,
org.apache.openejb.client.ServerMetaData)
in org.apache.openejb.client.ClientSecurity cannot be applied to
(java.lang.String,java.lang.String,java.lang.String,
org.apache.openejb.client.ServerMetaData)




/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
directAuthentication(java.lang.String,java.lang.String,
org.apache.openejb.client.ServerMetaData)
in org.apache.openejb.client.ClientSecurity cannot be applied to
(java.lang.String,java.lang.String,java.lang.String,
org.apache.openejb.client.ServerMetaData)




Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jason Dillon

Yay.  Hopefully its sorted now then.

I'll try and add some src/it tests for this later next week.  Need to  
make sure the filtering stuff still works too.  Then maybe we can  
think about a release of the plugin.  Though I'm still not really  
happy with the plugable API... really need to get some other non- 
jasper jsp compilers implemented to know better how to adapt to them.


--jason


On Jun 8, 2007, at 3:49 PM, Jay D. McHugh wrote:


Hello all,

I tested this by building geronimo/applications a couple of times  
without 'clean'.


The web.xml files are being created correctly now - no more  
duplication.


(make sure you use 'mvn -U' at least once or delete your maven repo  
to get the new version of the plugin)


Jay

Jeff Genender wrote:

Darn it!!!...Jason's slop once again, eh? ;-)

Cool stuff. (I'm j.k) ;-)

Jeff

[EMAIL PROTECTED] wrote:


No it was appending to the generated file not overwriting.
I rewrote those bits in groovy and used:

file << string

Instead of:

file.write(string)

The latter being the correct behavior and the fix to this problem.
--jason


-Original Message-
From: Jeff Genender <[EMAIL PROTECTED]>

Date: Fri, 08 Jun 2007 16:13:45 To:[email protected]
Subject: Re: Build failure "Error parsing web.xml for ."


Was it a cleanup issue?

Jeff

Jason Dillon wrote:


There is nothing attached to this mail... but Paul has given me an
example of the failure and I think I have fixed it with his help.

Can you try the latest snapshot, with mvn -U?

--jason


On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:


  I am attaching jspweb.xml (2 web-apps) from the target  
directory and

web.xml (3 web-apps) from
target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.

Thanks
Anita

--- Jason Dillon <[EMAIL PROTECTED]> wrote:



Can you please paste me the full web.xml with the duplicates?

--jason


On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:


  I can reproduce this on win XP. If I build geronimo-ldap- 
demo 3

times
w/o clean, I get 3 copies of !!!

Thanks
Anita

--- Donald Woods <[EMAIL PROTECTED]> wrote:



Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven- 
plugin



on


Windows
and SLED10 if I build individual modules by hand w/o running  
mvn

clean first,
like its adding duplicate  sections to the web.xml

-Donald

Sachin Patel wrote:

I keep hitting the following build error on LDAP Demo for  
Jetty,



even on


a clean repo on mac os x.

Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin









__ 




__
Choose the right car based on your needs.  Check out Yahoo!  
Autos

new Car Finder tool.
http://autos.yahoo.com/carfinder/



__ 
__


Get the Yahoo! toolbar and be alerted to new email wherever you're
surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php


http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testlogin-page>
/auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testlogin-page>
/auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jason Dillon

On Jun 8, 2007, at 3:18 PM, Jeff Genender wrote:

Darn it!!!...Jason's slop once again, eh? ;-)


:-P

--jason



Cool stuff. (I'm j.k) ;-)

Jeff

[EMAIL PROTECTED] wrote:

No it was appending to the generated file not overwriting.

I rewrote those bits in groovy and used:

file << string

Instead of:

file.write(string)

The latter being the correct behavior and the fix to this problem.

--jason


-Original Message-
From: Jeff Genender <[EMAIL PROTECTED]>

Date: Fri, 08 Jun 2007 16:13:45
To:[email protected]
Subject: Re: Build failure "Error parsing web.xml for ."


Was it a cleanup issue?

Jeff

Jason Dillon wrote:

There is nothing attached to this mail... but Paul has given me an
example of the failure and I think I have fixed it with his help.

Can you try the latest snapshot, with mvn -U?

--jason


On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:

  I am attaching jspweb.xml (2 web-apps) from the target  
directory and

web.xml (3 web-apps) from
target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.

Thanks
Anita

--- Jason Dillon <[EMAIL PROTECTED]> wrote:


Can you please paste me the full web.xml with the duplicates?

--jason


On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:


  I can reproduce this on win XP. If I build geronimo-ldap-demo 3
times
w/o clean, I get 3 copies of !!!

Thanks
Anita

--- Donald Woods <[EMAIL PROTECTED]> wrote:


Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven- 
plugin

on

Windows
and SLED10 if I build individual modules by hand w/o running mvn
clean first,
like its adding duplicate  sections to the web.xml

-Donald

Sachin Patel wrote:
I keep hitting the following build error on LDAP Demo for  
Jetty,

even on

a clean repo on mac os x.

Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin









___ 
___

__
Choose the right car based on your needs.  Check out Yahoo! Autos
new Car Finder tool.
http://autos.yahoo.com/carfinder/






___ 
_


Get the Yahoo! toolbar and be alerted to new email wherever you're
surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php


http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testlogin-page>


/auth/logonError.html?param=test
  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testlogin-page>


/auth/logonError.html?param=test
  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testlogin-page>


/auth/logonError.html?param=test
  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testlogin-page>


/auth/logonError.html?param=test
  


  

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jason Dillon
Oh, there were not rendered as attachments, but were inlined by Apple  
Mail ;-)


--jason


On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:


  I am attaching jspweb.xml (2 web-apps) from the target directory and
web.xml (3 web-apps) from
target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.

Thanks
Anita

--- Jason Dillon <[EMAIL PROTECTED]> wrote:


Can you please paste me the full web.xml with the duplicates?

--jason


On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:


  I can reproduce this on win XP. If I build geronimo-ldap-demo 3
times
w/o clean, I get 3 copies of !!!

Thanks
Anita

--- Donald Woods <[EMAIL PROTECTED]> wrote:


Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin

on

Windows
and SLED10 if I build individual modules by hand w/o running mvn
clean first,
like its adding duplicate  sections to the web.xml

-Donald

Sachin Patel wrote:

I keep hitting the following build error on LDAP Demo for Jetty,

even on

a clean repo on mac os x.

Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin















__



__
Choose the right car based on your needs.  Check out Yahoo! Autos
new Car Finder tool.
http://autos.yahoo.com/carfinder/








__ 
__
Get the Yahoo! toolbar and be alerted to new email wherever you're  
surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.phpversion="1.0" encoding="ISO-8859-1"?>



http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jay D. McHugh

Hello all,

I tested this by building geronimo/applications a couple of times 
without 'clean'.


The web.xml files are being created correctly now - no more duplication.

(make sure you use 'mvn -U' at least once or delete your maven repo to 
get the new version of the plugin)


Jay

Jeff Genender wrote:

Darn it!!!...Jason's slop once again, eh? ;-)

Cool stuff. (I'm j.k) ;-)

Jeff

[EMAIL PROTECTED] wrote:
  
No it was appending to the generated file not overwriting. 


I rewrote those bits in groovy and used:

file << string

Instead of:

file.write(string)

The latter being the correct behavior and the fix to this problem. 


--jason


-Original Message-
From: Jeff Genender <[EMAIL PROTECTED]>

Date: Fri, 08 Jun 2007 16:13:45 
To:[email protected]

Subject: Re: Build failure "Error parsing web.xml for ."


Was it a cleanup issue?

Jeff

Jason Dillon wrote:


There is nothing attached to this mail... but Paul has given me an
example of the failure and I think I have fixed it with his help.

Can you try the latest snapshot, with mvn -U?

--jason


On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:

  

  I am attaching jspweb.xml (2 web-apps) from the target directory and
web.xml (3 web-apps) from
target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.

Thanks
Anita

--- Jason Dillon <[EMAIL PROTECTED]> wrote:



Can you please paste me the full web.xml with the duplicates?

--jason


On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:

  

  I can reproduce this on win XP. If I build geronimo-ldap-demo 3
times
w/o clean, I get 3 copies of !!!

Thanks
Anita

--- Donald Woods <[EMAIL PROTECTED]> wrote:



Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin
  

on
  

Windows
and SLED10 if I build individual modules by hand w/o running mvn
clean first,
like its adding duplicate  sections to the web.xml

-Donald

Sachin Patel wrote:
  

I keep hitting the following build error on LDAP Demo for Jetty,


even on
  

a clean repo on mac os x.

Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin










__


__
Choose the right car based on your needs.  Check out Yahoo! Autos
new Car Finder tool.
http://autos.yahoo.com/carfinder/





Get the Yahoo! toolbar and be alerted to new email wherever you're
surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php


http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=test

/auth/logonError.html?param=test

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=test

/auth/logonError.html?param=test

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=test

/auth/logonError.html?param=test

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-ap

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jeff Genender
Darn it!!!...Jason's slop once again, eh? ;-)

Cool stuff. (I'm j.k) ;-)

Jeff

[EMAIL PROTECTED] wrote:
> No it was appending to the generated file not overwriting. 
> 
> I rewrote those bits in groovy and used:
> 
> file << string
> 
> Instead of:
> 
> file.write(string)
> 
> The latter being the correct behavior and the fix to this problem. 
> 
> --jason
> 
> 
> -Original Message-
> From: Jeff Genender <[EMAIL PROTECTED]>
> 
> Date: Fri, 08 Jun 2007 16:13:45 
> To:[email protected]
> Subject: Re: Build failure "Error parsing web.xml for ."
> 
> 
> Was it a cleanup issue?
> 
> Jeff
> 
> Jason Dillon wrote:
>> There is nothing attached to this mail... but Paul has given me an
>> example of the failure and I think I have fixed it with his help.
>>
>> Can you try the latest snapshot, with mvn -U?
>>
>> --jason
>>
>>
>> On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:
>>
>>>   I am attaching jspweb.xml (2 web-apps) from the target directory and
>>> web.xml (3 web-apps) from
>>> target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.
>>>
>>> Thanks
>>> Anita
>>>
>>> --- Jason Dillon <[EMAIL PROTECTED]> wrote:
>>>
>>>> Can you please paste me the full web.xml with the duplicates?
>>>>
>>>> --jason
>>>>
>>>>
>>>> On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:
>>>>
>>>>>   I can reproduce this on win XP. If I build geronimo-ldap-demo 3
>>>>> times
>>>>> w/o clean, I get 3 copies of !!!
>>>>>
>>>>> Thanks
>>>>> Anita
>>>>>
>>>>> --- Donald Woods <[EMAIL PROTECTED]> wrote:
>>>>>
>>>>>> Did you mvn clean before rebuilding?
>>>>>>
>>>>>> I'm still seeing weird behavior from the latest jspc-maven-plugin
>>>> on
>>>>>> Windows
>>>>>> and SLED10 if I build individual modules by hand w/o running mvn
>>>>>> clean first,
>>>>>> like its adding duplicate  sections to the web.xml
>>>>>>
>>>>>> -Donald
>>>>>>
>>>>>> Sachin Patel wrote:
>>>>>>> I keep hitting the following build error on LDAP Demo for Jetty,
>>>>>> even on
>>>>>>> a clean repo on mac os x.
>>>>>>>
>>>>>>> Error prasing web.xml for .
>>>>>>>
>>>>>>> Unexpected element: XML_DOC_OR_TEXT_DECL
>>>>>>>
>>>>>>> -sachin
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>> __
>>>>> __
>>>>> Choose the right car based on your needs.  Check out Yahoo! Autos
>>>>> new Car Finder tool.
>>>>> http://autos.yahoo.com/carfinder/
>>>>
>>>
>>>
>>>
>>> 
>>>
>>> Get the Yahoo! toolbar and be alerted to new email wherever you're
>>> surfing.
>>> http://new.toolbar.yahoo.com/toolbar/features/mail/index.php>> version="1.0" encoding="ISO-8859-1"?>
>>> 
>>>
>>> http://java.sun.com/xml/ns/j2ee";
>>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>>  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
>>> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>>>  version="2.4">
>>>
>>> 
>>> 
>>> index.html
>>> 
>>>
>>> 
>>>   
>>> Admin Role
>>> /protect/*
>>>   
>>>   
>>> content-administrator
>>>   
>>> 
>>>
>>> 
>>>   
>>> No Access
>>> /forbidden/*
>>>   
>>>   
>>> 
>>>
>>> 
>>>   FORM
>>>   MYREALM
>>>   
>>>  /auth/logon.html?param=test
>>> 

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread jason . dillon
No it was appending to the generated file not overwriting. 

I rewrote those bits in groovy and used:

file << string

Instead of:

file.write(string)

The latter being the correct behavior and the fix to this problem. 

--jason


-Original Message-
From: Jeff Genender <[EMAIL PROTECTED]>

Date: Fri, 08 Jun 2007 16:13:45 
To:[email protected]
Subject: Re: Build failure "Error parsing web.xml for ."


Was it a cleanup issue?

Jeff

Jason Dillon wrote:
> There is nothing attached to this mail... but Paul has given me an
> example of the failure and I think I have fixed it with his help.
> 
> Can you try the latest snapshot, with mvn -U?
> 
> --jason
> 
> 
> On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:
> 
>>   I am attaching jspweb.xml (2 web-apps) from the target directory and
>> web.xml (3 web-apps) from
>> target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.
>>
>> Thanks
>> Anita
>>
>> --- Jason Dillon <[EMAIL PROTECTED]> wrote:
>>
>>> Can you please paste me the full web.xml with the duplicates?
>>>
>>> --jason
>>>
>>>
>>> On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:
>>>
>>>>   I can reproduce this on win XP. If I build geronimo-ldap-demo 3
>>>> times
>>>> w/o clean, I get 3 copies of !!!
>>>>
>>>> Thanks
>>>> Anita
>>>>
>>>> --- Donald Woods <[EMAIL PROTECTED]> wrote:
>>>>
>>>>> Did you mvn clean before rebuilding?
>>>>>
>>>>> I'm still seeing weird behavior from the latest jspc-maven-plugin
>>> on
>>>>> Windows
>>>>> and SLED10 if I build individual modules by hand w/o running mvn
>>>>> clean first,
>>>>> like its adding duplicate  sections to the web.xml
>>>>>
>>>>> -Donald
>>>>>
>>>>> Sachin Patel wrote:
>>>>>> I keep hitting the following build error on LDAP Demo for Jetty,
>>>>> even on
>>>>>> a clean repo on mac os x.
>>>>>>
>>>>>> Error prasing web.xml for .
>>>>>>
>>>>>> Unexpected element: XML_DOC_OR_TEXT_DECL
>>>>>>
>>>>>> -sachin
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>> __
>>>
>>>> __
>>>> Choose the right car based on your needs.  Check out Yahoo! Autos
>>>> new Car Finder tool.
>>>> http://autos.yahoo.com/carfinder/
>>>
>>>
>>
>>
>>
>>
>> 
>>
>> Get the Yahoo! toolbar and be alerted to new email wherever you're
>> surfing.
>> http://new.toolbar.yahoo.com/toolbar/features/mail/index.php> version="1.0" encoding="ISO-8859-1"?>
>> 
>>
>> http://java.sun.com/xml/ns/j2ee";
>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
>> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>>  version="2.4">
>>
>> 
>> 
>> index.html
>> 
>>
>> 
>>   
>> Admin Role
>> /protect/*
>>   
>>   
>> content-administrator
>>   
>> 
>>
>> 
>>   
>> No Access
>> /forbidden/*
>>   
>>   
>> 
>>
>> 
>>   FORM
>>   MYREALM
>>   
>>  /auth/logon.html?param=test
>> 
>> /auth/logonError.html?param=test
>>   
>> 
>>
>>   
>>   content-administrator
>>   
>>
>>
>> 
>>
>> 
>>
>> 
>> 
>>
>> http://java.sun.com/xml/ns/j2ee";
>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
>> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>>  version="2.4">
>>
>> 
>> 
>> index.html
>> 

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jeff Genender
Was it a cleanup issue?

Jeff

Jason Dillon wrote:
> There is nothing attached to this mail... but Paul has given me an
> example of the failure and I think I have fixed it with his help.
> 
> Can you try the latest snapshot, with mvn -U?
> 
> --jason
> 
> 
> On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:
> 
>>   I am attaching jspweb.xml (2 web-apps) from the target directory and
>> web.xml (3 web-apps) from
>> target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.
>>
>> Thanks
>> Anita
>>
>> --- Jason Dillon <[EMAIL PROTECTED]> wrote:
>>
>>> Can you please paste me the full web.xml with the duplicates?
>>>
>>> --jason
>>>
>>>
>>> On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:
>>>
   I can reproduce this on win XP. If I build geronimo-ldap-demo 3
 times
 w/o clean, I get 3 copies of !!!

 Thanks
 Anita

 --- Donald Woods <[EMAIL PROTECTED]> wrote:

> Did you mvn clean before rebuilding?
>
> I'm still seeing weird behavior from the latest jspc-maven-plugin
>>> on
> Windows
> and SLED10 if I build individual modules by hand w/o running mvn
> clean first,
> like its adding duplicate  sections to the web.xml
>
> -Donald
>
> Sachin Patel wrote:
>> I keep hitting the following build error on LDAP Demo for Jetty,
> even on
>> a clean repo on mac os x.
>>
>> Error prasing web.xml for .
>>
>> Unexpected element: XML_DOC_OR_TEXT_DECL
>>
>> -sachin
>>
>>
>>
>>
>





>>>
>> __
>>>
 __
 Choose the right car based on your needs.  Check out Yahoo! Autos
 new Car Finder tool.
 http://autos.yahoo.com/carfinder/
>>>
>>>
>>
>>
>>
>>
>> 
>>
>> Get the Yahoo! toolbar and be alerted to new email wherever you're
>> surfing.
>> http://new.toolbar.yahoo.com/toolbar/features/mail/index.php> version="1.0" encoding="ISO-8859-1"?>
>> 
>>
>> http://java.sun.com/xml/ns/j2ee";
>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
>> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>>  version="2.4">
>>
>> 
>> 
>> index.html
>> 
>>
>> 
>>   
>> Admin Role
>> /protect/*
>>   
>>   
>> content-administrator
>>   
>> 
>>
>> 
>>   
>> No Access
>> /forbidden/*
>>   
>>   
>> 
>>
>> 
>>   FORM
>>   MYREALM
>>   
>>  /auth/logon.html?param=test
>> 
>> /auth/logonError.html?param=test
>>   
>> 
>>
>>   
>>   content-administrator
>>   
>>
>>
>> 
>>
>> 
>>
>> 
>> 
>>
>> http://java.sun.com/xml/ns/j2ee";
>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
>> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>>  version="2.4">
>>
>> 
>> 
>> index.html
>> 
>>
>> 
>>   
>> Admin Role
>> /protect/*
>>   
>>   
>> content-administrator
>>   
>> 
>>
>> 
>>   
>> No Access
>> /forbidden/*
>>   
>>   
>> 
>>
>> 
>>   FORM
>>   MYREALM
>>   
>>  /auth/logon.html?param=test
>> 
>> /auth/logonError.html?param=test
>>   
>> 
>>
>>   
>>   content-administrator
>>   
>>
>>
>> 
>>
>> 
>>
>> 
>> 
>>
>> http://java.sun.com/xml/ns/j2ee";
>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
>> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>>  version="2.4">
>>
>> 
>> 
>> index.html
>> 
>>
>> 
>>   
>> Admin Role
>> /protect/*
>>   
>>   
>> content-administrator
>>   
>> 
>>
>> 
>>   
>> No Access
>> /forbidden/*
>>   
>>   
>> 
>>
>> 
>>   FORM
>>   MYREALM
>>   
>>  /auth/logon.html?param=test
>> 
>> /auth/logonError.html?param=test
>>   
>> 
>>
>>   
>>   content-administrator
>>   
>>
>>
>> 
>>
>> 
>>
>> 
>> 
>>
>> http://java.sun.com/xml/ns/j2ee";
>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
>> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>>  version="2.4">
>>
>> 
>> 
>> index.html
>> 
>>
>> 
>>   
>> Admin Role
>> /protect/*
>>   
>>   
>> content-administrator
>>   
>> 
>>
>> 
>>   
>> No Access
>> /forbidden/*
>>   
>>   
>> 
>>
>> 
>>   FORM
>>   MYREALM
>>   
>>  /auth/logon.html?param=te

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Anita Kulshreshtha
  Your have a smart mail program...

Thanks
Anita

--- Jason Dillon <[EMAIL PROTECTED]> wrote:

> There is nothing attached to this mail... but Paul has given me an  
> example of the failure and I think I have fixed it with his help.
> 
> Can you try the latest snapshot, with mvn -U?
> 
> --jason
> 
> 
> On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:
> 
> >   I am attaching jspweb.xml (2 web-apps) from the target directory
> and
> > web.xml (3 web-apps) from
> > target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.
> >
> > Thanks
> > Anita
> >
> > --- Jason Dillon <[EMAIL PROTECTED]> wrote:
> >
> >> Can you please paste me the full web.xml with the duplicates?
> >>
> >> --jason
> >>
> >>
> >> On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:
> >>
> >>>   I can reproduce this on win XP. If I build geronimo-ldap-demo 3
> >>> times
> >>> w/o clean, I get 3 copies of !!!
> >>>
> >>> Thanks
> >>> Anita
> >>>
> >>> --- Donald Woods <[EMAIL PROTECTED]> wrote:
> >>>
>  Did you mvn clean before rebuilding?
> 
>  I'm still seeing weird behavior from the latest
> jspc-maven-plugin
> >> on
>  Windows
>  and SLED10 if I build individual modules by hand w/o running mvn
>  clean first,
>  like its adding duplicate  sections to the web.xml
> 
>  -Donald
> 
>  Sachin Patel wrote:
> > I keep hitting the following build error on LDAP Demo for
> Jetty,
>  even on
> > a clean repo on mac os x.
> >
> > Error prasing web.xml for .
> >
> > Unexpected element: XML_DOC_OR_TEXT_DECL
> >
> > -sachin
> >
> >
> >
> >
> 
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >
>
__
> >>
> >>> __
> >>> Choose the right car based on your needs.  Check out Yahoo! Autos
> >>> new Car Finder tool.
> >>> http://autos.yahoo.com/carfinder/
> >>
> >>
> >
> >
> >
> >
> >
>
__
> 
> > __
> > Get the Yahoo! toolbar and be alerted to new email wherever you're 
> 
> > surfing.
> > http://new.toolbar.yahoo.com/toolbar/features/mail/index.php > version="1.0" encoding="ISO-8859-1"?>
> > 
> >
> > http://java.sun.com/xml/ns/j2ee";
> >  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> >  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http:// 
> > java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
> >  version="2.4">
> >
> > 
> > 
> > index.html
> > 
> >
> > 
> >   
> > Admin Role
> > /protect/*
> >   
> >   
> > content-administrator
> >   
> > 
> >
> > 
> >   
> > No Access
> > /forbidden/*
> >   
> >   
> > 
> >
> > 
> >   FORM
> >   MYREALM
> >   
> >  /auth/logon.html?param=test > page>
> >  /auth/logonError.html?param=test > error-page>
> >   
> > 
> >
> >   
> >   content-administrator
> >   
> >
> >
> > 
> >
> > 
> >
> > 
> > 

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jason Dillon
There is nothing attached to this mail... but Paul has given me an  
example of the failure and I think I have fixed it with his help.


Can you try the latest snapshot, with mvn -U?

--jason


On Jun 8, 2007, at 2:57 PM, Anita Kulshreshtha wrote:


  I am attaching jspweb.xml (2 web-apps) from the target directory and
web.xml (3 web-apps) from
target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.

Thanks
Anita

--- Jason Dillon <[EMAIL PROTECTED]> wrote:


Can you please paste me the full web.xml with the duplicates?

--jason


On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:


  I can reproduce this on win XP. If I build geronimo-ldap-demo 3
times
w/o clean, I get 3 copies of !!!

Thanks
Anita

--- Donald Woods <[EMAIL PROTECTED]> wrote:


Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin

on

Windows
and SLED10 if I build individual modules by hand w/o running mvn
clean first,
like its adding duplicate  sections to the web.xml

-Donald

Sachin Patel wrote:

I keep hitting the following build error on LDAP Demo for Jetty,

even on

a clean repo on mac os x.

Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin















__



__
Choose the right car based on your needs.  Check out Yahoo! Autos
new Car Finder tool.
http://autos.yahoo.com/carfinder/








__ 
__
Get the Yahoo! toolbar and be alerted to new email wherever you're  
surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.phpversion="1.0" encoding="ISO-8859-1"?>



http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http:// 
java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=testpage>
 /auth/logonError.html?param=testerror-page>

  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-i

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Anita Kulshreshtha
  I am attaching jspweb.xml (2 web-apps) from the target directory and
web.xml (3 web-apps) from
target/geronimo-ldap-demo-2.0-SNAPSHOT/WEB-INF/web.xml.

Thanks
Anita

--- Jason Dillon <[EMAIL PROTECTED]> wrote:

> Can you please paste me the full web.xml with the duplicates?
> 
> --jason
> 
> 
> On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:
> 
> >   I can reproduce this on win XP. If I build geronimo-ldap-demo 3  
> > times
> > w/o clean, I get 3 copies of !!!
> >
> > Thanks
> > Anita
> >
> > --- Donald Woods <[EMAIL PROTECTED]> wrote:
> >
> >> Did you mvn clean before rebuilding?
> >>
> >> I'm still seeing weird behavior from the latest jspc-maven-plugin
> on
> >> Windows
> >> and SLED10 if I build individual modules by hand w/o running mvn
> >> clean first,
> >> like its adding duplicate  sections to the web.xml
> >>
> >> -Donald
> >>
> >> Sachin Patel wrote:
> >>> I keep hitting the following build error on LDAP Demo for Jetty,
> >> even on
> >>> a clean repo on mac os x.
> >>>
> >>> Error prasing web.xml for .
> >>>
> >>> Unexpected element: XML_DOC_OR_TEXT_DECL
> >>>
> >>> -sachin
> >>>
> >>>
> >>>
> >>>
> >>
> >
> >
> >
> >
> >
>
__
> 
> > __
> > Choose the right car based on your needs.  Check out Yahoo! Autos  
> > new Car Finder tool.
> > http://autos.yahoo.com/carfinder/
> 
> 



   

Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php


http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=test
 /auth/logonError.html?param=test
  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=test
 /auth/logonError.html?param=test
  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=test
 /auth/logonError.html?param=test
  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=test
 /auth/logonError.html?param=test
  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



index.html



  
Admin Role
/protect/*
  
  
content-administrator
  



  
No Access
/forbidden/*
  
  



  FORM
  MYREALM
  
 /auth/logon.html?param=test
 /auth/logonError.html?param=test
  


  
  content-administrator
  









http://java.sun.com/xml/ns/j2ee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
 version="2.4">



   

Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jason Dillon
Come on who's got that corrupted web.xml?  Its been days now  
since I've asked for it... I've seen more folks saying they see it...  
but so far now one has posted the dang web.xml yet.  Please...


--jason


On Jun 8, 2007, at 12:56 PM, Jeff Genender wrote:




Jason Dillon wrote:

On Jun 8, 2007, at 10:42 AM, Donald Woods wrote:


Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin on
Windows and SLED10 if I build individual modules by hand w/o running
mvn clean first, like its adding duplicate  sections to the
web.xml




A...ok...this may just be a "cleanup" problem...


Oh, duplicates... hrm...

--jason




Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jason Dillon
Ya, could be... I really need to see that web.xml so I can fix it  
though, or if someone can tell me how to make it happen on a Mac then  
I can test it there.


I really need some integration tests for this to make sure it doesn't  
break in the future too.


--jason


On Jun 8, 2007, at 12:56 PM, Jeff Genender wrote:




Jason Dillon wrote:

On Jun 8, 2007, at 10:42 AM, Donald Woods wrote:


Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin on
Windows and SLED10 if I build individual modules by hand w/o running
mvn clean first, like its adding duplicate  sections to the
web.xml




A...ok...this may just be a "cleanup" problem...


Oh, duplicates... hrm...

--jason




Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jeff Genender


Jason Dillon wrote:
> On Jun 8, 2007, at 10:42 AM, Donald Woods wrote:
> 
>> Did you mvn clean before rebuilding?
>>
>> I'm still seeing weird behavior from the latest jspc-maven-plugin on
>> Windows and SLED10 if I build individual modules by hand w/o running
>> mvn clean first, like its adding duplicate  sections to the
>> web.xml
> 

A...ok...this may just be a "cleanup" problem...

> Oh, duplicates... hrm...
> 
> --jason


Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jason Dillon

Can you please paste me the full web.xml with the duplicates?

--jason


On Jun 8, 2007, at 12:04 PM, Anita Kulshreshtha wrote:

  I can reproduce this on win XP. If I build geronimo-ldap-demo 3  
times

w/o clean, I get 3 copies of !!!

Thanks
Anita

--- Donald Woods <[EMAIL PROTECTED]> wrote:


Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin on
Windows
and SLED10 if I build individual modules by hand w/o running mvn
clean first,
like its adding duplicate  sections to the web.xml

-Donald

Sachin Patel wrote:

I keep hitting the following build error on LDAP Demo for Jetty,

even on

a clean repo on mac os x.

Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin











__ 
__
Choose the right car based on your needs.  Check out Yahoo! Autos  
new Car Finder tool.

http://autos.yahoo.com/carfinder/




Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jason Dillon

On Jun 8, 2007, at 10:42 AM, Donald Woods wrote:


Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin  
on Windows and SLED10 if I build individual modules by hand w/o  
running mvn clean first, like its adding duplicate   
sections to the web.xml


Oh, duplicates... hrm...

--jason



Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Anita Kulshreshtha
  I can reproduce this on win XP. If I build geronimo-ldap-demo 3 times
w/o clean, I get 3 copies of !!!

Thanks
Anita

--- Donald Woods <[EMAIL PROTECTED]> wrote:

> Did you mvn clean before rebuilding?
> 
> I'm still seeing weird behavior from the latest jspc-maven-plugin on
> Windows 
> and SLED10 if I build individual modules by hand w/o running mvn
> clean first, 
> like its adding duplicate  sections to the web.xml
> 
> -Donald
> 
> Sachin Patel wrote:
> > I keep hitting the following build error on LDAP Demo for Jetty,
> even on 
> > a clean repo on mac os x.
> > 
> > Error prasing web.xml for .
> > 
> > Unexpected element: XML_DOC_OR_TEXT_DECL
> > 
> > -sachin
> > 
> > 
> > 
> > 
> 



   

Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.
http://autos.yahoo.com/carfinder/


Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Sachin Patel
Thats strange because I build fine on windows, but its happening on  
my mac..  i did clean my repo, but now that i think about it, i may  
have not scrubbed my tree clean.


I'll kick off a build and try again.

-sachin


On Jun 8, 2007, at 1:49 PM, Jeff Genender wrote:


Is this only happening in Windows?  I must admit I wrote this on a
Mac...if you can confirm, let me know and I (or Jason) shoul dbe  
able to

find the problem and squash this.

Jeff

Donald Woods wrote:

Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin on
Windows and SLED10 if I build individual modules by hand w/o  
running mvn
clean first, like its adding duplicate  sections to the  
web.xml


-Donald

Sachin Patel wrote:
I keep hitting the following build error on LDAP Demo for Jetty,  
even

on a clean repo on mac os x.

Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin








Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Jeff Genender
Is this only happening in Windows?  I must admit I wrote this on a
Mac...if you can confirm, let me know and I (or Jason) shoul dbe able to
find the problem and squash this.

Jeff

Donald Woods wrote:
> Did you mvn clean before rebuilding?
> 
> I'm still seeing weird behavior from the latest jspc-maven-plugin on
> Windows and SLED10 if I build individual modules by hand w/o running mvn
> clean first, like its adding duplicate  sections to the web.xml
> 
> -Donald
> 
> Sachin Patel wrote:
>> I keep hitting the following build error on LDAP Demo for Jetty, even
>> on a clean repo on mac os x.
>>
>> Error prasing web.xml for .
>>
>> Unexpected element: XML_DOC_OR_TEXT_DECL
>>
>> -sachin
>>
>>
>>
>>


Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Donald Woods

Did you mvn clean before rebuilding?

I'm still seeing weird behavior from the latest jspc-maven-plugin on Windows 
and SLED10 if I build individual modules by hand w/o running mvn clean first, 
like its adding duplicate  sections to the web.xml


-Donald

Sachin Patel wrote:
I keep hitting the following build error on LDAP Demo for Jetty, even on 
a clean repo on mac os x.


Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Build failure "Error parsing web.xml for ."

2007-06-08 Thread Paul McMahan
Looks like the error reported in https://issues.apache.org/jira/ 
browse/GERONIMO-3209.Jason was looking for more debug information  
since he wasn't able to recreate.



Best wishes,
Paul

On Jun 8, 2007, at 12:07 PM, Sachin Patel wrote:

I keep hitting the following build error on LDAP Demo for Jetty,  
even on a clean repo on mac os x.


Error prasing web.xml for .

Unexpected element: XML_DOC_OR_TEXT_DECL

-sachin






Re: Build failure? "org.apache.geronimo.configs/j2ee-corba-yoko//car"

2007-05-03 Thread Jay D. McHugh

I am.

I was able to build a couple hours ago, but I just pulled down about 10 
new programs and tried to rebuild - Now I get that error.


I suspect that it is related to the change djencks committed at about 
3:30 CDT ->

svn commit: r534984 - in /geronimo/server/trunk:

Jay

David Blevins wrote:

Anyone else getting this?


[INFO] 
 


[INFO] Building Geronimo Configs :: WebConsole Tomcat
[INFO]task-segment: [clean, install]
[INFO] 
 


[INFO] [clean:clean]
[INFO] Deleting directory 
/Users/dblevins/work/geronimo-trunk/configs/webconsole-tomcat/target
[INFO] Deleting directory 
/Users/dblevins/work/geronimo-trunk/configs/webconsole-tomcat/target/classes 

[INFO] Deleting directory 
/Users/dblevins/work/geronimo-trunk/configs/webconsole-tomcat/target/test-classes 


[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
/Users/dblevins/work/geronimo-trunk/configs/webconsole-tomcat/target/classes/META-INF 

[INFO] Copying 2 files to 
/Users/dblevins/work/geronimo-trunk/configs/webconsole-tomcat/target/classes/META-INF 


[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: 
/Users/dblevins/work/geronimo-trunk/configs/webconsole-tomcat/target/plan/plan.xml 


[INFO] [car:package]
[INFO] Packaging module configuration: 
/Users/dblevins/work/geronimo-trunk/configs/webconsole-tomcat/target/plan/plan.xml 

[INFO] 


[ERROR] BUILD ERROR
[INFO] 


[INFO] Unable to create configuration for deployment

Unable to resolve dependency 
org.apache.geronimo.configs/j2ee-corba-yoko//car
[INFO] 


[INFO] For more information, run Maven with the -e switch
[INFO] 


[INFO] Total time: 10 minutes 28 seconds
[INFO] Finished at: Thu May 03 15:08:56 PDT 2007
[INFO] Final Memory: 158M/283M
[INFO] 








Re: Build failure? "org.apache.geronimo.configs/j2ee-corba-yoko//car"

2007-05-03 Thread Prasad Kashyap

No. But on a new machine, I'm getting this repeatedly -

[INFO] 
[INFO] Failed to resolve artifact.

Error transferring file
 org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-20070502.014010-3

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 codehaus-snapshots (http://snapshots.repository.codehaus.org),
 apache-incubator (http://people.apache.org/repo/m2-incubating-repository/),
 tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Path to dependency:
   1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
   2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-SNAPSHOT

Caused by I/O exception: Connection timed out: connect

Cheers
Prasad

On 5/3/07, David Blevins <[EMAIL PROTECTED]> wrote:

Anyone else getting this?


[INFO]


[INFO] Building Geronimo Configs :: WebConsole Tomcat
[INFO]task-segment: [clean, install]
[INFO]


[INFO] [clean:clean]
[INFO] Deleting directory /Users/dblevins/work/geronimo-trunk/configs/
webconsole-tomcat/target
[INFO] Deleting directory /Users/dblevins/work/geronimo-trunk/configs/
webconsole-tomcat/target/classes
[INFO] Deleting directory /Users/dblevins/work/geronimo-trunk/configs/
webconsole-tomcat/target/test-classes
[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /Users/dblevins/work/geronimo-trunk/configs/
webconsole-tomcat/target/classes/META-INF
[INFO] Copying 2 files to /Users/dblevins/work/geronimo-trunk/configs/
webconsole-tomcat/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /Users/dblevins/work/geronimo-trunk/configs/
webconsole-tomcat/target/plan/plan.xml
[INFO] [car:package]
[INFO] Packaging module configuration: /Users/dblevins/work/geronimo-
trunk/configs/webconsole-tomcat/target/plan/plan.xml
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Unable to create configuration for deployment

Unable to resolve dependency org.apache.geronimo.configs/j2ee-corba-
yoko//car
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 10 minutes 28 seconds
[INFO] Finished at: Thu May 03 15:08:56 PDT 2007
[INFO] Final Memory: 158M/283M
[INFO]





Re: build failure in trunk

2007-03-31 Thread Joe Bohn

Thanks!

Joe

Jarek Gawor wrote:

Should be fixed now.

Jarek

On 3/31/07, Joe Bohn <[EMAIL PROTECTED]> wrote:

It looks like cxf must have changed something regarding their constants.
  I'm seeing the following failure attempting to build trunk.  I can get
the build to succeed by commenting out these two lines.  We'll see how
well it runs.  Can somebody with an inside track on cxf make the correct
updates?


[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[36,34] 


package org.apache.cxf.binding.xml does not exist

/home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,16] 


cannot find symbol
symbol  : variable XMLConstants
location: class org.apache.geronimo.cxf.CXFWebServiceContainer





Re: build failure in trunk

2007-03-31 Thread Jarek Gawor

Should be fixed now.

Jarek

On 3/31/07, Joe Bohn <[EMAIL PROTECTED]> wrote:

It looks like cxf must have changed something regarding their constants.
  I'm seeing the following failure attempting to build trunk.  I can get
the build to succeed by commenting out these two lines.  We'll see how
well it runs.  Can somebody with an inside track on cxf make the correct
updates?


[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[36,34]
package org.apache.cxf.binding.xml does not exist

/home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,16]
cannot find symbol
symbol  : variable XMLConstants
location: class org.apache.geronimo.cxf.CXFWebServiceContainer



Re: build failure in trunk

2007-03-31 Thread Davanum Srinivas

Joe,

I don't see any specific changes today...

http://www.mail-archive.com/[email protected]/maillist.html

-- dims

On 3/31/07, Joe Bohn <[EMAIL PROTECTED]> wrote:

It looks like cxf must have changed something regarding their constants.
  I'm seeing the following failure attempting to build trunk.  I can get
the build to succeed by commenting out these two lines.  We'll see how
well it runs.  Can somebody with an inside track on cxf make the correct
updates?


[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[36,34]
package org.apache.cxf.binding.xml does not exist

/home/tck/geronimo/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,16]
cannot find symbol
symbol  : variable XMLConstants
location: class org.apache.geronimo.cxf.CXFWebServiceContainer




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: Build failure on Windows due to new jasper-deployer (and TLD files)

2007-03-26 Thread Donald Woods

See https://issues.apache.org/jira/browse/GERONIMO-3024


Donald Woods wrote:
Is anyone else seeing the following failure when building on Windows? 
I'm using trunk Rev522511 and verified the local repo contained the 
updated 6.0-G522103 jasper artifact (but noticed there were both 6.0.10 
and 6.0-G522103 versions of the catalina file)


[INFO] 


[INFO] Building Geronimo Configs :: JSP Examples Jetty
[INFO]task-segment: [install]
[INFO] 


[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [car:prepare-plan]
[INFO] Generated: 
E:\g20\server\configs\jsp-examples-jetty\target\plan\plan.xml

[INFO] [car:package]
[INFO] Packaging module configuration: 
E:\g20\server\configs\jsp-examples-jetty\target\plan\plan.xml
[INFO] 


[ERROR] BUILD ERROR
[INFO] 

[INFO] Could not scan directory for TLD files: jar:file:/C:/Documents 
and 
Settings/drwoods/.m2/repository/commons-jexl/commons-jexl/1.1/commons-jexl-1.1.jar!/META-INF 
Illegal character in path at index 18: file:/C:/Documents and 
Settings/drwoods/.m2/repository/commons-jexl/commons-jexl/1.1/commons-jexl-1.1.jar 





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Build Failure Rev: 520756

2007-03-21 Thread Prasad Kashyap

I have had successful builds of 520810 and 520890 too. See
geronimo-scm mailing list.

All builds are done by completely wiping out the tree and the repo and
then doing a fresh checkout.

Cheers
Prasad

On 3/21/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:

FYI, Fresh svn (520891) worked fine after nuking
~/.m2/repository/org/apache/axis2

-- dims

On 3/21/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> oops...looks like you did that already. let me check.
>
> -- dims
>
> On 3/21/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> > Rakesh,
> >
> > Do you mind nuking your .m2/repository/org/apache/axis2 and running a
> > fresh online build?
> >
> > thanks,
> > dims
> >
> > On 3/21/07, Rakesh Midha <[EMAIL PROTECTED]> wrote:
> > > Hello
> > >
> > > I am getting build failure in geronimo-axis2 module with latest trunk. I
> > > cleaned my repo as well as did a clean checkout and build, but still stuck
> > > with same problem. Any idea what is wrong?
> > >
> > > Here is trace. The messages doesn't make any sense.
> > >
> > >
> > > [INFO]
> > > 
> > > [ERROR] BUILD FAILURE
> > > [INFO]
> > > 
> > > [INFO] Compilation failure
> > >
> > > Failure executing javac, but could not parse the error:
> > > C:\Documents and
> > > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Endpoi
> > > ntDescription.java):64: class EndpointDescription is public, should be
> > > declared
> > > in a file named EndpointDescription.java
> > > (source unavailable)
> > > C:\Documents and
> > > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Servic
> > > eDescription.java):48: class ServiceDescription is public, should be
> > > declared in
> > >  a file named ServiceDescription.java
> > > (source unavailable)
> > > C:\Documents and
> > > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Endpoi
> > > ntInterfaceDescription.java):53: class EndpointInterfaceDescription is
> > > public, s
> > > hould be declared in a file named
> > > EndpointInterfaceDescription.java
> > > (source unavailable)
> > > C:\Documents and
> > > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > > a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar
> > > (org/apache/axis2/jaxws/description/Servic
> > > eRuntimeDescription.java):29: class ServiceRuntimeDescription is public,
> > > should
> > > be declared in a file named ServiceRuntimeDescription.java
> > > (source unavailable)
> > > C:\Documents and
> > > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Operat
> > > ionDescription.java):58: class OperationDescription is public, should be
> > > declare
> > > d in a file named OperationDescription.java
> > > (source unavailable)
> > > C:\Documents and
> > > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/FaultD
> > > escription.java):49: class FaultDescription is public, should be declared 
in
> > > a f
> > > ile named FaultDescription.java
> > > (source unavailable)
> > > C:\Documents and
> > > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Parame
> > > terDescription.java):51: class ParameterDescription is public, should be
> > > declare
> > > d in a file named ParameterDescription.java
> > > (source unavailable)
> > > C:\Documents and
> > > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Operat
> > > ionRuntimeDescription.java):30: class OperationRuntimeDescription is 
public,
> > > sho
> > > uld be declared in a file named
> > > OperationRuntimeDescription.java
> > > (source unavailable)
> > > 8 errors
> > >
> > >
> > > [INFO]
> > > 
> > > [INFO] For more information, run Maven with the -e switch
> > > [INFO]
> > > 
> > > [INFO] Total time: 4 minutes 8 seconds
> > > [INFO] Finished at: Wed Mar 21 18:15:02 IST 2007
> > > [INFO] Final Memory: 76M/254M
> > > [INFO]
> > > 
> > >
> > > Thanks
> > > Rakesh
> > >
> >
> >
> > --
> > Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers
> >
>
>
> --
> Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers
>


--
Davanum Srinivas :: http://wso2.org/ :: Oxygen fo

Re: Build Failure Rev: 520756

2007-03-21 Thread Davanum Srinivas

FYI, Fresh svn (520891) worked fine after nuking
~/.m2/repository/org/apache/axis2

-- dims

On 3/21/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:

oops...looks like you did that already. let me check.

-- dims

On 3/21/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> Rakesh,
>
> Do you mind nuking your .m2/repository/org/apache/axis2 and running a
> fresh online build?
>
> thanks,
> dims
>
> On 3/21/07, Rakesh Midha <[EMAIL PROTECTED]> wrote:
> > Hello
> >
> > I am getting build failure in geronimo-axis2 module with latest trunk. I
> > cleaned my repo as well as did a clean checkout and build, but still stuck
> > with same problem. Any idea what is wrong?
> >
> > Here is trace. The messages doesn't make any sense.
> >
> >
> > [INFO]
> > 
> > [ERROR] BUILD FAILURE
> > [INFO]
> > 
> > [INFO] Compilation failure
> >
> > Failure executing javac, but could not parse the error:
> > C:\Documents and
> > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Endpoi
> > ntDescription.java):64: class EndpointDescription is public, should be
> > declared
> > in a file named EndpointDescription.java
> > (source unavailable)
> > C:\Documents and
> > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Servic
> > eDescription.java):48: class ServiceDescription is public, should be
> > declared in
> >  a file named ServiceDescription.java
> > (source unavailable)
> > C:\Documents and
> > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Endpoi
> > ntInterfaceDescription.java):53: class EndpointInterfaceDescription is
> > public, s
> > hould be declared in a file named
> > EndpointInterfaceDescription.java
> > (source unavailable)
> > C:\Documents and
> > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar
> > (org/apache/axis2/jaxws/description/Servic
> > eRuntimeDescription.java):29: class ServiceRuntimeDescription is public,
> > should
> > be declared in a file named ServiceRuntimeDescription.java
> > (source unavailable)
> > C:\Documents and
> > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Operat
> > ionDescription.java):58: class OperationDescription is public, should be
> > declare
> > d in a file named OperationDescription.java
> > (source unavailable)
> > C:\Documents and
> > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/FaultD
> > escription.java):49: class FaultDescription is public, should be declared in
> > a f
> > ile named FaultDescription.java
> > (source unavailable)
> > C:\Documents and
> > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Parame
> > terDescription.java):51: class ParameterDescription is public, should be
> > declare
> > d in a file named ParameterDescription.java
> > (source unavailable)
> > C:\Documents and
> > Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> > 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Operat
> > ionRuntimeDescription.java):30: class OperationRuntimeDescription is public,
> > sho
> > uld be declared in a file named
> > OperationRuntimeDescription.java
> > (source unavailable)
> > 8 errors
> >
> >
> > [INFO]
> > 
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > 
> > [INFO] Total time: 4 minutes 8 seconds
> > [INFO] Finished at: Wed Mar 21 18:15:02 IST 2007
> > [INFO] Final Memory: 76M/254M
> > [INFO]
> > 
> >
> > Thanks
> > Rakesh
> >
>
>
> --
> Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers
>


--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: Build Failure Rev: 520756

2007-03-21 Thread Davanum Srinivas

oops...looks like you did that already. let me check.

-- dims

On 3/21/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:

Rakesh,

Do you mind nuking your .m2/repository/org/apache/axis2 and running a
fresh online build?

thanks,
dims

On 3/21/07, Rakesh Midha <[EMAIL PROTECTED]> wrote:
> Hello
>
> I am getting build failure in geronimo-axis2 module with latest trunk. I
> cleaned my repo as well as did a clean checkout and build, but still stuck
> with same problem. Any idea what is wrong?
>
> Here is trace. The messages doesn't make any sense.
>
>
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] Compilation failure
>
> Failure executing javac, but could not parse the error:
> C:\Documents and
> Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Endpoi
> ntDescription.java):64: class EndpointDescription is public, should be
> declared
> in a file named EndpointDescription.java
> (source unavailable)
> C:\Documents and
> Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Servic
> eDescription.java):48: class ServiceDescription is public, should be
> declared in
>  a file named ServiceDescription.java
> (source unavailable)
> C:\Documents and
> Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Endpoi
> ntInterfaceDescription.java):53: class EndpointInterfaceDescription is
> public, s
> hould be declared in a file named
> EndpointInterfaceDescription.java
> (source unavailable)
> C:\Documents and
> Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar
> (org/apache/axis2/jaxws/description/Servic
> eRuntimeDescription.java):29: class ServiceRuntimeDescription is public,
> should
> be declared in a file named ServiceRuntimeDescription.java
> (source unavailable)
> C:\Documents and
> Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Operat
> ionDescription.java):58: class OperationDescription is public, should be
> declare
> d in a file named OperationDescription.java
> (source unavailable)
> C:\Documents and
> Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/FaultD
> escription.java):49: class FaultDescription is public, should be declared in
> a f
> ile named FaultDescription.java
> (source unavailable)
> C:\Documents and
> Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Parame
> terDescription.java):51: class ParameterDescription is public, should be
> declare
> d in a file named ParameterDescription.java
> (source unavailable)
> C:\Documents and
> Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
> 
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Operat
> ionRuntimeDescription.java):30: class OperationRuntimeDescription is public,
> sho
> uld be declared in a file named
> OperationRuntimeDescription.java
> (source unavailable)
> 8 errors
>
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 4 minutes 8 seconds
> [INFO] Finished at: Wed Mar 21 18:15:02 IST 2007
> [INFO] Final Memory: 76M/254M
> [INFO]
> 
>
> Thanks
> Rakesh
>


--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: Build Failure Rev: 520756

2007-03-21 Thread Davanum Srinivas

Rakesh,

Do you mind nuking your .m2/repository/org/apache/axis2 and running a
fresh online build?

thanks,
dims

On 3/21/07, Rakesh Midha <[EMAIL PROTECTED]> wrote:

Hello

I am getting build failure in geronimo-axis2 module with latest trunk. I
cleaned my repo as well as did a clean checkout and build, but still stuck
with same problem. Any idea what is wrong?

Here is trace. The messages doesn't make any sense.


[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

Failure executing javac, but could not parse the error:
C:\Documents and
Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Endpoi
ntDescription.java):64: class EndpointDescription is public, should be
declared
in a file named EndpointDescription.java
(source unavailable)
C:\Documents and
Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Servic
eDescription.java):48: class ServiceDescription is public, should be
declared in
 a file named ServiceDescription.java
(source unavailable)
C:\Documents and
Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Endpoi
ntInterfaceDescription.java):53: class EndpointInterfaceDescription is
public, s
hould be declared in a file named
EndpointInterfaceDescription.java
(source unavailable)
C:\Documents and
Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar
(org/apache/axis2/jaxws/description/Servic
eRuntimeDescription.java):29: class ServiceRuntimeDescription is public,
should
be declared in a file named ServiceRuntimeDescription.java
(source unavailable)
C:\Documents and
Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Operat
ionDescription.java):58: class OperationDescription is public, should be
declare
d in a file named OperationDescription.java
(source unavailable)
C:\Documents and
Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/FaultD
escription.java):49: class FaultDescription is public, should be declared in
a f
ile named FaultDescription.java
(source unavailable)
C:\Documents and
Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Parame
terDescription.java):51: class ParameterDescription is public, should be
declare
d in a file named ParameterDescription.java
(source unavailable)
C:\Documents and
Settings\libadmin\.m2\repository\org\apache\axis2\axis2-metadat
a\SNAPSHOT\axis2-metadata-SNAPSHOT.jar(org/apache/axis2/jaxws/description/Operat
ionRuntimeDescription.java):30: class OperationRuntimeDescription is public,
sho
uld be declared in a file named
OperationRuntimeDescription.java
(source unavailable)
8 errors


[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 4 minutes 8 seconds
[INFO] Finished at: Wed Mar 21 18:15:02 IST 2007
[INFO] Final Memory: 76M/254M
[INFO]


Thanks
Rakesh




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: Build Failure on mvn clean install: FATAL ERROR: Unable to start the embedded plexus container

2007-03-09 Thread Jason Warner

I just fixed it.  2.0.5.  I had just updated to the latest version.  I fixed
it by deleting the maven folder and downloading it again.  Not sure what
happened.  Thanks.

On 3/9/07, Jason Dillon <[EMAIL PROTECTED]> wrote:


What version of Maven?

--jason


On Mar 9, 2007, at 8:15 AM, Jason Warner wrote:

> Is anyone else seeing this?  I just updated to the most recent
> version of geronimo and tried to run mvn clean install and got this
> error.  Here's the full stack trace.
>
> + Error stacktraces are turned on.
> FATAL ERROR: Unable to start the embedded plexus container
> Error stacktrace:
> org.codehaus.plexus.PlexusContainerException: Error starting container
> at org.codehaus.plexus.DefaultPlexusContainer.start
> (DefaultPlexusContain
> er.java:795)
> at org.codehaus.plexus.embed.Embedder.start (Embedder.java:
> 220)
> at org.codehaus.plexus.embed.Embedder.start(Embedder.java:183)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:147)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.
> java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke (Method.java:585)
> at org.codehaus.classworlds.Launcher.launchEnhanced
> (Launcher.java:315)
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at org.codehaus.classworlds.Launcher.mainWithExitCode
> (Launcher.java:430)
>
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by:
> org.codehaus.plexus.component.repository.exception.ComponentRepositor
> yException: Component descriptor role: '
> org.apache.maven.wagon.providers.ssh.kno
> wnhost.KnownHostsProvider', implementation:
> 'org.apache.maven.wagon.providers.ss
> h.knownhost.FileKnownHostsProvider', role hint: 'file' has a hint,
> but there are
>  other implementations that don't
> at
> org.codehaus.plexus.component.repository.DefaultComponentRepository.a
> ddComponentDescriptor(DefaultComponentRepository.java:184)
> at
> org.codehaus.plexus.DefaultPlexusContainer.addComponentDescriptor (Def
> aultPlexusContainer.java:515)
> at
> org.codehaus.plexus.DefaultPlexusContainer.discoverComponents(Default
> PlexusContainer.java:738)
> at org.codehaus.plexus.DefaultPlexusContainer.start
> (DefaultPlexusContain
> er.java:779)
> ... 11 more




Re: Build Failure on mvn clean install: FATAL ERROR: Unable to start the embedded plexus container

2007-03-09 Thread Jason Dillon

What version of Maven?

--jason


On Mar 9, 2007, at 8:15 AM, Jason Warner wrote:

Is anyone else seeing this?  I just updated to the most recent  
version of geronimo and tried to run mvn clean install and got this  
error.  Here's the full stack trace.


+ Error stacktraces are turned on.
FATAL ERROR: Unable to start the embedded plexus container
Error stacktrace:
org.codehaus.plexus.PlexusContainerException: Error starting container
at org.codehaus.plexus.DefaultPlexusContainer.start 
(DefaultPlexusContain

er.java:795)
at org.codehaus.plexus.embed.Embedder.start (Embedder.java: 
220)

at org.codehaus.plexus.embed.Embedder.start(Embedder.java:183)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:147)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.

java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAcces

sorImpl.java:25)
at java.lang.reflect.Method.invoke (Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced 
(Launcher.java:315)

at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode  
(Launcher.java:430)


at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by:  
org.codehaus.plexus.component.repository.exception.ComponentRepositor
yException: Component descriptor role: '  
org.apache.maven.wagon.providers.ssh.kno
wnhost.KnownHostsProvider', implementation:  
'org.apache.maven.wagon.providers.ss
h.knownhost.FileKnownHostsProvider', role hint: 'file' has a hint,  
but there are

 other implementations that don't
at  
org.codehaus.plexus.component.repository.DefaultComponentRepository.a

ddComponentDescriptor(DefaultComponentRepository.java:184)
at  
org.codehaus.plexus.DefaultPlexusContainer.addComponentDescriptor (Def

aultPlexusContainer.java:515)
at  
org.codehaus.plexus.DefaultPlexusContainer.discoverComponents(Default

PlexusContainer.java:738)
at org.codehaus.plexus.DefaultPlexusContainer.start 
(DefaultPlexusContain

er.java:779)
... 11 more




Re: Build Failure - Eclipse-Plugin trunk Rev513960

2007-03-07 Thread Shiva Kumar H R

Fresh checkout and build worked for me also. Thanks.

- Shiva

On 3/6/07, Donald Woods <[EMAIL PROTECTED]> wrote:


Worked for me.  Thanks.

-Donald


Sachin Patel wrote:
> fixed
>
> -sachin
>
>
> On Mar 5, 2007, at 9:15 AM, Sachin Patel wrote:
>
>> I can reproduce this now... will investigate.
>>
>> -sachin
>>
>>
>> On Mar 5, 2007, at 7:03 AM, Shiva Kumar H R wrote:
>>
>>> I too am getting a Build error as below:
>>>
>>> 
>>> [INFO] Building org.apache.geronimo.runtime.common
>>> [INFO]task-segment: [install]
>>> 
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>>

>>> [INFO] Manifest Bundle-Classpath is missing the following entries:
>>> [lib/xstream-
>>> 1.1.3.jar]
>>> [INFO]
>>>

>>> [INFO] Trace
>>> org.apache.maven.lifecycle.LifecycleExecutionException : Manifest
>>> Bundle-Classpat
>>> h is missing the following entries: [lib/xstream-1.1.3.jar]
>>> at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
>>> ultLifecycleExecutor.java:559)
>>> at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
>>> fecycle(DefaultLifecycleExecutor.java:475)
>>> at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
>>> ltLifecycleExecutor.java :454)
>>> at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
>>> dleFailures(DefaultLifecycleExecutor.java:306)
>>> at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
>>> ts(DefaultLifecycleExecutor.java:273)
>>> at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
>>> fecycleExecutor.java:140)
>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
>>> :322)
>>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java
:115)
>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
>>> java:64)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> sorImpl.java:43)
>>> at java.lang.reflect.Method.invoke (Method.java:615)
>>> at
>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>> at org.codehaus.classworlds.Launcher.mainWithExitCode
>>> (Launcher.java:430)
>>>
>>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> Caused by: org.apache.maven.plugin.MojoExecutionException: Manifest
>>> Bundle-Class
>>> path is missing the following entries: [lib/xstream- 1.1.3.jar]
>>> at
>>> org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute(Bundl
>>> eManifestMojo.java:72)
>>> at
>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
>>> nManager.java :412)
>>> at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
>>> ultLifecycleExecutor.java:534)
>>> ... 16 more
>>> Caused by: org.apache.maven.plugin.MojoFailureException: Manifest
>>> Bundle-Classpa
>>> th is missing the following entries: [lib/xstream-1.1.3.jar]
>>> at
>>> org.apache.geronimo.eclipse.devtools.BundleManifestMojo.validateBundl
>>> eClasspath(BundleManifestMojo.java:97)
>>> at
>>> org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute (Bundl
>>> eManifestMojo.java:69)
>>> ... 18 more
>>> [INFO]
>>>

>>> [INFO] Total time: 2 minutes 40 seconds
>>> [INFO] Finished at: Mon Mar 05 16:32:47 IST 2007
>>> [INFO] Final Memory: 18M/89M
>>> [INFO]
>>>

>>>
>>> --
>>> Thx,
>>> Shiva
>>>
>>> On 3/4/07, *Donald Woods* <[EMAIL PROTECTED]
>>> > wrote:
>>>
>>> Latest Eclipse-Plugin trunk at Rev513960 fails to build with the
>>> following error on WinXP, Maven 2.0.5 and Java 1.5.0_11 -
>>>
>>> [INFO]
>>>

>>> [ERROR] BUILD ERROR
>>> [INFO]
>>>

>>> [INFO] Failed to resolve artifact.
>>> Missing:
>>> --
>>> 1)
>>>
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar:2.0.0
>>>
>>>Try downloading the file manually from the project website.
>>>Then, install it using the command:
>>>mvn install:install-file
>>> -DgroupId=org.apache.geronimo.devtools
>>> -Dartifact
>>> Id=org.apache.geronimo.st.v20.core \
>>>-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file
>>>Path to dependency:
>

Re: Build Failure - Eclipse-Plugin trunk Rev513960

2007-03-06 Thread Donald Woods

Worked for me.  Thanks.

-Donald


Sachin Patel wrote:

fixed

-sachin


On Mar 5, 2007, at 9:15 AM, Sachin Patel wrote:


I can reproduce this now... will investigate.

-sachin


On Mar 5, 2007, at 7:03 AM, Shiva Kumar H R wrote:


I too am getting a Build error as below:


[INFO] Building org.apache.geronimo.runtime.common
[INFO]task-segment: [install]

[ERROR] BUILD ERROR
[INFO] 

[INFO] Manifest Bundle-Classpath is missing the following entries: 
[lib/xstream-

1.1.3.jar]
[INFO] 


[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException : Manifest 
Bundle-Classpat

h is missing the following entries: [lib/xstream-1.1.3.jar]
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:559)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi

fecycle(DefaultLifecycleExecutor.java:475)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java :454)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:306)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:273)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java 
:322)

at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:64)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

sorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:615)
at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode 
(Launcher.java:430)


at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Manifest 
Bundle-Class

path is missing the following entries: [lib/xstream- 1.1.3.jar]
at 
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute(Bundl

eManifestMojo.java:72)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi

nManager.java :412)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:534)
... 16 more
Caused by: org.apache.maven.plugin.MojoFailureException: Manifest 
Bundle-Classpa

th is missing the following entries: [lib/xstream-1.1.3.jar]
at 
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.validateBundl

eClasspath(BundleManifestMojo.java:97)
at 
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute (Bundl

eManifestMojo.java:69)
... 18 more
[INFO] 


[INFO] Total time: 2 minutes 40 seconds
[INFO] Finished at: Mon Mar 05 16:32:47 IST 2007
[INFO] Final Memory: 18M/89M
[INFO] 



--
Thx,
Shiva

On 3/4/07, *Donald Woods* <[EMAIL PROTECTED] 
> wrote:


Latest Eclipse-Plugin trunk at Rev513960 fails to build with the
following error on WinXP, Maven 2.0.5 and Java 1.5.0_11 -

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.
Missing:
--
1)
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar:2.0.0

   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file
-DgroupId=org.apache.geronimo.devtools
-Dartifact
Id=org.apache.geronimo.st.v20.core \
   -Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) org.apache.geronimo.devtools:assembly:pom:2.0.0
 2)
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar:2.0
.
0
--
1 required artifact is missing.
for artifact:
   org.apache.geronimo.devtools:assembly:pom:2.0.0


-Donald








smime.p7s
Description: S/MIME Cryptographic Signature


Re: Build Failure - Eclipse-Plugin trunk Rev513960

2007-03-06 Thread Sachin Patel
Actually, the problem is that you need to do an mvn clean, to remove  
the old jars in the lib directory.


-sachin


On Mar 6, 2007, at 10:02 AM, Sachin Patel wrote:

You may not have the latest, I upgraded that library to 1.2.
Please try a fresh checkout and rebuild.


-sachin


On Mar 6, 2007, at 9:25 AM, Shiva Kumar H R wrote:

Isn't solving problem. Did an "svn update", "mvn clean" and "mvn".  
Still facing the same problem.


"svn update" fetched in following patches:
Uplugins\pom.xml
Uplugins\org.apache.geronimo.st.v20.core\pom.xml
Ufeatures\org.apache.geronimo.feature\feature.xml

However, adding the following entry " lib/xstream-1.1.3.jar," in  
"plugins\org.apache.geronimo.runtime.common\META-INF\MANIFEST.MF"  
solved the problem. Please check.


--
Thx,
Shiva

On 3/5/07, Sachin Patel <[EMAIL PROTECTED]> wrote:
fixed

-sachin


On Mar 5, 2007, at 9:15 AM, Sachin Patel wrote:


I can reproduce this now... will investigate.

-sachin


On Mar 5, 2007, at 7:03 AM, Shiva Kumar H R wrote:


I too am getting a Build error as below:


[INFO] Building org.apache.geronimo.runtime.common
[INFO]task-segment: [install]

[ERROR] BUILD ERROR
[INFO]  
--- 
-
[INFO] Manifest Bundle-Classpath is missing the following  
entries: [lib/xstream-

1.1.3.jar]
[INFO]  
--- 
-

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException :  
Manifest Bundle-Classpat

h is missing the following entries: [lib/xstream- 1.1.3.jar]
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
(Defa

ultLifecycleExecutor.java:559)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWith 
Li

fecycle( DefaultLifecycleExecutor.java:475)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
(Defau

ltLifecycleExecutor.java :454)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndH 
an

dleFailures(DefaultLifecycleExecutor.java:306)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegm 
en

ts(DefaultLifecycleExecutor.java:273)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute  
(DefaultLi

fecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute 
(DefaultMaven.java :322)
at org.apache.maven.DefaultMaven.execute 
(DefaultMaven.java:115)

at org.apache.maven.cli.MavenCli.main (MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.

java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke  
(DelegatingMethodAcces

sorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:615)
at org.codehaus.classworlds.Launcher.launchEnhanced 
(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch  
(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode  
(Launcher.java:430)


at org.codehaus.classworlds.Launcher.main(Launcher.java: 
375)
Caused by: org.apache.maven.plugin.MojoExecutionException :  
Manifest Bundle-Class

path is missing the following entries: [lib/xstream- 1.1.3.jar]
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute 
(Bundl

eManifestMojo.java:72)
at  
org.apache.maven.plugin.DefaultPluginManager.executeMojo  
(DefaultPlugi

nManager.java :412)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
(Defa

ultLifecycleExecutor.java:534)
... 16 more
Caused by: org.apache.maven.plugin.MojoFailureException :  
Manifest Bundle-Classpa

th is missing the following entries: [lib/xstream-1.1.3.jar]
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.validateBun 
dl

eClasspath(BundleManifestMojo.java:97)
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute  
(Bundl

eManifestMojo.java:69)
... 18 more
[INFO]  
--- 
-

[INFO] Total time: 2 minutes 40 seconds
[INFO] Finished at: Mon Mar 05 16:32:47 IST 2007
[INFO] Final Memory: 18M/89M
[INFO]  
--- 
-


--
Thx,
Shiva

On 3/4/07, Donald Woods <[EMAIL PROTECTED]> wrote:
Latest Eclipse-Plugin trunk at Rev513960 fails to build with the
following error on WinXP, Maven 2.0.5 and Java 1.5.0_11 -

[INFO]
--- 
-

[ERROR] BUILD ERROR
[INFO]
--- 
-

[INFO] Failed to resolve artifact.
Missing:
--
1)  
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar: 
2.0.0

   Try downloading the file manually from the project website.
   Then, install it

Re: Build Failure - Eclipse-Plugin trunk Rev513960

2007-03-06 Thread Sachin Patel
You may not have the latest, I upgraded that library to 1.2.   Please  
try a fresh checkout and rebuild.


-sachin


On Mar 6, 2007, at 9:25 AM, Shiva Kumar H R wrote:

Isn't solving problem. Did an "svn update", "mvn clean" and "mvn".  
Still facing the same problem.


"svn update" fetched in following patches:
Uplugins\pom.xml
Uplugins\org.apache.geronimo.st.v20.core\pom.xml
Ufeatures\org.apache.geronimo.feature\feature.xml

However, adding the following entry " lib/xstream-1.1.3.jar," in  
"plugins\org.apache.geronimo.runtime.common\META-INF\MANIFEST.MF"  
solved the problem. Please check.


--
Thx,
Shiva

On 3/5/07, Sachin Patel <[EMAIL PROTECTED]> wrote:
fixed

-sachin


On Mar 5, 2007, at 9:15 AM, Sachin Patel wrote:


I can reproduce this now... will investigate.

-sachin


On Mar 5, 2007, at 7:03 AM, Shiva Kumar H R wrote:


I too am getting a Build error as below:


[INFO] Building org.apache.geronimo.runtime.common
[INFO]task-segment: [install]

[ERROR] BUILD ERROR
[INFO]  
 

[INFO] Manifest Bundle-Classpath is missing the following  
entries: [lib/xstream-

1.1.3.jar]
[INFO]  
 


[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException : Manifest  
Bundle-Classpat

h is missing the following entries: [lib/xstream- 1.1.3.jar]
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
(Defa

ultLifecycleExecutor.java:559)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL 
i

fecycle( DefaultLifecycleExecutor.java:475)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
(Defau

ltLifecycleExecutor.java :454)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa 
n

dleFailures(DefaultLifecycleExecutor.java:306)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme 
n

ts(DefaultLifecycleExecutor.java:273)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute  
(DefaultLi

fecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute 
(DefaultMaven.java :322)
at org.apache.maven.DefaultMaven.execute 
(DefaultMaven.java:115)

at org.apache.maven.cli.MavenCli.main (MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.

java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke  
(DelegatingMethodAcces

sorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:615)
at org.codehaus.classworlds.Launcher.launchEnhanced 
(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch  
(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode  
(Launcher.java:430)


at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException :  
Manifest Bundle-Class

path is missing the following entries: [lib/xstream- 1.1.3.jar]
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute 
(Bundl

eManifestMojo.java:72)
at  
org.apache.maven.plugin.DefaultPluginManager.executeMojo  
(DefaultPlugi

nManager.java :412)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
(Defa

ultLifecycleExecutor.java:534)
... 16 more
Caused by: org.apache.maven.plugin.MojoFailureException :  
Manifest Bundle-Classpa

th is missing the following entries: [lib/xstream-1.1.3.jar]
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.validateBund 
l

eClasspath(BundleManifestMojo.java:97)
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute  
(Bundl

eManifestMojo.java:69)
... 18 more
[INFO]  
 


[INFO] Total time: 2 minutes 40 seconds
[INFO] Finished at: Mon Mar 05 16:32:47 IST 2007
[INFO] Final Memory: 18M/89M
[INFO]  
 



--
Thx,
Shiva

On 3/4/07, Donald Woods <[EMAIL PROTECTED]> wrote:
Latest Eclipse-Plugin trunk at Rev513960 fails to build with the
following error on WinXP, Maven 2.0.5 and Java 1.5.0_11 -

[INFO]
 


[ERROR] BUILD ERROR
[INFO]
 


[INFO] Failed to resolve artifact.
Missing:
--
1)  
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar: 
2.0.0

   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file - 
DgroupId=org.apache.geronimo.devtools

-Dartifact
Id=org.apache.geronimo.st.v20.core \
   -Dversion=2.0.0 -

Re: Build Failure - Eclipse-Plugin trunk Rev513960

2007-03-06 Thread Shiva Kumar H R

Isn't solving problem. Did an "svn update", "mvn clean" and "mvn". Still
facing the same problem.

"svn update" fetched in following patches:
Uplugins\pom.xml
Uplugins\org.apache.geronimo.st.v20.core\pom.xml
Ufeatures\org.apache.geronimo.feature\feature.xml

However, adding the following entry " lib/xstream-1.1.3.jar," in
"plugins\org.apache.geronimo.runtime.common\META-INF\MANIFEST.MF" solved the
problem. Please check.

--
Thx,
Shiva

On 3/5/07, Sachin Patel <[EMAIL PROTECTED]> wrote:


fixed

-sachin


On Mar 5, 2007, at 9:15 AM, Sachin Patel wrote:

I can reproduce this now... will investigate.

-sachin


On Mar 5, 2007, at 7:03 AM, Shiva Kumar H R wrote:

I too am getting a Build error as below:


[INFO] Building org.apache.geronimo.runtime.common
[INFO]task-segment: [install]

[ERROR] BUILD ERROR
[INFO]

[INFO] Manifest Bundle-Classpath is missing the following entries:
[lib/xstream-
1.1.3.jar]
[INFO]

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException : Manifest
Bundle-Classpat
h is missing the following entries: [lib/xstream-1.1.3.jar]
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:559)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:475)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
(Defau
ltLifecycleExecutor.java :454)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:273)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
(DefaultLi
fecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java :322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:615)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java
:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode (
Launcher.java:430)

at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Manifest
Bundle-Class
path is missing the following entries: [lib/xstream- 1.1.3.jar]
at org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute
(Bundl
eManifestMojo.java:72)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo
(DefaultPlugi
nManager.java :412)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:534)
... 16 more
Caused by: org.apache.maven.plugin.MojoFailureException: Manifest
Bundle-Classpa
th is missing the following entries: [lib/xstream-1.1.3.jar]
at
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.validateBundl
eClasspath(BundleManifestMojo.java:97)
at org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute(Bundl
eManifestMojo.java:69)
... 18 more
[INFO]

[INFO] Total time: 2 minutes 40 seconds
[INFO] Finished at: Mon Mar 05 16:32:47 IST 2007
[INFO] Final Memory: 18M/89M
[INFO]


--
Thx,
Shiva

On 3/4/07, Donald Woods <[EMAIL PROTECTED]> wrote:
>
> Latest Eclipse-Plugin trunk at Rev513960 fails to build with the
> following error on WinXP, Maven 2.0.5 and Java 1.5.0_11 -
>
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
> Missing:
> --
> 1)
> org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar:2.0.0
>Try downloading the file manually from the project website.
>Then, install it using the command:
>mvn install:install-file -DgroupId=org.apache.geronimo.devtools
> -Dartifact
> Id=org.apache.geronimo.st.v20.core \
>-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file
>Path to dependency:
>  1) org.apache.geronimo.devtools:assembly:pom:2.0.0
>  2)
> org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar:2.0 .
> 0
> --
> 1 required artifact is missing.

Re: Build Failure - Eclipse-Plugin trunk Rev513960

2007-03-05 Thread Sachin Patel

fixed

-sachin


On Mar 5, 2007, at 9:15 AM, Sachin Patel wrote:


I can reproduce this now... will investigate.

-sachin


On Mar 5, 2007, at 7:03 AM, Shiva Kumar H R wrote:


I too am getting a Build error as below:


[INFO] Building org.apache.geronimo.runtime.common
[INFO]task-segment: [install]

[ERROR] BUILD ERROR
[INFO]  
- 
---
[INFO] Manifest Bundle-Classpath is missing the following entries:  
[lib/xstream-

1.1.3.jar]
[INFO]  
- 
---

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException : Manifest  
Bundle-Classpat

h is missing the following entries: [lib/xstream-1.1.3.jar]
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:559)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi

fecycle(DefaultLifecycleExecutor.java:475)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java :454)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:306)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:273)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute 
(DefaultMaven.java :322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 
115)

at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.

java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAcces

sorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:615)
at org.codehaus.classworlds.Launcher.launchEnhanced 
(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java: 
255)
at org.codehaus.classworlds.Launcher.mainWithExitCode  
(Launcher.java:430)


at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException:  
Manifest Bundle-Class

path is missing the following entries: [lib/xstream- 1.1.3.jar]
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute(Bundl

eManifestMojo.java:72)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
(DefaultPlugi

nManager.java :412)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:534)
... 16 more
Caused by: org.apache.maven.plugin.MojoFailureException: Manifest  
Bundle-Classpa

th is missing the following entries: [lib/xstream-1.1.3.jar]
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.validateBundl

eClasspath(BundleManifestMojo.java:97)
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute  
(Bundl

eManifestMojo.java:69)
... 18 more
[INFO]  
- 
---

[INFO] Total time: 2 minutes 40 seconds
[INFO] Finished at: Mon Mar 05 16:32:47 IST 2007
[INFO] Final Memory: 18M/89M
[INFO]  
- 
---


--
Thx,
Shiva

On 3/4/07, Donald Woods <[EMAIL PROTECTED]> wrote:
Latest Eclipse-Plugin trunk at Rev513960 fails to build with the
following error on WinXP, Maven 2.0.5 and Java 1.5.0_11 -

[INFO]
- 
---

[ERROR] BUILD ERROR
[INFO]
- 
---

[INFO] Failed to resolve artifact.
Missing:
--
1)  
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar: 
2.0.0

   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file - 
DgroupId=org.apache.geronimo.devtools

-Dartifact
Id=org.apache.geronimo.st.v20.core \
   -Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) org.apache.geronimo.devtools:assembly:pom:2.0.0
 2)
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar: 
2.0 .

0
--
1 required artifact is missing.
for artifact:
   org.apache.geronimo.devtools:assembly:pom:2.0.0


-Donald








Re: Build Failure - Eclipse-Plugin trunk Rev513960

2007-03-05 Thread Sachin Patel

I can reproduce this now... will investigate.

-sachin


On Mar 5, 2007, at 7:03 AM, Shiva Kumar H R wrote:


I too am getting a Build error as below:


[INFO] Building org.apache.geronimo.runtime.common
[INFO]task-segment: [install]

[ERROR] BUILD ERROR
[INFO]  
-- 
--
[INFO] Manifest Bundle-Classpath is missing the following entries:  
[lib/xstream-

1.1.3.jar]
[INFO]  
-- 
--

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException : Manifest  
Bundle-Classpat

h is missing the following entries: [lib/xstream-1.1.3.jar]
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:559)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi

fecycle(DefaultLifecycleExecutor.java:475)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java :454)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:306)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:273)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute 
(DefaultMaven.java :322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 
115)

at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.

java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAcces

sorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:615)
at org.codehaus.classworlds.Launcher.launchEnhanced 
(Launcher.java:315)

at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode  
(Launcher.java:430)


at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Manifest  
Bundle-Class

path is missing the following entries: [lib/xstream- 1.1.3.jar]
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute(Bundl

eManifestMojo.java:72)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
(DefaultPlugi

nManager.java :412)
at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:534)
... 16 more
Caused by: org.apache.maven.plugin.MojoFailureException: Manifest  
Bundle-Classpa

th is missing the following entries: [lib/xstream-1.1.3.jar]
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.validateBundl

eClasspath(BundleManifestMojo.java:97)
at  
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute (Bundl

eManifestMojo.java:69)
... 18 more
[INFO]  
-- 
--

[INFO] Total time: 2 minutes 40 seconds
[INFO] Finished at: Mon Mar 05 16:32:47 IST 2007
[INFO] Final Memory: 18M/89M
[INFO]  
-- 
--


--
Thx,
Shiva

On 3/4/07, Donald Woods <[EMAIL PROTECTED]> wrote:
Latest Eclipse-Plugin trunk at Rev513960 fails to build with the
following error on WinXP, Maven 2.0.5 and Java 1.5.0_11 -

[INFO]
-- 
--

[ERROR] BUILD ERROR
[INFO]
-- 
--

[INFO] Failed to resolve artifact.
Missing:
--
1) org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar: 
2.0.0

   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.geronimo.devtools
-Dartifact
Id=org.apache.geronimo.st.v20.core \
   -Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) org.apache.geronimo.devtools:assembly:pom:2.0.0
 2)
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar:2.0 .
0
--
1 required artifact is missing.
for artifact:
   org.apache.geronimo.devtools:assembly:pom:2.0.0


-Donald






Re: Build Failure - Eclipse-Plugin trunk Rev513960

2007-03-05 Thread Shiva Kumar H R

I too am getting a Build error as below:


[INFO] Building org.apache.geronimo.runtime.common
[INFO]task-segment: [install]

[ERROR] BUILD ERROR
[INFO]

[INFO] Manifest Bundle-Classpath is missing the following entries:
[lib/xstream-
1.1.3.jar]
[INFO]

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Manifest
Bundle-Classpat
h is missing the following entries: [lib/xstream-1.1.3.jar]
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(Defa
ultLifecycleExecutor.java:559)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:475)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
(Defau
ltLifecycleExecutor.java:454)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:306)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:273)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
(DefaultLi
fecycleExecutor.java:140)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java
:315)
   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java
:430)

   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Manifest
Bundle-Class
path is missing the following entries: [lib/xstream-1.1.3.jar]
   at org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute
(Bundl
eManifestMojo.java:72)
   at org.apache.maven.plugin.DefaultPluginManager.executeMojo
(DefaultPlugi
nManager.java:412)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(Defa
ultLifecycleExecutor.java:534)
   ... 16 more
Caused by: org.apache.maven.plugin.MojoFailureException: Manifest
Bundle-Classpa
th is missing the following entries: [lib/xstream-1.1.3.jar]
   at
org.apache.geronimo.eclipse.devtools.BundleManifestMojo.validateBundl
eClasspath(BundleManifestMojo.java:97)
   at org.apache.geronimo.eclipse.devtools.BundleManifestMojo.execute
(Bundl
eManifestMojo.java:69)
   ... 18 more
[INFO]

[INFO] Total time: 2 minutes 40 seconds
[INFO] Finished at: Mon Mar 05 16:32:47 IST 2007
[INFO] Final Memory: 18M/89M
[INFO]


--
Thx,
Shiva

On 3/4/07, Donald Woods <[EMAIL PROTECTED]> wrote:


Latest Eclipse-Plugin trunk at Rev513960 fails to build with the
following error on WinXP, Maven 2.0.5 and Java 1.5.0_11 -

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.
Missing:
--
1) org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar:2.0.0
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.geronimo.devtools
-Dartifact
Id=org.apache.geronimo.st.v20.core \
   -Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) org.apache.geronimo.devtools:assembly:pom:2.0.0
 2)
org.apache.geronimo.devtools:org.apache.geronimo.st.v20.core:jar:2.0.
0
--
1 required artifact is missing.
for artifact:
   org.apache.geronimo.devtools:assembly:pom:2.0.0


-Donald




Re: Build failure "Building Geronimo :: CXF" missing com.sun.xml.bind:* 2.1.2

2007-02-27 Thread Jason Dillon

Done.

--jason


On Feb 27, 2007, at 7:16 PM, Jarek Gawor wrote:


Attached.

Jarek

On 2/27/07, Jason Dillon <[EMAIL PROTECTED]> wrote:

I must have missed that in the ~400 emails I got today... where is
the patch?

--jason


On Feb 27, 2007, at 7:08 PM, Jarek Gawor wrote:

> Jason,
>
> 1) The code is broken because of a change of dependencies in the  
3rd

> party library (and not because of broken code in Geronimo)
>
> 2) I sent out an email about the JAXB issue earlier today.  
Hopefully,

> that issue will be resolved within a day or so.
>
> 3) For now somebody could commit that patch I sent to disable  
CXF from

> the build to get things moving again.
>
> Jarek
>
> On 2/27/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
>> Where are the 2.1.2 version of the com.sun.xml.bind jars at?
>>
>> BTW, I'm getting a wee bit annoyed at all of the recent build
>> breakage that is being caused by the WS effort...
>>
>> I'm not singling anyone out, but I hope that in the future that  
more
>> care will be taken by everyone to *not break the build* when  
adding

>> new features.  Broken builds end up wasting everyones time... so
>> please put some extra time into making sure you have not broken  
the

>> build when adding new changes.
>>
>> Thanks,
>>
>> --jason
>>
>>
>> 
>> [INFO]
>>  
-

>> ---
>> 
>> [INFO] Building Geronimo :: CXF
>> [INFO]task-segment: [install]
>> [INFO]
>>  
-

>> ---
>> 
>> 
>> [INFO]
>>  
-

>> ---
>> [ERROR] BUILD ERROR
>> [INFO]
>>  
-

>> ---
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> --
>> 1) com.sun.xml.bind:jaxb-impl:jar:2.1.2
>>
>>Try downloading the file manually from the project website.
>>
>>Then, install it using the command:
>>mvn install:install-file -DgroupId=com.sun.xml.bind -
>> DartifactId=jaxb-impl \
>>-Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file
>>
>>Path to dependency:
>> 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0- 
SNAPSHOT
>> 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0- 
incubator-RC-

>> SNAPSHOT
>> 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 4) com.sun.xml.bind:jaxb-impl:jar:2.1.2
>>
>> 2) com.sun.xml.bind:jaxb-xjc:jar:2.1.2
>>
>>Try downloading the file manually from the project website.
>>
>>Then, install it using the command:
>>mvn install:install-file -DgroupId=com.sun.xml.bind -
>> DartifactId=jaxb-xjc \
>>-Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file
>>
>>Path to dependency:
>> 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0- 
SNAPSHOT
>> 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0- 
incubator-RC-

>> SNAPSHOT
>> 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 4) com.sun.xml.bind:jaxb-xjc:jar:2.1.2
>>
>> --
>> 2 required artifacts are missing.
>>
>> for artifact:
>>org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
>>
>> from the specified remote repositories:
>>central (http://repo1.maven.org/maven2),
>>apache.snapshots (http://people.apache.org/repo/m2-snapshot-
>> repository),
>>codehaus (http://repository.codehaus.org),
>>apache-snapshots (http://people.apache.org/repo/m2-snapshot-
>> repository),
>>codehaus-snapshots (http://snapshots.repository.codehaus.org),
>>apache-incubator (http://people.apache.org/repo/m2-incubating-
>> repository/),
>>axis2-m2-repo (http://ws.zones.apache.org/repository2/),
>>tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2- 
repository/)

>>
>>
>> [INFO]
>>  
-

>> ---
>> [INFO] Trace
>> org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
>> --
>> 1) com.sun.xml.bind:jaxb-impl:jar:2.1.2
>>
>>Try downloading the file manually from the project website.
>>
>>Then, install it using the command:
>>mvn install:install-file -DgroupId=com.sun.xml.bind -
>> DartifactId=jaxb-impl \
>>-Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file
>>
>>Path to dependency:
>> 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0- 
SNAPSHOT
>> 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0- 
incubator-RC-

>> SNAPSHOT
>> 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 4) com.sun.xml.bind:jaxb-impl:jar:2.1.2
>>
>> 2) com.sun.xml.bind:jaxb-xjc:jar:2.1.2
>>
>>Try downloading the file manually from the project website.
>>
>>Then, install it using the command:
>>mvn install:install-file -DgroupId=com.sun.xml.bind -
>> DartifactId=jaxb-xjc \
>>-Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to

Re: Build failure "Building Geronimo :: CXF" missing com.sun.xml.bind:* 2.1.2

2007-02-27 Thread Jarek Gawor

Attached.

Jarek

On 2/27/07, Jason Dillon <[EMAIL PROTECTED]> wrote:

I must have missed that in the ~400 emails I got today... where is
the patch?

--jason


On Feb 27, 2007, at 7:08 PM, Jarek Gawor wrote:

> Jason,
>
> 1) The code is broken because of a change of dependencies in the 3rd
> party library (and not because of broken code in Geronimo)
>
> 2) I sent out an email about the JAXB issue earlier today. Hopefully,
> that issue will be resolved within a day or so.
>
> 3) For now somebody could commit that patch I sent to disable CXF from
> the build to get things moving again.
>
> Jarek
>
> On 2/27/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
>> Where are the 2.1.2 version of the com.sun.xml.bind jars at?
>>
>> BTW, I'm getting a wee bit annoyed at all of the recent build
>> breakage that is being caused by the WS effort...
>>
>> I'm not singling anyone out, but I hope that in the future that more
>> care will be taken by everyone to *not break the build* when adding
>> new features.  Broken builds end up wasting everyones time... so
>> please put some extra time into making sure you have not broken the
>> build when adding new changes.
>>
>> Thanks,
>>
>> --jason
>>
>>
>> 
>> [INFO]
>> -
>> ---
>> 
>> [INFO] Building Geronimo :: CXF
>> [INFO]task-segment: [install]
>> [INFO]
>> -
>> ---
>> 
>> 
>> [INFO]
>> -
>> ---
>> [ERROR] BUILD ERROR
>> [INFO]
>> -
>> ---
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> --
>> 1) com.sun.xml.bind:jaxb-impl:jar:2.1.2
>>
>>Try downloading the file manually from the project website.
>>
>>Then, install it using the command:
>>mvn install:install-file -DgroupId=com.sun.xml.bind -
>> DartifactId=jaxb-impl \
>>-Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file
>>
>>Path to dependency:
>> 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
>> 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 4) com.sun.xml.bind:jaxb-impl:jar:2.1.2
>>
>> 2) com.sun.xml.bind:jaxb-xjc:jar:2.1.2
>>
>>Try downloading the file manually from the project website.
>>
>>Then, install it using the command:
>>mvn install:install-file -DgroupId=com.sun.xml.bind -
>> DartifactId=jaxb-xjc \
>>-Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file
>>
>>Path to dependency:
>> 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
>> 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 4) com.sun.xml.bind:jaxb-xjc:jar:2.1.2
>>
>> --
>> 2 required artifacts are missing.
>>
>> for artifact:
>>org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
>>
>> from the specified remote repositories:
>>central (http://repo1.maven.org/maven2),
>>apache.snapshots (http://people.apache.org/repo/m2-snapshot-
>> repository),
>>codehaus (http://repository.codehaus.org),
>>apache-snapshots (http://people.apache.org/repo/m2-snapshot-
>> repository),
>>codehaus-snapshots (http://snapshots.repository.codehaus.org),
>>apache-incubator (http://people.apache.org/repo/m2-incubating-
>> repository/),
>>axis2-m2-repo (http://ws.zones.apache.org/repository2/),
>>tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository/)
>>
>>
>> [INFO]
>> -
>> ---
>> [INFO] Trace
>> org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
>> --
>> 1) com.sun.xml.bind:jaxb-impl:jar:2.1.2
>>
>>Try downloading the file manually from the project website.
>>
>>Then, install it using the command:
>>mvn install:install-file -DgroupId=com.sun.xml.bind -
>> DartifactId=jaxb-impl \
>>-Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file
>>
>>Path to dependency:
>> 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
>> 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-
>> SNAPSHOT
>> 4) com.sun.xml.bind:jaxb-impl:jar:2.1.2
>>
>> 2) com.sun.xml.bind:jaxb-xjc:jar:2.1.2
>>
>>Try downloading the file manually from the project website.
>>
>>Then, install it using the command:
>>mvn install:install-file -DgroupId=com.sun.xml.bind -
>> DartifactId=jaxb-xjc \
>>-Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file
>>
>>Path to dependency:
>> 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
>>

Re: Build failure "Building Geronimo :: CXF" missing com.sun.xml.bind:* 2.1.2

2007-02-27 Thread Jason Dillon
I must have missed that in the ~400 emails I got today... where is  
the patch?


--jason


On Feb 27, 2007, at 7:08 PM, Jarek Gawor wrote:


Jason,

1) The code is broken because of a change of dependencies in the 3rd
party library (and not because of broken code in Geronimo)

2) I sent out an email about the JAXB issue earlier today. Hopefully,
that issue will be resolved within a day or so.

3) For now somebody could commit that patch I sent to disable CXF from
the build to get things moving again.

Jarek

On 2/27/07, Jason Dillon <[EMAIL PROTECTED]> wrote:

Where are the 2.1.2 version of the com.sun.xml.bind jars at?

BTW, I'm getting a wee bit annoyed at all of the recent build
breakage that is being caused by the WS effort...

I'm not singling anyone out, but I hope that in the future that more
care will be taken by everyone to *not break the build* when adding
new features.  Broken builds end up wasting everyones time... so
please put some extra time into making sure you have not broken the
build when adding new changes.

Thanks,

--jason



[INFO]
- 
---


[INFO] Building Geronimo :: CXF
[INFO]task-segment: [install]
[INFO]
- 
---



[INFO]
- 
---

[ERROR] BUILD ERROR
[INFO]
- 
---

[INFO] Failed to resolve artifact.

Missing:
--
1) com.sun.xml.bind:jaxb-impl:jar:2.1.2

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=com.sun.xml.bind -
DartifactId=jaxb-impl \
   -Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC- 
SNAPSHOT

4) com.sun.xml.bind:jaxb-impl:jar:2.1.2

2) com.sun.xml.bind:jaxb-xjc:jar:2.1.2

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=com.sun.xml.bind -
DartifactId=jaxb-xjc \
   -Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC- 
SNAPSHOT

4) com.sun.xml.bind:jaxb-xjc:jar:2.1.2

--
2 required artifacts are missing.

for artifact:
   org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   apache.snapshots (http://people.apache.org/repo/m2-snapshot-
repository),
   codehaus (http://repository.codehaus.org),
   apache-snapshots (http://people.apache.org/repo/m2-snapshot-
repository),
   codehaus-snapshots (http://snapshots.repository.codehaus.org),
   apache-incubator (http://people.apache.org/repo/m2-incubating-
repository/),
   axis2-m2-repo (http://ws.zones.apache.org/repository2/),
   tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository/)


[INFO]
- 
---

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
--
1) com.sun.xml.bind:jaxb-impl:jar:2.1.2

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=com.sun.xml.bind -
DartifactId=jaxb-impl \
   -Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC- 
SNAPSHOT

4) com.sun.xml.bind:jaxb-impl:jar:2.1.2

2) com.sun.xml.bind:jaxb-xjc:jar:2.1.2

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=com.sun.xml.bind -
DartifactId=jaxb-xjc \
   -Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC- 
SNAPSHOT

4) com.sun.xml.bind:jaxb-xjc:jar:2.1.2

--
2 required artifacts are missing.

for artifact:
   org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   apache.snapshots (http://pe

Re: Build failure "Building Geronimo :: CXF" missing com.sun.xml.bind:* 2.1.2

2007-02-27 Thread Jarek Gawor

Jason,

1) The code is broken because of a change of dependencies in the 3rd
party library (and not because of broken code in Geronimo)

2) I sent out an email about the JAXB issue earlier today. Hopefully,
that issue will be resolved within a day or so.

3) For now somebody could commit that patch I sent to disable CXF from
the build to get things moving again.

Jarek

On 2/27/07, Jason Dillon <[EMAIL PROTECTED]> wrote:

Where are the 2.1.2 version of the com.sun.xml.bind jars at?

BTW, I'm getting a wee bit annoyed at all of the recent build
breakage that is being caused by the WS effort...

I'm not singling anyone out, but I hope that in the future that more
care will be taken by everyone to *not break the build* when adding
new features.  Broken builds end up wasting everyones time... so
please put some extra time into making sure you have not broken the
build when adding new changes.

Thanks,

--jason



[INFO]


[INFO] Building Geronimo :: CXF
[INFO]task-segment: [install]
[INFO]



[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) com.sun.xml.bind:jaxb-impl:jar:2.1.2

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=com.sun.xml.bind -
DartifactId=jaxb-impl \
   -Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT
4) com.sun.xml.bind:jaxb-impl:jar:2.1.2

2) com.sun.xml.bind:jaxb-xjc:jar:2.1.2

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=com.sun.xml.bind -
DartifactId=jaxb-xjc \
   -Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT
4) com.sun.xml.bind:jaxb-xjc:jar:2.1.2

--
2 required artifacts are missing.

for artifact:
   org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   apache.snapshots (http://people.apache.org/repo/m2-snapshot-
repository),
   codehaus (http://repository.codehaus.org),
   apache-snapshots (http://people.apache.org/repo/m2-snapshot-
repository),
   codehaus-snapshots (http://snapshots.repository.codehaus.org),
   apache-incubator (http://people.apache.org/repo/m2-incubating-
repository/),
   axis2-m2-repo (http://ws.zones.apache.org/repository2/),
   tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository/)


[INFO]

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
--
1) com.sun.xml.bind:jaxb-impl:jar:2.1.2

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=com.sun.xml.bind -
DartifactId=jaxb-impl \
   -Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT
4) com.sun.xml.bind:jaxb-impl:jar:2.1.2

2) com.sun.xml.bind:jaxb-xjc:jar:2.1.2

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=com.sun.xml.bind -
DartifactId=jaxb-xjc \
   -Dversion=2.1.2 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-
SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT
4) com.sun.xml.bind:jaxb-xjc:jar:2.1.2

--
2 required artifacts are missing.

for artifact:
   org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   apache.snapshots (http://people.apache.org/repo/m2-snapshot-
repository),
   codehaus (http://repository.codehaus.org),
   apache-snapshots (http://people.apache.org/repo/m2-snapshot-
repository)

Re: Build failure with eclipse-plugin trunk Rev509704

2007-02-21 Thread Sachin Patel
I will have to add some more exclusions.  The problem is with all the  
specs changes published pom's are all messed up.  Since the jar's are  
already published there is no way to fix this besides adding  
exclusions so these dependencies aren't pulled in.


-sachin


On Feb 20, 2007, at 9:20 PM, Donald Woods wrote:

I'm getting the following build error when trying to build the  
latest Eclipse plug-in code from trunk on WinXP and SUSE Linux with  
a clean m2 repo and after building the latest 2.0 server -


[ERROR] BUILD ERROR
[INFO]  
-- 
--

[INFO] Failed to resolve artifact.
Missing:
--
1) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1
  Try downloading the file manually from the project website.
  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.geronimo.specs - 
DartifactId=geronimo-qname_1.1_spec \

  -Dversion=1.0.1 -Dpackaging=test -Dfile=/path/to/file
  Path to dependency:
1) org.apache.geronimo.devtools:geronimo-1.1-emf:jar:1.0
2) openejb:openejb-pkgen-builder:jar:2.1.1
3) geronimo:geronimo-kernel:jar:1.1.1
4) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1
--
1 required artifact is missing.
for artifact:
  org.apache.geronimo.devtools:geronimo-1.1-emf:jar:1.0
from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.incubator (http://people.apache.org/repo/m2-incubating- 
repository/),

  sppatel (http://people.apache.org/~sppatel/maven/repository/),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot- 
repository),

  codehaus-snapshots (http://snapshots.repository.codehaus.org)
[INFO]  
-- 
--



Is it really supposed to be "-Dpackaging=test" or should it be "jar"?


-Donald





Re: Build Failure (Axis2)

2007-02-12 Thread Lasantha Ranaweera
Just remove axis2 folder in your M2/repository & build it again. Then you
will get the latest axis2 SNAPSHOT.

Thanks,
Lasantha


> On 2/12/07, Sachin Patel <[EMAIL PROTECTED]> wrote:
>>
>> [INFO]
>> 
>> [ERROR] BUILD FAILURE
>> [INFO]
>> 
>> [INFO] Compilation failure
>>
>> /home/tck/geronimo/trunk/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:[541,55]
>> cannot find symbol
>> symbol  : variable PARAM_BINDING
>> location: class
>> org.apache.axis2.jaxws.server.JAXWSMessageReceive
>
> Just reported it too. Good timing! ;-)
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.JacekLaskowski.pl
>



Re: Build Failure (Axis2)

2007-02-12 Thread Davanum Srinivas

:( Somehow maven2 does not pickup latest axis2 snapshots...wonder why? :(

-- dims

On 2/12/07, Sachin Patel <[EMAIL PROTECTED]> wrote:

I rebuilt again and seems to be fixed.

-sachin



On Feb 12, 2007, at 9:30 AM, Jacek Laskowski wrote:

On 2/12/07, Sachin Patel <[EMAIL PROTECTED]> wrote:

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:[541,55]
cannot find symbol
symbol  : variable PARAM_BINDING
location: class
org.apache.axis2.jaxws.server.JAXWSMessageReceive

Just reported it too. Good timing! ;-)

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: Build Failure (Axis2)

2007-02-12 Thread Sachin Patel

I rebuilt again and seems to be fixed.

-sachin


On Feb 12, 2007, at 9:30 AM, Jacek Laskowski wrote:


On 2/12/07, Sachin Patel <[EMAIL PROTECTED]> wrote:


[INFO]
- 
---

[ERROR] BUILD FAILURE
[INFO]
- 
---

[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-axis2/src/main/java/org/ 
apache/geronimo/axis2/Axis2WebServiceContainer.java:[541,55]

cannot find symbol
symbol  : variable PARAM_BINDING
location: class
org.apache.axis2.jaxws.server.JAXWSMessageReceive


Just reported it too. Good timing! ;-)

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl




Re: Build Failure (Axis2)

2007-02-12 Thread Jacek Laskowski

On 2/12/07, Sachin Patel <[EMAIL PROTECTED]> wrote:


[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:[541,55]
cannot find symbol
symbol  : variable PARAM_BINDING
location: class
org.apache.axis2.jaxws.server.JAXWSMessageReceive


Just reported it too. Good timing! ;-)

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: Build failure

2007-02-08 Thread Dain Sundstrom

Fixed.

-dain

On Feb 8, 2007, at 1:32 PM, Sachin Patel wrote:

Building openejb locally doesn't seem to workaround the problem  
either :(


-sachin


On Feb 8, 2007, at 3:44 PM, Sachin Patel wrote:

Compiling 7 source files to /home/tck/geronimo/trunk/modules/ 
geronimo-openejb-builder/target/classes
[INFO]  
- 
---

[ERROR] BUILD FAILURE
[INFO]  
- 
---

[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-openejb-builder/src/main/ 
java/org/apache/geronimo/openejb/deployment/EjbRefBuilder.java: 
[116,44] cannot find symbol
symbol  : constructor JndiEncBuilder 
(org.apache.openejb.assembler.classic.JndiEncInfo)

location: class org.apache.openejb.assembler.classic.JndiEncBuilder


-sachin








Re: Build failure

2007-02-08 Thread Sachin Patel
Building openejb locally doesn't seem to workaround the problem  
either :(


-sachin


On Feb 8, 2007, at 3:44 PM, Sachin Patel wrote:

Compiling 7 source files to /home/tck/geronimo/trunk/modules/ 
geronimo-openejb-builder/target/classes
[INFO]  
-- 
--

[ERROR] BUILD FAILURE
[INFO]  
-- 
--

[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-openejb-builder/src/main/ 
java/org/apache/geronimo/openejb/deployment/EjbRefBuilder.java: 
[116,44] cannot find symbol
symbol  : constructor JndiEncBuilder 
(org.apache.openejb.assembler.classic.JndiEncInfo)

location: class org.apache.openejb.assembler.classic.JndiEncBuilder


-sachin






Re: Build failure openejb-builder

2007-02-07 Thread Matt Hogstrom
I updated OpenEJB 3 and published new SNAPSHOTs.  You should be good  
to go.


On Feb 7, 2007, at 7:50 AM, Sachin Patel wrote:


Looks like a new openejb snapshot needs to be published?

Compiling 7 source files to /Users/sppatel/svk/server/trunk/modules/ 
geronimo-openejb-builder/target/classes
[INFO]  
-- 
--

[ERROR] BUILD FAILURE
[INFO]  
-- 
--

[INFO] Compilation failure

/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/ 
src/main/java/org/apache/geronimo/openejb/deployment/ 
EjbModuleBuilder.java:[411,57] cannot find symbol

symbol  : method getPersistence()
location: class org.apache.openejb.jee.oejb2.GeronimoEjbJarType

/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/ 
src/main/java/org/apache/geronimo/openejb/deployment/ 
EjbModuleBuilder.java:[445,30] cannot find symbol

symbol  : method getPersistence()
location: class org.apache.openejb.jee.oejb2.GeronimoEjbJarType


-sachin






Re: Build failure openejb-builder

2007-02-07 Thread Joe Bohn

My Geronimo build was successful after I built OpenEJB3 locally (w/o tests).

Joe


Joe Bohn wrote:
Building openejb locally also fails in the tests.  However, when I 
skipped the tests I was able to get OpenEJB3 built locally.  I'm 
building Geronimo now to see if it gets us past this problem.


Joe


Sachin Patel wrote:

Looks like a new openejb snapshot needs to be published?

Compiling 7 source files to 
/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/target/classes 

[INFO] 


[ERROR] BUILD FAILURE
[INFO] 


[INFO] Compilation failure

/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbModuleBuilder.java:[411,57] 
cannot find symbol

symbol  : method getPersistence()
location: class org.apache.openejb.jee.oejb2.GeronimoEjbJarType

/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbModuleBuilder.java:[445,30] 
cannot find symbol

symbol  : method getPersistence()
location: class org.apache.openejb.jee.oejb2.GeronimoEjbJarType


-sachin






Re: Build failure openejb-builder

2007-02-07 Thread Joe Bohn
Building openejb locally also fails in the tests.  However, when I 
skipped the tests I was able to get OpenEJB3 built locally.  I'm 
building Geronimo now to see if it gets us past this problem.


Joe


Sachin Patel wrote:

Looks like a new openejb snapshot needs to be published?

Compiling 7 source files to 
/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/target/classes
[INFO] 


[ERROR] BUILD FAILURE
[INFO] 


[INFO] Compilation failure

/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbModuleBuilder.java:[411,57] 
cannot find symbol

symbol  : method getPersistence()
location: class org.apache.openejb.jee.oejb2.GeronimoEjbJarType

/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbModuleBuilder.java:[445,30] 
cannot find symbol

symbol  : method getPersistence()
location: class org.apache.openejb.jee.oejb2.GeronimoEjbJarType


-sachin




Re: Build failure

2007-01-25 Thread Kevan Miller


On Jan 25, 2007, at 6:24 PM, Joe Bohn wrote:




Kevan Miller wrote:

On Jan 25, 2007, at 3:22 PM, Joe Bohn wrote:
I don't think cleaning xmlbeans in the repo will help.   I tried  
multiple times with a clean repo and on windows I still hit this  
problem.  I still suspect that there's something wrong with the  
container-3.0-incubating-SNAPSHOT.pom or it's mevan-metadata.   
See the other thread on this topic for info on that (but  
unfortunately still no resolution):


http://marc.theaimsgroup.com/?l=geronimo-dev&m=116965075211008&w=2
Hmm. I see that container-3.0-incubating-SNAPSHOT.pom has DOS eol  
characters. Could you try to converting the file and running a  
build offline? I took a quick look around and didn't see any other  
DOS-format poms. It's a total shot in the dark...

--kevan


It was a good idea ... and I was initially hopeful.  However, even  
with changing the poms (both the SNAPSHOT and the build # pom) to  
unix format on my windows machine I still had the same error when I  
attempted to build just modules/geronimo-openejb-builder offline.


Dang. That would have been too easy... ;-)

I see the parent pom (org/apache/openejb/openejb/3.0-incubating- 
SNAPSHOT/openejb-3.0-incubating-SNAPSHOT.pom) is also DOS format, but  
then so is its parent (org/apache/apache/3/apache-3.pom).


--kevan






Re: Build failure

2007-01-25 Thread Kevan Miller


On Jan 25, 2007, at 7:36 PM, Jay D. McHugh wrote:


Hello All,

This is the same problem that has kept me from building trunk (on  
Linux) since last week.


I just realized that at about the same time - Eclipse started  
giving me validation errors (in building my web app) because it  
could not find:


http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd

For those that are able to build, do you have a cached version of  
this file?


Does not having this schema available seem like it might possibly  
be the cause of this problem?


Interesting. You're the first non-windows user to report this  
problem. I don't see how the schema problem could be related. But  
thanks for the info.


SOA greatly simplifies client development. You no longer need the  
schema... ;-)


Will this work? http://java.sun.com/xml/ns/j2ee/ 
j2ee_web_services_client_1_1.xsd


--kevan


Re: Build failure

2007-01-25 Thread Jay D. McHugh

Hello All,

This is the same problem that has kept me from building trunk (on Linux) 
since last week.


I just realized that at about the same time - Eclipse started giving me 
validation errors (in building my web app) because it could not find:


http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd

For those that are able to build, do you have a cached version of this file?

Does not having this schema available seem like it might possibly be the 
cause of this problem?


Jay

Joe Bohn wrote:



Kevan Miller wrote:


On Jan 25, 2007, at 3:22 PM, Joe Bohn wrote:

I don't think cleaning xmlbeans in the repo will help.   I tried 
multiple times with a clean repo and on windows I still hit this 
problem.  I still suspect that there's something wrong with the 
container-3.0-incubating-SNAPSHOT.pom or it's mevan-metadata.  See 
the other thread on this topic for info on that (but unfortunately 
still no resolution):


http://marc.theaimsgroup.com/?l=geronimo-dev&m=116965075211008&w=2


Hmm. I see that container-3.0-incubating-SNAPSHOT.pom has DOS eol 
characters. Could you try to converting the file and running a build 
offline? I took a quick look around and didn't see any other 
DOS-format poms. It's a total shot in the dark...


--kevan


It was a good idea ... and I was initially hopeful.  However, even 
with changing the poms (both the SNAPSHOT and the build # pom) to unix 
format on my windows machine I still had the same error when I 
attempted to build just modules/geronimo-openejb-builder offline.


Joe



.



Re: Build failure

2007-01-25 Thread Joe Bohn



Kevan Miller wrote:


On Jan 25, 2007, at 3:22 PM, Joe Bohn wrote:

I don't think cleaning xmlbeans in the repo will help.   I tried 
multiple times with a clean repo and on windows I still hit this 
problem.  I still suspect that there's something wrong with the 
container-3.0-incubating-SNAPSHOT.pom or it's mevan-metadata.  See the 
other thread on this topic for info on that (but unfortunately still 
no resolution):


http://marc.theaimsgroup.com/?l=geronimo-dev&m=116965075211008&w=2


Hmm. I see that container-3.0-incubating-SNAPSHOT.pom has DOS eol 
characters. Could you try to converting the file and running a build 
offline? I took a quick look around and didn't see any other DOS-format 
poms. It's a total shot in the dark...


--kevan


It was a good idea ... and I was initially hopeful.  However, even with 
changing the poms (both the SNAPSHOT and the build # pom) to unix format 
on my windows machine I still had the same error when I attempted to 
build just modules/geronimo-openejb-builder offline.


Joe



Re: Build failure

2007-01-25 Thread Kevan Miller


On Jan 25, 2007, at 3:22 PM, Joe Bohn wrote:

I don't think cleaning xmlbeans in the repo will help.   I tried  
multiple times with a clean repo and on windows I still hit this  
problem.  I still suspect that there's something wrong with the  
container-3.0-incubating-SNAPSHOT.pom or it's mevan-metadata.  See  
the other thread on this topic for info on that (but unfortunately  
still no resolution):


http://marc.theaimsgroup.com/?l=geronimo-dev&m=116965075211008&w=2


Hmm. I see that container-3.0-incubating-SNAPSHOT.pom has DOS eol  
characters. Could you try to converting the file and running a build  
offline? I took a quick look around and didn't see any other DOS- 
format poms. It's a total shot in the dark...


--kevan




Re: Build failure

2007-01-25 Thread Joe Bohn
I don't think cleaning xmlbeans in the repo will help.   I tried 
multiple times with a clean repo and on windows I still hit this 
problem.  I still suspect that there's something wrong with the 
container-3.0-incubating-SNAPSHOT.pom or it's mevan-metadata.  See the 
other thread on this topic for info on that (but unfortunately still no 
resolution):


http://marc.theaimsgroup.com/?l=geronimo-dev&m=116965075211008&w=2


Joe


David Jencks wrote:
I wonder if there's a problem with the xmlbeans stuff in your maven  
repo.  You might try killing just the repository/xmlbeans directory.


It's not obvious to me what's wrong.

david jencks

On Jan 25, 2007, at 11:20 AM, richtera wrote:



Hmmm, these same sources compiled without problems on my OS X box.
I did do a compare of the two repositories, but it didn't really show me
what was going on. It's a large diff so I didn't post it, but I'd be 
happy

to send it per e-mail.
Andy


richtera wrote:


Additional info...
 Figured out that this was a really silly conclusion  so ignore

After removing the maven repro it's now complaing about maven-plugins.
Could it be a problem with those instead since it wasn't able to 
recreate

these automatically?
Andy


richtera wrote:



... log cut from e-mail 


djencks wrote:


Can you try building this module with -X and post the stack trace...
we  can hope it provides a small clue :-/

thanks
david jencks

On Jan 25, 2007, at 8:21 AM, richtera wrote:



There must be another variable.
I did your steps without rolling back to those specific versions
and with
rolling back.
I also tried all of the mvn builds with clean first.
Still no luck. Why is it complaining about a zip file in the
openejb/container spapshot. This is just a container containing the
old
builds. Each of them may or may not have zip files, but the container
certainly does not.
BTW: I am building on Windows 2003 Server.
Thanks,
Andy

Still getting:
error: error reading
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT
\container-3.0-incubating-SNAPSHOT.pom; error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error


Donald Woods wrote:


I was able to build server Rev499398 on XP earlier today by -
1) rd .m2\repository\org\apache\openejb /s /q
2) built trunk\openejb3 at Rev499379
3) rm .m2\repository\org\apache\geronimo /s /q
4) built server by mvn install -Dstage=bootstrap
5) built server by mvn install

-Donald


richtera wrote:

Hi
Has anyone been able to shed some light on this. I have been
struggling
with
the same problem all day?
I've tried just about everything short of reinstalling
windows :). Not
really, but I tried locally compiling openejb
upgrading to openejb2 and openejb3. If I remove the dependency
out of the
modules/pom.xml almost everything else builds just fine?!
Andy


Hernan Cunico wrote:

Hi All,
I have been consistently having this build failure all day while
building
from trunk rev #497879.

For the record I have removed several times the entire local .m2
repo
and
did brand new svn co on totally different directories. This 
problem

shows
up on my Windows XP box (which I rebooted a number of times also
just to
make sure)

Here is the last piece of the log with the error I am consistently
getting. I am building Geronimo with either mvn install, mvn clean
install
or mvn -U clean install

Any pointer will be greatly appreciated, so far I can't figure
out what
the problem is.

Cheers!
Hernan

Compiling 15 source files to
d:\trunk\modules\geronimo-openejb\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar:
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-
SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-
SNAPSHOT.jar
to
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT
\geronimo-openejb-2.0-SNAPSHOT.jar
[INFO]
--- 


-
[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO]
--- 


-
[INFO] [tools:require-java-version {execution: validate-java-
version}]
Downloading:
http://people.apache.org/repo/m2-incubating-repository//org/
apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/
geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository apache-incubator
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading:
http://repository.codehaus.org/org/apache/geronimo/specs/
geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-
management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository codeh

Re: Build failure

2007-01-25 Thread richtera

I actually had tried that already and just tried it again with the same
result. :-(
Andy


djencks wrote:
> 
> I wonder if there's a problem with the xmlbeans stuff in your maven   
> repo.  You might try killing just the repository/xmlbeans directory.
> 
> It's not obvious to me what's wrong.
> 
> david jencks
> 
> On Jan 25, 2007, at 11:20 AM, richtera wrote:
> 
>>
>> Hmmm, these same sources compiled without problems on my OS X box.
>> I did do a compare of the two repositories, but it didn't really  
>> show me
>> what was going on. It's a large diff so I didn't post it, but I'd  
>> be happy
>> to send it per e-mail.
>> Andy
>>
>>
>> richtera wrote:
>>>
>>> Additional info...
>>>  Figured out that this was a really silly conclusion  so  
>>> ignore
>>> 
>>> After removing the maven repro it's now complaing about maven- 
>>> plugins.
>>> Could it be a problem with those instead since it wasn't able to  
>>> recreate
>>> these automatically?
>>> Andy
>>>
>>>
>>> richtera wrote:


 ... log cut from e-mail 


 djencks wrote:
>
> Can you try building this module with -X and post the stack  
> trace...
> we  can hope it provides a small clue :-/
>
> thanks
> david jencks
>
> On Jan 25, 2007, at 8:21 AM, richtera wrote:
>
>>
>> There must be another variable.
>> I did your steps without rolling back to those specific versions
>> and with
>> rolling back.
>> I also tried all of the mvn builds with clean first.
>> Still no luck. Why is it complaining about a zip file in the
>> openejb/container spapshot. This is just a container containing  
>> the
>> old
>> builds. Each of them may or may not have zip files, but the  
>> container
>> certainly does not.
>> BTW: I am building on Windows 2003 Server.
>> Thanks,
>> Andy
>>
>> Still getting:
>> error: error reading
>> C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT
>> \container-3.0-incubating-SNAPSHOT.pom; error in opening zip file
>> Note: Some input files use or override a deprecated API.
>> Note: Recompile with -Xlint:deprecation for details.
>> 1 error
>>
>>
>> Donald Woods wrote:
>>>
>>> I was able to build server Rev499398 on XP earlier today by -
>>> 1) rd .m2\repository\org\apache\openejb /s /q
>>> 2) built trunk\openejb3 at Rev499379
>>> 3) rm .m2\repository\org\apache\geronimo /s /q
>>> 4) built server by mvn install -Dstage=bootstrap
>>> 5) built server by mvn install
>>>
>>> -Donald
>>>
>>>
>>> richtera wrote:
 Hi
 Has anyone been able to shed some light on this. I have been
 struggling
 with
 the same problem all day?
 I've tried just about everything short of reinstalling
 windows :). Not
 really, but I tried locally compiling openejb
 upgrading to openejb2 and openejb3. If I remove the dependency
 out of the
 modules/pom.xml almost everything else builds just fine?!
 Andy


 Hernan Cunico wrote:
> Hi All,
> I have been consistently having this build failure all day  
> while
> building
> from trunk rev #497879.
>
> For the record I have removed several times the entire  
> local .m2
> repo
> and
> did brand new svn co on totally different directories. This  
> problem
> shows
> up on my Windows XP box (which I rebooted a number of times  
> also
> just to
> make sure)
>
> Here is the last piece of the log with the error I am  
> consistently
> getting. I am building Geronimo with either mvn install, mvn  
> clean
> install
> or mvn -U clean install
>
> Any pointer will be greatly appreciated, so far I can't figure
> out what
> the problem is.
>
> Cheers!
> Hernan
>
> Compiling 15 source files to
> d:\trunk\modules\geronimo-openejb\target\classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Not compiling test sources
> [INFO] [surefire:test]
> [INFO] Tests are skipped.
> [INFO] [jar:jar]
> [INFO] Building jar:
> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-
> SNAPSHOT.jar
> [INFO] [install:install]
> [INFO] Installing
> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-
> SNAPSHOT.jar
> to
> C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0- 
> SNAPSHOT
> \geronimo-openejb-2.0-SNAPSHOT.jar
> [INFO]
> ---

Re: Build failure

2007-01-25 Thread David Jencks
I wonder if there's a problem with the xmlbeans stuff in your maven   
repo.  You might try killing just the repository/xmlbeans directory.


It's not obvious to me what's wrong.

david jencks

On Jan 25, 2007, at 11:20 AM, richtera wrote:



Hmmm, these same sources compiled without problems on my OS X box.
I did do a compare of the two repositories, but it didn't really  
show me
what was going on. It's a large diff so I didn't post it, but I'd  
be happy

to send it per e-mail.
Andy


richtera wrote:


Additional info...
 Figured out that this was a really silly conclusion  so  
ignore


After removing the maven repro it's now complaing about maven- 
plugins.
Could it be a problem with those instead since it wasn't able to  
recreate

these automatically?
Andy


richtera wrote:



... log cut from e-mail 


djencks wrote:


Can you try building this module with -X and post the stack  
trace...

we  can hope it provides a small clue :-/

thanks
david jencks

On Jan 25, 2007, at 8:21 AM, richtera wrote:



There must be another variable.
I did your steps without rolling back to those specific versions
and with
rolling back.
I also tried all of the mvn builds with clean first.
Still no luck. Why is it complaining about a zip file in the
openejb/container spapshot. This is just a container containing  
the

old
builds. Each of them may or may not have zip files, but the  
container

certainly does not.
BTW: I am building on Windows 2003 Server.
Thanks,
Andy

Still getting:
error: error reading
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT
\container-3.0-incubating-SNAPSHOT.pom; error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error


Donald Woods wrote:


I was able to build server Rev499398 on XP earlier today by -
1) rd .m2\repository\org\apache\openejb /s /q
2) built trunk\openejb3 at Rev499379
3) rm .m2\repository\org\apache\geronimo /s /q
4) built server by mvn install -Dstage=bootstrap
5) built server by mvn install

-Donald


richtera wrote:

Hi
Has anyone been able to shed some light on this. I have been
struggling
with
the same problem all day?
I've tried just about everything short of reinstalling
windows :). Not
really, but I tried locally compiling openejb
upgrading to openejb2 and openejb3. If I remove the dependency
out of the
modules/pom.xml almost everything else builds just fine?!
Andy


Hernan Cunico wrote:

Hi All,
I have been consistently having this build failure all day  
while

building
from trunk rev #497879.

For the record I have removed several times the entire  
local .m2

repo
and
did brand new svn co on totally different directories. This  
problem

shows
up on my Windows XP box (which I rebooted a number of times  
also

just to
make sure)

Here is the last piece of the log with the error I am  
consistently
getting. I am building Geronimo with either mvn install, mvn  
clean

install
or mvn -U clean install

Any pointer will be greatly appreciated, so far I can't figure
out what
the problem is.

Cheers!
Hernan

Compiling 15 source files to
d:\trunk\modules\geronimo-openejb\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar:
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-
SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-
SNAPSHOT.jar
to
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0- 
SNAPSHOT

\geronimo-openejb-2.0-SNAPSHOT.jar
[INFO]
--- 


-
[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO]
--- 


-
[INFO] [tools:require-java-version {execution: validate-java-
version}]
Downloading:
http://people.apache.org/repo/m2-incubating-repository//org/
apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/
geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository apache- 
incubator

(http://people.apache.org/repo/m2-incubating-repository/)
Downloading:
http://repository.codehaus.org/org/apache/geronimo/specs/
geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-
management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository codehaus
(http://repository.codehaus.org)
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/
apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/
geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository
apache-incubating-repository
(http://people.apache.org/repo/m2-incubating-repository)
Downloading:
http://repo.mergere.com/maven2/org/apache/ger

Re: Build failure

2007-01-25 Thread richtera

Hmmm, these same sources compiled without problems on my OS X box.
I did do a compare of the two repositories, but it didn't really show me
what was going on. It's a large diff so I didn't post it, but I'd be happy
to send it per e-mail.
Andy


richtera wrote:
> 
> Additional info...
>  Figured out that this was a really silly conclusion  so ignore
> 
> After removing the maven repro it's now complaing about maven-plugins.
> Could it be a problem with those instead since it wasn't able to recreate
> these automatically?
> Andy
> 
> 
> richtera wrote:
>> 
>> 
>> ... log cut from e-mail 
>> 
>> 
>> djencks wrote:
>>> 
>>> Can you try building this module with -X and post the stack trace...  
>>> we  can hope it provides a small clue :-/
>>> 
>>> thanks
>>> david jencks
>>> 
>>> On Jan 25, 2007, at 8:21 AM, richtera wrote:
>>> 

 There must be another variable.
 I did your steps without rolling back to those specific versions  
 and with
 rolling back.
 I also tried all of the mvn builds with clean first.
 Still no luck. Why is it complaining about a zip file in the
 openejb/container spapshot. This is just a container containing the  
 old
 builds. Each of them may or may not have zip files, but the container
 certainly does not.
 BTW: I am building on Windows 2003 Server.
 Thanks,
 Andy

 Still getting:
 error: error reading
 C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT
 \container-3.0-incubating-SNAPSHOT.pom; error in opening zip file
 Note: Some input files use or override a deprecated API.
 Note: Recompile with -Xlint:deprecation for details.
 1 error


 Donald Woods wrote:
>
> I was able to build server Rev499398 on XP earlier today by -
> 1) rd .m2\repository\org\apache\openejb /s /q
> 2) built trunk\openejb3 at Rev499379
> 3) rm .m2\repository\org\apache\geronimo /s /q
> 4) built server by mvn install -Dstage=bootstrap
> 5) built server by mvn install
>
> -Donald
>
>
> richtera wrote:
>> Hi
>> Has anyone been able to shed some light on this. I have been  
>> struggling
>> with
>> the same problem all day?
>> I've tried just about everything short of reinstalling  
>> windows :). Not
>> really, but I tried locally compiling openejb
>> upgrading to openejb2 and openejb3. If I remove the dependency  
>> out of the
>> modules/pom.xml almost everything else builds just fine?!
>> Andy
>>
>>
>> Hernan Cunico wrote:
>>> Hi All,
>>> I have been consistently having this build failure all day while
>>> building
>>> from trunk rev #497879.
>>>
>>> For the record I have removed several times the entire local .m2  
>>> repo
>>> and
>>> did brand new svn co on totally different directories. This problem
>>> shows
>>> up on my Windows XP box (which I rebooted a number of times also  
>>> just to
>>> make sure)
>>>
>>> Here is the last piece of the log with the error I am consistently
>>> getting. I am building Geronimo with either mvn install, mvn clean
>>> install
>>> or mvn -U clean install
>>>
>>> Any pointer will be greatly appreciated, so far I can't figure  
>>> out what
>>> the problem is.
>>>
>>> Cheers!
>>> Hernan
>>>
>>> Compiling 15 source files to
>>> d:\trunk\modules\geronimo-openejb\target\classes
>>> [INFO] [resources:testResources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:testCompile]
>>> [INFO] Not compiling test sources
>>> [INFO] [surefire:test]
>>> [INFO] Tests are skipped.
>>> [INFO] [jar:jar]
>>> [INFO] Building jar:
>>> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0- 
>>> SNAPSHOT.jar
>>> [INFO] [install:install]
>>> [INFO] Installing
>>> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0- 
>>> SNAPSHOT.jar
>>> to
>>> C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT 
>>> \geronimo-openejb-2.0-SNAPSHOT.jar
>>> [INFO]
>>> --- 
>>> -
>>> [INFO] Building Geronimo :: OpenEJB :: Builder
>>> [INFO]task-segment: [install]
>>> [INFO]
>>> --- 
>>> -
>>> [INFO] [tools:require-java-version {execution: validate-java- 
>>> version}]
>>> Downloading:
>>> http://people.apache.org/repo/m2-incubating-repository//org/ 
>>> apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/ 
>>> geronimo-j2ee-management_1.1_spec-1.0-M1.jar
>>> [WARNING] Unable to get resource from repository apache-incubator
>>> (http://people.apache.org/repo/m2-incubating-repository/)
>>> Downloading:
>>> http://repository.

Re: Build failure

2007-01-25 Thread richtera

Additional info...
After removing the maven repro it's now complaing about maven-plugins.
Could it be a problem with those instead since it wasn't able to recreate
these automatically?
Andy


richtera wrote:
> 
> 
> ... log cut from e-mail 
> 
> 
> djencks wrote:
>> 
>> Can you try building this module with -X and post the stack trace...  
>> we  can hope it provides a small clue :-/
>> 
>> thanks
>> david jencks
>> 
>> On Jan 25, 2007, at 8:21 AM, richtera wrote:
>> 
>>>
>>> There must be another variable.
>>> I did your steps without rolling back to those specific versions  
>>> and with
>>> rolling back.
>>> I also tried all of the mvn builds with clean first.
>>> Still no luck. Why is it complaining about a zip file in the
>>> openejb/container spapshot. This is just a container containing the  
>>> old
>>> builds. Each of them may or may not have zip files, but the container
>>> certainly does not.
>>> BTW: I am building on Windows 2003 Server.
>>> Thanks,
>>> Andy
>>>
>>> Still getting:
>>> error: error reading
>>> C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT
>>> \container-3.0-incubating-SNAPSHOT.pom; error in opening zip file
>>> Note: Some input files use or override a deprecated API.
>>> Note: Recompile with -Xlint:deprecation for details.
>>> 1 error
>>>
>>>
>>> Donald Woods wrote:

 I was able to build server Rev499398 on XP earlier today by -
 1) rd .m2\repository\org\apache\openejb /s /q
 2) built trunk\openejb3 at Rev499379
 3) rm .m2\repository\org\apache\geronimo /s /q
 4) built server by mvn install -Dstage=bootstrap
 5) built server by mvn install

 -Donald


 richtera wrote:
> Hi
> Has anyone been able to shed some light on this. I have been  
> struggling
> with
> the same problem all day?
> I've tried just about everything short of reinstalling  
> windows :). Not
> really, but I tried locally compiling openejb
> upgrading to openejb2 and openejb3. If I remove the dependency  
> out of the
> modules/pom.xml almost everything else builds just fine?!
> Andy
>
>
> Hernan Cunico wrote:
>> Hi All,
>> I have been consistently having this build failure all day while
>> building
>> from trunk rev #497879.
>>
>> For the record I have removed several times the entire local .m2  
>> repo
>> and
>> did brand new svn co on totally different directories. This problem
>> shows
>> up on my Windows XP box (which I rebooted a number of times also  
>> just to
>> make sure)
>>
>> Here is the last piece of the log with the error I am consistently
>> getting. I am building Geronimo with either mvn install, mvn clean
>> install
>> or mvn -U clean install
>>
>> Any pointer will be greatly appreciated, so far I can't figure  
>> out what
>> the problem is.
>>
>> Cheers!
>> Hernan
>>
>> Compiling 15 source files to
>> d:\trunk\modules\geronimo-openejb\target\classes
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] Not compiling test sources
>> [INFO] [surefire:test]
>> [INFO] Tests are skipped.
>> [INFO] [jar:jar]
>> [INFO] Building jar:
>> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0- 
>> SNAPSHOT.jar
>> [INFO] [install:install]
>> [INFO] Installing
>> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0- 
>> SNAPSHOT.jar
>> to
>> C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT 
>> \geronimo-openejb-2.0-SNAPSHOT.jar
>> [INFO]
>> --- 
>> -
>> [INFO] Building Geronimo :: OpenEJB :: Builder
>> [INFO]task-segment: [install]
>> [INFO]
>> --- 
>> -
>> [INFO] [tools:require-java-version {execution: validate-java- 
>> version}]
>> Downloading:
>> http://people.apache.org/repo/m2-incubating-repository//org/ 
>> apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/ 
>> geronimo-j2ee-management_1.1_spec-1.0-M1.jar
>> [WARNING] Unable to get resource from repository apache-incubator
>> (http://people.apache.org/repo/m2-incubating-repository/)
>> Downloading:
>> http://repository.codehaus.org/org/apache/geronimo/specs/ 
>> geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
>> management_1.1_spec-1.0-M1.jar
>> [WARNING] Unable to get resource from repository codehaus
>> (http://repository.codehaus.org)
>> Downloading:
>> http://people.apache.org/repo/m2-incubating-repository/org/ 
>> apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/ 
>> geronimo-j2ee-management_1.1_spec-1.0-M1.jar
>> [WARNING] Unable to get 

Re: Build failure

2007-01-25 Thread richtera

Here is the log... not sure if I have enought context for you but I didn't
want to overload everyone. Let me know if you need a larger snippet:
org.apache.geronimo.modules:geronimo-deploy-config=org.apache.geronimo.modules:geronimo-deploy-config:jar:2.0-SNAPSHOT:compile,
org.apache.openjpa:openjpa-kernel=org.apache.openjpa:openjpa-kernel:jar:0.9.6-incubating:compile,
org.apache.geronimo.modules:geronimo-system=org.apache.geronimo.modules:geronimo-system:jar:2.0-SNAPSHOT:compile,
org.apache.geronimo.modules:geronimo-security=org.apache.geronimo.modules:geronimo-security:jar:2.0-SNAPSHOT:compile,
commons-logging:commons-logging=commons-logging:commons-logging:jar:1.0.4:compile,
org.apache.geronimo.modules:geronimo-core=org.apache.geronimo.modules:geronimo-core:jar:2.0-SNAPSHOT:compile,
org.apache.geronimo.specs:geronimo-j2ee-deployment_1.1_spec=org.apache.geronimo.specs:geronimo-j2ee-deployment_1.1_spec:jar:1.0.1:compile}
[DEBUG]   (f) catalogLocation =
c:\g\modules\geronimo-openejb-builder\src\main\catalog\resolver-catalog.xml
[DEBUG]   (f) classGenerationDirectory =
c:\g\modules\geronimo-openejb-builder\target\classes
[DEBUG]   (f) debug = false
[DEBUG]   (f) defaultXmlConfigDir =
c:\g\modules\geronimo-openejb-builder\src\main\xsdconfig
[DEBUG]   (f) download = true
[DEBUG]   (f) generatedSchemaDirectory =
c:\g\modules\geronimo-openejb-builder\target\xmlbeans-xsds
[DEBUG]   (f) jaxb = false
[DEBUG]   (s) localRepository = [local] -> file://C:\.m2
[DEBUG]   (f) noJavac = false
[DEBUG]   (f) noPvr = false
[DEBUG]   (f) noUpa = false
[DEBUG]   (s) pluginArtifacts = [stax:stax-api:jar:1.0:runtime,
xmlbeans:xbean:jar:2.0.0:runtime, xml-resolver:xml-resolver:jar:1.1:runtime,
org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime,
org.apache.maven:maven-model:jar:2.0:runtime,
org.apache.maven:maven-profile:jar:2.0:runtime,
org.apache.maven:maven-repository-metadata:jar:2.0:runtime,
org.apache.maven:maven-artifact-manager:jar:2.0:runtime,
org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime,
org.apache.maven:maven-project:jar:2.0:runtime,
org.apache.maven:maven-artifact:jar:2.0:runtime,
org.apache.maven:maven-plugin-api:jar:2.0:runtime]
[DEBUG]   (f) project = [EMAIL PROTECTED]
[DEBUG]   (f) quiet = false
[DEBUG]   (f) schemaDirectory =
c:\g\modules\geronimo-openejb-builder\src\main\schema
[DEBUG]   (f) sourceGenerationDirectory =
c:\g\modules\geronimo-openejb-builder\target\xmlbeans-source
[DEBUG]   (f) sourceSchemas = geronimo-openejb-2.0.xsd
[DEBUG]   (f) staleFile =
c:\g\modules\geronimo-openejb-builder\target\xmlbeans-source\.staleFlag
[DEBUG]   (f) verbose = false
[DEBUG]   (f) xmlConfigs =
[c:\g\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml]
[DEBUG] -- end configuration --
[INFO] [xmlbeans:xmlbeans {execution: default}]
[DEBUG] The schema Directory is
c:\g\modules\geronimo-openejb-builder\src\main\schema
[DEBUG] Artifact count: 111
[DEBUG] looking for artifact schemas.
[DEBUG] Creating a list of config files.
[DEBUG] A list was given.
[DEBUG] Adding file
c:\g\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml
[DEBUG] looking for resolver catalog at
c:\g\modules\geronimo-openejb-builder\src\main\catalog\resolver-catalog.xml
Time to build schema type system: 1.109 seconds
Time to generate code: 0.11 seconds
error: error reading
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom;
error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] XmlBeans compile failed:
 xml ErrorLoading schema file
c:\g\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd
xml ErrorLoading config file
c:\g\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml

[INFO]

[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: XmlBeans compile
failed:
 xml ErrorLoading schema file
c:\g\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd
xml ErrorLoading config file
c:\g\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
at
org.apache.maven.

Re: Build failure

2007-01-25 Thread richtera

There must be another variable.
I did your steps without rolling back to those specific versions and with
rolling back.
I also tried all of the mvn builds with clean first.
Still no luck. Why is it complaining about a zip file in the
openejb/container spapshot. This is just a container containing the old
builds. Each of them may or may not have zip files, but the container
certainly does not.
BTW: I am building on Windows 2003 Server.
Thanks,
Andy

Still getting:
error: error reading
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT
\container-3.0-incubating-SNAPSHOT.pom; error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error


Donald Woods wrote:
> 
> I was able to build server Rev499398 on XP earlier today by -
> 1) rd .m2\repository\org\apache\openejb /s /q
> 2) built trunk\openejb3 at Rev499379
> 3) rm .m2\repository\org\apache\geronimo /s /q
> 4) built server by mvn install -Dstage=bootstrap
> 5) built server by mvn install
> 
> -Donald
> 
> 
> richtera wrote:
>> Hi
>> Has anyone been able to shed some light on this. I have been struggling
>> with
>> the same problem all day?
>> I've tried just about everything short of reinstalling windows :). Not
>> really, but I tried locally compiling openejb
>> upgrading to openejb2 and openejb3. If I remove the dependency out of the
>> modules/pom.xml almost everything else builds just fine?!
>> Andy
>> 
>> 
>> Hernan Cunico wrote:
>>> Hi All,
>>> I have been consistently having this build failure all day while
>>> building
>>> from trunk rev #497879.
>>>
>>> For the record I have removed several times the entire local .m2 repo
>>> and
>>> did brand new svn co on totally different directories. This problem
>>> shows
>>> up on my Windows XP box (which I rebooted a number of times also just to
>>> make sure)
>>>
>>> Here is the last piece of the log with the error I am consistently
>>> getting. I am building Geronimo with either mvn install, mvn clean
>>> install
>>> or mvn -U clean install
>>>
>>> Any pointer will be greatly appreciated, so far I can't figure out what
>>> the problem is.
>>>
>>> Cheers!
>>> Hernan
>>>
>>> Compiling 15 source files to
>>> d:\trunk\modules\geronimo-openejb\target\classes
>>> [INFO] [resources:testResources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:testCompile]
>>> [INFO] Not compiling test sources
>>> [INFO] [surefire:test]
>>> [INFO] Tests are skipped.
>>> [INFO] [jar:jar]
>>> [INFO] Building jar:
>>> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
>>> [INFO] [install:install]
>>> [INFO] Installing
>>> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
>>> to
>>> C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar
>>> [INFO]
>>> 
>>> [INFO] Building Geronimo :: OpenEJB :: Builder
>>> [INFO]task-segment: [install]
>>> [INFO]
>>> 
>>> [INFO] [tools:require-java-version {execution: validate-java-version}]
>>> Downloading:
>>> http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
>>> [WARNING] Unable to get resource from repository apache-incubator
>>> (http://people.apache.org/repo/m2-incubating-repository/)
>>> Downloading:
>>> http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
>>> [WARNING] Unable to get resource from repository codehaus
>>> (http://repository.codehaus.org)
>>> Downloading:
>>> http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
>>> [WARNING] Unable to get resource from repository
>>> apache-incubating-repository
>>> (http://people.apache.org/repo/m2-incubating-repository)
>>> Downloading:
>>> http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
>>> 19K downloaded
>>> [INFO] [xmlbeans:xmlbeans {execution: default}]
>>> Time to build schema type system: 0.078 seconds
>>> Time to generate code: 0.437 seconds
>>> error: error reading
>>> C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom;
>>> error in opening zip file
>>> Note: Some input files use or override a deprecated API.
>>> Note: Recompile with -Xlint:deprecation for details.
>>> 1 error
>>>
>>> BUILD FAILED
>>> [INFO]
>>> 
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> 
>>> [INFO] XmlBean

Re: Build failure

2007-01-25 Thread David Jencks
Can you try building this module with -X and post the stack trace...  
we  can hope it provides a small clue :-/


thanks
david jencks

On Jan 25, 2007, at 8:21 AM, richtera wrote:



There must be another variable.
I did your steps without rolling back to those specific versions  
and with

rolling back.
I also tried all of the mvn builds with clean first.
Still no luck. Why is it complaining about a zip file in the
openejb/container spapshot. This is just a container containing the  
old

builds. Each of them may or may not have zip files, but the container
certainly does not.
BTW: I am building on Windows 2003 Server.
Thanks,
Andy

Still getting:
error: error reading
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT
\container-3.0-incubating-SNAPSHOT.pom; error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error


Donald Woods wrote:


I was able to build server Rev499398 on XP earlier today by -
1) rd .m2\repository\org\apache\openejb /s /q
2) built trunk\openejb3 at Rev499379
3) rm .m2\repository\org\apache\geronimo /s /q
4) built server by mvn install -Dstage=bootstrap
5) built server by mvn install

-Donald


richtera wrote:

Hi
Has anyone been able to shed some light on this. I have been  
struggling

with
the same problem all day?
I've tried just about everything short of reinstalling  
windows :). Not

really, but I tried locally compiling openejb
upgrading to openejb2 and openejb3. If I remove the dependency  
out of the

modules/pom.xml almost everything else builds just fine?!
Andy


Hernan Cunico wrote:

Hi All,
I have been consistently having this build failure all day while
building
from trunk rev #497879.

For the record I have removed several times the entire local .m2  
repo

and
did brand new svn co on totally different directories. This problem
shows
up on my Windows XP box (which I rebooted a number of times also  
just to

make sure)

Here is the last piece of the log with the error I am consistently
getting. I am building Geronimo with either mvn install, mvn clean
install
or mvn -U clean install

Any pointer will be greatly appreciated, so far I can't figure  
out what

the problem is.

Cheers!
Hernan

Compiling 15 source files to
d:\trunk\modules\geronimo-openejb\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar:
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0- 
SNAPSHOT.jar

[INFO] [install:install]
[INFO] Installing
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0- 
SNAPSHOT.jar

to
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT 
\geronimo-openejb-2.0-SNAPSHOT.jar

[INFO]
--- 
-

[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO]
--- 
-
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

Downloading:
http://people.apache.org/repo/m2-incubating-repository//org/ 
apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/ 
geronimo-j2ee-management_1.1_spec-1.0-M1.jar

[WARNING] Unable to get resource from repository apache-incubator
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading:
http://repository.codehaus.org/org/apache/geronimo/specs/ 
geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
management_1.1_spec-1.0-M1.jar

[WARNING] Unable to get resource from repository codehaus
(http://repository.codehaus.org)
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/ 
geronimo-j2ee-management_1.1_spec-1.0-M1.jar

[WARNING] Unable to get resource from repository
apache-incubating-repository
(http://people.apache.org/repo/m2-incubating-repository)
Downloading:
http://repo.mergere.com/maven2/org/apache/geronimo/specs/ 
geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
management_1.1_spec-1.0-M1.jar

19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT 
\container-3.0-incubating-SNAPSHOT.pom;

error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO]
--- 
-

[ERROR] BUILD ERROR
[INFO]
--- 
-

[INFO] XmlBeans compile failed:
 xml ErrorLoading schema file
d:\trunk\modules\geronimo-openejb-builder\src\main\schema 
\geroni

Re: Build failure

2007-01-24 Thread Donald Woods

I was able to build server Rev499398 on XP earlier today by -
1) rd .m2\repository\org\apache\openejb /s /q
2) built trunk\openejb3 at Rev499379
3) rm .m2\repository\org\apache\geronimo /s /q
4) built server by mvn install -Dstage=bootstrap
5) built server by mvn install

-Donald


richtera wrote:

Hi
Has anyone been able to shed some light on this. I have been struggling with
the same problem all day?
I've tried just about everything short of reinstalling windows :). Not
really, but I tried locally compiling openejb
upgrading to openejb2 and openejb3. If I remove the dependency out of the
modules/pom.xml almost everything else builds just fine?!
Andy


Hernan Cunico wrote:

Hi All,
I have been consistently having this build failure all day while building
from trunk rev #497879.

For the record I have removed several times the entire local .m2 repo and
did brand new svn co on totally different directories. This problem shows
up on my Windows XP box (which I rebooted a number of times also just to
make sure)

Here is the last piece of the log with the error I am consistently
getting. I am building Geronimo with either mvn install, mvn clean install
or mvn -U clean install

Any pointer will be greatly appreciated, so far I can't figure out what
the problem is.

Cheers!
Hernan

Compiling 15 source files to
d:\trunk\modules\geronimo-openejb\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar:
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
to
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar
[INFO]

[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO]

[INFO] [tools:require-java-version {execution: validate-java-version}]
Downloading:
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository apache-incubator
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading:
http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository codehaus
(http://repository.codehaus.org)
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository
apache-incubating-repository
(http://people.apache.org/repo/m2-incubating-repository)
Downloading:
http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom;
error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] XmlBeans compile failed:
 xml ErrorLoading schema file
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd
xml ErrorLoading config file
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml

[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
[INFO] Final Memory: 56M/110M
[INFO]


d:\trunk>






































smime.p7s
Description: S/MIME Cryptographic Signature


Re: Build failure

2007-01-24 Thread richtera

I did try this, but still have the same problem.
Andy


Alan D. Cabrera-2 wrote:
> 
> FYI, this built for me.  I removed my local maven repo.
> 
> 
> Regards,
> Alan
> 
> On Jan 19, 2007, at 12:57 PM, Alan D. Cabrera wrote:
> 
>> I'm trying it...
>>
>>
>> Regards,
>> Alan
>>
>> On Jan 19, 2007, at 12:24 PM, Hernan Cunico wrote:
>>
>>> Did anybody on windows totally nuked the local repo and tried to  
>>> build from scratch?
>>>
>>> even if I try to build openejb first I get this error.
>>>
>>> Cheers!
>>> Hernan
>>>
>>> Donald Woods wrote:
 I just built Rev497904 on my XP laptop and didn't run into any  
 problems, but I didn't start with a clean repo.  I only cleaned  
 the org\apache\axis2 and org\apache\geronimo directories from the  
 repo first, built the latest openejb3 code locally and then built  
 the latest server code.
 -Donald
 Hernan Cunico wrote:
> Hi All,
> I have been consistently having this build failure all day while  
> building from trunk rev #497879.
>
> For the record I have removed several times the entire local .m2  
> repo and did brand new svn co on totally different directories.  
> This problem shows up on my Windows XP box (which I rebooted a  
> number of times also just to make sure)
>
> Here is the last piece of the log with the error I am  
> consistently getting. I am building Geronimo with either mvn  
> install, mvn clean install or mvn -U clean install
>
> Any pointer will be greatly appreciated, so far I can't figure  
> out what the problem is.
>
> Cheers!
> Hernan
>
> Compiling 15 source files to d:\trunk\modules\geronimo-openejb 
> \target\classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Not compiling test sources
> [INFO] [surefire:test]
> [INFO] Tests are skipped.
> [INFO] [jar:jar]
> [INFO] Building jar: d:\trunk\modules\geronimo-openejb\target 
> \geronimo-openejb-2.0-SNAPSHOT.jar
> [INFO] [install:install]
> [INFO] Installing d:\trunk\modules\geronimo-openejb\target 
> \geronimo-openejb-2.0-SNAPSHOT.jar to C:\.m2\org\apache\geronimo 
> \modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0- 
> SNAPSHOT.jar
> [INFO]  
> --- 
> -
> [INFO] Building Geronimo :: OpenEJB :: Builder
> [INFO]task-segment: [install]
> [INFO]  
> --- 
> -
> [INFO] [tools:require-java-version {execution: validate-java- 
> version}]
> Downloading: http://people.apache.org/repo/m2-incubating- 
> repository//org/apache/geronimo/specs/geronimo-j2ee- 
> management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0- 
> M1.jar
> [WARNING] Unable to get resource from repository apache- 
> incubator (http://people.apache.org/repo/m2-incubating-repository/)
> Downloading: http://repository.codehaus.org/org/apache/geronimo/ 
> specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
> management_1.1_spec-1.0-M1.jar
> [WARNING] Unable to get resource from repository codehaus  
> (http://repository.codehaus.org)
> Downloading: http://people.apache.org/repo/m2-incubating- 
> repository/org/apache/geronimo/specs/geronimo-j2ee- 
> management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0- 
> M1.jar
> [WARNING] Unable to get resource from repository apache- 
> incubating-repository (http://people.apache.org/repo/m2- 
> incubating-repository)
> Downloading: http://repo.mergere.com/maven2/org/apache/geronimo/ 
> specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
> management_1.1_spec-1.0-M1.jar
> 19K downloaded
> [INFO] [xmlbeans:xmlbeans {execution: default}]
> Time to build schema type system: 0.078 seconds
> Time to generate code: 0.437 seconds
> error: error reading C:\.m2\org\apache\openejb\container\3.0- 
> incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom; error  
> in opening zip file
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> 1 error
>
> BUILD FAILED
> [INFO]  
> --- 
> -
> [ERROR] BUILD ERROR
> [INFO]  
> --- 
> -
> [INFO] XmlBeans compile failed:
> xml ErrorLoading schema file d:\trunk\modules\geronimo-openejb- 
> builder\src\main\schema\geronimo-openejb-2.0.xsd
> xml ErrorLoading config file d:\trunk\modules\geronimo-openejb- 
> builder\src\main\schema\xmlconfig.xml
>
> [INFO]  
> -

Re: Build failure

2007-01-24 Thread richtera

Hi
Has anyone been able to shed some light on this. I have been struggling with
the same problem all day?
I've tried just about everything short of reinstalling windows :). Not
really, but I tried locally compiling openejb
upgrading to openejb2 and openejb3. If I remove the dependency out of the
modules/pom.xml almost everything else builds just fine?!
Andy


Hernan Cunico wrote:
> 
> Hi All,
> I have been consistently having this build failure all day while building
> from trunk rev #497879.
> 
> For the record I have removed several times the entire local .m2 repo and
> did brand new svn co on totally different directories. This problem shows
> up on my Windows XP box (which I rebooted a number of times also just to
> make sure)
> 
> Here is the last piece of the log with the error I am consistently
> getting. I am building Geronimo with either mvn install, mvn clean install
> or mvn -U clean install
> 
> Any pointer will be greatly appreciated, so far I can't figure out what
> the problem is.
> 
> Cheers!
> Hernan
> 
> Compiling 15 source files to
> d:\trunk\modules\geronimo-openejb\target\classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Not compiling test sources
> [INFO] [surefire:test]
> [INFO] Tests are skipped.
> [INFO] [jar:jar]
> [INFO] Building jar:
> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
> [INFO] [install:install]
> [INFO] Installing
> d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
> to
> C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar
> [INFO]
> 
> [INFO] Building Geronimo :: OpenEJB :: Builder
> [INFO]task-segment: [install]
> [INFO]
> 
> [INFO] [tools:require-java-version {execution: validate-java-version}]
> Downloading:
> http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
> [WARNING] Unable to get resource from repository apache-incubator
> (http://people.apache.org/repo/m2-incubating-repository/)
> Downloading:
> http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
> [WARNING] Unable to get resource from repository codehaus
> (http://repository.codehaus.org)
> Downloading:
> http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
> [WARNING] Unable to get resource from repository
> apache-incubating-repository
> (http://people.apache.org/repo/m2-incubating-repository)
> Downloading:
> http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
> 19K downloaded
> [INFO] [xmlbeans:xmlbeans {execution: default}]
> Time to build schema type system: 0.078 seconds
> Time to generate code: 0.437 seconds
> error: error reading
> C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom;
> error in opening zip file
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> 1 error
> 
> BUILD FAILED
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] XmlBeans compile failed:
>  xml ErrorLoading schema file
> d:\trunk\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd
> xml ErrorLoading config file
> d:\trunk\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml
> 
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 3 minutes 47 seconds
> [INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
> [INFO] Final Memory: 56M/110M
> [INFO]
> 
> 
> d:\trunk>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Build-failure-tf3041710.html#a8573570
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.



Re: build failure in 2.0-m2 branch

2007-01-24 Thread Paul McMahan

Building modules/geronimo-openejb-builder with mvn -U fixed the
problem.  Thanks.

Best wishes,
Paul

On 1/24/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote:

Blevins just deployed the OpenEJB3 jars. So you may want to give it
another shot.

Cheers
Prasad

On 1/24/07, Paul McMahan <[EMAIL PROTECTED]> wrote:
> I'm also failing with a very similar error at rev 499420.
>
> Paul
>
> On 1/24/07, Joe Bohn <[EMAIL PROTECTED]> wrote:
> > I'm hitting this build failure this morning while building OpenEJB
> > Builder with rev. 499296
> >
> >
> > [INFO]
> > 
> > [ERROR] BUILD FAILURE
> > [INFO]
> > 
> > [INFO] Compilation failure
> >
> > 
/Users/bohn/geronimo2.0-m2/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ejbref/AbstractEjbRefBuilder.java:[68,32]
> > cannot find symbol
> > symbol  : method buildMap()
> > location: class org.apache.openejb.assembler.classic.JndiEncBuilder
> >
> > 
/Users/bohn/geronimo2.0-m2/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ejbref/ClientEjbRefBuilder.java:[43,50]
> > cannot find symbol
> > symbol  : method getJndiName()
> > location: class org.apache.openejb.core.ivm.naming.IntraVmJndiReference
> >
> >
> > Joe
> >
>



Re: build failure in 2.0-m2 branch

2007-01-24 Thread Joe Bohn

Yep ... picking up the updated OpenEJB3 jars did the trick.

Thanks!
Joe


Prasad Kashyap wrote:

Blevins just deployed the OpenEJB3 jars. So you may want to give it
another shot.

Cheers
Prasad

On 1/24/07, Paul McMahan <[EMAIL PROTECTED]> wrote:

I'm also failing with a very similar error at rev 499420.

Paul

On 1/24/07, Joe Bohn <[EMAIL PROTECTED]> wrote:
> I'm hitting this build failure this morning while building OpenEJB
> Builder with rev. 499296
>
>
> [INFO]
> 


> [ERROR] BUILD FAILURE
> [INFO]
> 


> [INFO] Compilation failure
>
> 
/Users/bohn/geronimo2.0-m2/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ejbref/AbstractEjbRefBuilder.java:[68,32] 


> cannot find symbol
> symbol  : method buildMap()
> location: class org.apache.openejb.assembler.classic.JndiEncBuilder
>
> 
/Users/bohn/geronimo2.0-m2/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ejbref/ClientEjbRefBuilder.java:[43,50] 


> cannot find symbol
> symbol  : method getJndiName()
> location: class org.apache.openejb.core.ivm.naming.IntraVmJndiReference
>
>
> Joe
>





Re: build failure in 2.0-m2 branch

2007-01-24 Thread Prasad Kashyap

Blevins just deployed the OpenEJB3 jars. So you may want to give it
another shot.

Cheers
Prasad

On 1/24/07, Paul McMahan <[EMAIL PROTECTED]> wrote:

I'm also failing with a very similar error at rev 499420.

Paul

On 1/24/07, Joe Bohn <[EMAIL PROTECTED]> wrote:
> I'm hitting this build failure this morning while building OpenEJB
> Builder with rev. 499296
>
>
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] Compilation failure
>
> 
/Users/bohn/geronimo2.0-m2/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ejbref/AbstractEjbRefBuilder.java:[68,32]
> cannot find symbol
> symbol  : method buildMap()
> location: class org.apache.openejb.assembler.classic.JndiEncBuilder
>
> 
/Users/bohn/geronimo2.0-m2/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ejbref/ClientEjbRefBuilder.java:[43,50]
> cannot find symbol
> symbol  : method getJndiName()
> location: class org.apache.openejb.core.ivm.naming.IntraVmJndiReference
>
>
> Joe
>



Re: build failure in 2.0-m2 branch

2007-01-24 Thread Paul McMahan

I'm also failing with a very similar error at rev 499420.

Paul

On 1/24/07, Joe Bohn <[EMAIL PROTECTED]> wrote:

I'm hitting this build failure this morning while building OpenEJB
Builder with rev. 499296


[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/Users/bohn/geronimo2.0-m2/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ejbref/AbstractEjbRefBuilder.java:[68,32]
cannot find symbol
symbol  : method buildMap()
location: class org.apache.openejb.assembler.classic.JndiEncBuilder

/Users/bohn/geronimo2.0-m2/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ejbref/ClientEjbRefBuilder.java:[43,50]
cannot find symbol
symbol  : method getJndiName()
location: class org.apache.openejb.core.ivm.naming.IntraVmJndiReference


Joe



Re: Build failure?

2007-01-23 Thread Kevan Miller


On Jan 23, 2007, at 5:16 PM, Alan D. Cabrera wrote:

Builds for me.  Hee, hee, it's so nice the be on the other side of  
a build failure for once...


:-)

David J fixed the problem...

--kevan


Re: Build failure?

2007-01-23 Thread Alan D. Cabrera
Builds for me.  Hee, hee, it's so nice the be on the other side of a  
build failure for once...



Regards,
Alan


On Jan 23, 2007, at 9:23 AM, Kevan Miller wrote:


Yep. I hit it, too...
--kevan
On Jan 23, 2007, at 11:56 AM, David Jencks wrote:


I'm getting a test failure this morning on trunk...


Running org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:  
0.5 sec <<< FAILURE!


 cat modules/geronimo-openejb-builder/target/surefire-reports/TEST- 
org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.xml




  
message="type">java.lang.NullPointerException: type
at  
org.apache.openejb.alt.config.ConfigurationFactory.configureService 
(ConfigurationFactory.java:382)
at  
org.apache.geronimo.openejb.OpenEjbSystemGBean.createContainer 
(OpenEjbSystemGBean.java:123)
at org.apache.geronimo.openejb.EjbContainer.doStart 
(EjbContainer.java:105)
at  
org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.addEjbCon 
tainer(EjbModuleBuilderTest.java:77)
at  
org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.test 
(EjbModuleBuilderTest.java:50)



Anyone else seeing this?

I'm getting the same result after rebuilding openejb3

thanks
david jencks








Re: Build failure?

2007-01-23 Thread Kevan Miller

Yep. I hit it, too...
--kevan
On Jan 23, 2007, at 11:56 AM, David Jencks wrote:


I'm getting a test failure this morning on trunk...


Running org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.5  
sec <<< FAILURE!


 cat modules/geronimo-openejb-builder/target/surefire-reports/TEST- 
org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.xml




  
message="type">java.lang.NullPointerException: type
at  
org.apache.openejb.alt.config.ConfigurationFactory.configureService 
(ConfigurationFactory.java:382)
at  
org.apache.geronimo.openejb.OpenEjbSystemGBean.createContainer 
(OpenEjbSystemGBean.java:123)
at org.apache.geronimo.openejb.EjbContainer.doStart 
(EjbContainer.java:105)
at  
org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.addEjbCont 
ainer(EjbModuleBuilderTest.java:77)
at  
org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.test 
(EjbModuleBuilderTest.java:50)



Anyone else seeing this?

I'm getting the same result after rebuilding openejb3

thanks
david jencks





Re: Build failure?

2007-01-23 Thread anita kulshreshtha
   yes, I am getting this too.

Anita
 
--- David Jencks <[EMAIL PROTECTED]> wrote:

> I'm getting a test failure this morning on trunk...
> 
> 
> Running org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.5  
> sec <<< FAILURE!
> 
>   cat modules/geronimo-openejb-builder/target/surefire-reports/TEST- 
> org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.xml
> 
> 
> 
>
>   message="type">java.lang.NullPointerException: type
>  at  
> org.apache.openejb.alt.config.ConfigurationFactory.configureService 
> (ConfigurationFactory.java:382)
>  at  
> org.apache.geronimo.openejb.OpenEjbSystemGBean.createContainer 
> (OpenEjbSystemGBean.java:123)
>  at org.apache.geronimo.openejb.EjbContainer.doStart 
> (EjbContainer.java:105)
>  at  
>
org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.addEjbContai
> 
> ner(EjbModuleBuilderTest.java:77)
>  at  
> org.apache.geronimo.openejb.deployment.EjbModuleBuilderTest.test 
> (EjbModuleBuilderTest.java:50)
> 
> 
> Anyone else seeing this?
> 
> I'm getting the same result after rebuilding openejb3
> 
> thanks
> david jencks
> 
> 



 

Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com


Re: Build failure

2007-01-22 Thread Alan D. Cabrera

FYI, this built for me.  I removed my local maven repo.


Regards,
Alan

On Jan 19, 2007, at 12:57 PM, Alan D. Cabrera wrote:


I'm trying it...


Regards,
Alan

On Jan 19, 2007, at 12:24 PM, Hernan Cunico wrote:

Did anybody on windows totally nuked the local repo and tried to  
build from scratch?


even if I try to build openejb first I get this error.

Cheers!
Hernan

Donald Woods wrote:
I just built Rev497904 on my XP laptop and didn't run into any  
problems, but I didn't start with a clean repo.  I only cleaned  
the org\apache\axis2 and org\apache\geronimo directories from the  
repo first, built the latest openejb3 code locally and then built  
the latest server code.

-Donald
Hernan Cunico wrote:

Hi All,
I have been consistently having this build failure all day while  
building from trunk rev #497879.


For the record I have removed several times the entire local .m2  
repo and did brand new svn co on totally different directories.  
This problem shows up on my Windows XP box (which I rebooted a  
number of times also just to make sure)


Here is the last piece of the log with the error I am  
consistently getting. I am building Geronimo with either mvn  
install, mvn clean install or mvn -U clean install


Any pointer will be greatly appreciated, so far I can't figure  
out what the problem is.


Cheers!
Hernan

Compiling 15 source files to d:\trunk\modules\geronimo-openejb 
\target\classes

[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: d:\trunk\modules\geronimo-openejb\target 
\geronimo-openejb-2.0-SNAPSHOT.jar

[INFO] [install:install]
[INFO] Installing d:\trunk\modules\geronimo-openejb\target 
\geronimo-openejb-2.0-SNAPSHOT.jar to C:\.m2\org\apache\geronimo 
\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0- 
SNAPSHOT.jar
[INFO]  
--- 
-

[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO]  
--- 
-
[INFO] [tools:require-java-version {execution: validate-java- 
version}]
Downloading: http://people.apache.org/repo/m2-incubating- 
repository//org/apache/geronimo/specs/geronimo-j2ee- 
management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0- 
M1.jar
[WARNING] Unable to get resource from repository apache- 
incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/ 
specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository codehaus  
(http://repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-incubating- 
repository/org/apache/geronimo/specs/geronimo-j2ee- 
management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0- 
M1.jar
[WARNING] Unable to get resource from repository apache- 
incubating-repository (http://people.apache.org/repo/m2- 
incubating-repository)
Downloading: http://repo.mergere.com/maven2/org/apache/geronimo/ 
specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
management_1.1_spec-1.0-M1.jar

19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading C:\.m2\org\apache\openejb\container\3.0- 
incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom; error  
in opening zip file

Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO]  
--- 
-

[ERROR] BUILD ERROR
[INFO]  
--- 
-

[INFO] XmlBeans compile failed:
xml ErrorLoading schema file d:\trunk\modules\geronimo-openejb- 
builder\src\main\schema\geronimo-openejb-2.0.xsd
xml ErrorLoading config file d:\trunk\modules\geronimo-openejb- 
builder\src\main\schema\xmlconfig.xml


[INFO]  
--- 
-

[INFO] For more information, run Maven with the -e switch
[INFO]  
--- 
-

[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
[INFO] Final Memory: 56M/110M
[INFO]  
--- 
-


d:\trunk>











































Re: Build failure with revision 498393

2007-01-21 Thread Heinz Drews

Kevan,

thanks, cleaning the repository elements belonging to axis has helped.

Heinz

On 1/21/07, Kevan Miller <[EMAIL PROTECTED]> wrote:


On Jan 21, 2007, at 12:00 PM, Prasad Kashyap wrote:

> Have you tried cleaning your entire local repo ?

Slightly less painful to start with :  rm -rf ~/.m2/repository/org/
apache/axis2/

--kevan



Re: Build failure with revision 498393

2007-01-21 Thread Kevan Miller


On Jan 21, 2007, at 12:00 PM, Prasad Kashyap wrote:


Have you tried cleaning your entire local repo ?


Slightly less painful to start with :  rm -rf ~/.m2/repository/org/ 
apache/axis2/


--kevan


Re: Build failure with revision 498393

2007-01-21 Thread Prasad Kashyap

Have you tried cleaning your entire local repo ?

Cheers
Prasad

On 1/21/07, Heinz Drews <[EMAIL PROTECTED]> wrote:

I get following failure:

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/home/geronimo/server/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:[72,62]
cannot find symbol
symbol  : method createDefaultConfigurationContext()
location: class org.apache.axis2.context.ConfigurationContextFactory

Build runs on SuSE 9.3 using mvn -U clean install.

Any hint available?

Regards,
Heinz



RE: Build failure

2007-01-19 Thread Lin Sun

I just did on my winxp laptop and finally got a successful build (with rev
497935).  I had a few failures (different than yours) earlier on, so I wiped
out the local repo and rechecked out Geronimo\trunk.   

lin
-Original Message-
From: Hernan Cunico [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 19, 2007 3:25 PM
To: [email protected]
Subject: Re: Build failure

Did anybody on windows totally nuked the local repo and tried to build from
scratch?

even if I try to build openejb first I get this error.

Cheers!
Hernan

Donald Woods wrote:
> I just built Rev497904 on my XP laptop and didn't run into any problems, 
> but I didn't start with a clean repo.  I only cleaned the 
> org\apache\axis2 and org\apache\geronimo directories from the repo 
> first, built the latest openejb3 code locally and then built the latest 
> server code.
> 
> -Donald
> 
> Hernan Cunico wrote:
>> Hi All,
>> I have been consistently having this build failure all day while 
>> building from trunk rev #497879.
>>
>> For the record I have removed several times the entire local .m2 repo 
>> and did brand new svn co on totally different directories. This 
>> problem shows up on my Windows XP box (which I rebooted a number of 
>> times also just to make sure)
>>
>> Here is the last piece of the log with the error I am consistently 
>> getting. I am building Geronimo with either mvn install, mvn clean 
>> install or mvn -U clean install
>>
>> Any pointer will be greatly appreciated, so far I can't figure out 
>> what the problem is.
>>
>> Cheers!
>> Hernan
>>
>> Compiling 15 source files to 
>> d:\trunk\modules\geronimo-openejb\target\classes
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] Not compiling test sources
>> [INFO] [surefire:test]
>> [INFO] Tests are skipped.
>> [INFO] [jar:jar]
>> [INFO] Building jar: 
>>
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar 
>>
>> [INFO] [install:install]
>> [INFO] Installing 
>>
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar 
>> to 
>>
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-op
enejb-2.0-SNAPSHOT.jar 
>>
>> [INFO] 
>>


>>
>> [INFO] Building Geronimo :: OpenEJB :: Builder
>> [INFO]task-segment: [install]
>> [INFO] 
>>


>>
>> [INFO] [tools:require-java-version {execution: validate-java-version}]
>> Downloading: 
>>
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/
specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_
spec-1.0-M1.jar 
>>
>> [WARNING] Unable to get resource from repository apache-incubator 
>> (http://people.apache.org/repo/m2-incubating-repository/)
>> Downloading: 
>>
http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-manag
ement_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 
>>
>> [WARNING] Unable to get resource from repository codehaus 
>> (http://repository.codehaus.org)
>> Downloading: 
>>
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/s
pecs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_s
pec-1.0-M1.jar 
>>
>> [WARNING] Unable to get resource from repository 
>> apache-incubating-repository 
>> (http://people.apache.org/repo/m2-incubating-repository)
>> Downloading: 
>>
http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-manag
ement_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 
>>
>> 19K downloaded
>> [INFO] [xmlbeans:xmlbeans {execution: default}]
>> Time to build schema type system: 0.078 seconds
>> Time to generate code: 0.437 seconds
>> error: error reading 
>>
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-in
cubating-SNAPSHOT.pom; 
>> error in opening zip file
>> Note: Some input files use or override a deprecated API.
>> Note: Recompile with -Xlint:deprecation for details.
>> 1 error
>>
>> BUILD FAILED
>> [INFO] 
>> 
>> [ERROR] BUILD ERROR
>> [INFO] 
>> 
>> [INFO] XmlBeans compile failed:
>> xml ErrorLoading schema file 
>>
d:\trunk\modules\g

Re: Build failure

2007-01-19 Thread Alan D. Cabrera

I'm trying it...


Regards,
Alan

On Jan 19, 2007, at 12:24 PM, Hernan Cunico wrote:

Did anybody on windows totally nuked the local repo and tried to  
build from scratch?


even if I try to build openejb first I get this error.

Cheers!
Hernan

Donald Woods wrote:
I just built Rev497904 on my XP laptop and didn't run into any  
problems, but I didn't start with a clean repo.  I only cleaned  
the org\apache\axis2 and org\apache\geronimo directories from the  
repo first, built the latest openejb3 code locally and then built  
the latest server code.

-Donald
Hernan Cunico wrote:

Hi All,
I have been consistently having this build failure all day while  
building from trunk rev #497879.


For the record I have removed several times the entire local .m2  
repo and did brand new svn co on totally different directories.  
This problem shows up on my Windows XP box (which I rebooted a  
number of times also just to make sure)


Here is the last piece of the log with the error I am  
consistently getting. I am building Geronimo with either mvn  
install, mvn clean install or mvn -U clean install


Any pointer will be greatly appreciated, so far I can't figure  
out what the problem is.


Cheers!
Hernan

Compiling 15 source files to d:\trunk\modules\geronimo-openejb 
\target\classes

[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: d:\trunk\modules\geronimo-openejb\target 
\geronimo-openejb-2.0-SNAPSHOT.jar

[INFO] [install:install]
[INFO] Installing d:\trunk\modules\geronimo-openejb\target 
\geronimo-openejb-2.0-SNAPSHOT.jar to C:\.m2\org\apache\geronimo 
\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0- 
SNAPSHOT.jar
[INFO]  
 


[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO]  
 

[INFO] [tools:require-java-version {execution: validate-java- 
version}]
Downloading: http://people.apache.org/repo/m2-incubating- 
repository//org/apache/geronimo/specs/geronimo-j2ee- 
management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0- 
M1.jar
[WARNING] Unable to get resource from repository apache-incubator  
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/ 
specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository codehaus (http:// 
repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-incubating- 
repository/org/apache/geronimo/specs/geronimo-j2ee- 
management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0- 
M1.jar
[WARNING] Unable to get resource from repository apache- 
incubating-repository (http://people.apache.org/repo/m2- 
incubating-repository)
Downloading: http://repo.mergere.com/maven2/org/apache/geronimo/ 
specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee- 
management_1.1_spec-1.0-M1.jar

19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading C:\.m2\org\apache\openejb\container\3.0- 
incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom; error  
in opening zip file

Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO]  
 


[ERROR] BUILD ERROR
[INFO]  
 


[INFO] XmlBeans compile failed:
xml ErrorLoading schema file d:\trunk\modules\geronimo-openejb- 
builder\src\main\schema\geronimo-openejb-2.0.xsd
xml ErrorLoading config file d:\trunk\modules\geronimo-openejb- 
builder\src\main\schema\xmlconfig.xml


[INFO]  
 


[INFO] For more information, run Maven with the -e switch
[INFO]  
 


[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
[INFO] Final Memory: 56M/110M
[INFO]  
 



d:\trunk>








































Re: Build failure

2007-01-19 Thread Hernan Cunico

Did anybody on windows totally nuked the local repo and tried to build from 
scratch?

even if I try to build openejb first I get this error.

Cheers!
Hernan

Donald Woods wrote:
I just built Rev497904 on my XP laptop and didn't run into any problems, 
but I didn't start with a clean repo.  I only cleaned the 
org\apache\axis2 and org\apache\geronimo directories from the repo 
first, built the latest openejb3 code locally and then built the latest 
server code.


-Donald

Hernan Cunico wrote:

Hi All,
I have been consistently having this build failure all day while 
building from trunk rev #497879.


For the record I have removed several times the entire local .m2 repo 
and did brand new svn co on totally different directories. This 
problem shows up on my Windows XP box (which I rebooted a number of 
times also just to make sure)


Here is the last piece of the log with the error I am consistently 
getting. I am building Geronimo with either mvn install, mvn clean 
install or mvn -U clean install


Any pointer will be greatly appreciated, so far I can't figure out 
what the problem is.


Cheers!
Hernan

Compiling 15 source files to 
d:\trunk\modules\geronimo-openejb\target\classes

[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: 
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar 


[INFO] [install:install]
[INFO] Installing 
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar 
to 
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar 

[INFO] 
 


[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO] 
 


[INFO] [tools:require-java-version {execution: validate-java-version}]
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository codehaus 
(http://repository.codehaus.org)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository 
apache-incubating-repository 
(http://people.apache.org/repo/m2-incubating-repository)
Downloading: 
http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 


19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading 
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom; 
error in opening zip file

Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO] 


[ERROR] BUILD ERROR
[INFO] 


[INFO] XmlBeans compile failed:
xml ErrorLoading schema file 
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd 

xml ErrorLoading config file 
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml


[INFO] 


[INFO] For more information, run Maven with the -e switch
[INFO] 


[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
[INFO] Final Memory: 56M/110M
[INFO] 



d:\trunk>




































Re: Build failure

2007-01-19 Thread Hernan Cunico

Here is the info, hopefully one of these is the one causing the headache.

d:\trunk>java -version
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)

d:\trunk>mvn -v
Maven version: 2.0.4


Cheers!
Hernan

Kevan Miller wrote:


On Jan 19, 2007, at 3:00 PM, Hernan Cunico wrote:


yeah, tried that one too. didn't work either.


What're your maven and java version numbers?

--kevan



Re: Build failure

2007-01-19 Thread Hernan Cunico

Here is the trace from an earlier build from today. Still see the very same 
error

http://rifers.org/paste/show/3296

Cheers!
Hernan

Prasad Kashyap wrote:

Hernan,

Can you please post the stacktrace of the "mvn -e" command ? Maybe
something in the trace  can help us decipher what's actually going on.

Cheers
Prasad

On 1/19/07, Hernan Cunico <[EMAIL PROTECTED]> wrote:

Hi All,
I have been consistently having this build failure all day while 
building from trunk rev #497879.


For the record I have removed several times the entire local .m2 repo 
and did brand new svn co on totally different directories. This 
problem shows up on my Windows XP box (which I rebooted a number of 
times also just to make sure)


Here is the last piece of the log with the error I am consistently 
getting. I am building Geronimo with either mvn install, mvn clean 
install or mvn -U clean install


Any pointer will be greatly appreciated, so far I can't figure out 
what the problem is.


Cheers!
Hernan

Compiling 15 source files to 
d:\trunk\modules\geronimo-openejb\target\classes

[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: 
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar 


[INFO] [install:install]
[INFO] Installing 
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar 
to 
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar 

[INFO] 
 


[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO] 
 


[INFO] [tools:require-java-version {execution: validate-java-version}]
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository codehaus 
(http://repository.codehaus.org)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository 
apache-incubating-repository 
(http://people.apache.org/repo/m2-incubating-repository)
Downloading: 
http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 


19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading 
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom; 
error in opening zip file

Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO] 


[ERROR] BUILD ERROR
[INFO] 


[INFO] XmlBeans compile failed:
 xml ErrorLoading schema file 
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd 

xml ErrorLoading config file 
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml


[INFO] 


[INFO] For more information, run Maven with the -e switch
[INFO] 


[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
[INFO] Final Memory: 56M/110M
[INFO] 



d:\trunk>





































Re: Build failure

2007-01-19 Thread Donald Woods
I just built Rev497904 on my XP laptop and didn't run into any problems, 
but I didn't start with a clean repo.  I only cleaned the 
org\apache\axis2 and org\apache\geronimo directories from the repo 
first, built the latest openejb3 code locally and then built the latest 
server code.


-Donald

Hernan Cunico wrote:

Hi All,
I have been consistently having this build failure all day while 
building from trunk rev #497879.


For the record I have removed several times the entire local .m2 repo 
and did brand new svn co on totally different directories. This problem 
shows up on my Windows XP box (which I rebooted a number of times also 
just to make sure)


Here is the last piece of the log with the error I am consistently 
getting. I am building Geronimo with either mvn install, mvn clean 
install or mvn -U clean install


Any pointer will be greatly appreciated, so far I can't figure out what 
the problem is.


Cheers!
Hernan

Compiling 15 source files to 
d:\trunk\modules\geronimo-openejb\target\classes

[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: 
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar

[INFO] [install:install]
[INFO] Installing 
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar 
to 
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar 

[INFO] 
 


[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO] 
 


[INFO] [tools:require-java-version {execution: validate-java-version}]
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository codehaus 
(http://repository.codehaus.org)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 

[WARNING] Unable to get resource from repository 
apache-incubating-repository 
(http://people.apache.org/repo/m2-incubating-repository)
Downloading: 
http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar 


19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading 
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom; 
error in opening zip file

Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO] 


[ERROR] BUILD ERROR
[INFO] 


[INFO] XmlBeans compile failed:
xml ErrorLoading schema file 
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd 

xml ErrorLoading config file 
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml


[INFO] 


[INFO] For more information, run Maven with the -e switch
[INFO] 


[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
[INFO] Final Memory: 56M/110M
[INFO] 



d:\trunk>




































smime.p7s
Description: S/MIME Cryptographic Signature


Re: Build failure

2007-01-19 Thread Kevan Miller


On Jan 19, 2007, at 3:00 PM, Hernan Cunico wrote:


yeah, tried that one too. didn't work either.


What're your maven and java version numbers?

--kevan


Re: Build failure

2007-01-19 Thread Hernan Cunico

yeah, tried that one too. didn't work either.

Cheers!
Hernan

anita kulshreshtha wrote:

   Since you have tried everything else, try cleaning the disk, i.e.
the windows TEMP dir.

Thanks
Anita

--- Hernan Cunico <[EMAIL PROTECTED]> wrote:


Hi All,
I have been consistently having this build failure all day while
building from trunk rev #497879.

For the record I have removed several times the entire local .m2 repo
and did brand new svn co on totally different directories. This
problem shows up on my Windows XP box (which I rebooted a number of
times also just to make sure)

Here is the last piece of the log with the error I am consistently
getting. I am building Geronimo with either mvn install, mvn clean
install or mvn -U clean install

Any pointer will be greatly appreciated, so far I can't figure out
what the problem is.

Cheers!
Hernan

Compiling 15 source files to
d:\trunk\modules\geronimo-openejb\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar:


d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar

[INFO] [install:install]
[INFO] Installing


d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar

to


C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar

[INFO]




[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO]




[INFO] [tools:require-java-version {execution:
validate-java-version}]
Downloading:


http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar

[WARNING] Unable to get resource from repository apache-incubator
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading:


http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar

[WARNING] Unable to get resource from repository codehaus
(http://repository.codehaus.org)
Downloading:


http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar

[WARNING] Unable to get resource from repository
apache-incubating-repository
(http://people.apache.org/repo/m2-incubating-repository)
Downloading:


http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar

19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading


C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom;

error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO]




[ERROR] BUILD ERROR
[INFO]




[INFO] XmlBeans compile failed:
 xml ErrorLoading schema file


d:\trunk\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd

xml ErrorLoading config file


d:\trunk\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml

[INFO]




[INFO] For more information, run Maven with the -e switch
[INFO]




[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
[INFO] Final Memory: 56M/110M
[INFO]




d:\trunk>






































 


Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091



Re: Build failure

2007-01-19 Thread anita kulshreshtha
   Since you have tried everything else, try cleaning the disk, i.e.
the windows TEMP dir.

Thanks
Anita

--- Hernan Cunico <[EMAIL PROTECTED]> wrote:

> Hi All,
> I have been consistently having this build failure all day while
> building from trunk rev #497879.
> 
> For the record I have removed several times the entire local .m2 repo
> and did brand new svn co on totally different directories. This
> problem shows up on my Windows XP box (which I rebooted a number of
> times also just to make sure)
> 
> Here is the last piece of the log with the error I am consistently
> getting. I am building Geronimo with either mvn install, mvn clean
> install or mvn -U clean install
> 
> Any pointer will be greatly appreciated, so far I can't figure out
> what the problem is.
> 
> Cheers!
> Hernan
> 
> Compiling 15 source files to
> d:\trunk\modules\geronimo-openejb\target\classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Not compiling test sources
> [INFO] [surefire:test]
> [INFO] Tests are skipped.
> [INFO] [jar:jar]
> [INFO] Building jar:
>
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
> [INFO] [install:install]
> [INFO] Installing
>
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
> to
>
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar
> [INFO]
>

> [INFO] Building Geronimo :: OpenEJB :: Builder
> [INFO]task-segment: [install]
> [INFO]
>

> [INFO] [tools:require-java-version {execution:
> validate-java-version}]
> Downloading:
>
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
> [WARNING] Unable to get resource from repository apache-incubator
> (http://people.apache.org/repo/m2-incubating-repository/)
> Downloading:
>
http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
> [WARNING] Unable to get resource from repository codehaus
> (http://repository.codehaus.org)
> Downloading:
>
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
> [WARNING] Unable to get resource from repository
> apache-incubating-repository
> (http://people.apache.org/repo/m2-incubating-repository)
> Downloading:
>
http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
> 19K downloaded
> [INFO] [xmlbeans:xmlbeans {execution: default}]
> Time to build schema type system: 0.078 seconds
> Time to generate code: 0.437 seconds
> error: error reading
>
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom;
> error in opening zip file
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> 1 error
> 
> BUILD FAILED
> [INFO]
>

> [ERROR] BUILD ERROR
> [INFO]
>

> [INFO] XmlBeans compile failed:
>  xml ErrorLoading schema file
>
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd
> xml ErrorLoading config file
>
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml
> 
> [INFO]
>

> [INFO] For more information, run Maven with the -e switch
> [INFO]
>

> [INFO] Total time: 3 minutes 47 seconds
> [INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
> [INFO] Final Memory: 56M/110M
> [INFO]
>

> 
> d:\trunk>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 




 

Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


Re: Build failure

2007-01-19 Thread Prasad Kashyap

Hernan,

Can you please post the stacktrace of the "mvn -e" command ? Maybe
something in the trace  can help us decipher what's actually going on.

Cheers
Prasad

On 1/19/07, Hernan Cunico <[EMAIL PROTECTED]> wrote:

Hi All,
I have been consistently having this build failure all day while building from 
trunk rev #497879.

For the record I have removed several times the entire local .m2 repo and did 
brand new svn co on totally different directories. This problem shows up on my 
Windows XP box (which I rebooted a number of times also just to make sure)

Here is the last piece of the log with the error I am consistently getting. I 
am building Geronimo with either mvn install, mvn clean install or mvn -U clean 
install

Any pointer will be greatly appreciated, so far I can't figure out what the 
problem is.

Cheers!
Hernan

Compiling 15 source files to d:\trunk\modules\geronimo-openejb\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: 
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
d:\trunk\modules\geronimo-openejb\target\geronimo-openejb-2.0-SNAPSHOT.jar to 
C:\.m2\org\apache\geronimo\modules\geronimo-openejb\2.0-SNAPSHOT\geronimo-openejb-2.0-SNAPSHOT.jar
[INFO] 

[INFO] Building Geronimo :: OpenEJB :: Builder
[INFO]task-segment: [install]
[INFO] 

[INFO] [tools:require-java-version {execution: validate-java-version}]
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repository.codehaus.org/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository codehaus 
(http://repository.codehaus.org)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
[WARNING] Unable to get resource from repository apache-incubating-repository 
(http://people.apache.org/repo/m2-incubating-repository)
Downloading: 
http://repo.mergere.com/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0-M1/geronimo-j2ee-management_1.1_spec-1.0-M1.jar
19K downloaded
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.078 seconds
Time to generate code: 0.437 seconds
error: error reading 
C:\.m2\org\apache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom;
 error in opening zip file
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] XmlBeans compile failed:
 xml ErrorLoading schema file 
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\geronimo-openejb-2.0.xsd
xml ErrorLoading config file 
d:\trunk\modules\geronimo-openejb-builder\src\main\schema\xmlconfig.xml

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Fri Jan 19 13:57:50 EST 2007
[INFO] Final Memory: 56M/110M
[INFO] 

d:\trunk>



































Re: Build failure in branches\1.2 in modules\geronimo-persistence-jpa10

2006-11-30 Thread Rakesh Midha

Vamsi,

I don't think clean repo is a requirement here. I think clean build should
do it because you are getting UnsupportedClassVersionError for Geronimo
class and not any repository item.

Thanks
Rakesh


On 12/1/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:


Joe,

I have not build with a clean repo.  If not with an empty repo, I will
cleanup some of the jars and build again.

--vamsi

On 11/30/06, Joe Bohn <[EMAIL PROTECTED]> wrote:
>
> Vamsi,
>
> It sure sounds like you might be picking up a 1.4 version of the class.
>   I just did a fresh checkout of 1.2 and a complete build (starting with
> an empty m2repo) and I didn't have any build problems.  I'm building on
> windows with Sun JDK 1.5.0_06.
>
> Joe
>
>
> Vamsavardhana Reddy wrote:
> > I am using Sun JDK 1.5.0_10.
> >
> > Vamsi
> >
> > On 11/30/06, *Rakesh Midha* < [EMAIL PROTECTED]
> > > wrote:
> >
> > Hi Vamsi
> >
> > What version of JDK are you using? I have seen this problem when I
>
> > build with JDK 1.4, (not clean build). and earlier I  had build
> the
> > tree with JDK 1.5. Forward uncompatibilty in JDK 1.4 and 1.5
> >
> > Thanks
> > Rakesh
> >
> >
> > On 11/30/06, *Vamsavardhana Reddy* < [EMAIL PROTECTED]
> > > wrote:
> >
> > Console output given below.
> >
> > [INFO] Surefire report directory:
> > C:\G1.2\modules\geronimo-persistence-jpa10\tar
> > get\surefire-reports
> > org.apache.maven.surefire.booter.SurefireExecutionException :
> > org/apache/geronimo
> > /persistence/CMPEntityManagerTest (Unsupported major.minor
> > version 49.0); nested
> >  exception is java.lang.UnsupportedClassVersionError:
> > org/apache/geronimo/persis
> > tence/CMPEntityManagerTest (Unsupported major.minor version
> 49.0)
> > java.lang.UnsupportedClassVersionError:
> > org/apache/geronimo/persistence/CMPEntit
> > yManagerTest (Unsupported major.minor version 49.0)
> > at java.lang.ClassLoader.defineClass0(Native Method)
> > at java.lang.ClassLoader.defineClass(Unknown Source)
> > at java.security.SecureClassLoader.defineClass(Unknown
> > Source)
> > at java.net.URLClassLoader.defineClass(Unknown Source)
> > at java.net.URLClassLoader.access$100(Unknown Source)
> > at java.net.URLClassLoader$1.run(Unknown Source)
> > at java.security.AccessController.doPrivileged(Native
> > Method)
> > at java.net.URLClassLoader.findClass(Unknown Source)
> > at java.lang.ClassLoader.loadClass(Unknown Source)
> > at java.lang.ClassLoader.loadClass(Unknown Source)
> > at
> > org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass
> (Isolat
> > edClassLoader.java:100)
> > at
> >
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTest
> > Sets(AbstractDirectoryTestSuite.java:84)
> > at
> > 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire
> > .java:147)
> > at org.apache.maven.surefire.Surefire.run(
> Surefire.java:108)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
> > Source)
> > at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)
> > at java.lang.reflect.Method.invoke (Unknown Source)
> > at
> >
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
> > refireBooter.java:225)
> > at
> > org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.j
> > ava:747)
> >
> >
> >
>




  1   2   >