Ok, thanks for all support.
I have certain that maven rc3 returns errors for the shell. To prove it, i do this
tests. The return value of maven was 70, indicating that an error happened:
$ maven build
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-rc3
build:start:
build:
java:prepare-filesystem:
java:compile:
[echo] Compiling to c:\temp\workspace\menu/target/classes
[javac] Compiling 3 source files to C:\temp\workspace\menu\target\classes
C:\temp\workspace\menu\implementacao\src\java\com\cpqd\util\presentation\menu\MenuDefinition.java:4:
';' expected
import java.util.Collections;
^
1 error
BUILD FAILED
File...... C:\Documents and
Settings\rsilva\.maven\plugins\maven-java-plugin-1.4\plugin.jelly
Element... ant:javac
Line...... 53
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Tue May 25 09:09:55 BRT 2004
[EMAIL PROTECTED] /cygdrive/c/temp/workspace/menu
$ echo $?
70
Does Gump realy work fine on windows 2000?? If not, what the functionalities that are
not present?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]