java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (12 - 04 May 2008 - Main.mcangus)
Line: 1 to 1
 
META TOPICPARENT name="MyJXTA"
<-- The following statements are not true until the new MyJxta? Project pages are completed -->
 -- Main.mcangus - 04 May 2008
-- Main.mcangus - 13 Jun 2004
-- Main.mcangus - 10 Jun 2004

 <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (11 - 04 May 2008 - Main.mcangus)
Line: 1 to 1
 
META TOPICPARENT name="MyJXTA"
Added:
>
>
<-- The following statements are not true until the new MyJxta? Project pages are completed -->
If you wish to obtain the latest/greatest codebase you are encouraged to try the following process as generally described in BuildingJXTA:
 prerequsites:
Changed:
<
<

On Windows, you will also need to add a CVS Client with command line capabilities. One option is WinCVS. Don't forget to add the path to the command line executable (e.g. <winCVS install dir>\CVSNT for WinCVS) to your PATH environment variable.

On Windows and Mac OS X, you may receive an error similar to the following when you try to follow the installation instructions below:

  [cvs] cvs checkout: could not open &lt;cvs home path&gt;/.cvspass: No such file or directory
  [cvs] cvs [checkout aborted]: use "cvs login" to log in first

If so, you need to create and prime your .cvspass file by entering the following at a command line (Windows: command window, Mac: Terminal):

  cvs -d :pserver:guest@cvs.jxta.org:/cvs login

When promted for a password, simply hit the Enter/Return key (the guest user has no passowrd).

>
>
  1. J2SDK 1.5.0+
  2. Ant 1.6+
  3. Subversion (Subversion client)
 With the above prerequisites installed and availble in your system environment, create a workspace:
Line: 36 to 23
  % cd jxta
Changed:
<
<
Windows 2000:
>
>
Windows 2000/XP/Vista:
 
  > mkdir %USERPROFILE%\jxta
  > cd %USERPROFILE%\jxta
Line: 81 to 68
  % ant -f install.xml
Added:
>
>
-- Main.mcangus - 04 May 2008
 -- Main.mcangus - 13 Jun 2004
-- Main.mcangus - 10 Jun 2004
-- JamesTodd - 21 Mar 2004

 <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (10 - 20 Dec 2004 - Main.gonzo)
Line: 1 to 1
 
META TOPICPARENT name="MyJXTA"
The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.
Line: 71 to 71
 At this point you should have a working copy of MyJXTA:
Changed:
<
<
% cd myjxta2/binding/java
>
>
% cd myjxta2
  % ant run

 <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (9 - 14 Jun 2004 - Main.gonzo)
Line: 1 to 1
 
META TOPICPARENT name="MyJXTA"
The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.
Line: 13 to 13
 

On Windows, you will also need to add a CVS Client with command line capabilities. One option is WinCVS.

Changed:
<
<
Don't forget to add the path to the command line executable (e.g. <winCVS install dir>\CVSNT for WinCVS?) to your PATH environment variable.
>
>
Don't forget to add the path to the command line executable (e.g. <winCVS install dir>\CVSNT for WinCVS) to your PATH environment variable.
 On Windows and Mac OS X, you may receive an error similar to the following when you try to follow the installation instructions below:

 <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (8 - 14 Jun 2004 - Main.mcangus)
Line: 1 to 1
 
META TOPICPARENT name="MyJXTA"
The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.
Line: 13 to 13
 

On Windows, you will also need to add a CVS Client with command line capabilities. One option is WinCVS.

Changed:
<
<
Don't forget to add the command line executable (e.g. <winCVS install dir>wincvs.exe) to your PATH environment variable.
>
>
Don't forget to add the path to the command line executable (e.g. <winCVS install dir>\CVSNT for WinCVS?) to your PATH environment variable.
 On Windows and Mac OS X, you may receive an error similar to the following when you try to follow the installation instructions below:
Line: 81 to 81
  % ant -f install.xml
Added:
>
>
-- Main.mcangus - 13 Jun 2004
 -- Main.mcangus - 10 Jun 2004
-- JamesTodd - 21 Mar 2004
Added:
>
>

 <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (7 - 11 Jun 2004 - Main.gonzo)
Line: 1 to 1
 
META TOPICPARENT name="MyJXTA"
The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.
Line: 12 to 12
 
  • Ant 1.6+
  • Changed:
    <
    <
    On Windows, you will also need to add a CVS Client with command line capabilities. One option is WinCVS.
    >
    >
    On Windows, you will also need to add a CVS Client with command line capabilities. One option is WinCVS.
     Don't forget to add the command line executable (e.g. <winCVS install dir>wincvs.exe) to your PATH environment variable.

    On Windows and Mac OS X, you may receive an error similar to the following when you try to follow the installation instructions below:


     <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (6 - 10 Jun 2004 - Main.mcangus)
    Line: 1 to 1
     
    META TOPICPARENT name="MyJXTA"
    The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.
    Line: 12 to 12
     
  • Ant 1.6+
  • Added:
    >
    >
    On Windows, you will also need to add a CVS Client with command line capabilities. One option is WinCVS.
    Don't forget to add the command line executable (e.g. <winCVS install dir>wincvs.exe) to your PATH environment variable.

    On Windows and Mac OS X, you may receive an error similar to the following when you try to follow the installation instructions below:

      [cvs] cvs checkout: could not open &lt;cvs home path&gt;/.cvspass: No such file or directory
      [cvs] cvs [checkout aborted]: use "cvs login" to log in first
    

    If so, you need to create and prime your .cvspass file by entering the following at a command line (Windows: command window, Mac: Terminal):

      cvs -d :pserver:guest@cvs.jxta.org:/cvs login
    

    When promted for a password, simply hit the Enter/Return key (the guest user has no passowrd).

     With the above prerequisites installed and availble in your system environment, create a workspace:
    Added:
    >
    >
    *nix or Mac OS X:
     
      % mkdir ~/jxta
      % cd jxta
    
    Changed:
    <
    <
    note: the above process can be replicated for non *nix based systems as needed.
    >
    >
    Windows 2000:
      > mkdir %USERPROFILE%\jxta
      > cd %USERPROFILE%\jxta
    

    note: the above process can be replicated for other systems as needed.

     Next, obtain a working copy of the "JXTA Bootstrapper" by copying the bootstrap.xml file locally. Alternatively, you can copy the following text into a file named "bootstrap.xml" to achieve the same results:
    Line: 58 to 81
      % ant -f install.xml
    Added:
    >
    >
    -- Main.mcangus - 10 Jun 2004
     -- JamesTodd - 21 Mar 2004
    Added:
    >
    >

     <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (5 - 16 Apr 2004 - Main.gonzo)
    Line: 1 to 1
     
    META TOPICPARENT name="MyJXTA"
    The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.
    Line: 12 to 12
     
  • Ant 1.6+
  • Changed:
    <
    <
    With the above prereq installed and availble in your system environment, create a workspace:
    >
    >
    With the above prerequisites installed and availble in your system environment, create a workspace:
     
      % mkdir ~/jxta
    Line: 24 to 24
     Next, obtain a working copy of the "JXTA Bootstrapper" by copying the bootstrap.xml file locally. Alternatively, you can copy the following text into a file named "bootstrap.xml" to achieve the same results:
    Changed:
    <
    <
    >
    >
     
    Changed:
    <
    <
    >
    >
     

    Changed:
    <
    <
    <get src="${http.url}" dest="./install.xml" usetimestamp="true"/>
    >
    >
     
    Changed:
    <
    <
    <ant antfile="install.xml" inheritAll="false"/>
    >
    >
     

     <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (4 - 08 Apr 2004 - Main.gonzo)
    Line: 1 to 1
     
    META TOPICPARENT name="MyJXTA"
    The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.
    Line: 30 to 30
     
    Changed:
    <
    <
    >
    >
      <get src="${http.url}" dest="./install.xml" usetimestamp="true"/>
    Line: 47 to 47
      % ant -Dcvs.project=myjxta2 -f bootstrap.xml
    Changed:
    <
    <
    At this point you should have a working copy of the relevant JXTA project. The above process can be executed as needed to refresh your local workspace. You can then run a local copy of MyJXTA as follows:
    >
    >
    At this point you should have a working copy of MyJXTA:
     
      % cd myjxta2/binding/java
      % ant run
    
    Added:
    >
    >
    The install process can be executed as needed to refresh your local workspace:

      % ant -f install.xml
    
     -- JamesTodd - 21 Mar 2004

     <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (3 - 22 Mar 2004 - Main.gonzo)
    Line: 1 to 1
     
    META TOPICPARENT name="MyJXTA"
    Deleted:
    <
    <
     The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.

    If, on the other hand, you wish to obtain the latest/greatest codebase you are encouraged to try the following

    Line: 48 to 47
      % ant -Dcvs.project=myjxta2 -f bootstrap.xml
    Changed:
    <
    <
    At this point you should have a working copy of the relevant JXTA project. The above process can be executed as needed to refresh your local workspace. You can then run a local copy of MyJXTA as follows:
    >
    >
    At this point you should have a working copy of the relevant JXTA project. The above process can be executed as needed to refresh your local workspace. You can then run a local copy of MyJXTA as follows:
     
      % cd myjxta2/binding/java

     <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (2 - 21 Mar 2004 - Main.gonzo)
    Line: 1 to 1
     
    META TOPICPARENT name="MyJXTA"
    Added:
    >
    >
     The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.

    If, on the other hand, you wish to obtain the latest/greatest codebase you are encouraged to try the following


     <<O>>  Difference Topic HowCanIObtainMyJXTAsSource (1 - 21 Mar 2004 - Main.gonzo)
    Line: 1 to 1
    Added:
    >
    >
    META TOPICPARENT name="MyJXTA"
    The easiest way to obtain MyJXTA's source is to pull the relevant source distribution from the MyJXTA Home Page.

    If, on the other hand, you wish to obtain the latest/greatest codebase you are encouraged to try the following process as generally described in BuildingJXTA:

    prerequsites:

    With the above prereq installed and availble in your system environment, create a workspace:

      % mkdir ~/jxta
      % cd jxta
    

    note: the above process can be replicated for non *nix based systems as needed.

    Next, obtain a working copy of the "JXTA Bootstrapper" by copying the bootstrap.xml file locally. Alternatively, you can copy the following text into a file named "bootstrap.xml" to achieve the same results:

    <?xml version="1.0" encoding="utf-8""?>
    
    <project name="jxta installer" basedir="." default="installer"/>
    
      <property name="http.url" value="http://download.jxta.org/commons/install.xml"/>
    
      <target name="installer" description="obtain jxta intall">
        <get src="${http.url}"
             dest="./install.xml"
             usetimestamp="true"/>
    
         <ant antfile="install.xml"
              inheritAll="false"/>
      </target>
    </project>
    

    Lastly, execute the bootstrapper as follows:

      % ant -Dcvs.project=myjxta2 -f bootstrap.xml
    

    At this point you should have a working copy of the relevant JXTA project. The above process can be executed as needed to refresh your local workspace. You can then run a local copy of MyJXTA as follows:

      % cd myjxta2/binding/java
      % ant run
    

    -- JamesTodd - 21 Mar 2004


    Topic HowCanIObtainMyJXTAsSource . { View | Diffs r12 < r11 < r10 < r9 | More }
     XML java.net RSS