Hi,
Hmm, I'm not 100% sure I get you...
Is that after a complete mvn install, you change a junit test and then
before you can do mvn test you have to do a mvn generate-sources?
There is a custom checksum plugin that we use:
http://fornax.itemis.de/confluence/display/fornax/7.+Developer's+Guide+(CSC)#7.Developer%27sGuide%28CSC%29-Checksumplugin
<http://fornax.itemis.de/confluence/display/fornax/7.+Developer's+Guide+(CSC)#7.Developer%27sGuide%28CSC%29-Checksumplugin>If
it is that one that causes your problem, you can always disable it in the
pom (just remove it from the build-section).
When I'm doing regular development I usually just launch single test cases
from inside eclipse, i.e. not involving the build process at all.
.../Andreas
On Mon, Feb 1, 2010 at 2:10 PM, alevine <adam.l.lev...@gmail.com> wrote:
>
> I went digging through some of the SVN source, but I cannot find what I'm
> looking for.
>
>
> Every time I make only a change to a unit test, I am required to run the
> generate-sources task, as somewhere in the chain for "test" it deletes all
> of the generated code first.
>
> Is there a flag I'm missing that will allow me to run just "mvn test",
> without deleting any code, when all I'm doing is adding unit tests? Right
> now, every invocation is:
>
> mvn -Dfornax.generator.force.execution=true generate-sources test
>
> This isn't a big deal, at the moment, but as my model and code increases,
> the turn-around time in only creating tests becomes longer and longer, and
> doesn't seem efficient.
>
> Thanks again for any insight!
>
> (I'm loving this tool more and more by the day, thanks to its concept and
> the wonderfully responsive and helpful team behind it)
> --
> View this message in context:
> http://old.nabble.com/Controlling-test-phase-w-o-deleting-source-tp27403922s17564p27403922.html
> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer