History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-44
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Cedric Vivier
Reporter: Rodrigo B. de Oliveira
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

add pkg-config support to booc and boo nant task

Created: 15/Jul/04 02:41 PM   Updated: 04/Jun/07 03:21 PM
Component/s: Command line tools
Affects Version/s: None
Fix Version/s: 0.7.8

Time Tracking:
Not Specified


 Description  « Hide
mono command line tools generally support the --pkg:<package name> option that allows a bunch of references (a package) to be automatically included.

add such a support to booc.

the basic idea is:

def getPackageReferences(packageName as string):
return shell("pkg-config", "--libs ${packageName}")



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matthew Metnetsky - 21/Jul/04 09:34 AM
Currently App.cs does a switch on the first character of the argument and -pkg is close to -p* (something that handles pipes). If you could put up a list of all the command line options as they stand now (I can't find one) I'll put it into a help switch and add -pkg as needed.

~ Matthew


Rodrigo B. de Oliveira - 11/Aug/04 03:37 AM
I'm postponing it to release 0.3 tomorrow night.

Rodrigo B. de Oliveira - 28/Oct/04 11:14 PM
let's make the 0.5 release sooner.

Cedric Vivier - 09/May/07 03:56 AM
Is this feature planned to be Mono/Linux only? or is there a equivalent on Windows?

Cedric Vivier - 16/May/07 09:26 AM
added "boo nant task" in the title.

Cedric Vivier - 04/Jun/07 03:21 PM
fixed in rev. 2519