build Questions

2

Solved

i have a problem at run build production in webpack. but when i run using dev-server, more code can't get error. please help.. I have to finish my last project and it must run with good at producti...
Applewhite asked 25/5, 2020 at 13:43

3

I'm trying to create a production build of my React application with Vite. When I run the npm run dev command, the app will start and seems to work as it should, but during the build I always get t...
Ravenous asked 29/6, 2022 at 4:2

11

I have added the following plugin into the Maven build in pom.xml <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <exe...
Synaeresis asked 12/5, 2015 at 20:28

31

Solved

I am using javadoc doclets with gradle, so I need to use the package tools.jar, which is in the lib folder from the jdk (1.6.0_26 in my case). The point is that gradle does not take it automatical...
Safar asked 5/7, 2012 at 13:19

2

Solved

Before that I still build IOS normally with the command: flutter build ipa. Until I upgraded to Flutter 3.3.10. It suddenly throws an exception and I can't build IOS. Failed to build iOS app Error ...
Groceryman asked 22/6, 2023 at 16:27

1

Solved

When I try to build/run the app I get the following error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolv...
Quadrant asked 22/6, 2023 at 23:8

5

I am running an ASP.NET website from a Windows Server 2008 installation, and I like to edit the pages through the command line since I ssh into the server. I installed Vim on the server so that I ...
Casa asked 14/4, 2011 at 21:13

6

I am running a Python program that takes some command line arguments. How can I provide these arguments when I am building a program within the Visual Studio Code?
Aguila asked 14/10, 2016 at 7:3

1

I have done project build using command ng build --prod. It generate successfully build but this build not able to run on live server, It gives following error:- main.0769518151819531d924.js:1 ERR...
Catgut asked 10/2, 2019 at 7:42

2

Solved

I am getting following warning on first load of my App. lockdown-install.js:1 Removing intrinsics.%ArrayPrototype%.toReversed intrinsics.%ArrayPrototype%.@@unscopables.toSpliced intrinsics.%ArrayPr...
Barcelona asked 2/6, 2023 at 20:3

32

I have a maven project forked and cloned from a git repo onto my eclipse. It is build on Java 8. The first thing i do is perform a mvn clean install But I get following failure message: [INFO] Sca...
Avalon asked 1/3, 2017 at 6:56

2

Solved

I need to create two twin apps with React Native and both apps will be 90% the same they will use some shared components and the styles will be different. the question is : should i create one rea...
Bagasse asked 24/5, 2017 at 7:48

3

Solved

I recently started using Bitbake for building Yocto. Everytime I build, it consumes more space and currently I'm running out of disk space. The images are not getting overwritten. A set of new file...
Bernhardt asked 10/10, 2016 at 7:33

11

Solved

I am new to maven. I have one project which I try to build with the maven3. When I run the command mvn -X clean install I got the error. [root@localhost]# mvn -X clean install Apache Maven 3.0.4...
Creeps asked 17/10, 2012 at 4:5

16

Solved

Even though I have GOPATH properly set, I still can't get "go build" or "go run" to find my own packages. What am I doing wrong? $ echo $GOROOT /usr/local/go $ echo $GOPATH /home/mitchell/go $ c...
Sundew asked 3/11, 2012 at 22:15

5

Solved

When I create a WiX project and try to build it with the platform set to 'x64', I get errors in my build output like this: ------ Build started: Project: MyProject, Configuration: Release x64 ----...
Markova asked 9/5, 2011 at 0:23

3

Amplify refuses to build my webapp from a git repo and does not throw any errors in the logs or even a reason to why it failed to compile. I can however build it locally and then upload the already...
Diskson asked 20/11, 2020 at 11:26

6

Solved

Every time I try to build a project this happens. Android studio version 3.4 Gradle sync fails at configure build For some reason it can not get resource at the url. But I can download the file fr...
Miler asked 22/4, 2019 at 21:9

2

When I try to build my project using mvn clean compile assembly:single docker:build i get the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:...
Jounce asked 20/4, 2022 at 13:36

2

Solved

I've just had to do some builds without using Visual Studio for the first time, and clearly there is a gap in my knowledge regarding MSBuild and the build process. So, what are the differences betw...
Papuan asked 24/2, 2021 at 11:23

1

Solved

I'm trying to build my react native project for Android but I get this error. FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution ...
Schoolbook asked 11/4, 2023 at 10:45

8

Solved

I want to perform a printf() to display when the currently executing code was last compiled. Does C/C++ provide a macro that gives you that resolves to a timestamp during compilation?
Veritable asked 26/3, 2010 at 21:40

7

I am trying to build FFMPEG with libx264 for Android. I can successfully build and use FFMPEG for Android but I realized that I need the ability to encode, therefore I am trying to build FFMPEG wi...
Perique asked 11/1, 2012 at 1:2

19

I am trying to publish a web application on Visual Studio 2017. The build succeeds but the publishing fails. When it fails an error dialog comes up which says "Publish has encountered an error. Bui...
Saturate asked 27/7, 2018 at 22:1

5

Solved

It seems like CMake is fairly entrenched in its view that there should be one, and only one, CMAKE_CXX_COMPILER for all C++ source files. I can't find a way to override this on a per-target basis. ...
Annemarie asked 3/3, 2012 at 2:50

© 2022 - 2024 — McMap. All rights reserved.