From Fedora Project Wiki
No edit summary
Line 5: Line 5:
== Command line arguments (not official)==
== Command line arguments (not official)==


-m ... means which modules will be included in source tar ball as example, (file operation, thread processes, Django / Rails application)
-m ... means which modules will be included in source tar ball as example, (file operation, thread processes, Django / Rails application) this will be defined by each language and will not be common
    this will be defined by each language and will not be common


-t ... what type of application will used that language (Rails, Django, apache, PHP, ...)
-t ... what type of application will used that language (Rails, Django, apache, PHP, ...)


-d ... means dependencies. What packages are needed for that language. We will use dbus connection.
-d ... means dependencies. What packages are needed for that language. We will use dbus connection. Usage will be '''-d "glibc-devel @development"'''
      Usage will be '''-d "glibc-devel @development"'''


-c ... will update configuration files of IDE tool (like vim, Eclipse, ...). After configuration user will have fully configured IDE.
-c ... will update configuration files of IDE tool (like vim, Eclipse, ...). After configuration user will have fully configured IDE.


-a ... this will be used for autotools. Each language script can define what will be created and provided
-a ... this will be used for autotools. Each language script can define what will be created and provided by RPM package. E.g. manual pages? Some documentation? Who will create that type of documents
      by RPM package. E.g. manual pages? Some documentation? Who will create that type of documents


-p ... will call command for creating package (rpm)
-p ... will call command for creating package (rpm)


-n ... name of the application where will be stored on filesystem. Either as relative path (like ../<application_name>)
-n ... name of the application where will be stored on filesystem. Either as relative path (like ../<application_name>) or as absolute path (as /home/<user_name>/test/<application_name>)
      or as absolute path (as /home/<user_name>/test/<application_name>)


-l ... will turn on some logging operations (this has small priority)
-l ... will turn on some logging operations (this has small priority)

Revision as of 15:56, 29 January 2013

This page will be used for feature DevelopersAssistant

Repository for that feature is: DevelopersAssistant

Command line arguments (not official)

-m ... means which modules will be included in source tar ball as example, (file operation, thread processes, Django / Rails application) this will be defined by each language and will not be common

-t ... what type of application will used that language (Rails, Django, apache, PHP, ...)

-d ... means dependencies. What packages are needed for that language. We will use dbus connection. Usage will be -d "glibc-devel @development"

-c ... will update configuration files of IDE tool (like vim, Eclipse, ...). After configuration user will have fully configured IDE.

-a ... this will be used for autotools. Each language script can define what will be created and provided by RPM package. E.g. manual pages? Some documentation? Who will create that type of documents

-p ... will call command for creating package (rpm)

-n ... name of the application where will be stored on filesystem. Either as relative path (like ../<application_name>) or as absolute path (as /home/<user_name>/test/<application_name>)

-l ... will turn on some logging operations (this has small priority)