I am using the google-plugin-eclipse add-on and the latest gcloud code. I have the Java version installed. On the old plugin you could change the war directory but on the new one I cannot. I am using Grunt and Bower and inject several dependancies. In the past I had a "dev" directory that I would use grunt build on to minimize the number of files and the files themselves into the "war" directory. While developing locally - I would change the eclipse settings to use the "dev" directory and then before publish I would build and test the war directory and publish from there. Screenshots below of old and new plugin settings. Any ideas how to change so I don't have to play a folder rename game?
Related Questions in WAR
- Jmix framework throws error building WAR file
- Maven including multiple versions of spring dependencies
- Dockerized Spring Boot app can't load file in war
- JPA/REST Application as a .war file?
- maven-war-plugin upgrade to java 21
- Tomcat 9 error on WAR deployment tries to read logging configuration from wrong location
- How to obfuscate WAR with maven plugin for Proguard?
- Getting "Failed to clear soft references from ObjectStreamClass$Caches for web application" error while starting app- tomcat8
- Maven War file issue at tomcat server | Ubuntu
- Angular Routes Issue in Wildfly Deployment: Routing Fails in .war Packaged Application Using "jar -cfv"
- Glassfish6 WAR Module Doesn't Boot as ejb,web,webservice despite having @WebService Annotation
- broadleafcommerce with tomcat10 standalone
- Troubleshooting Deployment Issues with Spring Boot WAR on Tomcat 11 and JDK 21 on Windows vServer
- How to prevent MVN from changing file dates as it packages a WAR file?
- Oracle Weblogic: Application never RUNNING, always STARTING in and no errors in logs
Related Questions in GOOGLE-PLUGIN-ECLIPSE
- JS-issue "undefined query" when trying to create chrome-plugin
- Updating to App Engine Java 11 Standard Environment: Project Facets in Eclipse
- How do I deploy a Java AppEngine app using a Serverless VPC access connector with Google plugin for Eclipse?
- Can not install Google Cloud Platform Plugin for Eclipse
- Deploying App Engine app with p12 file using Cloud Tools for Eclipse
- local server says "stopping, synchronized." after upgrading to new Cloud tools plugin in eclipse
- Google Login without google-services.json file
- Eclipse Oxygen very slow server startup when debug on GAE projects. Server process hangs in a stopping pending state
- Why does Google Cloud Tools Plugin for Eclipse say "No Projects Found"?
- Eclipse Oxygen and Google Cloud Tools Missing javax.servlet Classes from Build Path
- Upgrade to Cloud Tools For Eclipse 1.4.0 appengine-api now missing
- Change WAR directory in Eclipse
- No Google icon after installing Google Cloud Tools for Eclipse plugin
- Project won't launch on Google Cloud Tools for Eclipse
- Eclipse Neon running GAE is incredibly slow to refresh
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
The new Cloud Tools for Eclipse (CT4E) is based on the Eclipse Web Tools Project (WTP). WTP uses a set of rules called the deployment assembly to assemble a set of source files and directories into a WAR. WTP provides a project properties page for changing the deployment assembly rules. You can have multiple source directories combined into the same location.
So you can adjust your project's deployment assembly to add your
wardirectory and have its contents to be deployed into the WAR root.