Re: Jars in the dist

2007-03-03 Thread Jason Dillon
It doesn't... I just commit the change to use 1.0.5 and include the  
new legal fluff.


--jason


On Mar 2, 2007, at 3:29 PM, Donald Woods wrote:

castor-0.9.5.3 is a prereq for Pluto.  I haven't tried using the  
newer version with Pluto to see if it breaks us yet.


-Donald


Jason Dillon wrote:

On Mar 2, 2007, at 1:17 PM, Davanum Srinivas wrote:

Team,

#1) 2 versions of castor jar are present. Do we even need castor  
jar?


castor-0.9.5.3.jar
castor-1.0.5.jar
I hope we can use the newer... never tried to see if that works or  
not though...
#2) We need to get rid of activation-1.1.jar from Sun. (i will  
have to

change axis2 pom's)

#3) We could use saaj-api and jaxws-api jars from Axis2 instead  
of the

sun versions

#4) We need to get rid of mail-1.4.jar from Sun. (i will have to
change axis2 pom's)

#5) I guess xpp3-1.1.3.3.jar is needed by xstream-1.1.3.jar?

Yes.

#6) Do we really need to ship junit-3.8.1.jar?
No, something probably has that set to a non-test scope and its  
getting sucked in.

--jason




Re: Jars in the dist

2007-03-03 Thread Jason Dillon

Looks like castor 1.0.5 works fine with pluto 1.0.1 and our console.

The console-testsuite passes too... 'cept for one time that it  
prompts for user-auth, but I don't think that is related to castor  
change... but manually typing in system/manager there and the entire  
suite passes.  Looks like the console-testsuite prompts for some user- 
auth w/the current castor too.


--jason


On Mar 2, 2007, at 10:15 PM, Dain Sundstrom wrote:


On Mar 2, 2007, at 1:22 PM, Jason Dillon wrote:


On Mar 2, 2007, at 1:17 PM, Davanum Srinivas wrote:

Team,

#1) 2 versions of castor jar are present. Do we even need castor  
jar?


castor-0.9.5.3.jar
castor-1.0.5.jar


I hope we can use the newer... never tried to see if that works or  
not though...


OpenEJB uses castor to load two files still.  OpenEJB is using  
version 1.0.5.


-dain





Re: Jars in the dist

2007-03-02 Thread Jason Dillon
Looks like we need to update our license files (we only include the  
older Intalio text, http://castor.org/license.html)...



New Apache-style license
As of release 0.9.7, any new code artifacts should carry a new,  
Apache 2.0-style license. This shall include files that have been  
changed substantially through e.g. refactoring.


Copyright 2004-2005 Werner Guttmann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Original Intalio license

The code of this project is released under a BSD-like license  
[license.txt]:


Copyright 1999-2004 (C) Intalio Inc., and others. All Rights
Reserved. Redistribution and use of this software and
associated documentation ("Software"), with or without
modification, are permitted provided that the following
conditions are met:

1. Redistributions of source code must
   retain copyright statements and notices. Redistributions must
   also contain a copy of this document.

2. Redistributions in
   binary form must reproduce the above copyright notice, this
   list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the
   distribution.

3. The name "ExoLab" must not be used to endorse
   or promote products derived from this Software without prior
   written permission of Intalio Inc. For written permission,
   please contact [EMAIL PROTECTED]

4. Products derived from this Software may not be called "Castor" nor  
may

   "Castor" appear in their names without prior written permission
   of Intalio Inc. Exolab, Castor and Intalio are trademarks of
   Intalio Inc.

5. Due credit should be given to the ExoLab Project
   (http://www.exolab.org/).


THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.


--jason


On Mar 2, 2007, at 10:15 PM, Dain Sundstrom wrote:


On Mar 2, 2007, at 1:22 PM, Jason Dillon wrote:


On Mar 2, 2007, at 1:17 PM, Davanum Srinivas wrote:

Team,

#1) 2 versions of castor jar are present. Do we even need castor  
jar?


castor-0.9.5.3.jar
castor-1.0.5.jar


I hope we can use the newer... never tried to see if that works or  
not though...


OpenEJB uses castor to load two files still.  OpenEJB is using  
version 1.0.5.


-dain





Re: Jars in the dist

2007-03-02 Thread Dain Sundstrom

On Mar 2, 2007, at 1:22 PM, Jason Dillon wrote:


On Mar 2, 2007, at 1:17 PM, Davanum Srinivas wrote:

Team,

#1) 2 versions of castor jar are present. Do we even need castor jar?

castor-0.9.5.3.jar
castor-1.0.5.jar


I hope we can use the newer... never tried to see if that works or  
not though...


OpenEJB uses castor to load two files still.  OpenEJB is using  
version 1.0.5.


-dain



Re: Jars in the dist

2007-03-02 Thread Anita Kulshreshtha

--- Davanum Srinivas <[EMAIL PROTECTED]> wrote:

> Team,

#6) Do we really need to ship junit-3.8.1.jar?
   tranql-connector-derby-embed-xa-...rar comes with junit! I saw
Matt's name in the manifest, hence I am writing to this list..

Thanks
Anita


 

Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/


Re: Jars in the dist

2007-03-02 Thread Anita Kulshreshtha

--- Davanum Srinivas <[EMAIL PROTECTED]> wrote:

> Team,
> 

> #7) comment in main pom.xml says that we can get rid of
> xml-apis-1.3.03.jar when we move to tomcat6. Should we clean it up?
> 
> 
> 
> xml-apis
> xml-apis
> 1.3.03
> 
   We should not be needing/using xml-apis and xalan in J2SE 1.5. They
have been added again because tck was broken. It would be nice if
someone could explain why exactly they were needed. 

Thanks
Anita



 

Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121


Re: Jars in the dist

2007-03-02 Thread Jason Dillon
Seems easy enough to try... just use the new version, make sure the  
old version is not getting picked up (exclude it if needed), then see  
if the console still works?


--jason


On Mar 2, 2007, at 3:29 PM, Donald Woods wrote:

castor-0.9.5.3 is a prereq for Pluto.  I haven't tried using the  
newer version with Pluto to see if it breaks us yet.


-Donald


Jason Dillon wrote:

On Mar 2, 2007, at 1:17 PM, Davanum Srinivas wrote:

Team,

#1) 2 versions of castor jar are present. Do we even need castor  
jar?


castor-0.9.5.3.jar
castor-1.0.5.jar
I hope we can use the newer... never tried to see if that works or  
not though...
#2) We need to get rid of activation-1.1.jar from Sun. (i will  
have to

change axis2 pom's)

#3) We could use saaj-api and jaxws-api jars from Axis2 instead  
of the

sun versions

#4) We need to get rid of mail-1.4.jar from Sun. (i will have to
change axis2 pom's)

#5) I guess xpp3-1.1.3.3.jar is needed by xstream-1.1.3.jar?

Yes.

#6) Do we really need to ship junit-3.8.1.jar?
No, something probably has that set to a non-test scope and its  
getting sucked in.

--jason




Re: Jars in the dist

2007-03-02 Thread Donald Woods
castor-0.9.5.3 is a prereq for Pluto.  I haven't tried using the newer 
version with Pluto to see if it breaks us yet.


-Donald


Jason Dillon wrote:

On Mar 2, 2007, at 1:17 PM, Davanum Srinivas wrote:

Team,

#1) 2 versions of castor jar are present. Do we even need castor jar?

castor-0.9.5.3.jar
castor-1.0.5.jar


I hope we can use the newer... never tried to see if that works or not 
though...




#2) We need to get rid of activation-1.1.jar from Sun. (i will have to
change axis2 pom's)

#3) We could use saaj-api and jaxws-api jars from Axis2 instead of the
sun versions

#4) We need to get rid of mail-1.4.jar from Sun. (i will have to
change axis2 pom's)

#5) I guess xpp3-1.1.3.3.jar is needed by xstream-1.1.3.jar?


Yes.



#6) Do we really need to ship junit-3.8.1.jar?


No, something probably has that set to a non-test scope and its getting 
sucked in.



--jason





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Jars in the dist

2007-03-02 Thread Jason Dillon
It would be nice if we had a mvn plugin which could generate a full  
NOTICE.txt and LICENSE.txt with all dependency licenses... most of  
these have valid m2 poms which can be used to fetch the license  
details... and then just have a little artifact map for those that  
are missing.


Would be a nice addition to the other legal goals.

--jason


On Mar 2, 2007, at 1:17 PM, Davanum Srinivas wrote:


Team,

#1) 2 versions of castor jar are present. Do we even need castor jar?

castor-0.9.5.3.jar
castor-1.0.5.jar

#2) We need to get rid of activation-1.1.jar from Sun. (i will have to
change axis2 pom's)

#3) We could use saaj-api and jaxws-api jars from Axis2 instead of the
sun versions

#4) We need to get rid of mail-1.4.jar from Sun. (i will have to
change axis2 pom's)

#5) I guess xpp3-1.1.3.3.jar is needed by xstream-1.1.3.jar?

#6) Do we really need to ship junit-3.8.1.jar?

#7) comment in main pom.xml says that we can get rid of
xml-apis-1.3.03.jar when we move to tomcat6. Should we clean it up?

   
   
   xml-apis
   xml-apis
   1.3.03
   

#8) Has anyone compiled a list of the licenses corresponding to  
each jar?


thanks,
dims

Here's the complete list:
===
activation-1.1.jar
activeio-2.0-r118.jar
activeio-core-3.0.0-incubator.jar
activemq-core-4.1.0-incubator.jar
activemq-ra-4.1.0-incubator.jar
annogen-0.1.0.jar
antlr-2.7.2.jar
apache-ldapber-provider-0.9.2.jar
apacheds-core-0.9.2.jar
apacheds-shared-0.9.2.jar
asm-2.2.3.jar
asm-commons-2.2.3.jar
asn1-ber-0.3.2.jar
asn1-codec-0.3.2.jar
asn1-der-0.3.2.jar
axiom-api-SNAPSHOT.jar
axiom-impl-SNAPSHOT.jar
axis-1.4.jar
axis2-adb-SNAPSHOT.jar
axis2-java2wsdl-SNAPSHOT.jar
axis2-jaxws-api-SNAPSHOT.jar
axis2-jaxws-SNAPSHOT.jar
axis2-kernel-SNAPSHOT.jar
axis2-metadata-SNAPSHOT.jar
backport-util-concurrent-2.2.jar
bcel-5.2.jar
castor-0.9.5.3.jar
castor-1.0.5.jar
cglib-nodep-2.1_3.jar
client.jar
commons-beanutils-1.6.1.jar
commons-cli-1.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-digester-1.8.jar
commons-discovery-0.2.jar
commons-fileupload-1.1.1.jar
commons-httpclient-3.0.1.jar
commons-io-1.1.jar
commons-jexl-1.1.jar
commons-lang-2.0.jar
commons-logging-1.0.4.jar
commons-primitives-20041207.202534.jar
concurrent-1.3.4.jar
cxf-api-2.0-incubator-RC-SNAPSHOT.jar
cxf-common-utilities-2.0-incubator-RC-SNAPSHOT.jar
cxf-metacode-2.0-incubator-RC-SNAPSHOT.jar
cxf-rt-bindings-soap-2.0-incubator-RC-SNAPSHOT.jar
cxf-rt-bindings-xml-2.0-incubator-RC-SNAPSHOT.jar
cxf-rt-core-2.0-incubator-RC-SNAPSHOT.jar
cxf-rt-databinding-jaxb-2.0-incubator-RC-SNAPSHOT.jar
cxf-rt-frontend-jaxws-2.0-incubator-RC-SNAPSHOT.jar
cxf-rt-frontend-simple-2.0-incubator-RC-SNAPSHOT.jar
cxf-rt-transports-http-2.0-incubator-RC-SNAPSHOT.jar
cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar
deployer.jar
derby-10.2.2.0.jar
derbyclient-10.2.2.0.jar
derbynet-10.2.2.0.jar
derbytools-10.2.2.0.jar
dwr-1.1.1.jar
geronimo-activation-2.0-SNAPSHOT.jar
geronimo-activation_1.1_spec-1.0-SNAPSHOT.jar
geronimo-activemq-gbean-2.0-SNAPSHOT.jar
geronimo-activemq-gbean-management-2.0-SNAPSHOT.jar
geronimo-annotation_1.0_spec-1.0.jar
geronimo-axis-2.0-SNAPSHOT.jar
geronimo-axis-builder-2.0-SNAPSHOT.jar
geronimo-axis2-2.0-SNAPSHOT.jar
geronimo-axis2-builder-2.0-SNAPSHOT.jar
geronimo-client-2.0-SNAPSHOT.jar
geronimo-client-builder-2.0-SNAPSHOT.jar
geronimo-clustering-2.0-SNAPSHOT.jar
geronimo-clustering-wadi-2.0-SNAPSHOT.jar
geronimo-common-2.0-SNAPSHOT.jar
geronimo-connector-2.0-SNAPSHOT.jar
geronimo-connector-builder-2.0-SNAPSHOT.jar
geronimo-console-core-2.0-SNAPSHOT.jar
geronimo-console-framework-2.0-SNAPSHOT.jar
geronimo-console-standard-2.0-SNAPSHOT.jar
geronimo-converter-2.0-SNAPSHOT.jar
geronimo-corba-2.0-SNAPSHOT.jar
geronimo-corba-builder-2.0-SNAPSHOT.jar
geronimo-core-2.0-SNAPSHOT.jar
geronimo-cxf-2.0-SNAPSHOT.jar
geronimo-cxf-builder-2.0-SNAPSHOT.jar
geronimo-deploy-config-2.0-SNAPSHOT.jar
geronimo-deploy-jsr88-2.0-SNAPSHOT.jar
geronimo-deploy-jsr88-bootstrapper-2.0-SNAPSHOT.jar
geronimo-deploy-tool-2.0-SNAPSHOT.jar
geronimo-deployment-2.0-SNAPSHOT.jar
geronimo-derby-2.0-SNAPSHOT.jar
geronimo-directory-2.0-SNAPSHOT.jar
geronimo-dojo-2.0-SNAPSHOT.jar
geronimo-ejb_3.0_spec-1.0.jar
geronimo-el_1.0_spec-1.0-SNAPSHOT.jar
geronimo-hot-deploy-2.0-SNAPSHOT.jar
geronimo-interceptor-2.0-SNAPSHOT.jar
geronimo-interceptor_3.0_spec-1.0.jar
geronimo-j2ee-2.0-SNAPSHOT.jar
geronimo-j2ee-builder-2.0-SNAPSHOT.jar
geronimo-j2ee-connector_1.5_spec-1.1.jar
geronimo-j2ee-management_1.1_spec-1.0-SNAPSHOT.jar
geronimo-j2ee-schema-2.0-SNAPSHOT.jar
geronimo-jacc_1.1_spec-1.0-SNAPSHOT.jar
geronimo-javaee-deployment_1.1MR3_spec-1.0-SNAPSHOT.jar
geronimo-javamail_1.4_mail-1.1-SNAPSHOT.jar
geronimo-jaxr_1.0_spec-1.1.jar
geronimo-jaxrpc_1.1_spec-1.1.jar
geronimo-jaxws-2.0-SNAPSHOT.jar
geronimo-jaxws-builder-2.0-SNAPSHOT.jar
geronimo-jetty6-2.0-SNAPSHOT.jar
geronimo-jetty6-builder-2.0-SNAPSHOT.jar
geronimo-jetty6-clustering-b

Re: Jars in the dist

2007-03-02 Thread Jason Dillon

On Mar 2, 2007, at 1:17 PM, Davanum Srinivas wrote:

Team,

#1) 2 versions of castor jar are present. Do we even need castor jar?

castor-0.9.5.3.jar
castor-1.0.5.jar


I hope we can use the newer... never tried to see if that works or  
not though...




#2) We need to get rid of activation-1.1.jar from Sun. (i will have to
change axis2 pom's)

#3) We could use saaj-api and jaxws-api jars from Axis2 instead of the
sun versions

#4) We need to get rid of mail-1.4.jar from Sun. (i will have to
change axis2 pom's)

#5) I guess xpp3-1.1.3.3.jar is needed by xstream-1.1.3.jar?


Yes.



#6) Do we really need to ship junit-3.8.1.jar?


No, something probably has that set to a non-test scope and its  
getting sucked in.



--jason