You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by bu...@apache.org on 2001/06/18 18:54:59 UTC

[Bug 2211] - wrong file name in readme

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2211

*** shadow/2211	Mon Jun 18 05:47:09 2001
--- shadow/2211.tmp.19972	Mon Jun 18 09:54:59 2001
***************
*** 2,9 ****
  | wrong file name in readme                                                  |
  +----------------------------------------------------------------------------+
  |        Bug #: 2211                        Product: Turbine                 |
! |       Status: NEW                         Version: 2.1b3                   |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: TDK                     |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | wrong file name in readme                                                  |
  +----------------------------------------------------------------------------+
  |        Bug #: 2211                        Product: Turbine                 |
! |       Status: RESOLVED                    Version: 2.1b3                   |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: TDK                     |
  +----------------------------------------------------------------------------+
***************
*** 21,23 ****
--- 21,44 ----
  
  This file does not exist. My guess is that you mean the file
  "./newapp/WEB-INF/build/build.properties"
+ 
+ ------- Additional Comments From jon@latchkey.com  2001-06-18 09:54 -------
+ Hi,
+ 
+ The name of the file is correct. It is ./project/newapp.properties.
+ 
+ The ./newapp/WEB-INF/build/build.properties exists but it used for the 
+ build. 
+ It doesn't have any link with the newapp.properties file.
+ 
+ The problem is that you maybe look at the wrong path.
+ The ./project/newapp.properties file is a relative path in the 
+ ./newapp/WEB-INF/build directory.
+ 
+ The 'absolute' path (I mean from the root of your application) to the 
+ newapp.properties file is: 
+ ./newapp/WEB-INF/build/project/newapp.properties
+ 
+ 
+ Beno�t
+ Benoit Jacquemont <be...@smile.fr>
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org