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

Ant fails due to missing dist/ directory #508

Closed
tuetschek opened this issue Jun 20, 2017 · 3 comments
Closed

Ant fails due to missing dist/ directory #508

tuetschek opened this issue Jun 20, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@tuetschek
Copy link

The dist/ directory is not created automatically during the build, and this makes ant fail when creating the jar:

jar:
      [jar] Building jar: /home/do8/madrigal/tools/Java-WebSocket/dist/java_websocket.jar

BUILD FAILED
/path/Java-WebSocket/build.xml:18: Problem creating jar: /path/Java-WebSocket/dist/java_websocket.jar (No such file or directory) (and the archive is probably corrupt but I could not delete it)
@marci4 marci4 self-assigned this Jun 20, 2017
@marci4 marci4 added this to the Release 1.3.5 milestone Jun 20, 2017
@marci4 marci4 added the Bug label Jun 20, 2017
marci4 added a commit to marci4/Java-WebSocket-Dev that referenced this issue Jun 20, 2017
@marci4
Copy link
Collaborator

marci4 commented Jun 20, 2017

Hello @tuetschek,

thx for your bug report!
Looks like this is just an issue for linux.

Merged a fix!

Closing issue!
Greetings
marci4

@marci4 marci4 closed this as completed Jun 20, 2017
@tuetschek
Copy link
Author

Thanks! And sorry I forgot to mention that it happened under Linux.

@marci4
Copy link
Collaborator

marci4 commented Jun 20, 2017

No problem. I know a linux path when I see it ;)

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

No branches or pull requests

2 participants