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

Bug Submitter: use the same dialog instance again after failure #1

Merged
merged 2 commits into from
Jun 25, 2014

Conversation

imagejan
Copy link
Member

This fixes Bug #816 in Fiji's bugzilla:
http://fiji.sc/bugzilla/show_bug.cgi?id=816

I had minor troubles when building with Maven: imagej-updater-0.3.9.jar gets deleted and replaced by an earlier version (0.2.0, or 0.3.6 if I removed the version tag in pom.xml). When I removed the imagej-updater dependency completely (thinking that it's implied by pom-fiji), I got compile errors, so I left it in, but had to put back the newest imagej-updater.jar in Fiji.app/jars in order to be able to start Fiji.

@imagejan
Copy link
Member Author

I missed the fact that the dialog will be displayed again and again even when the user cancels, if they tried to submit once. Fixed in the second commit.

dscho added a commit that referenced this pull request Jun 25, 2014
Bug Submitter: use the same dialog instance again after failure
@dscho dscho merged commit 66f642f into fiji:master Jun 25, 2014
@dscho
Copy link
Contributor

dscho commented Jun 25, 2014

Thank you!

@dscho
Copy link
Contributor

dscho commented Jun 25, 2014

I had minor troubles when building with Maven [...]

Ah, completely my fault, sorry. I missed the fact that our Fiji-Maven job was not adjusted to the external plugin configuration, therefore the pom-fiji available from the public Maven repository is obsolete: http://maven.imagej.net/service/local/repositories/snapshots/content/sc/fiji/pom-fiji/2.0.0-SNAPSHOT/pom-fiji-2.0.0-20140610.225141-323.pom.

Will fix in a moment.

@dscho
Copy link
Contributor

dscho commented Jun 25, 2014

the pom-fiji available from the public Maven repository is obsolete

This is fixed as per http://jenkins.imagej.net/view/Fiji/job/Fiji-Maven/ build 824.

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 this pull request may close these issues.

None yet

2 participants