In a makefile, targets are associated with a series of commands to execute when an action is requested.
53
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 ...
50
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 ...
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 ...
36
votes
9answers
34k 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 ...
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.
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.
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 ...
22
votes
3answers
336 views
When duplicating a target in Xcode, is there any way to set the name that the target will have before or as it is created?
Duplicating a target in Xcode is a great way to create multiple app or framework/library products that have somewhat different features using the same codebase as a result of conditional code ...
21
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 ...
17
votes
5answers
9k views
Choosing the right API Level for my android application
I currently have a application targeted at android 2.3 (api level 10), but went thinking that probably people using android 2.1/2.2 or older won't even be able to see the application in the market.
So ...
16
votes
2answers
7k views
Linker Error in Xcode 4.2 Developer Preview
d /Users/yariksmirnov/Library/Developer/Xcode/DerivedData/Goozzy-cugjuvvsrzjqwvfiicxtykbqagux/Build/Products/Debug-iphonesimulator/Goozzy.app/Goozzy normal i386
cd ...
15
votes
1answer
4k views
Building for 10.5 in Xcode 3.2 (on Snow Leopard) error
I just created a new Cocoa project on XCode 3.2. I'm running it in Snow Leopard.
When I build it for 10.6 it works fine but if I change the active SDK to 10.5 I get this error:
cannot find protocol ...
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 ...
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"> ...
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
2answers
2k views
What does the orange triangle in the target column of Android Device Chooser window mean?
When I launch my Android app with Eclipse, the usual window "Android Device Chooser" appears. I can here choose on which device I want to run my app.
In the target column appears next to my target an ...
12
votes
6answers
955 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 ...
12
votes
3answers
3k views
Objective-c asynchronous communication: target/action or delegation pattern?
I'm dealing with some asynchronous communication situations (Event-driven XML parsing, NSURLConnection response processing, etc.). I'll try to briefly explain my problem:
In my current scenario, ...
10
votes
5answers
25k views
jQuery: go to URL with target=“_blank”
I am using this bit of jQuery code to get href of the link:
var url = $(this).attr('href');
-- and this bit of code to go to that href:
window.location = url;
Everything is just the way I want ...
10
votes
3answers
5k views
Target elements with multiple classes, within one rule
I have some HTML that would have elements with multiple classes, and I need to assign them within one rule, so that the same classes could be different within different containers. Say I have this in ...
10
votes
5answers
1k views
iPhone: one nib, different assets. Bundles?
I have an iPhone application that comes in differently skinned flavors, with different art assets and sounds, but all the same code.
I've got things set up with multiple targets, but the problem I'm ...
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 ...
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!):
...
9
votes
5answers
6k views
Indenting only the first line of text in a paragraph?
I have several paragraphs that I would like to indent, although only the first lines of these paragraphs.
How would I target just the first lines using CSS or HTML?
9
votes
3answers
5k views
Reading the target of a .lnk file in Python?
I'm trying to read the target file/directory of a shortcut (.lnk) file from Python. Is there a headache-free way to do it? The .lnk spec [PDF] is way over my head.
I don't mind using Windows-only ...
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 ...
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 ...
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 ...
9
votes
2answers
9k views
Implementing Target lines, in SSRS column Charts
I have a column graph, that shows a trend of consumption over time,
The y-axis being consumption and x-axis being time in month,
I have to implement a target consumption.
I implemented a target, by ...
9
votes
2answers
2k views
Detect in Xcode iPhone project whether I'm building for simulator or device?
Is there any way I can conditionally compile in my app based upon whether I'm building for the simulator or the device? (My app hooks to an external server: if I'm running on the device, I want to ...
8
votes
3answers
6k views
Change Makefile variable value
Is there a way to reassign Makefile variable value inside of the target body?
What I am trying to do is to add some extra flags for debug compilation:
%.erl: %.beam
$(ERLC) $(ERLFLAGS) -o ebin ...
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 ...
7
votes
6answers
9k views
The project was not built since its build path is incomplete
Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors:
The project was not built since its build path is incomplete. Cannot
find the class file for ...
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 ...
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?
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 ...
6
votes
3answers
4k views
NetBeans+Android: after update i have error: build.xml:77: Android Target is not set
Today Netbeans found new update of android plugin. and i installed it. After that, all my project had "broken platform" instead of Android.2.3. I after i choose platform again ,in project properties, ...
6
votes
2answers
1k views
jQuery script smooth scroll to different sections with a different offset
I am using a smooth scroll script for my one page site. It scrolls to each anchor.
Due to the design, I can't have the anchor snap straight to the top of the page. I have had to create hidden anchors ...
6
votes
3answers
640 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 ...
6
votes
3answers
1k views
Can you create a “superset” target in Xcode?
For the purposes of unit testing I'd like to create an iPhone project target in Xcode that includes all of the release application files, plus some additional files containing code useful for UI unit ...
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 ...
5
votes
3answers
2k views
Custom common target to build a solution
I created a custom common target "RealClean" which remove every files in the output and "intermediate output" directory. I put it in the Microsoft.Common.targets file.
When I run MsBuild on my csproj ...
5
votes
2answers
2k views
Xcode - duplicate Target - new Target fails to build
using Xcode 3.2.5 on 10.6.6 (10J521) and now 10J537.
I have an Xcode project containing 1 Target: "MyApp". It builds and runs successfully.
As well as source and resource files, the Target contains ...
5
votes
2answers
2k views
How to add new iPhone target
I'm trying to add a new target to my Xcode project so that I can run the same app, but with subtle difference.
Please can someone guide me through the setup of a new target since it is my first time ...
5
votes
2answers
2k views
how to call an ant target when overriding the target in a child file
i have a project that uses a parent ant file
similar to this:
<project name="some-portlet" basedir="." default="deploy">
<import file="../build-common-portlet.xml" />
<target ...
5
votes
2answers
5k views
Calling method set as target on UIButton
If I have a UIButton which has a target set, is there a way to call this method without explicitly calling it?
For example:
[newViewController.button addTarget:self action:@selector(MyMethod) ...
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
3k views
What does this symbol mean in IntelliJ?
Under the target folder in IntelliJ for a Java project I created, I have a few java source files in the package. Beside each file the 'J' icon has a red circle with a line through it.
What does that ...
5
votes
2answers
4k views
Jquery to change a form's target
I want to change the form's target based on the option which is selected.
<form id='post_form' target="targetvalue">
<select id="select" name="select">
<option ...
5
votes
2answers
235 views
How to hide some phing targets from xml
i have about 25 phing targets, when i list them in the console.
But 5 of them are just needed by other targets and i will never trigger them alone.
is there a possibility to hide them?
For example:
...
