thanks for that .. I got it working by doing something weird .. by doing verbose on the ant job "ant -v jar" (it spews out enough stuff to delay the move of the file for a fraction of a second)
I think there is some kind of race or an opportunistic lock on the move of the jetty-xml* file when the contrib-crawl macro runs. -Sundara On Tue, Aug 26, 2014 at 4:12 PM, Edwards, Joshua < [email protected]> wrote: > You may need to run ant ivy-bootstrap. Ivy stores all of its dependencies > in your maven repository. On Windows, this is user/.m2 > > > > Josh > > > > *From:* sundru [mailto:[email protected]] > *Sent:* Tuesday, August 26, 2014 11:15 AM > *To:* [email protected] > *Subject:* Building from source > > > > Hey all, > > > > Been trying to add a custom transformer needed for a specific action. > > > > Was trying to build the solr and running into below when building with > target (ant jar) > > Anyone know where Ivy is looking to resolve this dependency and if > something should be updated since its not finding /cannot resolve > "jetty-xml*" > > > > BUILD FAILED > > D:\Software\solr-src\lucene_solr_4_9\build.xml:126: The following error > occurred while executing this line: > > D:\Software\solr-src\lucene_solr_4_9\solr\build.xml:195: The following > error occurred while executing this line: > > D:\Software\solr-src\lucene_solr_4_9\solr\common-build.xml:427: The > following error occurred while executing this line: > > *D:\Software\solr-src\lucene_solr_4_9\solr\example\build.xml:54: > impossible to ivy retrieve: java.lang.RuntimeException: problem during > retrieve of org.apache.solr#example: java.io.FileNotFoundException: * > > > D:\Software\solr-src\lucene_solr_4_9\solr\example\lib\jetty-xml-8.1.10.v20130312.jar > > > > thanks > > S > > ------------------------------ > > The information contained in this e-mail is confidential and/or > proprietary to Capital One and/or its affiliates. The information > transmitted herewith is intended only for use by the individual or entity > to which it is addressed. If the reader of this message is not the > intended recipient, you are hereby notified that any review, > retransmission, dissemination, distribution, copying or other use of, or > taking of any action in reliance upon this information is strictly > prohibited. If you have received this communication in error, please > contact the sender and delete the material from your computer. >
