Skip to end of banner
Go to start of banner

Project Structure

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Project          
Old nameNew NameFolder Structure      Description
Agentinfo.novatec.inspectit.agent         
  src        
   main       
    java     All the java files that will be in the final agent jar file.
    resources     The resources that are needed in the agent jar itself (like the Manifest)
    external-resources     Resources, that are needed by the agent, but are not packaged in it (like the configuration)
   test       
    java     Java unit test classes.
    resources     Resources for the tests (like the testng.xml file)
  bin       eclipse folder for the generated classes
  build       Folder for ant / gradle to put any generated artifacts in there (like compiled classes, test results, releases etc.)
  ant       ivy / build files will be in here for now. With gradle, this folder will become obselete and can be deleted then
CMRinfo.novatec.inspectit.cmr         
  src        
   main       
    java     All the java files that will be in the final agent jar file.
    resources     The resources that are needed in the agent jar itself (like the Manifest)
    external-resources     Resources, that are needed by the agent, but are not packaged in it (like the configuration)
   test       
    java     Java unit test classes.
    resources     Resources for the tests (like the testng.xml file)
   int-test       
    java     Java integration test classes (the seperation to unit tests was a help in the Daimler project and I would like to have it for us, too)
    resources     Resources for the integration tests
  bin       eclipse folder for the generated classes
  build       Folder for ant / gradle to put any generated artifacts in there (like compiled classes, test results, releases etc.)
  ant       ivy / build files will be in here for now. With gradle, this folder will become obselete and can be deleted then
Commonsinfo.novatec.inspectit.commons         
           
           
CommonsCSinfo.novatec.inspectit.commonscs         
           
           
inspectITinfo.novatec.inspectit.rcp         
  • No labels