Questions tagged [rebuild]

343 questions
0
votes
2 answers

Liferay: timeout on the regeneration of the search indexes

When launching the functionality of a "Rebuild all search indexes." very often the request times out, perhaps because the browser waits too long the answer. How do I fix this? As it is I can not figure out when it ends the regeneration of the…
Giovesoft
  • 580
  • 6
  • 21
0
votes
2 answers

How rebuild a jar file?

I have a jar file with following directory: css/ images/ js/ META-INF/ atlassian-plugin.xml jira_rtl.properties LICENSE I want to change the file.css in css directory and then rebuild the jar file. How Can I do this in Windows 8.1 OS?
Morteza Malvandi
  • 1,656
  • 7
  • 30
  • 73
0
votes
0 answers

DataStax Solr index rebuild. reload all data from cassandra table

I created a table using cql, inserted 2 rows to that table and created solr index using datastax procedures. The index has no documents. If I inserted another row to the table using cql, The index has 1 document not 3 documents. I tried to delete…
0
votes
1 answer

Visual Studio is all messed up (doesn't rebuild when needed)

It's been several days since my MS Visual (2013 : 12.0.311001.00 update 4) became kind of nut and behave strangely: Here are the symptoms I have a simple hello word project that builds fine. I insert one mistake into the code (see below). I build…
traiangueul
  • 71
  • 1
  • 1
  • 5
0
votes
1 answer

Preference has wrong value when rebuilding PreferenceFragment

I am creating several Color Picker preferences (extended from Preference) in the onCreate method of my Preference Fragment. The colorpickers describe the current design that is active. So when the user picks a new design (in the same…
monogon
  • 21
  • 5
0
votes
1 answer

Deploy WP8 app to device and save all its settings after rebuilding the project

I have accidentally killed one of my WP projects in VS2013. I receovered the source code from the backup, but now, if I try to recompile it and deploy to my device for further debugging, all my app data in the app IsolatedStodage area will be wiped…
TecMan
  • 2,743
  • 2
  • 30
  • 64
0
votes
0 answers

Javascript reset ul list

I'm creating a ul list of Requests based on the results from an AJAX call. I want to search for specific Requests so that the list gets rebuilt with the search results but I can't get rid of the list once it's built. How can I do this? onload =…
MatthiasK
  • 33
  • 1
  • 7
0
votes
0 answers

Unhandled Exception when project built

I am getting Unhandled Exception error randomly in my project while taking fingerprints. Sometimes when I clean and rebuild my project problem being solved. But when I rebuild again problem appear. How can I handle this problem? Here is the error…
Koray
  • 373
  • 4
  • 12
0
votes
1 answer

Visual Studio 'Rebuild Solution' Errors

I have a web project that relies on two separately compiled projects and all three are in the same solution. One day out of the blue, I hit Rebuild Solution and I got a whole list of errors that I'd never received before. Apparently the Rebuild…
Keith Salmon
  • 89
  • 3
  • 9
0
votes
1 answer

MSBuild ignores OutDir and always forces rebuild

Our solution contains ~50 projects. They all import a custom .target file that sets the OutDir variable so that all projects build to a common Binaries folder. Problem is: MSBuild does not check the OutDir folder for the .dlls but keeps looking…
Sebastian Weber
  • 6,766
  • 2
  • 30
  • 49
0
votes
3 answers

How get Eclipse src and rebuild (compile) it for a new language?

I try to recompile the eclipse src to use the ide ui for a new language or other interest). how can I do it ?
0
votes
2 answers

All files in IsolatedStorageFile store disappear after rebuilding WP8 Silverlight solution

I'm developing a WP8 Silverlight app which uses the IsolatedStorageFile store for app's data. At some point I detected that if I issue the Rebuild Solution command in VS.NET, VS uses full deployment of my project to the emulator or an attached…
TecMan
  • 2,743
  • 2
  • 30
  • 64
0
votes
1 answer

NSIS Installer Rebuild

I have about 100 compiled NSIS installers without the corresponding script and I would like to exchange 3 files inside all the installers. I'm able to extract the content of the installers using 7zip but it's not possible to recreate the executable…
0
votes
1 answer

Maven - how to rebuild a git revision number module on any module's build

I'm kinda new to maven and have encountered a problem that I can't solve on my own. I've written a simple module to a big project that tracks git revision number, adds a timestamp and dumps these properties to a .properties file. This project is…
Jan Siekierski
  • 409
  • 6
  • 14
0
votes
1 answer

VS2005 rebuilds .NET/CLI projects on implementation detail changes in .cpp files

My solution consists of several native, C++/CLI wrapper and managed libraries/assemblies. The wrapper projects are referencing different native DLL-projects. Every time i change an implementation detail in a .cpp file of a native dependency, all…