JGN downloading

When downloading JGN, do I svn checkout the jME-Networking and jME-Physics-Networking to the same folder as my JGN 2, or into their own seperate project folders?





EDIT: So I downloaded them seperately and put them into their own little projects, so I go to use build.xml on my JME-Networking extension, and I get this error:


Buildfile: C:DevelopmentProgrammingJavaJME-Networkingbuild.xml
clean:
   [delete] Deleting directory C:DevelopmentProgrammingJavaJME-Networkingbin
   [delete] Deleting: C:DevelopmentProgrammingJavaJME-Networkingjmenet.jar
   [delete] Deleting: C:DevelopmentProgrammingJavaJME-Networkingjmenet_src.jar
   [delete] Deleting: C:DevelopmentProgrammingJavaJME-Networkingjmenet_doc.jar
    [mkdir] Created dir: C:DevelopmentProgrammingJavaJME-Networkingbin
dependencies:
      [get] Getting: http://www.captiveimagination.com/download/dependencies/jgn.jar
      [get] To: C:DevelopmentProgrammingJavaJME-Networkinglibjgn.jar
      [get] Error opening connection java.io.FileNotFoundException: http://www.captiveimagination.com/download/dependencies/jgn.jar
      [get] Error opening connection java.io.FileNotFoundException: http://www.captiveimagination.com/download/dependencies/jgn.jar
      [get] Error opening connection java.io.FileNotFoundException: http://www.captiveimagination.com/download/dependencies/jgn.jar
      [get] Can't get http://www.captiveimagination.com/download/dependencies/jgn.jar to C:DevelopmentProgrammingJavaJME-Networkinglibjgn.jar

BUILD FAILED
C:DevelopmentProgrammingJavaJME-Networkingbuild.xml:28: Can't get http://www.captiveimagination.com/download/dependencies/jgn.jar to C:DevelopmentProgrammingJavaJME-Networkinglibjgn.jar

Total time: 491 milliseconds



Basically what it looks like to me is that it isnt finding the files it wants to check, because the downloads off the JGN forum for these .jars I want to build arent active. Can anyone help me with this??