This is documented in the third list item of doc/install.html:

  "If you create the ~/.jdee-config.properties file, you might want to
  do a complete clean (cleans all derived objects and the
  build.properties), then regenerate by using the configure target
  once more:

    ant clean-all
    edit ~/.jdee-config.properties
    ant configure
    cat build.properties

  "Note: The clean target doesn't remove the (generated)
  build.properties file.

  "Spending just a little time on this step could really save a lot of
  time during the build step."


Ludovic Courtès writes:
 > 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


-- 
Paul Landes
[email protected]

------------------------------------------------------------------------------
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