In a makefile, targets are associated with a series of commands to execute when an action is requested.
32
votes
4answers
10k views
Difference between e.target and e.currentTarget
I don't understand the difference, they both seem the same but I guess they are not.
Any examples of when to use one or the other would be appreciated.
52
votes
16answers
42k views
Xcode 4 - The selected run destination is not valid for this action
I have opened a project that has always been iphone/ipad. I can't build it now because for some reason my only "Scheme" option is "MyApp My Mac 64-bit". How can I get this set back to iphone/ipad ...
23
votes
3answers
7k views
ant to maven - multiple build targets
I have an ant build that is currently being converted to maven. However, the ant build has 2 build targets - one that builds the entire app, and one that builds a jar from some of those files (only a ...
10
votes
3answers
5k views
MSBuild target _CopyWebApplication does not copy all necessary files to the bin folder
Elsewhere on the Web, you can find recommendations on using something like this to simulate the Publish feature in the VS 2005-2008 IDE from a command-line (I hope I did not goof up the syntax!):
...
49
votes
4answers
18k views
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file
I've separated a project into two builds and given each of them a plist file. Everything works fine, but I keep getting this build warning:
Warning: The Copy Bundle Resources build phase contains ...
7
votes
1answer
17k views
Can you target Google Chrome? (Yes, you can)
I need to position this update button on www.euroworker.no/order (you'll have to add an item to the cart, use the Kjøp button to add and Handlevogn to view the cart). Works in FF and IE. (Although ...
4
votes
3answers
2k views
Get target of shortcut folder
How do you get the directory target of a shortcut folder? I've search everywhere and only finds target of shortcut file.
36
votes
9answers
33k views
How to change target build on Android project?
I currently have an Android project in Eclipse.
I created it with a target build of 1.5 (sdk 3).
Now I want to change it so that it has a minSdk of 3 and targetSdk of 8.
To do this I see that I ...
46
votes
4answers
16k views
Is it alright use to target=_blank in HTML5?
I recall reading somewhere that in HTML5 it was no longer okay to use target="_blank" in HTML5, but I can't find it now.
Is it alright to continue to use target="_blank"?
I know it's generally ...
13
votes
2answers
3k views
Is it possible to have Ant print out the classpath for a particular target? If so, how?
I'm trying to get a target to build that has quite a long list of <pathelement location="${xxx}"/> and <path refid="foo.class.path"/> elements in its <path id="bar.class.path"> ...
9
votes
2answers
5k views
android honeycomb menu button target
I am trying to get my app to be backward compatible so i need to show the menu button
since we used the menu button in our app on previous versions.
So I was reading and it says that if your target ...
3
votes
2answers
2k views
Adding files via Applescript to an Xcode project target
I want to automatically add files to an Xcode project that is created from scratch (through another IDE) as a post-build step. Our project is set up to call an applescript that makes the appropriate ...
6
votes
4answers
4k views
How can I get the value of the current target ant?
How can I get the value of the current target ant?
Does it exist a special variable something called TARGET?
2
votes
5answers
499 views
Developing apps for multiple iOS version
I am testing an app on an iPhone 4 with iOS 5.1 and an iPad 4 with iOS 6.0. I looked around and surprisingly did not find similar questions:
1- My app has some methods that have been deprecated in ...
2
votes
2answers
5k views
Change the minimum OS requirments of my iPhone App?
I made a simple application, then submitted for review.
After that the app details claims that the minimum OS requirmentes is 3.1.2 (I work with that SDK).
If I change my Target's iPhone OS ...
7
votes
11answers
8k views
Create a W3C validated anchor link with target=“_blank”
I have the following piece of HTML that creates a new window when clicked:
<a href="/path/to/site" target="_blank">glide by the people</a>
Problem is that it does not pass the W3C ...
6
votes
1answer
2k views
How to differentiate multiple targets with Xcode 4.2
I've developed a lite version of an app. Now I want to create a paid version.
So I've duplicated the target, changed its name (so change plist and other stuff with that name) and now I have to ...
4
votes
4answers
24k views
How to set target and action for UIBarButtonItem at runtime
Tried this but only works for UIButton:
[btn setTarget:self action:@selector(btnClicked:) forControlEvents:UIControlEventTouchUpInside];
3
votes
3answers
617 views
How can I use a RichTextBox as a NLog Target in a WPF application?
I read the following posts but neither helped to just get the same efficient way of printing logs from NLog onto a RichTextBox control target as in Winforms.
How can I use NLog's RichTextBox ...
3
votes
2answers
939 views
WPF label counterpart for HTML “for” attribute
Is there some attribute in WPF that I can add to element, so when I click it the target control get focus? The closest thing I have found is 'Target', but it works only with access keys and clicking ...
2
votes
1answer
489 views
:target pseudo selector and tabs
So I want to create a tab system using only CSS.
what I have so far works, but I don't know how to make one tab visible by default.
The tabs:
<section class="tabs">
<ul>
...
2
votes
3answers
1k views
How to recreate a deleted target?
I have deleted my application target and now all my Build option are gone. I cannot run my project because I am missing a target. How can I regenerate it?
2
votes
2answers
2k views
How do I know that the Soundpool is ready using SDK target below 2.2?
This question is related to this one.
I managed to modify my code to use SoundPool instead of AudioManager. Know it works more or less.
public class Sound {
private static boolean sound = true;
...
10
votes
8answers
7k views
Visual Studio 2010 error: “Project Target Framework Not Installed” when opening a .NET 4.0 project
I am experiencing a rather disconcerting issue with one of my development machines that I hope someone can advise me on.
I have a large Visual Studio 2010 VB solution, targeting the .NET Framework ...
3
votes
3answers
3k views
Selenium href blank New Window test
So, using Selenium, I want to test links on a page and see if they open a new window. They are NOT javascript links, just a basic href "target=_blank".
I want to make sure the newly opened window ...
2
votes
3answers
6k views
C# Target=“_blank” in a LinkButton
is it possible to have a target="_blank" in LinkButton...mine doesnt seem to be working
<asp:LinkButton runat="server" ID="g31" Text="PDF" CommandArgument='<%# ...
0
votes
1answer
700 views
WPF set targetname dynamically and DoubleAnimationUsingKeyFrames in xaml
i want to know how to change target name dynamicaly with same animation
Please find Below is my code of WPF for xaml and c# code
XAML code
<Storyboard x:Key="deepanshu">
...
0
votes
1answer
169 views
Bound target not updating
I have bound two listbox controls to an xml file (i.e one list box bound to the xml and the other bound to the first listbox). The listboxes display node values within the xml file as a result of the ...
20
votes
1answer
6k views
Difference between target google APIs and target android
Now I'm developing android with SDK 2.3.3 with Eclipse.
As you know all to run my app, I should generate virtual device.
From 'create new ADV' window, I can see many targets.
There are 2 targets for ...
9
votes
2answers
4k views
iphone: get User Defined variable in Target's setting by code?
My project have multi-targets. Each target has its own Class file for setting stuff. I want to store that Class name in a target setting (Info.plist or Target's Building setting). So that I can define ...
13
votes
2answers
5k views
Xcode: project settings vs. target settings
I'm creating a static lib on Mac OS X for one of our customers, as well as a small cmd line app to test the static lib. The cmd line project has 2 extra library search paths, which meant I was linking ...
9
votes
1answer
1k views
Can't change target membership visibility in XCode 4.5
I currently try to exclude my In-App Purchase logic in an App of mine to make it reusable in other Apps of mine or even put it on a public git repository for others to use. For this purpose I follow ...
4
votes
2answers
5k views
make wildcard subdirectory targets
I have a "lib" directory in my applications main directory, which contains an arbitrary number of subdirectories, each having its own Makefile.
I would like to have a single Makefile in the main ...
3
votes
3answers
728 views
Common preprocessor macros for all configurations of a target in XCode iPhone Project
I usually have four configurations per target (Debug, Release, Distribution, Ad Hoc) for my Apps.
Is there a way to add a common macro for all 4 of them, while not destroying the macros that I have ...
2
votes
3answers
13k views
Force any HREF in an IFrame to use its parent as the target
I'm currently using an IFrame to sandbox user generated content on a website. This eliminates any styling issues with our main stylesheets.
However, when a user generates a link using our rich text ...
1
vote
2answers
3k views
JSF 2.0: how to save the view after redirect (target=blank)
Imagine I have the jsf form and the button to print report on form data. The button needs to open the data on the new page (target=blank), but h:button doesn't suit as I need to save the data just ...
1
vote
1answer
1k views
Possible to open iPhone Safari and target a specific window?
I have an app that uses OAuth to authenticate, which means the user must be directed to the website to authorize the application. I prefer to make it obvious to the user that they are using a ...
0
votes
1answer
2k views
OnClick for google analytics and target _blank. The link does not work?
<a href="http://example.com/test.html"
onclick="_gaq.push(['_link', 'http://example.com/test.html']);"
class="noFloat"
target="_blank">
Click Me
</a>
I have a problem ...
31
votes
4answers
8k views
markdown target=“_blank”
Is there a way to create a link in markdown that opens in a new window? If not, what syntax do you recommend to do this. I'll add it to the markdown compiler I use. I think it should be an option.
13
votes
1answer
15k views
How to recompile with -Xlint:unchecked in Ant build task?
When I run the "compile" target of my Ant "build.xml" file, then I get the following message:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for ...
12
votes
6answers
950 views
Html Target Attribute not supported
I was just on w3Schools looking at target and found that it is no longer supported by any of the major browsers. A brief google search did not reveal the reason for this? Should I avoid the use of ...
6
votes
2answers
2k views
XCode 4: Multiple Targets, Multiple Resources Folders with images of the same name to use with a shared Xib?
I have made an app with a certain functionality and a certain graphical look.
For example, a custom tableview cell is loaded from a Xib file and has a UIImageView as a background image, loaded with a ...
6
votes
3answers
639 views
Target iPhone application by model (e.g. 3G vs 3GS)
Much like the required device capabilities on the info.plist file, is it possible to configure an application such that it will only be available on some device models?
I know how to target it by ...
5
votes
2answers
5k views
Adding an OpenGL framework in Xcode 4
I'm using Xcode 4 for my C++ programming. I want to add a framework, specifically an OpenGL framework, and I'm not quite used to where things are yet. It says in the help documentation that I should ...
5
votes
3answers
2k views
.NET - Target platform/processor at compile time
Is there a #define in C# that allows me to know, at compile time, if I'm compiling for x86 (Win32) or x64 (Win64)?
4
votes
2answers
161 views
How does one have developers on VS2008 target .net 2.0 (but not the service pack) to avoid runtime crashes?
So, I want to upgrade my development team to VS2008. As an enterprise, we haven't rolled out the 3.5 runtime yet.
From some reading, it seems like installing VS2008 will automatically give you .net ...
4
votes
2answers
2k views
XCode Different Resources For Different Targets
I am developing an iPhone app and there will be a Full as well as a Lite version of that app. In order get both bundles from the same source code and xcode project I added another target to the xcode ...
1
vote
1answer
1k views
How to duplicate Xcode Project to create a payment version of a free app
i have a free app and i want to make her paid version. I try to create a new project and copy the class into it but isn't very simple.. Is there a way more simple? I duplicate target, but in which way ...
1
vote
3answers
2k views
Objective-C – Having a TestFlight configuration to include TestFlight SDK
I've followed the instructions from TestFlight to duplicate the "release" configuration. Also I'm using TestFlight SDK to get live reports from my app. By doing this I had to include some TestFlight ...
0
votes
3answers
270 views
What are the non-osgi targets with which Apache ACE can work
Apache Ace documentation refers that it can do software provisioning to other types of targets "non-OSGi containers, or something completely different target". But no documentation is available ...


