On Wed, Feb 9, 2011 at 8:14 AM, Susanne Gladén <[email protected]> wrote:
> I got these errors when eclipse auto-built. This happened after I
> imported the maven projects.
>
> I now ran maven clean and then maven install and I got
> "javac is not an internal command"    (How can I fix this in eclipse?
> I dont want to change the env. variable path)
>
> I then set the global env variable PATH to %PATH%;.....jdk/bin
>
> Then maven clean -> maven install again

Good. I think that explains most of the build problems.


> Now I get that "svn is not an internal command"
>
> If I open cmd and run svn --version I get "svn is not an internal command"
> Shouldnt it be enough to have installed subversion?

I don't think its enough, unfortunately. Subclipse probably uses an
internal Subversion client, so it is happy. Maven doesn't see any
Subversion client installed, so it is unhappy.

- Dave

Reply via email to