<div dir="ltr"><div><div><div><div><div><br></div>Hi<br><br></div>Just a packaging question, the current jar file in both the direct download and in the src zip include the classes from dependencies (like log4j, javax.mail, etc). That is nice for someone that just wants to grab the jar and build a simple application on top of it, but can be problematic for a larger package that may already use dependencies like log4j. This will cause potential duplication and may be a bigger deal if the versions of the dependency libraries don&#39;t match. Obviously version mismatch is a problem in the case of separate jars for dependencies, but at least they are a bit more obvious. <br>
<br></div>You might want to consider a third distribution that is a jar of just the IRIS generated code, and then a maven pom that lists the dependencies instead of bundling them directly in your jar. This style is very common and I think worth supporting.<br>
<br></div>thanks,<br></div>Philip<br></div>