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

jar dependencies are not pulled correctly #27

Open
gajanan-dgraph opened this issue Sep 10, 2014 · 1 comment
Open

jar dependencies are not pulled correctly #27

gajanan-dgraph opened this issue Sep 10, 2014 · 1 comment

Comments

@gajanan-dgraph
Copy link

The instructions in "hacking.txt" suggest running "mvn package" command to populate jar dependencies in ark-tweet-nlp/src/target. First error is that it generates the dependencies in ark-tweet-nlp/target and not in ark-tweet-nlp/src/target.

Further, it creates ark-tweet-nlp/target/com.googlecode.addjars.mojo.AddJarsMojo and populates three jars. But all of them are empty. For example this is what I get on my machine:

$ ls -l
total 8
-rwxrwx---+ 1 user_xyz None 0 Sep 8 14:36 ark-tweet-nlp-posBerkeley.jar
-rwxrwx---+ 1 user_xyz None 0 Sep 8 14:36 ark-tweet-nlp-stanford-postagger-2010-05-26.jar
-rwxrwx---+ 1 user_xyz None 0 Sep 8 14:36 ark-tweet-nlp-trove-3.0.0a5.jar

The pom files should be modified for getting right jars here.

@brendano
Copy link
Owner

OK, that's weird. it should be copying those from the lib/ directory.

I have no idea why or how maven works. It's always a mystery to me. Some
people complained in the past that we should use maven for the build so we
tried, but this addjars thing just does weird stuff.

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

No branches or pull requests

2 participants