huw 2003/02/20 21:56:20
Modified: . check-targets.ent
Log:
fixed indentation
Revision Changes Path
1.6 +33 -28 avalon/check-targets.ent
Index: check-targets.ent
===================================================================
RCS file: /home/cvs/avalon/check-targets.ent,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- check-targets.ent 10 Feb 2003 19:07:55 -0000 1.5
+++ check-targets.ent 21 Feb 2003 05:56:20 -0000 1.6
@@ -45,47 +45,46 @@
</project>
-->
- <!-- Set up properties -->
- <property file="check-targets.properties"/>
- <target name="setup-dependencies">
- <available property="bsf.present"
+ <!-- Set up properties -->
+ <property file="check-targets.properties"/>
+ <target name="setup-dependencies">
+ <available property="bsf.present"
classname="com.ibm.bsf.BSFEngine"
classpathref="project.class.path" />
- <available property="checkstyle.present"
+ <available property="checkstyle.present"
classname="com.puppycrawl.tools.checkstyle.Checker"
classpathref="project.class.path" />
- <available property="commons-logging.present"
- classname="org.apache.comons.logging.Log"
- classpathref="project.class.path" />
- <available property="javax.jms.present"
+ <available property="commons-logging.present"
+ classname="org.apache.comons.logging.Log"
+ classpathref="project.class.path" />
+ <available property="javax.jms.present"
classname="javax.jms.TopicConnection"
classpathref="project.class.path" />
- <available property="javax.mail.present"
+ <available property="javax.mail.present"
classname="javax.mail.Message"
classpathref="project.class.path" />
- <available property="javax.servlet.present"
+ <available property="javax.servlet.present"
classname="javax.servlet.ServletContext"
classpathref="project.class.path" />
- <available property="javax.sql.present"
+ <available property="javax.sql.present"
classname="javax.sql.DataSource"
classpathref="project.class.path" />
- <available property="jdk14.present"
- classname="java.util.logging.Logger"
- classpathref="project.class.path" />
- <available property="junit.present"
+ <available property="jdk14.present"
+ classname="java.util.logging.Logger"
+ classpathref="project.class.path" />
+ <available property="junit.present"
classname="junit.framework.Test"
classpathref="project.class.path" />
- <available property="log4j.present"
- classname="org.apache.log4j.Level"
- classpathref="project.class.path" />
- <available property="logkit.present"
- classname="org.apache.log.Hierarchy"
- classpathref="project.class.path" />
- <available property="rhino.present"
- classname="org.mozilla.javascript.Parser"
- classpathref="project.class.path"/>
-
- </target>
+ <available property="log4j.present"
+ classname="org.apache.log4j.Level"
+ classpathref="project.class.path" />
+ <available property="logkit.present"
+ classname="org.apache.log.Hierarchy"
+ classpathref="project.class.path" />
+ <available property="rhino.present"
+ classname="org.mozilla.javascript.Parser"
+ classpathref="project.class.path"/>
+ </target>
<!-- called if a dependency is missing which has a BSD or ASL or
similar license for which autodownload is okay. -->
@@ -99,7 +98,10 @@
Recovery:
Run the build target import-${id} and it will download
the needed jar - you should be online for that.
-
+ - OR -
+ Set the ${id}.jar property in the ant.properties file
+ to the full path of the jar.
+
If you have a fast connection you can also just run the build target
import-all-auto-dependencies, which will download all external jars this
buildfile knows about.
@@ -122,6 +124,9 @@
Get the ${id} jar from the ${id} distribution at
${dist.url}
and place it in ${lib.dir}.
+ - OR -
+ Set the ${id}.jar property in the ant.properties file
+ to the full path of the jar.
Please note that ${id} is licensed under the ${license}
and that by downloading it you are agreeing to that license. You can read
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]