[
https://issues.apache.org/jira/browse/DROIDS-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974866#action_12974866
]
Otis Gospodnetic commented on DROIDS-89:
----------------------------------------
I had a quick look at this. I this what's needed is:
* new droids-examples maven module
* move all above classes to o.a.droids.examples package (it's under
src/test/....)
* move the whole o.a.droids.examples package to droids-examples
* add dependency of droids-examples on droids-core and whatever else is needed
* add pom.xml to droids-examples so one can compile this stuff and build a jar
with examples
Eugen, want to work up a patch?
> Move droid classes from src/test/java to src/main/java
> ------------------------------------------------------
>
> Key: DROIDS-89
> URL: https://issues.apache.org/jira/browse/DROIDS-89
> Project: Droids
> Issue Type: Improvement
> Components: core
> Affects Versions: 0.0.1
> Reporter: Eugen Paraschiv
> Priority: Minor
> Fix For: 0.0.1
>
>
> There are functionality classes in the test source directory (src/test/java):
> - FileRenameDroid
> - ExceptionCrawlingDroid
> - ReportCrawlingDroid
> - SysoutCrawlingDroid
> - DroidsFactory
> These should all be moved into the sources directory (src/main/java)
> These can all be moved in either:
> - org.apache.droids.robot.various
> or
> - org.apache.droids.droid
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.