Tagged Questions
0
votes
0answers
8 views
passing properties file as parameter to buckminster dependency
I have automated eclipse build using the buckmister and i have follwing contents in .cspex file.
<public name="create.final.product">
<prerequisites>
<attribute ...
1
vote
1answer
19 views
Automatically update JAR in WAR dependency lib from second project in Eclipse workspace on build/deploy
I am working on a web service with a team using SVN.
The app is (currently) divided into 2 projects in Eclipse, Project A with controllers and views, and Project B with framework support and data ...
1
vote
1answer
24 views
Eclipse autobuilder on certain file extensions
I'm setting up an Eclipse autobuilder to run the closure template compiler. I've already got an ant task setup and running automatically whenever any file changes. How can I set it up so that it ...
0
votes
1answer
86 views
Eclipse: Android Project: How to run shell script on build?
I have a build script that actually does calls ant to build the apk file and does some stuff on it and bundles again the dex files and calls ant to build the final apk and that APK is ready to be ...
0
votes
2answers
80 views
How can I make Eclipse export 1 JAR file per project to a specific directory with as few clicks as possible?
Scenario
Let's say I have an Eclipse workspace with Project A, Project B, and Project C in it. Is there any way that I can configure eclipse to create a folder (anywhere) under my workspace called ...
1
vote
3answers
48 views
eclipse build automatically modify
I'd like eclipse to only run make in the directory the current file belongs to, not for the entire project. This becomes more important since the project is very big and make on the top level takes ...
0
votes
0answers
53 views
Automate GWT build in eclipse
Is there a way to automate a GWT build using the eclipse project?
The aim is to have an automated build:
* Check out from Version Control System
* Building the GWT Project
* Deploy the GWT ...
1
vote
2answers
86 views
Running a Java project remotely
I've got this new project at work. We are using Eclipse for the project. There are two run configurations, server and client. I have to launch the server and the client independently, and connect to ...
2
votes
1answer
208 views
Automatically Copy Built Files and Libraries with java, eclipse, and ant
I'm using java with eclipse on windows 7, and I'm trying to build a server program that will run on another (ubuntu) machine on my network.
How can I get eclipse to save the built class files into ...
0
votes
2answers
83 views
Copied resources using ant in eclipse not appearing in jar
I'm using ant to build a project in eclipse. Before the jar is constructed, I want to move some files from another project into a resources folder in this project.
The problem I'm having is that ...
0
votes
1answer
167 views
Missing Builders option in Eclipse
I want to integrate an Ant script with the Java build process in Eclipse. I don't find the option to configure builders under Project > Properties. Screenshot here. I am able to access the Ant view ...
0
votes
0answers
179 views
Eclipse/Aptana/PDT auto build with Ant
Is there a way to pack all the files in Aptana "web project" (HTML, CSS and JS only) or PDT "php project" during build (preferably to a .tar file)?
I tried to do it with Ant. If I write my own ...
1
vote
1answer
62 views
Automatic Build for Non-Java Eclipse Project
I have a project that contains xml files. I also have an Ant build in that project to generate documentation based on the xml files. The Ant build calls a Ruby script for generation.
I would like a ...
1
vote
3answers
327 views
What is the deployment workflow if using CoffeeScript and an IDE for developing a web application?
I've just picked up CoffeeScript and I'm struggling to understand the deployment workflow. It seems you constantly have to compile the .coffee files before using them. (Yes, I'm aware that you can ...
-1
votes
1answer
122 views
Maven-Tycho Eclipse: Error installing plug-in built by Maven
I am newbie to automating your build using Maven-Tycho. I followed the instructions on this site
http://zeroturnaround.com/blog/building-eclipse-plug-ins-with-maven-3-and-tycho/ and did the following
...