publish

Custom msbuild task output not being published

I have a web site I'm trying to publish with Visual Studio's publish option. In that project I also have a custom msbuild task that takes in my javascript files and compresses them and saves them to end with .min.js. These files never make it to the publish directory but when I just do a build (without publishing) they are there. Here i...

Can you publish a .war directly from eclipse to a web server

Can you publish a .war directly from eclipse to a web server. I know it's not a programming question, but I still think it's a relevant question. Thanks ...

msbuild custom task

I have a custom MSBuild task that takes in a set of JavaScript files, minifies them, and outputs them, with the extension .min.js. When I do a normal build through Visual Studio, it works perfectly and the .min.js files are output to the same directory as the original files. When I try to deploy using the Publish feature in Visual Studio...

Is there an easyier way to publish silverlight & wcf services from localhost to IIS?

Hello, Is there a simpler way to deploy/publish silverlight & wcf projects from localhost enviroment to a IIS server? I have a web project with a self host wcf service which my silverlight application references. When I work locally I set the reference address to htt://localhost:8080/MyService.svc -and when I want to put it on the IIS...

Publish MVC v1 C# application through Cruise Control

I am attempting to publish a 3.5 MVC website on my build server through cruise control. Having looked around on the net it appears you need to wrap the ASP Net Compiler. I was hoping that this task can be called through MSBuild. Any ideas on how this is done? ...

Continuous Integration or Publishing System

I've been testing Hudson for a few days now and for PHP projects it seems ok; What I need though is a system that will allow me to publish an SVN tag to an FTP folder without adding a pile of rubbish on the end; hudson gets overexcited and adds a pile of folders to the export. Are their any other decent systems; it needs to be simple to ...

ClickOnce disallow publishing of Debug builds

Is there anyway to disallow publishing Debug builds when publishing ClickOnce aplications using Visual Studio 2008? I know this was asked before, but i can't figure out how from the answer. THe Accepted answer for previous question was: One thing you can do is add a condition to the .csproj or .vbproj file that MSBuild will chec...

Web SITE publishing, dynamic compilation, smoke & mirrors

When you publish a web SITE in Visual Studio, in the dialog box that follows, you are given an option to "Allow this precompiled site to be updatable". According to MSDN, checking this option "specifies that all program code is compiled into assemblies, but that .aspx files (including single-file ASP.NET Web pages) are copied as-is to th...

Unable to create website error (NEW)

I copied my ClickOnce deployment to my C:/Inetpub/ folder on my webserver and I deleted my Virtual directory. I deleted the WpfApplication1 folder beneath wwwroot in Win Explorer. Then I turned on Web Sharing for this folder. Then I viewed my IIS Manager and this new Share name appeared under wwwroot. So now under Inetpub folder on m...

Good places to share and showcase software on the web?

Quite simply: is there a place such as DeviantArt, but purely for the purpose of sharing software (and source if preferred)? I'm aware that DA has plenty of software, but only related to customisations and UI hacks. I recently came across some really useful apps I had made from way back and besides posting it on an online code hosting s...

Aptana/Eclipse "Mark for Publishing feature"

Hi, I was wondering whether Aptana or Eclipse has a plugin/feature that allows you to "Mark for Publishing" once you save the file. So, as you working on different files, you can just save it and it will be mark for publishing. Once you are done with the files, you can just click "Publish All" and it will upload to the FTP server that...

Update an Android market app to lower sdk?

I have an app on the market that requires sdk 2.0 I want to rewrite and publish it using 1.6 to find a wider audience. The question is: if I update my already published app with an sdk downgrade to 1.6 will it then show up to users with phones at 1.6? I know currently the market search shows my app only to those that have 2.0 phones. ...

How to Auto tag Mercurial on Visual Studio Publish?

I am using TortoiseHg + VisualHg on Visual Studio 2008. Has anyone found way to automatically create a tag (with the published version number) in Mercurial whenever I do a publish from VS? ...

Nested Set - for CMS with two versions (edit / publish) mode

Hi! I'm looking for a solution (PHP/Symfony/Doctrine) for the following problem. I'm creating a table called 'pages'. This table is a nested set. I also want to create a table called 'pages_published' which has ofcourse also a nested set. Once i create a record in table 'pages' at some point i want to publish this to the 'pages_publis...

MSBuild target _CopyWebApplication does not copy all necessary files to the bin folder

Elsewhere on the Web, you can find recommendations on using something like this to simulate the Publish feature in the VS 2005-2008 IDE from a command-line (I hope I did not goof up the syntax!): msbuild /t:ResolveReferences;_CopyWebApplication /p:BuildingProject=true;OutDir=C:\inetpub\wwwroot\ blah.csproj Now, it looks like the .dll'...

How does ‘Servers’ view work underlying in Eclipse?

‘Servers’ is built-in view in Eclipse. We could integrate jee server into Eclipse easily. It could start/stop server both in normal and debug modes. Moreover, we could even set timeout and deployment path, things like that. Various types of server tomcat, jboss, websphere are supported, no intrusive to server. I am just curious about ho...

creating Atom feeds with ROME and publishing them

Hello All, I am a newbie to this pub/sub protocol. Sorry if my questions are very naive. Could you help me by answering my questions. I started off creating an atom feed using ROME API looking at the example given on its wiki. SyndFeed feed = new SyndFeedImpl(); feed.setFeedType("atom_1.0"); feed.setTitle("Sample Feed (created with RO...

changing "application files" folder in vb.net

i understand that some files get published to this folder in my application. i want all the files to be in the same folder. how do i do this? meaning that i want the setup.exe and everything to be in one folder after i have published the application. i dont want to have an application files folder at all ...

Publishing Fails

Tool: Microsoft Visual studio 2008 Project Type: WPF Browser application When after rebuidling all,project is published. it fails with followiung error. Cannot publish because a project failed to build. Could not find file 'obj\Release*.exe'. Clean and rebuild All has been done, no positive signs. System has been restarted, no positiv...

Facebook AS3 API publishPost() problem

I'm trying to finish a facebook app using the AS3 API. Im having trouble when using the publishPost (message, attachment, action_links, target_id, uid) function. I can get it to post on the user's wall setting the uid=user.uid BUT I can't make it post on the user's friends wall! Setting the target_id=friend.uid isnt working for me I'...