read svn revision at compile time with gwt eclipse plugin -


situation

i try read svn revision number in gwt project in eclipse ide @ compile time. use gwt eclipse plugin. when i've googled problem find solutions maven. have subclipse installed, maybe helps.

problem & tried solution

when i'm writting code in c/c++ svn revision that:

-d'myver="$(shell svnversion -c .)"' 

i can not find similar argument gwt compiler. tested same argument gcc, won't work.

question

  • is there similar argument gwt compiler?
  • is there way svn revision without maven?
  • maybe there solution subclipse plugin?

solution

i have work maven or similar, there no way gwt compiler.

here article showing how realize maven: svn revision number , timestamp


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -