Author: sebb Date: Tue Sep 14 16:11:02 2010 New Revision: 996972 URL: http://svn.apache.org/viewvc?rev=996972&view=rev Log: Some more references to procrun directory
Modified: commons/proper/daemon/trunk/README commons/proper/daemon/trunk/src/native/windows/README Modified: commons/proper/daemon/trunk/README URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/README?rev=996972&r1=996971&r2=996972&view=diff ============================================================================== --- commons/proper/daemon/trunk/README (original) +++ commons/proper/daemon/trunk/README Tue Sep 14 16:11:02 2010 @@ -16,13 +16,12 @@ To build the native part: The exe files are created in dist. 2 - procrun: procrun is only for windows - cd src\native\windows\procrun\apps + cd src\native\windows\apps cd prunsrv nmake -f prunsrv.x86 (prunsrv.amd64 | prunsrv.ia64) cd ..\prunmgr nmake -f prunmgs.x86 (It is also possible to use the MS development tools). -[Note: the directory in SVN is currently called src/native/nt, not src/native/windows] To build the documentation: (See http://commons.apache.org/building.html). mvn site:generate Modified: commons/proper/daemon/trunk/src/native/windows/README URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/README?rev=996972&r1=996971&r2=996972&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/windows/README (original) +++ commons/proper/daemon/trunk/src/native/windows/README Tue Sep 14 16:11:02 2010 @@ -1,6 +1,3 @@ -(Please have a look to procrun (subdirectory), procrun is -probably what you have to use). - Note: MAKE SURE you first build the java part (using Ant) otherwise the dist directory is not created). @@ -9,16 +6,16 @@ To build the service utilities for windo - CYGWIN to build the jsvc.exe. - A Java Platform 2 compliant SDK to run the service. -The Windows 'procrun' applications are found in: +The Windows applications are found in: -procrun/apps/prunmgr -procrun/apps/prunsrv +apps/prunmgr +apps/prunsrv The common source files are in -procrun/src -procrun/include -procrun/resources +src +include +resources The Makefiles in the apps/ directories can be used with MS Visual C++ 5.0. They will not work with earlier versions of nmake