The proper fix for me was the attached path.

(I'm not yet very familiar with Ant, and I thought `build.properties'
was always honored, which apparently isn't the case.)

Thanks,
Ludo'.

Make sure `build.properties' is honored.

--- jde/build.xml
+++ jde/build.xml
@@ -14,6 +14,7 @@
   <property name="project.version" value="2.4.0"/>
   <property name="config.dir" location="./config"/>
 
+  <property file="build.properties"/>
 
   <!-- everything depends on this initialization target -->
   <target name="init">
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to