Closed GoogleCodeExporter closed 8 years ago
Hey, thanks for reporting, we totally missed that. We will fix that in the next
release.
Original comment by brice.du...@gmail.com
on 11 Feb 2013 at 3:15
Pull request
https://github.com/mockito/mockito/pull/28
Original comment by marcin.g...@gmail.com
on 21 Dec 2013 at 5:59
Merged, thx Marcin
Original comment by brice.du...@gmail.com
on 22 Dec 2013 at 2:44
Hey,
Not sure about this change. The sources are in the jars intentionally, so that
IDEs pick them up automatically (at least Eclipse). Why is it a problem if java
code exists in the jar?
Original comment by szcze...@gmail.com
on 19 Jan 2014 at 9:10
Hi Szczepan
I just did what was required in the task so hopefully the author of the issue
will define his intentions.
Original comment by marcin.g...@gmail.com
on 19 Jan 2014 at 9:22
No problem. Thank you very much for this submission (and others, too - keep
them coming :). I'm just going through the changes so that we're release-ready.
Original comment by szcze...@gmail.com
on 19 Jan 2014 at 10:03
The source code is already (correctly) in the file
~/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5-sources.jar
However it should *not* additionally appear in
~/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
To tell Eclipse where to obtain the source, see
http://stackoverflow.com/questions/310720/get-source-jar-files-attached-to-eclip
se-for-maven-managed-dependencies
Original comment by gep...@gmail.com
on 20 Jan 2014 at 4:37
Actually Ithe project should respect proper maven artifacts. Eclipse has many
issues and I don't think this one should be considered when delivering mockito.
Original comment by brice.du...@gmail.com
on 20 Jan 2014 at 5:26
Nah, the project should do whatever makes developers happy.
It's not an issue with eclipse. It's about the fact that you can drop mockito
jar into idea or eclipse and instantly view the javadocs and debug Mocktio
internals. I consider this a feature :)
I'm not hardcoded to keeping java in the jar but I'd like to hear a better
reasons for this. What say you? :)
Original comment by szcze...@gmail.com
on 20 Jan 2014 at 6:00
If it's a feature. I'm not either hardcoded to following maven standard, but it
seems more regular or legal to me.
Original comment by brice.du...@gmail.com
on 20 Jan 2014 at 6:16
If someone asked me for opinion I think that it makes much more sense to keep
sources with sources and classes with the lib as such :)
Original comment by marcin.g...@gmail.com
on 20 Jan 2014 at 6:18
Original comment by szcze...@gmail.com
on 16 Aug 2014 at 2:43
Original comment by szcze...@gmail.com
on 24 Aug 2014 at 3:14
Since everyone wants to remove it, lets remove them from the main jar :)
Original comment by szcze...@gmail.com
on 24 Aug 2014 at 3:37
Original comment by szcze...@gmail.com
on 24 Aug 2014 at 3:50
This doesn't seem to be fixed (although the bug is closed as fixed), the source
files are still there in mockito-core-(version >= 10.0).jar
Original comment by jens.bor...@gmail.com
on 14 Apr 2015 at 3:21
Can you open a ticket at github?
Original comment by szcze...@gmail.com
on 15 Apr 2015 at 12:45
Reported at github: https://github.com/mockito/mockito/issues/199
Original comment by jens.bor...@gmail.com
on 16 Apr 2015 at 12:06
Original issue reported on code.google.com by
gep...@gmail.com
on 11 Feb 2013 at 2:18