-
-
Notifications
You must be signed in to change notification settings - Fork 60
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 or maven build scripts + Continuous integration #6
Comments
That would be great. At this moment I have no idea how to build this, there are no build instructions and dependency lists. |
Yeah, I will tackle this soon after 0.4 release. |
@gim- For development, you can use this guide. It requires Eclipse at the moment. |
A guideline for anyone who would like to take this up: When you open the project in Eclipse, you will see a couple of modules: After compiling, it should be possible to run the browser by specifying all the jars on the classpath, and specifying this entry point: |
I'm picking this up... |
@atiqsayyed I just discovered that Eclipse has an option to create an However, Eclipse creates separate ant build files for each sub-project. It would be nice to take these files as a starting point and build a single build file out of them. |
@hrj I've seen that... I'm trying to integrate the build files which are generated via eclipse... |
I seem to be a bit late on this, but yes, a Maven/SBT/Gradle description would be very helpful. As a start:
|
You aren't late; nothing's finalised yet :) SBT is familiar & fine with us. For dependencies, I would prefer a checksumed download. So far I have not seen a way to do that in sbt / maven. @atiqsayyed isn't working on this right now, so feel free to pick it up. |
@hrj OK, cool. I now spent about 1 hour investigating verification methods in java world. Seems like there are no open solutions for that. The only things I found is a proprietary proxy "Nexus Pro" and manual GPG verification. I will use checked-in artifacts while trying to migrate to SBT. (After manual verification, of course.) unnecessary to read. Alternative I know about: |
About |
All, I got the ant file building successfully. It turns out that Eclipse is pretty smart in exporting the ant file; all dependencies and launch configurations are automatically exported. So just running For convenience, I have added a Using the ant build file, I have also enabled Further things to do in the automated build:
|
I have created separate issues for future work:
|
regarding verification of binaries: gradle has a solution called witness. I wish ant / maven / sbt had something similar. |
No description provided.
The text was updated successfully, but these errors were encountered: