Licenses and redistribution rights of WAR files

If I export a project from Sun Studio Creator to run under tomcat, it includes many other jar files (e.g. rave-mail.jar, sqlx.jar). Can I redistribute my WAR file commercially? Does the license for all the included JAR files allow me to distribute them?TIAIan
[280 byte] By [Ian_Beaumont] at [2007-11-26 8:16:26]
# 1

The redistributable files are listed under 'Redistributable Files' in the product release notes and only those can be redistributed.

As an example, for creator 2 update 1:

http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/2/Install ation_ReleaseNotes_2_1-en.html#redistfiles

KarthikR at 2007-7-6 21:15:55 > top of Java-index,Development Tools,Java Tools...
# 2

Thanks for the feedback.

Looking at that list, and what is in the WAR file created Sun Studio Creator Update 1 there seems to be one obvious set of differences:

My WAR file contains -

rave-activation.jar

rave-jaxp-api.jar

rave-jax-qname.jar

rave-jaxrpc-api.jar

rave-jaxrpc-impl.jar

rave-jaxrpc-spi.jar

rave-mail.jar

rave-relaxngDatatype.jar

rave-saaj-api.jar

rave-saaj-impl.jar

So do I need to replace all of these for things like mail.jar, jax-qname.jar etc?

Ian_Beaumont at 2007-7-6 21:15:55 > top of Java-index,Development Tools,Java Tools...
# 3
Wow... that sucks. Why would Sun do that? Have you come up with a solution?If Studio Creator produces code which I cannot freely distribute, I will stop using it and code by hand in Eclipse.
Tosa_Developer at 2007-7-6 21:15:55 > top of Java-index,Development Tools,Java Tools...
# 4

That's not our intention. We want the Creator projects to create war files which are freely usable.

Ian, just discard the `rave-' prefix and you will find most of the files on the list. The prefix was needed for some of them because we needed different versions for the IDE itself and the projects which are built. Apparently the Ant `copy' does not do a good job in renaming those files back to their original names:-(

I don't know why the jaxp-api.jar is missing, it's the normal RI?

I'll ask our program management and web content team to update the list.

Sorry for the confusion.

Thanks,

-- Marco

mw46 at 2007-7-6 21:15:55 > top of Java-index,Development Tools,Java Tools...
# 5
Whew! Good news.
Tosa_Developer at 2007-7-6 21:15:55 > top of Java-index,Development Tools,Java Tools...
# 6

Marco,

Instead of discarding manually the rave preffix It would be more correct that Sun includes the files in the distribution list.

It would be nice to edit the license aggreement so that it more clearly sais what is allowed and what is not. Developers should not have to make big effort in order to find if there is any catch.

Regards,

Strashimir

yosifov at 2007-7-6 21:15:55 > top of Java-index,Development Tools,Java Tools...
# 7
Sorry, I did not mean you have to rename all the files physically.An updated list of redistributable files (with both names where applicable - I hope), is in the works. But a big company and a July 4th shutdown week make it a bit slow:-(Thanks,-- Marco
mw46 at 2007-7-6 21:15:55 > top of Java-index,Development Tools,Java Tools...