You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/11/02 00:36:55 UTC

[Solr Wiki] Trivial Update of "HowToContribute" by ErickErickson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "HowToContribute" page has been changed by ErickErickson.
The comment on this change is: Added note about ant spurious error about "bad path element".
http://wiki.apache.org/solr/HowToContribute?action=diff&rev1=49&rev2=50

--------------------------------------------------

  {{{
  BUILD SUCCESSFUL
  }}}
- all is ok, but if you see
+ all is ok, even if you see some lines like this during the build.
+ {{{
+ > [javac] warning: [path] bad path element "blahblahblah\activation.jar": no such file or directory
+ }}}
+ There's a bug in ant that generates these, they're harmless. If the "BUILD SUCCESSFUL" message is printed, 
+ 
+ but if you see
  
  {{{
  BUILD FAILED
  }}}
+ 
  please, read carefully the errors messages and check your code. If the test fails you may want to repeatedly rerun a single test as you debug and sort out any problems. In which case you could run
  
  {{{