[jira] Closed: (GERONIMODEVTOOLS-228) mvn clean should delete extraneous files and directories outside of target directory

2007-09-30 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell closed GERONIMODEVTOOLS-228. -- Resolution: Fixed The changes in r580680 will improve the

[jira] Commented: (GERONIMO-3490) Missing Jetty Connector stats

2007-09-30 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531319 ] Anita Kulshreshtha commented on GERONIMO-3490: -- hmm something does not seem right - - The start

[BUILD] 2.0: Failed for Revision: 580726

2007-09-30 Thread prasad
OpenEJB trunk at 580721 Geronimo Revision: 580726 built with tests included See the full build-1000.log file at http://people.apache.org/~prasad/binaries/2.0/20070930/build-1000.log [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default

[BUILD] 2.1: Failed for Revision: 580727

2007-09-30 Thread prasad
OpenEJB trunk at 580721 Geronimo Revision: 580727 built with tests included See the full build-1000.log file at http://people.apache.org/~prasad/binaries/trunk/20070930/build-1000.log 1K downloaded Downloading: http://download.java.net/maven/1//org.apache.openjpa/jars/openjpa-jdbc-5-1.0.0

[BUILD] 2.0: Failed for Revision: 580775

2007-09-30 Thread prasad
OpenEJB trunk at 580721 Geronimo Revision: 580775 built with tests included See the full build-1600.log file at http://people.apache.org/~prasad/binaries/2.0/20070930/build-1600.log Path to dependency: 1) org.apache.geronimo.modules:geronimo-axis:jar:2.0.2-SNAPSHOT 2

[BUILD] 2.1: Failed for Revision: 580776

2007-09-30 Thread prasad
OpenEJB trunk at 580721 Geronimo Revision: 580776 built with tests included See the full build-1600.log file at http://people.apache.org/~prasad/binaries/trunk/20070930/build-1600.log Downloading: http://download.java.net/maven/1//net.sourceforge.serp/jars/serp-1.11.0.jar Downloading: http

Re: eclipse build problem on trunk

2007-09-30 Thread Tim McConnell
Hi Joe, I've built with and without a clean m2 repo today, and in both cases GEP trunk builds fine for me. In my M2 repo after the build are these artifacts, which differ than what you're looking for: C:\M2\org\apache\axis2\axis2-saaj-api\1.3\axis2-saaj-api-1.3.jar

[BUILD] 2.1: Failed for Revision: 580820

2007-09-30 Thread prasad
OpenEJB trunk at 580817 Geronimo Revision: 580820 built with tests included See the full build-2200.log file at http://people.apache.org/~prasad/binaries/trunk/20070930/build-2200.log 67K downloaded Downloading: http://download.java.net/maven/1//org.codehaus.plexus/jars/plexus-container

Anyway to get the generic type from a generic class?

2007-09-30 Thread Jason Dillon
Any of you generics experts out there know if there is any way to get the generic type from a generic class... like, say you have: Class type = new ArrayListString().getClass(); Is there any way to determine that this is an ArrayList containing String objects? I can't seem to figure