I already found a thread discussing this problem: http://groups.google.com/group/gwt-maven/browse_thread/thread/42df77cbf4fa2ec5/30f4d31d56f23fdd?lnk=gst&q=classpath#30f4d31d56f23fdd
unfortunatley I cannot reply to the thread (maybe it's already too old). anyway: I cannot get the solution to extend comspec to work. maybe I am just doing it wrong or I misunderstood it: what I try to do is this: I set the windows environment variable to C:\WINDOWS\system32\cmd.exe /e:32768 but this does not help in my situation (details at the very bottom) what puzzles me is that the help of the cmd.exe does mention the /e switch to do something different: C:\xxx>cmd /? /E:ON Aktiviert Befehlserweiterungen (siehe unten). /E:OFF Deaktiviert Befehlserweiterungen (siehe unten). which is German and means something like: "will turn on/off extended commands" Is it possible that the meaning of the /e switch changed between windows-versions? some more details: * maven-plugin version: com.totsp.gwt maven-googlewebtoolkit2-plugin "2.0-beta26" * XP Professional Version 2002 SP 3 detailed "mvn install" errormessage (truncated for readability): ************************* C:\__tfact\_projects_1_0_branch\tfact.gwt>set CLASSPATH="C:\__tfact \_projects_1_ 0_branch\tfact.gwt\src\main\java";"C:\__tfact\_projects_1_0_branch \tfact.gwt\src... ... ...wt\gwt-dev-windows.jar"; Die eingegebene Zeile ist zu lang. C:\__tfact\_projects_1_0_branch\tfact.gwt>[INFO] ------------------------------- ----------------------------------------- [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Exception attempting compile. Embedded error: Compilation failed. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch ************************* which just tells me that the command line is too long - when trying to set the classpath variable --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
