Project Dune 1.6.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Project Dune 1.6.2 (Default branch)
# 1  
Old 08-18-2008
Project Dune 1.6.2 (Default branch)

Image Project Dune is a software project management tool to manage your estimates, project information, issues, releases, scrum tasks, timesheets, and test execution results. License: GNU General Public License (GPL) Changes:
This release fixes the installation woes that occur on Tomcat 6.0, and contains a couple of small minor enhancements/improvements.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
vala-gen-project(1)						   USER COMMANDS					       vala-gen-project(1)

NAME
vala-gen-project - generate the and automake skeleton for your vala project SYNOPSIS
vala-gen-project [OPTION...] [NAME] DESCRIPTION
Vala project generator is a little gui or command line utility that creates an automake project skeletoni vala program. It can be used without specifying a project name, so that a gtk+ gui will be presented or directly from the command line. OPTIONS
-?, --help Show help options -p, --projectdir=DIRECTORY Project directory -t, --type=TYPE Project TYPE: gtk+, console -l, --license=TYPE License TYPE: gpl2, gpl3, lgpl2, lgpl2.1, lgpl3, apache2, artistic --version Display version number -a, --author=NAME Author name -e, --email=EMAIL Author email address EXAMPLES
Create a gtk+ project with a gpl2 license and the name valatest vala-gen-project -t gtk+ -l gpl2 valatest EXIT STATUS
vala-gen-project returns a zero exist status if it succeed. Non zero is returned in case of failure. AUTHOR
Andrea Del Signore (sejerpz (at) tin.it) SEE ALSO
valac(1) version 0.1.0 December 24, 2008 vala-gen-project(1)