Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy weld dependencies into packaged zip #776

Closed
csokol opened this issue Sep 2, 2014 · 4 comments · Fixed by #777
Closed

Copy weld dependencies into packaged zip #776

csokol opened this issue Sep 2, 2014 · 4 comments · Fixed by #777

Comments

@csokol
Copy link
Contributor

csokol commented Sep 2, 2014

I've just downloaded vraptor-4.1.0-RC2.zip from bintray and the libs included in the final zip are organized as follows:

lib/validation:
total 792
-rw-r--r-- 1 csokol users  63777 Jul 21 10:05 validation-api-1.1.0.Final.jar
-rw-r--r-- 1 csokol users  57183 Jul 21 10:05 jboss-logging-3.1.3.GA.jar
-rw-r--r-- 1 csokol users 622634 Jul 21 10:05 hibernate-validator-5.1.0.Final.jar
-rw-r--r-- 1 csokol users  60282 Jul 21 10:05 classmate-1.0.0.jar

lib/serialization:
total 744
-rw-r--r-- 1 csokol users 531571 Jul 21 10:05 xstream-1.4.7.jar
-rw-r--r-- 1 csokol users  24956 Jul 21 10:05 xpp3_min-1.1.4c.jar
-rw-r--r-- 1 csokol users   7188 Jul 21 10:05 xmlpull-1.1.3.1.jar
-rw-r--r-- 1 csokol users 190432 Jul 21 10:05 gson-2.2.4.jar

lib/mandatory:
total 3120
-rw-r--r-- 1 csokol users   10680 Jul 21 10:05 slf4j-simple-1.7.5.jar
-rw-r--r-- 1 csokol users   26084 Jul 21 10:05 slf4j-api-1.7.5.jar
-rw-r--r-- 1 csokol users   32806 Jul 21 10:05 paranamer-2.6.jar
-rw-r--r-- 1 csokol users  140514 Jul 21 10:05 mirror-1.6.1.jar
-rw-r--r-- 1 csokol users  714194 Jul 21 10:05 javassist-3.18.1-GA.jar
-rw-r--r-- 1 csokol users   77874 Jul 21 10:05 iogi-1.0.0.jar
-rw-r--r-- 1 csokol users 2172168 Jul 21 10:05 guava-15.0.jar

lib/javaee:
total 192
-rw-r--r-- 1 csokol users 24404 Jul 21 10:05 javax.interceptor-api-1.2.jar
-rw-r--r-- 1 csokol users  2497 Jul 21 10:05 javax.inject-1.jar
-rw-r--r-- 1 csokol users 63961 Jul 21 10:05 javax.ejb-api-3.2.jar
-rw-r--r-- 1 csokol users 26366 Jul 21 10:05 javax.annotation-api-1.2.jar
-rw-r--r-- 1 csokol users 70701 Jul 21 10:05 cdi-api-1.1.jar

lib/fileupload:
total 240
-rw-r--r-- 1 csokol users 173587 Jul 21 10:05 commons-io-2.2.jar
-rw-r--r-- 1 csokol users  69002 Jul 21 10:05 commons-fileupload-1.3.1.jar

I think we should also include weld dependencies into this final zip, so the beginners will know that they are required and copy into their projects if needed.

@LuizClaudioSantos
Copy link

Hi,

That will be great, by the way, which are the weld dependencies?

Best Regards
Luiz

On Mon, Sep 1, 2014 at 8:11 PM, csokol notifications@github.com wrote:

I've just downloaded vraptor-4.1.0-RC2.zip from bintray and the libs
included in the final zip are organized as follows:

lib/validation:
total 792
-rw-r--r-- 1 csokol users 63777 Jul 21 10:05 validation-api-1.1.0.Final.jar
-rw-r--r-- 1 csokol users 57183 Jul 21 10:05 jboss-logging-3.1.3.GA.jar
-rw-r--r-- 1 csokol users 622634 Jul 21 10:05 hibernate-validator-5.1.0.Final.jar
-rw-r--r-- 1 csokol users 60282 Jul 21 10:05 classmate-1.0.0.jar

lib/serialization:
total 744
-rw-r--r-- 1 csokol users 531571 Jul 21 10:05 xstream-1.4.7.jar
-rw-r--r-- 1 csokol users 24956 Jul 21 10:05 xpp3_min-1.1.4c.jar
-rw-r--r-- 1 csokol users 7188 Jul 21 10:05 xmlpull-1.1.3.1.jar
-rw-r--r-- 1 csokol users 190432 Jul 21 10:05 gson-2.2.4.jar

lib/mandatory:
total 3120
-rw-r--r-- 1 csokol users 10680 Jul 21 10:05 slf4j-simple-1.7.5.jar
-rw-r--r-- 1 csokol users 26084 Jul 21 10:05 slf4j-api-1.7.5.jar
-rw-r--r-- 1 csokol users 32806 Jul 21 10:05 paranamer-2.6.jar
-rw-r--r-- 1 csokol users 140514 Jul 21 10:05 mirror-1.6.1.jar
-rw-r--r-- 1 csokol users 714194 Jul 21 10:05 javassist-3.18.1-GA.jar
-rw-r--r-- 1 csokol users 77874 Jul 21 10:05 iogi-1.0.0.jar
-rw-r--r-- 1 csokol users 2172168 Jul 21 10:05 guava-15.0.jar

lib/javaee:
total 192
-rw-r--r-- 1 csokol users 24404 Jul 21 10:05 javax.interceptor-api-1.2.jar
-rw-r--r-- 1 csokol users 2497 Jul 21 10:05 javax.inject-1.jar
-rw-r--r-- 1 csokol users 63961 Jul 21 10:05 javax.ejb-api-3.2.jar
-rw-r--r-- 1 csokol users 26366 Jul 21 10:05 javax.annotation-api-1.2.jar
-rw-r--r-- 1 csokol users 70701 Jul 21 10:05 cdi-api-1.1.jar

lib/fileupload:
total 240
-rw-r--r-- 1 csokol users 173587 Jul 21 10:05 commons-io-2.2.jar
-rw-r--r-- 1 csokol users 69002 Jul 21 10:05 commons-fileupload-1.3.1.jar

I think we should also include weld dependencies into this final zip, so
the beginners will know that they are required and copy into their projects
if needed.


Reply to this email directly or view it on GitHub
#776.

@csokol
Copy link
Contributor Author

csokol commented Sep 2, 2014

:D

here are the dependencies taken from the output of mvn dependency:tree:

[INFO] +- org.jboss.weld.servlet:weld-servlet-core:jar:2.1.2.Final:compile
[INFO] |  +- org.jboss.weld:weld-spi:jar:2.1.Final:compile
[INFO] |  +- org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.0.Alpha1:compile
[INFO] |  \- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
[INFO] +- org.jboss.weld:weld-core-impl:jar:2.1.2.Final:compile
[INFO] |  +- javax.enterprise:cdi-api:jar:1.1:compile
[INFO] |  +- org.jboss.weld:weld-api:jar:2.1.Final:compile
[INFO] |  +- org.jboss.classfilewriter:jboss-classfilewriter:jar:1.0.4.Final:compile
[INFO] |  +- org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Alpha1:compile
[INFO] |  \- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:1.0.0.Alpha3:compile

@csokol
Copy link
Contributor Author

csokol commented Sep 2, 2014

(btw, don't try to download it manually from the web, use maven to do the job with: mvn dependency:copy-dependencies from inside the vraptor-blank-project for instance)

@garcia-jj
Copy link
Member

Like #777?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants