You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by si...@insession.com on 2004/09/07 14:04:48 UTC

Question - Debugging geronimo using maven debug:server command

Following the instructions at http://wiki.apache.org/geronimo/Building 
(item 8 - Testing Build), To run geronimo under the debugger, I issued the 
"maven debug:server" command in the  in the root of the Geronimo source 
tree and got the following error from maven:

D:\Projects\J2EE\incubator-geronimo>maven debug:server

    [copy] Copying 1 file to D:\Projects\J2EE\incubator-geronimo\etc
build:start:

debug:server:
    [echo] Running in target/geronimo-1.0-SNAPSHOT/bin

BUILD FAILED
File...... D:\Projects\J2EE\incubator-geronimo\maven.xml
Element... java
Line...... 55
Column.... 34
D:\Projects\J2EE\incubator-geronimo\target\geronimo-1.0-SNAPSHOT\bin is 
not a valid directory
Total time: 3 seconds
Finished at: Tue Sep 07 07:23:51 GMT 2004

Am I issuing this command from the correct location?  I do have the 
following directory on my PC:

 incubator-geronimo\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin

Thanks,

John Sisson