Closed GoogleCodeExporter closed 9 years ago
Which 6 of the libraries do you use? It's possible they depend on a bunch of
other
things. Then the transitive dependencies can get rather large.
Original comment by willp...@gmail.com
on 10 May 2007 at 5:26
the GWT plugin on sourceforge is using the gwt compiler embedded which should
be able
to deal with this... I think it might be worth grabbing that code and see what
they
are doing.
So far the gwt-maven plugin simply has better integration with other processes
so I'm
sticking with it... :)
Original comment by pappi...@gmail.com
on 12 May 2007 at 2:32
I just changed the classpath from being a commandline option to an environment
var. I
believe this will correct this problem.
Original comment by keber...@gmail.com
on 15 May 2007 at 10:34
Unfortunately, it does not...
Original comment by WFr...@gmail.com
on 16 Apr 2008 at 7:41
Yes I am encountering this problem also. It seems the set CLASSPATH line now
exceeds
the line limit.
Original comment by dean.po...@gmail.com
on 23 Jun 2008 at 5:36
Actually it turns out that the bit of code that is in there to split up the
CLASSPATH
into multiple:
set CLASSPATH=blah blah;..
set CLASSPATH=%CLASSPATH%;blah blah
doesn't work as Windows XP wants to expand the CLASSPATH variable in the
declaration!
Original comment by dean.po...@gmail.com
on 23 Jun 2008 at 6:42
The solution seems to be to use SETLOCAL ENABLEDELAYEDEXPANSION. See
http://blogs.msdn.com/oldnewthing/archive/2006/08/23/714650.aspx
Original comment by dean.po...@gmail.com
on 23 Jun 2008 at 7:16
Why is this issue closed?
We have the same problem and SETLOCAL ENABLEDELAYEDEXPANSION is not fixing it.
Original comment by SSozo...@gmail.com
on 15 Oct 2008 at 2:06
I too have this issue. Works on Macos but not on windows.
Original comment by georges....@gmail.com
on 6 Nov 2008 at 8:27
A quick and dirty solution is to alter your maven conf and move your local
directory
from c:/Documents..../.m2/repo to c:/.m2/repo - IF you are lucky then the
classpath
is less then the max on your system.
Original comment by georges....@gmail.com
on 6 Nov 2008 at 8:36
Original issue reported on code.google.com by
ricardo....@gmail.com
on 26 Mar 2007 at 2:45