0
votes
1answer
22 views

Deployment of a web project to Glassfish via ANT in Java for all platforms

I have a web project that deploys war files, and right now I can deploy to Glassfish in Windows. Here is my build.xml's necessary part. <target name="deploywar" description="Varolan WAR ...
0
votes
2answers
29 views

Deploy my javafx 2 application on eclipse-SDK-4.2.1-win32-efx-0.8.0

I install eclipse-SDK-4.2.1-win32-efx-0.8.0 for javafx developpement. I make soe test and I want to deploy my applicattion. I firstly export it into ant and got this ant file in my projet <?xml ...
0
votes
0answers
63 views

How to launch JavaFX application on command prompt?

I have created a self-contained application using JavaFX deployment task i.e. <fx:deploy>. I run this application from command prompt and passes arguments. It supposed to run on command prompt ...
0
votes
1answer
52 views

GWT - How do I deploy locale properties files?

Please help... It is the first time I am deploying an internationalized GWT application. I have 3 locale properties files within a 'shared' source folder: com.blabla.shared StringConstants.java ...
0
votes
0answers
39 views

ProxyFactory.getInstance io exception while deployment to glassfish via ANT in Java

I try to write a program which lets me to deploy files to glassfish via ant, but I get this exception. Unable to read system environment. No system environment will be used. Apr 5, 2013 9:38:14 AM ...
1
vote
0answers
200 views

Trouble with JBOss finding a class: Not installing optional component “X” due to exception: java.lang.ClassNotFoundException

I am trying to deploy an EAR file to my JBoss using Ant. I'm using JBoss 7.1. I already have got some wars working there (using the same deploy process) but this EAR contains data about my framework ...
0
votes
0answers
125 views

How to include external libraries in JavaFX Ant build.xml

I am trying to deploy a JavaFX application to a .dmg following the instructions here, but the build is not including any dependent external libraries. My project files are located in ~/S3xyBack/src/ ...
2
votes
0answers
372 views

Failed to launch JavaFX application with native bundle exe

I have created a JavaFX application, and created its native bundle using Ant. When I am trying to launch application using Jar from bundle created with double click, it successfully launching my ...
3
votes
0answers
219 views

JavaFX native bundle exe is throwing “JavaFx launcher Exception” where as Executable Jar file is perfectly running

For long time I was facing an issue while running the application jar - I am obfuscating the JAR using Proguard and that JAR file also contains some resource files like images, .version file, etc ...
0
votes
1answer
64 views

How to check if a Windows Installer-product is installed using Ant

I am using Ant to deploy and install some Windows Installer packages (MSI) in different machines. I would like to have Ant check if the msi package is already installed (using the ProductCode) in the ...
4
votes
1answer
191 views

FXML in obfuscated JavaFX JAR can't find Controller class

I am obfuscating my javafx application jar using Proguard 4.8 and obfuscated jar is showing some classes missing into the jar. The missing classes are all the controller classes of FXML. What's wrong ...
1
vote
3answers
607 views

Deploying Simple web application to tomcat by using Ant

I am trying to deploy my simple web application which consists of one web servlet and a jsp. I haven't used any framework such as spring or anything, just a helloWorld web app. I am using Ant to for ...
1
vote
1answer
726 views

Netbeans, how to build project deploy(war) file into custom folder?

Netbeans project, is it possible to build deploy(.war) file into domain's autodeploy folder automatically, not in dist folder? So that, it would be VERY useful to deploy project .war file to local ...
1
vote
1answer
146 views

How to build native app bundles for Windows, Linux & Mac in a single build?

I am running my build on Windows 8 O.S. , 64 bit machine. I have JavaFx2.0 and Java 1.7.0_09 installed on my system. I am able to build a 64 bit window executable that launches my JavaFx application ...
0
votes
1answer
46 views

Ant prompt user for a git branch

I'm using Ant as a deployment tool to our staging server, now I would like to prompt the user who's deploying what branch he would like to deploy. Is there a way in Ant to display the branches and let ...
5
votes
2answers
692 views

Deploying a JavaFX 2 application with referenced jars, using Ant

I have written a JavaFx 2 application (using Eclipse on a Windows platform) and now I want to deploy it to a "clickable" jar-file. My application uses resource-code from a separate jar-file (in ...
0
votes
0answers
90 views

ANT-TOMCAT WAR Deployment - Weird issue

I'm having a very weird problem with Eclipse-ANT-Tomcat5.5 WAR build and deploy. Initially, I had created a TestServlet in my Eclipse Web Project to test if the Servlets are working properly. This ...
0
votes
1answer
68 views

Remote deployment in tomcat 6.0.14 server

I am looking for live tutorials or steps to do remote deployment in tomcat 6.0.14 application server. I already have a spring2 based webapp which is manually deployed via ant script - i want to ...
0
votes
2answers
276 views

Google App Engine: How to perform a remote deploy to dev app server?

I am in the process of setting up a "QA environment" for my GAE app. This QA environment will simply be a small server on my home network with a dedicated IP address. I'm writing an Ant script to ...
1
vote
2answers
259 views

Deploying to Tomcat by ANT

I'm trying to deploy WAR like in this example http://stackoverflow.com/a/4144674/758661 DeployTask task = new DeployTask(); task.setUrl("http://localhost:8080/manager/text"); ...
1
vote
2answers
304 views

Error in deploying sandbox to production in salesforce

I am deploying my project from sandbox to production. And i am using "ANT" tool for deploying. But it is giving me error as given below: Error: objects/Form__c.object(144,13):field integrity ...
1
vote
1answer
119 views

How to disable node from tomcat cluster using ant script?

I would like to write an ant script to deploy application on the Tomcat cluster. My deploy strategy looks exacly the same like in this post Let say that I have a cluster with 4 Tomcat nodes. The ...
2
votes
1answer
367 views

Run ant exec task from different folder

I want to run my "exec grails" task into my grails project. I set grail path in exec task like <exec executable="${grails}" How can I say , that exec should start from my project folder? ...
1
vote
1answer
91 views

Can tomcat store variables/properties that get called from a war

I want to be able to deploy my app using ANT to Tomcat. I don't want the process to be any different for dev and prod. However the two use different databases i.e. myapp and myapp-dev How can I make ...
0
votes
2answers
100 views

Running junit ant-task without build.xml

I'm trying to work out how I can run an ant task without actually needed a build.xml. In particular I want to run a JUnit task with a formatter. In xml format this looks like below: <junit ...
0
votes
2answers
2k views

ant: command not found

I am having some trouble running ant. Here is a simplified verison of my problem. I have a shell script script1.sh: export ANT_HOME=/opt/Ant ant -version This works. but when I try create another ...
0
votes
2answers
420 views

Command grails war from outside project directory

Is there a way to call grails war from outside the project directory? My project path is "d:/deploy/project". I want some how pass my project directory to the compiler. Something like this: grails ...
0
votes
1answer
37 views

WAS related files getting packaged in ear

I have got an ear file to deploy on WAS. In the ear file, I see the war file, the jar files and other static stuff. But I also see files like variales.xml,security.xml and deployment.xml although the ...
0
votes
1answer
272 views

Getting error while build the dmg file

Iam building dmg file by using ant tool, but iam getting error while build, Please can anyone help on this.Here iam putting build.xml link as it contains more than 30000 characters its not allowing to ...
0
votes
0answers
84 views

Should Ant be used in production environments? [closed]

Ant is one of my favorite build frameworks, but it makes me cringe when I hear of people using it in production environments to deploy and configure their software. There seems to be a consensus that ...
3
votes
1answer
2k views

Adding the current directory to a JAR file's classpath

My code is being deployed as a JAR file. The JAR contains a directory lib which contains a number of third-party JARs which my code requires. I've added these to the classpath, using Ant, via the ...
1
vote
1answer
525 views

How to deploy php application to a live web server using ant and git

I need a solution that I can deploy php application to a webserver using ant and git. I need to copy the files to the webserver and run a php script which setup the database. I was thinking about ...
1
vote
2answers
619 views

Deploying on remote JBoss 6.x with Cargo

I'm trying to setup an Ant Target to perform a remote deploy on a JBoss 6.x server, using Cargo. Here is my target description: <target name="deploy" depends="install-cargo,make-war"> ...
1
vote
1answer
272 views

How can I call an ant task in a shell script?

I would like to call: ant release then I would like to call a script I have sh deploy-app.sh How can I do this in a script?
0
votes
1answer
211 views

Ant Deploy Windows build manifests SVN

I everyone, I am using Eclipse, Subclipse, and ANT. I would like to generate a build manifest with the files that have changed, added, updated, deleted, from the repo (with the individual version ...
0
votes
1answer
91 views

Ant Deploy Windows Desktop User Current Directory Zip File

Hi I am trying to set up Ant in Eclipse to deploy in two places one is with in the project (works find)... Now I want to drops my zipped code onto my desktop which would be C:\Users\MyAccount\Desktop ...
1
vote
1answer
118 views

What tools are recommended to use to publish codes to staging server

I do my web development in Eclipse (PDT) locally. Usually, I need to publish my changed codes onto staging server to preview. For last 5 years, I have been using ant script (build.xml - ftp task) to ...
1
vote
1answer
262 views

Specify memory for ant maven deploy task

I am using ant maven deploy task to upload the zip file created by the ant script to our repository, but the problem is the file is too big and it fails with java.lang.OutOfMemoryError: Java heap ...
1
vote
3answers
154 views

Ant publish stuff to different locations

I have a java project and an ANT script to build and then distribute the project to other projects with a simple copy command. I would like to only name the place where to copy to files to once in ...
1
vote
3answers
614 views

How do I configure a Play! Framework project to be built as a war using only Ant or Maven?

I realize, from the documentation (http://www.playframework.org/documentation/1.2.1/deployment), that if the Play! Framework is already installed and configured properly then creating a deployable war ...
1
vote
1answer
191 views

Ant list directory content in a custom format

I am using Ant to build my software. Ant creates an Xml file with the echoxml function and then provides the created xml file to another special program. Now I would like to list the content of a ...
1
vote
2answers
169 views

ANT - speed improvements to existing script

I've built a set of generic deployment scripts which work great for the majority of our stuff. We've just however introduced our largest project to the setup and we're now finding times are far too ...
0
votes
2answers
318 views

Build.xml file doesn't exist in Apache ANT folder

I want to deploy webservices using AXIS2 standalone, I neither want to use servlet containers nor IDE. I download Apache Ant from http://ant.apache.org/bindownload.cgi but the downloaded ant folder ...
0
votes
0answers
78 views

Filesystem paths for ANT

When attempting to customize a project's ant build script there has been what must be a very stupid mistake. The command line interface is attempting to build and deploy the files is some strange ...
0
votes
1answer
1k views

Using Ant Scripts/Deployment tool within the Eclipse UI for Salesforce.com deployments

We are using Salesforce.com with a large number of sandboxes. We currently using Eclipse with the Force.com plugin for deployment. Problem I can deploy using the Ant in the CLI mode - however, it ...
0
votes
1answer
934 views

ClassNotFoundException when attempting to deploy a WAR file to Glassfish

As I continue to investigate using Ant Build Scripts, Spring and Glassfish I have run into another issue when deploying a WAR to Glassfish. My build script seems to compile and produce a war file ...
0
votes
1answer
190 views

Error when attempting to deploy a WAR to Glassfish 3 using an Ant Build Script

I am investigating how to use both Glassfish and Ant buildfiles. I've written a build script (for the first time) which will create a WAR file of my basic Hello World app. I am then trying to deploy ...
0
votes
2answers
841 views

Ant deployment. Jar can't find the main class

Created simple test java project just to learn how to use Ant to deploy an application. Java project uses Swing to create JFrame and one JLabel to say "Hello World". It looks like this: package ...
3
votes
1answer
446 views

Updating files in a WAR/JAR reguardless of their date

I have an ANT task that uses the jar task to update a few files inside of a previously built war. [The files are processed between compilation of a WAR and deliverable.] How can I get ANT to update ...
2
votes
1answer
517 views

Can my ant task wait for JBoss to deploy

With a quick scan on the net and the forums I find that link http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg22511.html : Use ant's task to hit the jmx-console. The URL should ...

1 2