Hi,
I've been playing around with rails lately and wanted to go through the deploent process just to see how it worked. I created a simple app with a sIngle model from a scaffold. I uploaded it to my server and found I needed to add /public to the URL to get the 'welcome to rails' screen. However, if I attempted to access my model (pu...
Hi Guys,
I am using NANT to deploy the code to servers using s/w CCtray.
sometimes I get this error but looks like the vsts is up according to the administrator.
He can't figure out why it is saying this error and neither do I.
Because it doesn't log any other information other than this.
DOes anyone has faced this kind of error before a...
On maven deploy maven attempts to retrieve the previous metadata form the repository. If it is corrupt maven issues a warning, calls the build successful but doesn't upload my artifact. This was caused by corruption in my repository and I'd like to either avoid it in future or make it more obvious with a build failure.
Can I alter my ...
I've inherited a rails site that I need to deploy (quickly!) to our webhost, which is a standard *nix shared server that uses FastCGI for rails apps. I've worked with rails sites on multiple occasions in the past but wouldn't consider myself an expert by any stretch.
This particular app was developed using capistrano, with which I've g...
At the moment I use SVN to manage java source code. Is there a solution out there whereby I can check in code and have the new code automatically compiled into a JAR file? Somehow the check in would need to trigger the compile process.
...
What is the difference between a Full Build, an Incremental Build and Deploy within Powerbuilder? The only difference I can see is that Deploy allows you to update the PBDs for, well, deployment.
...
Joel mentioned in StackOverflow podcast #24 that it's FogCreek company policy to not ship software on Fridays. However, he didn't elaborate as to why.
I agree. At my employer, we deploy on Thursday nights. So we have Friday to cleanup any bugs that missed Quality Assurance (QA).
However, my manager suggested that we deploy on Frid...
I am trying to remotely deploy a war file to a websphere application server. I understand this is possible to do using wsadmin, but I am a Websphere newb.
I know I can run wsadmin and connect using SOAP to the remote app server, but that is where I am at.
This seems like it should be a common use case, can anyone help me with?
I supp...
We have several SSIS packages and want to audit the follwoing items
Package runtime
Errors, Warnings
Extracted/Loaded Row count
Source and destination Filename, SQL Query, table name
Package and Task Performance
So far I found only one tool from Pargmaticworks BI xPress - Audit, Notify, Deploy SSIS
Anyone used this before... all featu...
I have a teamcity (4.something) install that creates .wsp file for deployment to sharepoint. Currently I have to copy the wsp out of the build artifacts directory and into a little deploy folder I have created. In the folder I run a .bat that deploys the new .wsp to our test server.
What steps can I take to automate this?
Either copy th...
Suddenly my changes are not getting reflected when I run my app.
I have tried the following things.
Restarted the eclipse and tried.
created a new eclipse workspace.
Uninstall and installed the blackberry jde.
As I read "Blackberry simulator not creating COD file", I have deleted some java files and images then tried.
Nothing works....
Hi -
This is a bit complex - so here we go.
I am developing a mobile web application using asp.net mvc and I need to test it locally on my iPhone. So far I have the first iteritaion of the site running on my local dev laptop. I created a virtual dir for the site under IIS 7 on the same machine. I deployed the site to that folder from V...
Hi, I am using MyEclipse and I use an Enterprise Application Project (EAP) that automattically deploys my Web and EJB Projects.
These projects use some other projects that are just POJOs, "simple" java projects. Like a library kind of thing.
The problem is that when I change something in on of the "simple" java projects I have to rede...
I have a local repository for my app (created using TortoiseSVN) at c:\lap-svn\gws
My deploy.rb has:
set :user, '<removed>'
set :application, "gws"
set :repository, "file:///c:/lap-svn/gws"
set :server, 'plantality.com'
set :applicationdir, 'gws'
set :use_sudo, false
set :keep_releases, 5
set :deploy_via, :copy
set :scm, :none
When...
I've developed an osgi application (no rcp) using eclipse. It consists of several Plugin-Projects-Bundles and dependencies from eclipse plugins folder (commons.* ...)
The application works fine when launched using eclipse.
What is the best way to export and deploy such an application from eclipse? Is there a simple way to export my la...
Hi all,
I'm on a project involving a JSF 2.0 frontend. The project is using Maven as the build tool, with a few modules for the different layers of the system. One of which is a WAR module, which is the deployment artifact.
What I would like is to have a nice development process, which is similar to that of using Netbean's Web Project ...
Hello.
I need to script an EAR deployment to Weblogic 9.2. Extra requirements I have though are:
Application Name shall be the one I provide, not just EAR name
Application is deployed in Prepared state, not Running one
As far as I can tell, when I use deploy(), the name is got assigned by me (good!), but application starts right aw...
Hello. First, apologies, but I am green when it comes to JAVA.
I have a Jetty instance that I am starting using start.jar and passing it a start.config file. The config file properly references additional lib folders that have shared jars in them. The instance starts and runs properly.
I then want to deploy an application via a war...
Oh SharePoint...
I've built a custom event receiver that just checks for some fields from the list, and changes some of them as needed.
Still, it's throwing this exception:
Unknown SPRequest error occurred. More information: 0x80070005
ERROR: Failed invoking job id {C67EFFCB-607A-4B6A-8C90-60F615FD1878}
Seen that it might be a securi...
I'm trying to use for getting infomation from an WSDL file online. I have no problem running and testing in my FLEX 3 builder. However, After I export release build into SWF file. The program doesn't work even running local. IE/firefox said "transferring data from http://www.webservicex.net" on the status bar and doesn't response.
Thi...