Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
8answers
288 views

Distribute a application to the public so they can compile, without revealing the source

I have a proprietary application I would like to hand out to a few people for testing, except we do not want to reveal the source to them. The application is written in C++ for Linux. It links against ...
3
votes
2answers
1k views

Rails 3.1.1 assets precompile - rake aborted

EDIT: Anybody else has any suggestions? I'm totally stumped!!! I have an app in which all the assets compile just fine but in this second app, when I run: RAILS_ENV=production rake assets:precompile ...
3
votes
1answer
657 views

Publish website in visual studio: Use 'Fixed naming and single page assemblies'?

When puslishing a website from Visual studio 2008, you get a dialog box with some options. One of them is 'Use fixed naming and single page assemblies'. We don't have that enabled, but what are the ...
3
votes
1answer
2k views

Deploying asp.net website using publish & .dll .compiled files

when we publish an asp.net website, there are 2 file types created under 'bin' folder, .dll & .compiled files. When we deploy to production do we need to copy the .compiled files or just copying ...
3
votes
3answers
509 views

Performance benefit to pre-compiling web application project set to be updateable?

Is there any performance benefit to pre-compiling an asp.net web application if it's set to be updateable? By setting the pre-compiler updateable flag it doesn't pre-compile the aspx, ascx, etc. so ...
2
votes
1answer
85 views

Dynamic creation of function names with macros

I am trying to create a macro (C/C++) to dynamically create a function. Basically I have a function whose name varies in the "MyClassA" part. Also the arguements should be passed through the macro ...
2
votes
1answer
53 views

Issues when using pre-compiled regex in Perl

I am having some issues with matching when i try and implement pre-compiled regex in a Perl script. I have the script working without pre-compiling, and any time I have an express that spans lines, ...
2
votes
5answers
119 views

how to prohibit other developers to #include a third party header in C++

So there is third-party library that has a header file you need to include in order to use it. Since the implementation of the library is not object oriented I wrote a Class to encapsulate all usage ...
2
votes
1answer
460 views

Vendor CSS stylesheets in Rails 3.1 and the asset pipeline

I use Twitter Bootstrap (not that that matters but it's a third party CSS file). Because it's a third party CSS "library" it should go in /vendor/assets/stylesheets. So far so good. Now, I would like ...
2
votes
1answer
79 views

How can I trace ASP.Net JIT Compilation? Its very slow

How can I trace the JIT compilation of an application? We have a small asp.net application that is part of a larger website (classic asp for the rest of the code) so it's not accessed very frequently ...
2
votes
1answer
675 views

Is it possible to precompile jsp into eclipse?

The title is pretty straightforward. I would like to know if there is any possibility of seeing the compiled jsp (the servlet generated) directly into eclipse. Without deploying onto any server.
2
votes
1answer
743 views

Precompiling ASP.NET MVC on Mono with Web Deployment Project

I am trying to precompile and deploy my ASP.NET MVC application from Visual Studio 2008 to a server running Mono 2.4 using a Visual Studio 2008 Web Deployment Project. Whenever I go to the website, ...
2
votes
2answers
1k views

Precompiling ASP.NET Web application with MSBuild

I have a c# web application project in Visual Studio 2008 that I want to precompile for deployment. After looking at various options, it seems all of them have some issues - perhaps someone could give ...
1
vote
0answers
269 views

How to deploy precompiled JSF without .jsp to Tomcat6?

I'm trying to learn to deploy only precompiled JSF without .jsp files to Tomcat6, but hit HTTP Status 404 resource not found error. Below are the steps I did in my test (sorry, a bit lengthy): The ...
1
vote
2answers
106 views

WCF and ASP.Net Precompile

Have a WCF service in a "Services" directory in my asp.net web app. In /Services/MyService.svc /Services/MyService.svc.cs Everything works when copying my source code to the virtual directory. We ...
1
vote
2answers
315 views

Precompile asp.net application / webpart for WSS / SharePoint

I have built a few custom applications that run on WSS 3 using the Visual Studio 2010 Web application template. When I compile the application, Visual Studio creates the assembly file in the bin ...
1
vote
1answer
1k views

How to specify a CompilerVersion for aspnet_compiler.exe without a web.config?

When you precompile a directory that doesn't contain a web.config, the aspnet_compiler.exe defaults to CompilerVersion 2.0 and 3.5 code fails to compile. Is the following minimal web.config the only ...
0
votes
0answers
16 views

How do I include custom SASS functions during precompile?

I've successfully extended some SASS functions with Ruby code (http://sass-lang.com/docs/yardoc/Sass/Script/Functions.html#adding_custom_functions), and my extensions are loading correctly in ...
0
votes
2answers
58 views

Cannot configure assets via pipeline on local production rails 3.1.3 server

This month, I upgraded from Rails 3.0 to Rails 3.1 - this week I tried to launch the server in production mode - today I have hit a wall ! I am unable to get my production environment server to serve ...
0
votes
1answer
29 views

Why do I have to precompile my assets in development?

Lately I have to precompile my assets to see my css changes in my development environment. I don't know why this, the environment setting config.assets.debug is still set to true. I find this rather ...
0
votes
1answer
67 views

Why Visual Studio 2010 publish website with source code?

I'm using Visual Studio 2010 with the new website publish dialog. I have a Web Application website. When published, in theory it should compile all the code into an single assembly. However, in both ...
0
votes
2answers
84 views

rake assets:precompile trying to connect to production database?

$ rake assets:precompile rake aborted! could not connect to server: Network is unreachable Is the server running on host "192.168.163.70" and accepting TCP/IP connections on port 5432? (See ...
0
votes
2answers
306 views

Heroku precompilation of assets with no result

I'm using Heroku Cedar stack for my Rails application, and I want it to precompile the assets during slug compilation, because I don't want to bother with precompiled stuff in git. Now it seams that ...
0
votes
0answers
38 views

Precompiling asp.net application fails (web.config)

I have tried compiling the application after build from inside visual studio when publishing, it always fails. The application builds fine if I do not try to precompile. I've also tried compiling it ...
0
votes
2answers
45 views

Is pro*c/c++ support “describe [schema.]object” statement?

I can't prepare this statement in my pc code. When I running this statement always show out "SQLERROR: ORA CODE: -900 MSG: ORA-00900: invalid SQL statement". Can there are any way to exec this ...
0
votes
1answer
84 views

Compile/Pre-compile global.asax only

Is there a way to compile or precompile just the global.asax file to a dll and use it in the bin folder? I have a license logic in this file and other files won't be compiled by me. I could also ...
0
votes
1answer
120 views

precompile problems rails assets

I am certain I am just doing this the wrong way, but I cant get this to work with assets:precompile and im not sure it should be even. #plant.css.erb <% plants = Plant.all if plants plants.each ...
0
votes
1answer
127 views

Explain the steps for db2-cobol's execution process if both are db2 -cobol programs

How to run two sub programs from a main program if both are db2-cobol programs? My main program named 'Mainpgm1', which is calling my subprograms named 'subpgm1' and 'subpgm2' which are a called ...
0
votes
1answer
143 views

How to generate a C++ header with Apache Avro (python script)

I am interested in generating a C++ header using Apache Avro's code generation tool (i.e. the python script). According to the documentation it should be fairly easy to do, but I don't usually use ...
0
votes
0answers
135 views

JSP Precompilation - variable can not be resolved to a type

I have many jsp pages and I want to compile them. But It raises error while compiling and reason is: Most of the jsps(parent) include other jsps(child). Let's assume I introduce a variable in the ...
0
votes
2answers
92 views

IOS app - can debug, but not release

I've been trying to submit an app to the app store for a client (my first try) and have been running into various and sundry problems. I finally decided to create a new app name, recreate the ...
0
votes
2answers
214 views

How to solve or start solving DB2 problem?

When I try to pre-compile my DB2 Cobol application that contains embedded SQL statements, I get this error in my SYSTERM file: ********************************* TOP OF DATA ...
0
votes
1answer
168 views

asp.net 4 precompile utility and classic asp files

We have a huge site that still has over 800 classic asp pages. While working on the upgrade of the site to 4.0 I cam across an issue where asp.net precompile utility aspnet_compiler throws millions of ...
0
votes
2answers
198 views

How to initialize a array with precompiler In C Programming Language

I want to initialize a array. But ı have two different initial values in compile time. So I want to do it in precompile time. My code is static const U8 userFont[8][8] = { #if (LCD_LANGUAGE == ...
0
votes
1answer
105 views

Using aspnet_merge yields errors with .svc files

I'm precompiling all my websites and using the aspnet_merge tool to merge all the App_Web* dll files into one. The tool takes care of updating the corresponding .compiled file as well to point to the ...
0
votes
2answers
1k views

Programmatically compile a Script Task in SSIS

For my requirement I need to write Script task from One SSIS package to another. As my server is 64bit machine, when I execute the overriden SSIS package, it throws the error "Binary Script not ...
-1
votes
1answer
30 views

Pre Compiling HTML files for publication as static files

I have a project whereby a large number of technical specifications are currently 'published' as HTML files. The HTML files are not hosted on a web server, but zipped up and distributed to be access ...