[rules-dev] guvnor's version.txt

Geoffrey De Smet ge0ffrey.spam at gmail.com
Sun Jun 28 09:03:22 EDT 2009


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




More information about the rules-dev mailing list