Hi Hisham


I have the following rockspecs:



package = "lualoggingapender"

version = "1.0-1"

source = {

                url = "http://localhost:90/luaApender/1.0-1/";,

                tag = "v1.0",



}

description = {

   summary = "Set Up Lua Logging Event Log and syslog Appender.",

   detailed = [[

      This rocks will add extra functionality to the lua Logging,

                  it will add ability to log to the Windows Event Log and
also

                  to Linux Syslog.

   ]],

   license = "MIT/X11" -- or whatever you like

}

dependencies = {

   "lua ~> 5.1",

}



build = {

                platforms = {

                                win32 = {

                                                type = "none",

                                                install = {

                                                                lua = {


['logging.windows'] = "logging/windows.lua",

                                                                },

                                                                lib = {


['msgLog'] = "lib/msgLog.dll",


['winEvntLog'] = "lib/winEvntLog.dll"

                                                                },

                                                },

                                },

                                unix = {

                                                type = "none",

                                                install = {

                                                                lua = {


['logging.syslog'] = "logging/syslog.lua",

                                                                },

                                                                lib = {


['syslog'] = "lib/syslog.so"

                                                                },

                                                }

                                }

                }

}



After I’m packing the rockspec to  lualoggingapender-1.0-1.src.rock and run
 lualoggingapender-1.0-1.src.rock

I get the following error :



Using lualoggingapender-1.0-1.src.rock... switching to 'build' mode



Error: Unrecognized filename extension .0-1



Do you have any idea what cause this error and what should I do to fix it ??



Thanks in advance



Jp
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to