index.html #7

  • //
  • guest/
  • perforce_software/
  • integrations/
  • jbuilder/
  • p4ot/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (6 KB)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

<html>
  <head>
    <title>Perforce Public Depot: JBuilder Integration</title>
    <!-- no htdig-keywords tag in this file -->
    <!-- no keywords tag in this file -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="../../../../css/pure.css" type="text/css">
    <link rel="stylesheet" href="../../../../css/depot.css" type="text/css">
  </head>

  <body>

    <!-- div for entire page -->
    <div id="outer">

      <div id="page-top"><!-- frames the logo and search -->
	
        <!-- logo -->
        <div id="logo">
          <a href="http://www.perforce.com"><img src="../../../../images/site_logo.gif" alt="Perforce Public Depot" width="219" height="50"></a>
        </div>
	  
        <div id="search"><!-- search section -->
          <form method="get" action="http://www.google.com/search">
            <div><!-- needed so invisible field will validate -->
              <input type="hidden" name="sitesearch" value="public.perforce.com">
            </div><!-- silly invisible field div -->
            <ul class="search-box">
               <li class="left"><input type="text" size="40" name="q" value="" class="search-form"></li>
               <li class="middle"><input type="submit" value="Search" class="search-button"></li>
               <li class="right" style="color: black;">Powered by Google</li>
            </ul>
          </form><!-- top navbar search form -->
        </div><!-- end search section -->

      </div> <!-- end div id page-top -->
    
      <!-- start site content -->
      <div id="main-body">

        <!-- navbars -->
        <div id="navbar-outer">
          <ul class="navbar">
            <li class="nav-top"><a href="../../../../index.html" title="Home">Public Depot Home</a></li> 
            <li><a href="../../../../sitemap.html" title="Project Tree">Project Tree</a></li> 
            <!-- li><a href="../../../../search.html" title="Search">Search</a></li -->
            <li><a href="../../../../browse.html" title="How to Browse" >Browse</a></li> 
            <li><a href="../../../../contribute.html" title="How to Contribute">Contribute</a></li> 
            <!-- li><a href="../../../../review.html" title="Change Review Email">Change Review Email</a></li -->  
          </ul>
        </div>
        <!-- end id.navbars -->

        <div id="content-outer">

          <div id="content">

            <!-- Content starts here -->

              <h1>The JBuilder-Perforce Opentool Integration</h1>

              <h3>About p4ot</h3>
              <p>The JBuilder-Perforce Opentool Integration (p4ot) 
				allows for access to Perforce from within the JBuilder ide. 
              </p>
              <ul>
                <li><a href="http://public.perforce.com:8080/@ra=s@/public/perforce/integrations/jbuilder/p4ot/">Browse	the Source Files</a></li>
			  </ul>
              <p>Please read the <a href="http://public.perforce.com/public/perforce/integrations/jbuilder/p4ot/docs/license.txt">LICENSE</a>
				file for important license information.
              </p>

              <div class="hr-dotted"></div>

              <h3>Downloads</h3>
              <p>JBuilder 4-9
              </p>
			  <ul>
				<li><a href="http://public.perforce.com/public/perforce/integrations/jbuilder/p4ot/build/perforceot.jar">perforceot.jar</a></li>
				<li><a href="http://public.perforce.com/public/perforce/integrations/jbuilder/p4ot/build/perforcevcs.jar">perforcevcs.jar</a></li>
			  </ul>
              <p>JBuilderX
              </p>
			  <ul>
				<li><a href="http://public.perforce.com/public/perforce/integrations/jbuilder/p4ot/build/jbuilderx/perforceot.jar">perforceot.jar</a></li>
				<li><a href="http://public.perforce.com/public/perforce/integrations/jbuilder/p4ot/build/jbuilderx/perforcevcs.jar">perforcevcs.jar</a></li>
			  </ul>

              <div class="hr-dotted"></div>

              <h3>Documentation</h3>
			  <ul>
			    <li><a href="http://public.perforce.com/public/perforce/integrations/jbuilder/p4ot/docs/readme.txt">Readme</a></li>
				<li><a href="http://public.perforce.com/public/perforce/integrations/jbuilder/p4ot/docs/developer.txt">Developer Notes</a></li>
			  </ul>

              <div class="hr-dotted"></div>

              <h3>Background</h3>
              <p>p4ot was developed due to a lack of integration between JBuilder
				and Perforce. A need for a tool that could be used with JBuilder
				Foundation/Personal, Professional, and Enterprise was identified.
				Support for JbuilderX has now been added.
              </p>
              <p><b>Curator</b> David Freels. Please email 
                <SCRIPT TYPE="text/javascript">
                  <!--
                  user='dafreels';
                  domain='hotmail.com';
                  addr=user + '&#064;' + domain;
                  document.write('<A HREF="mailto:' + addr + '">' + addr + '<\/A>');
                  -->
                </SCRIPT>    
                if you have submitted contributions you'd like published or if you have ideas for enhancement.
              </p>

              <div class="hr-dotted"></div>

              <p class="stored-file">You're browsing a file stored as <code>$Id: //public/perforce/integrations/jbuilder/p4ot/index.html#8 $</code></p>

            <!-- Content ends here -->

          </div><!-- id content -->

        </div><!-- id content-outer -->

      </div><!-- id main-body -->


      <!-- Copyright and bottom bar -->
      <div id="copyright">
        Copyright &#169; 1996, 2007 Perforce
      </div>

    </div> <!-- id outer -->

  </body>
</html>
# Change User Description Committed
#7 6026 rlo Public depot fixes:
* Titles formatted similarly
* Navbar changed and shortened
* Change review taken out of navbar
* Links fixed
#6 6025 rlo Public Depot Redesign goes live
* Skin matches KB and latest WWW skin
* Rudimentary search mechanism based on google
* did this already, but made some big mistakes and it was easier to obliterate and start over
* about the above: yikes!
#5 4090 David Freels Fixed bug where paths with spaces would not work.
Also checked in new code or JBuilderX.
#4 1447 David Freels Updated with new binary downloads.
#3 1099 rmg Reorg the index.html just a tad.
#2 950 David Freels Fixed typo.
#1 948 David Freels Initial revision.
//guest/david_freels/p4ot/index.html
#1 947 David Freels Initial Revision.