You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Daniel Rubio (JIRA)" <ji...@apache.org> on 2007/07/17 16:04:04 UTC

[jira] Created: (FELIX-328) Atn build script for tutorial

Atn build script for tutorial
-----------------------------

                 Key: FELIX-328
                 URL: https://issues.apache.org/jira/browse/FELIX-328
             Project: Felix
          Issue Type: Improvement
    Affects Versions: 1.0.0
         Environment: Sample Ant script for building Tutorial examples
            Reporter: Daniel Rubio
            Priority: Minor
             Fix For: 1.0.0


Sample Ant script for building Tutorial examples

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (FELIX-328) Atn build script for tutorial

Posted by "Daniel Rubio (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513253 ] 

Daniel Rubio edited comment on FELIX-328 at 7/17/07 7:19 AM:
-------------------------------------------------------------

Ant script with source tree code for all tutorial examples. 

* Current dependencies
  - Ant script attempts to load felix.jar from bin sub-directory below ( ../bin/felix.jar), modify accordingly.  
 * NOTE with release Felix 0.8: Class "org.osgi.util.tracker.ServiceTracker" is missing, so a JAR with this class is also required to be placed in the bin directory for the Ant compiler task to pick it up. 

* Design 
  - Bundle descriptors are generated directly by Ant, build.xml contains the descriptor data  
  - All classes are under src directory 
  - All bundles are generated under a directory named bundles
  - Do 'ant all' from command line to create all bundles. 
  - Tested under Linux , Java 1.4.2 and Java 5
 



 was:
Ant script with source tree code for all tutorial examples. 

* Current dependencies
  - Ant script attempts to load felix.jar from bin sub-directory below ( ../bin/felix.jar), modify accordingly.  

* Design 
  - Bundle descriptors are generated directly by Ant, build.xml contains the descriptor data  
  - All classes are under src directory 
  - All bundles are generated under a directory named bundles
  - Do 'ant all' from command line to create all bundles. 
  - Tested under Linux , Java 1.4.2 and Java 5
  * NOTE with release Felix 0.8: Class "org.osgi.util.tracker.ServiceTracker" is missing, so a JAR with this class is also required to be placed in the bin directory for the Ant compiler task to pick it up. 


> Atn build script for tutorial
> -----------------------------
>
>                 Key: FELIX-328
>                 URL: https://issues.apache.org/jira/browse/FELIX-328
>             Project: Felix
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>         Environment: Sample Ant script for building Tutorial examples
>            Reporter: Daniel Rubio
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: tutorial_w_ant.zip
>
>
> Sample Ant script for building Tutorial examples

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-328) Atn build script for tutorial

Posted by "Daniel Rubio (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Rubio updated FELIX-328:
-------------------------------

    Attachment: tutorial_w_ant.zip

Ant script with source tree code for all tutorial examples. 

* Current dependencies
  - Ant script attempts to load felix.jar from bin sub-directory below ( ../bin/felix.jar), modify accordingly.  

* Design 
  - Bundle descriptors are generated directly by Ant, build.xml contains the descriptor data  
  - All classes are under src directory 
  - All bundles are generated under a directory named bundles
  - Do 'ant all' from command line to create all bundles. 
  - Tested under Linux , Java 1.4.2 and Java 5
  * NOTE with release Felix 0.8: Class "org.osgi.util.tracker.ServiceTracker" is missing, so a JAR with this class is also required to be placed in the bin directory for the Ant compiler task to pick it up. 


> Atn build script for tutorial
> -----------------------------
>
>                 Key: FELIX-328
>                 URL: https://issues.apache.org/jira/browse/FELIX-328
>             Project: Felix
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>         Environment: Sample Ant script for building Tutorial examples
>            Reporter: Daniel Rubio
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: tutorial_w_ant.zip
>
>
> Sample Ant script for building Tutorial examples

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.