The uptodate tag has no wiki summary.
3
votes
2answers
117 views
Ant: Source and target files are the same. How to detect a change?
We are using JiBX. The important thing to know is that JiBX modifies the already compiled class files.
We do our compile:
<javac destdir="${main.destdir}">
<src ...
4
votes
1answer
229 views
Create a Union and Macrodef-style element with dynamic content at runtime in Ant
I've a build script built in Ant which has a macrodef that takes a few default parameters, target, root and the like, and then an optional two, extrasrc-f and extrasrc-c. After they've come in, I ...
1
vote
1answer
125 views
Calling perl script from Make
I have a perl script that generates an index of some data stored in a text file.
I have a make file with a target called buildData that runs the perl script
I have a make file in the parent ...
0
votes
3answers
252 views
Entirely new git repo says “Everything up-to-date” when trying to push to entirely new remote
I am a git newbie. I just created a new project with just 4 new files test1 test2 test3 test4. Then all I did are the following:
$ git init
$ git add .
$ git commit -m "VERY 1st commit"
as simple ...
1
vote
1answer
45 views
How to update tiny data on a page up-to-date?
For example I should show some number on a page. This number is getting from the server (from the DB), and this number always is changed - but there are some moments (some hours in a day) when it's ...
0
votes
1answer
107 views
Staying Up-To-Date with Any or Most Language
I have a general understanding of programming concepts as I started learning how to write code in C++. Though I have dabbled a bit in other languages such as pHp and python, the basics are easily to ...
1
vote
2answers
1k views
what are the latest and up-to-date web technologies commanly used now? [closed]
what are the latest and up-to-date web technologies commanly used now ?
I mean what is new in the main three web tracks used for web design and development ?
The main three web tracks:
Microsoft ...
0
votes
2answers
3k views
Java GUI libraries
I understand this question has been asked before [Which GUI Library is the best in Java?], but that was back in 2008, and things have changed. I tried looking for Swing, but the JFC is now outdated, ...
6
votes
1answer
2k views
Ant: using Filelist as Fileset in Uptodate?
a target of build.xml creates a Zip file. To avoid creating the Zip if no file has been updated, I'd like to check for updates beforehand. AFAIK, "uptodate" is the task to use.
Here is the relevant ...
16
votes
2answers
4k views
Visual Studio: Run C++ project Post-Build Event even if project is up-to-date
In Visual Studio (2008) is it possible to force the Post-Build Event for a C++ project to run even if the project is up-to-date?
Specifically, I have a project which builds a COM in-process server ...
0
votes
0answers
3k views
Make Visual Studio stop rebuilding up-to-date projects?
Why does Visual Studio always build a project before running it EVEN WHEN IT'S NOT OUT OF DATE? Is there any way to skip this annoying behavior?
1
vote
2answers
108 views
Best place(s) to be kept updated on security flaws in softwares
Where should one go to be kept updated on all of the security flaws/problems floating around? Specially in the era of open source where we tend to use libraries from everywhere.