Hi,

The guvnor's version.txt is a bit annoying in the development lifecycle.

Try this:

svn update
mvn clean install -DskipTests
svn update

And you get this:

Conflict discovered in 'drools-guvnor/src/main/java/org/drools/guvnor/public/version.txt'.
Select: (p) postpone, (df) diff-full, (e) edit,
        (h) help for more options: tf


If it's a build generated file, it should be generated under
  drools-guvnor/target/classes/org/drools/guvnor/public/version.txt

or, if it's generated code

drools-guvnor/target/generated-resources/org/drools/guvnor/public/version.txt
and eclipse/intellij must be told to add that dir to their sources
--
With kind regards,
Geoffrey De Smet

_______________________________________________
rules-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-dev

Reply via email to