Skip to content

Commit eb30b86

Browse files
committed
Merge pull request AuthorizeNet#30 from billboyde/future
Update location of build properties file so ant can find it; move junit
2 parents dc4f4cb + 6bec6d2 commit eb30b86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
<property name="lib.dir" value="${basedir}/lib" />
1010
<property name="src.tests" value="${basedir}/src/test/java" />
1111
<property name="resources.dir" value="${basedir}/resources" />
12-
<property name="reports.tests" value="${src.tests}/reports" />
12+
<property name="reports.tests" value="${basedir}/target/reports" />
1313
<property name="javac.version" value="1.5" />
1414
<!--
1515
<property file="${resources.dir}/build.properties"/>
1616
-->
1717
<!-- build.properties related info -->
18-
<property file="${user.home}/build.properties" />
19-
<property file="${user.home}/${ant.project.name}.properties" />
18+
<property file="${basedir}/build.properties" />
19+
<property file="${basedir}/${ant.project.name}.properties" />
2020

21-
<property name="prop.message" value="must be defined, preferably in ${user.home}/build.properties or ${user.home}/${ant.project.name}.properties" />
21+
<property name="prop.message" value="must be defined, preferably in ${basedir}/build.properties or ${basedir}/${ant.project.name}.properties" />
2222
<fail message="api.login.id ${prop.message}" unless="api.login.id" />
2323
<fail message="transaction.key ${prop.message}" unless="transaction.key" />
2424
<fail message="cp.api.login.id ${prop.message}" unless="cp.api.login.id" />

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy