You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by nafise hassani <na...@yahoo.com> on 2004/11/10 12:04:55 UTC

maven debug mode

hi
what is maven debug mode? 
how can  change it?
in which file?
 

			
---------------------------------
Do you Yahoo!?
 Check out the new Yahoo! Front Page. www.yahoo.com

Re: maven debug mode

Posted by nafise hassani <na...@yahoo.com>.
yes I want to chane compile.debug flag because during compilation of my files  with maven(for building jetspeed-2) I get this error :
BUILD FAILED
File...... D:\Program Files\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line...... 133
Column.... 40
Unable to obtain goal [java:compile] -- C:\Documents and Settings\Administrator\
.maven\cache\maven-java-plugin-1.4\plugin.jelly:53:48: <ant:javac> Compile faile
d; see the compiler error output for details.
Total time: 1 minutes 48 seconds
Finished at: Wed Nov 10 13:38:23 IRST 2004
 
 
and I want to see it how I don't know 

Bulent Erdemir <bu...@gmail.com> wrote:
If you're talking about the -X or --debug flags in the command line
arguments, those're used to printout debug information internal to
maven or maven plugins. If you're not a plugin writer or a maven
contributor you normally won't need this (If you were, you'd have
known this already).

OTOH, you mentioned about a file. So you might be talking about the
compile.debug flag which tells the maven to compile the java classes
with debug information on. This flag is set in your project.properties
file (or build.properties, etc., read the doco).

Bulent erdemir


On Wed, 10 Nov 2004 03:04:55 -0800 (PST), nafise hassani
wrote:
> hi
> what is maven debug mode?
> how can change it?
> in which file?
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Check out the new Yahoo! Front Page. www.yahoo.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


			
---------------------------------
Do you Yahoo!?
 Check out the new Yahoo! Front Page. www.yahoo.com

Re: maven debug mode

Posted by Bulent Erdemir <bu...@gmail.com>.
If you're talking about the -X or --debug flags in the command line
arguments, those're used to printout debug information internal to
maven or maven plugins. If you're not a plugin writer or a maven
contributor you normally won't need this (If you were, you'd have
known this already).

OTOH, you mentioned about a file. So you might be talking about the
compile.debug flag which tells the maven to compile the java classes
with debug information on. This flag is set in your project.properties
file (or build.properties, etc., read the doco).

Bulent erdemir


On Wed, 10 Nov 2004 03:04:55 -0800 (PST), nafise hassani
<na...@yahoo.com> wrote:
> hi
> what is maven debug mode?
> how can  change it?
> in which file?
> 
> 
> ---------------------------------
> Do you Yahoo!?
>  Check out the new Yahoo! Front Page. www.yahoo.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org