Where's the NetworkTable_Client project needed to build the smartdashboard2012 proj?

We’ve downloaded and installed SmartDashboard Client 2012, but we can’t build it because we can’t find the NetworkTable_Client project it wants. (We did find the NetworkTable_Client.jar file.) Can someone tell me where to find the project? I’ve browsed the SmartDashboardInstaller 1.0.2 and SmartDashboardExe_InstallerCreator-v3 packages, but they don’t seem to include it either. Yes, this is for Java.

Thanks!

There isn’t a zip file with the project, but you can get it from SVN. You don’t need to be a member of the project to get to SVN, but you do need to be logged into FIRST Forge. Depending on whether you want the trunk (latest) or 2012 release, it is either


trunk:
svn co --username <username> --password <password> http://firstforge.wpi.edu/svn/repos/smart_dashboard/trunk/NetworkTable/Client/Java/trunk
2012:
svn co --username <username> --password <password> http://firstforge.wpi.edu/svn/repos/smart_dashboard/tags/2012/NetworkTable/Client/Java/trunk