Both get set in the same file (just search for them if you're
interested). You can ignore those kind of errors of your IntelliJ plugin.


On 03/29/2018 06:00 AM, ziyuan fang wrote:
> I am downloaded bitcoinj sourcecode and run main function and error, and
> I checked pom.xml in core direcroty,and I discovery two errors in it.
> 
> who can help me, and now I can not to run bitcoinj project .
> 
> there are one: I can not found ${proto.files},it happended error.
>    <pathconvert pathsep=" " property="proto.files" refid="proto.path"/>
> 
> <exec executable="protoc" failonerror="true">
>     <arg value="--java_out=${project.basedir}/src/main/java"/>
>     <arg value="-I${project.basedir}/src/main/proto"/>
>     <arg line="${proto.files}"/>
> </exec>
> 
> 
> there are secondary error.and It can not found ${surefireArgLine},reported 
> erros.
> 
>     <configuration>
> 
>         <!-- First argument increases the maximum heap size, second argument
> disables a nasty HotSpot optimization
> (see
> http://jawspeak.com/2010/05/26/hotspot-caused-exceptions-to-lose-their-stack-traces-in-production-and-the-fix/)
> and last argument is required for code coverage to work. -->
> <argLine>-Xmx1024m -XX:-OmitStackTraceInFastThrow ${surefireArgLine}</argLine>
>         <runOrder>alphabetical</runOrder>
>         <systemProperties>
>             <property>
>                 <name>java.util.logging.config.file</name>
>                 <value>src/test/resources/logging.properties</value>
>             </property>
>         </systemProperties>
>     </configuration>
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "bitcoinj" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to