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

Test .class files are written in wrong directory #31

Closed
GoogleCodeExporter opened this issue Sep 2, 2015 · 3 comments
Closed

Test .class files are written in wrong directory #31

GoogleCodeExporter opened this issue Sep 2, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

slim3 version: 1.0.4

In slim3-1.0.4, SomeXXXTest.class files are written in wrong directory.

Actual: "war/WEB-INF/classes"
Expected: "build/test-classes"


I think this behavior has been produced by the build path setting.

slim3-1.0.3: <classpathentry kind="src" output="build/test-classes" 
path="test"/>
slim3-1.0.4: <classpathentry kind="src" path="test"/>


Original issue reported on code.google.com by pekeq.9 on 19 May 2010 at 9:55

@GoogleCodeExporter
Copy link
Author

To run tests on production server, the path for testing was changed.
"war/WEB-INF/classes" is correct.

Original comment by higaya...@gmail.com on 19 May 2010 at 10:06

@GoogleCodeExporter
Copy link
Author

I see!
I'm sorry for wrong report.

Original comment by pekeq.9 on 19 May 2010 at 10:13

@GoogleCodeExporter
Copy link
Author

Original comment by higaya...@gmail.com on 19 May 2010 at 10:14

  • Changed state: WontFix

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

No branches or pull requests

1 participant