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

Build error in views project #181

Closed
davidsowerby opened this issue Sep 14, 2013 · 0 comments
Closed

Build error in views project #181

davidsowerby opened this issue Sep 14, 2013 · 0 comments
Labels

Comments

@davidsowerby
Copy link
Collaborator

'gradle eclipse' generates an eclipse classpath file with double entries for just about everyhting. This is caused by the line in the views project build.gradle file::

//uses some code inherited from V7 subproject tests
testCompile project(':V7').sourceSets.test.runtimeClasspath

The workaround is to comment out this line, run 'gradle eclipse', then restore the line

davidsowerby pushed a commit that referenced this issue Sep 15, 2013
Introduced use of VaadinSession to retain current Subject; modified
V7SecurityManager, DefaultShiroWebModule to be no longer web based.
Introduced VaadinSessionManager.  Fixes #180

Authentication seems to work correctly but there is still an issue with
reflecting the current login status via the user interface, see #181
davidsowerby pushed a commit that referenced this issue Feb 24, 2014
Moved common tests to testapp from demo, closes #188
removed legacy values from StandardPageKey, rewrote
DefaultLoginExceptionHandler and DefaultLoginAttemptLog

See #181.  Changed method of specifying dependency on test code from
another project to:

	//uses some code inherited from V7 subproject tests
	testCompile project(":V7").sourceSets.test.output

This has a quirk - it requires that the dependency (V7 in this case) has
a folder src/test/resources, and for Git to keep it, a file within it.

Reduced web.xml to minimum by using @weblistener
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

1 participant