saiddfhi / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 0 forks source link

Dependencies are doubled in run,sh/cmd as of 2.0.25 #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One of the 2.0.25 fixes/patches seems to have caused this.  Diff vs the
tags, figure out whats up, or just filter out doubles?

http://groups.google.com/group/gwt-maven/browse_thread/thread/6b8aa046996065ac

Thinking about it some I am not even sure we want/need the test deps in the
shell scripts, etc. 

This needs some more research.

Original issue reported on code.google.com by charlie....@gmail.com on 13 Nov 2008 at 1:53

GoogleCodeExporter commented 9 years ago
Fixed in trunk, and 2.0-beta26 will be coming soon to address this. 

When I addressed another issue about windows and unix having different 
classpaths I
went the wrong way with it.  I ADDED the test stuff to the windows script writer
classpath.  Rather, I should have removed it from both (the BuildClasspathUtil 
has to
be authoritative on that, and it already adds the correct classes based on the 
scope
- even test). Trunk now doesn't add extra dep stuff to classpath beyond what
BuildClasspathUtil provides (so it is the authority, and we don't get 
differences, etc).

Original comment by charlie....@gmail.com on 13 Nov 2008 at 2:31

GoogleCodeExporter commented 9 years ago
resolved in 2.0-beta26

Original comment by charlie....@gmail.com on 19 Nov 2008 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by charlie....@gmail.com on 19 Nov 2008 at 7:44