In a makefile, targets are associated with a series of commands to execute when an action is requested.

learn more… | top users | synonyms

0
votes
0answers
28 views

Button Target in Java

i try to make an application with java (GUI), so i'm using WINDOWBUILDER and Eclipse as IDE. so i#m asking about how to set the target of buttons i'm using,, so for example, if a user click on a ...
0
votes
1answer
6 views

How can I change a project's location in Eclipse?

A project has moved to a different location, so Eclipse won't open the project. You'll immediately think about simply changing the pointer to the location, but in Eclipse they try to make this ...
0
votes
3answers
21 views

How to open pages inside the same DIV

I´ve got a main page with a menu (with links to my sub-sites) and a div (where my sub-sites will appear). This is my home.asp Then I have a folder 'sub-site1' with 2 pages (A.asp and B.asp) that have ...
1
vote
2answers
733 views

Using the solution's configuration name as a test condition for MSBuild Target

I finally realized why my BeforeBuild Target is no longer executing as expected -- it's so silly, it's because the project's configuration names had changed. But what I really want to do is test for ...
0
votes
2answers
431 views

Multiple Settings.bundle in an iOS app

I have an iOS app project with two targets. I currently have a single Settings.bundle for both targets, but I would like to be able to make one for each. Is it even possible ?
0
votes
0answers
6 views

How to make one link to open one site in one iframe and second site in second iframe?

How to make one link - id="link" to open "www.mail.ru" in id="if1" and "www.gmail.com" in id="if2"? jsfiddle <P><A id="link" href="">link</A></P> <iframe id="if1" ...
2
votes
1answer
49 views

CSS Background Position when using :target

Ok so I've done some looking around and couldn't find a good enough answer to this question. Basically what I'm trying to do is minimize my websites header when a button is clicked. Heres the CSS: ...
-1
votes
2answers
31 views

Target Blank PHP HTML

I have this line and I want to target blank so as to open the link in a new window. I tried adding it but but I get syntax error. $out .= "\t<li><a href=\"" . $content->getURL() . ...
0
votes
2answers
19 views

submit form to new window without address bar

This code will submit a form to a new window <form action="..." method="post" target="_new"> But is it possible to make the new window start without the address bar and define its size ?
0
votes
0answers
28 views

MSBUILD target outputs element is applied strangly

Hi I have my C# project in Visual Studio 2012 where I want to copy some external dlls to my bin folder. For a clean build it copies everything to bin folder without problems. Then I delete some dll ...
-3
votes
1answer
31 views

c++ searching for a node in a tree

In my program I am recursively trying to find a node in a tree while given a target, but i cant get it to work! Stree::Node * Stree::find_node(Node* cur, string target) { Node *tmp = cur;; ...
2
votes
0answers
157 views

Submitting a form into an iframe in another page

I have a web page called index1.aspx that contains an iFrame called main_iframe. In another page called index2.aspx I have an iFrame called iframe2 Now, my problem is that I'm trying to submit a form ...
1
vote
3answers
67 views

How to animate multiple divs to specific target location?

I have some problems making a function to set positions to some divs with jQuery animate. I made a quiz with jQuery and want the right "answered" draggable divs with an numeric id to automatically go ...
0
votes
2answers
310 views

How to make a duplicated target work in Xcode 4?

I've duplicated a target in Xcode 4, but when I hit run, the application starts and gets stuck in the launching screen and I've got an error in the Xcode console: error: failed to attach to ...
10
votes
5answers
26k 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 ...
1
vote
1answer
27 views

Confusion in targets iPhone/iPad in Xcode

I have a question that may look stupid for some of you=) I have a project with 2 targets lets it be "game" and "game-iPad" in summary/devices i choosed iphone for first target and ipad for second I ...
0
votes
1answer
7 views

Target _blank links not clickable in firefox?

Ive got a weird bug in my site.it seems that all of my target _ blank links wont click at all in firefox? i know there is a bit of an issue with target blank in firefox but these links wont click at ...
0
votes
0answers
55 views

Anchor target not work

I have a problem with the target tag of anchors. The anchor specification is: <?php echo anchor(site_url('areaResponsable/perfil'), "Aquí", array('target' => '_self')); ?> But, when upload ...
0
votes
1answer
56 views

CMake: Exclude custom install target(s) from 'make install [all]'

I have a library that is built and linked to as part of my project. I want to provide the facility to OPTIONALLY have the library installed system-wide (or wherever ${CMAKE_INSTALL_PREFIX} is set). ...
1
vote
2answers
3k views

Force Makefile to execute script before building targets

I am using Makefiles. However, there is a command (zsh script) I want executed before any targets is executed. How do I do this? Thanks!
0
votes
2answers
45 views

easy way to use getElementsByTagName to change form target?

I have a form in a PHP file that I want to include in various other files which will be in iframes in other pages. In some cases, the form target should be _top but in others _blank. So it seems to me ...
-1
votes
0answers
24 views

Which target iOS to choose to backwards compatible with the first generation iPad [closed]

I'm searching for an advice which target iOS to choose if i still want to support the first generation iPad. I know that the last supported iOS on that device is 5.1.1 but i read on several forums ...
0
votes
2answers
2k views

Android app can't find an AVD target to run on in “Run Configuration”

I am new to Eclipse and to Android. I successfully completed the "Hello Android" tutorial. It compiled, downloaded and ran fine on both of the two AVD's I created ... "first_avd" and "second_avd". To ...
0
votes
2answers
3k views

An SDK Target must be specified. in eplipce and SDK android

I can not create a new project. When I try to create a new project, I put the name and then I get An SDK Target must be specified.
0
votes
1answer
24 views

retrieving ID via jQuery of clicked list item

Fairly new to jquery. good stuff btw. however. There's something I can't seem to understand. I've got a list that I use as a navbar. Each list item was given an id. I want to get that ID with jQuery. ...
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 ...
0
votes
1answer
17 views

Use multiple targets for same project to load different resource images

I have a project with a storyboard and some resource images. I want to create another app which will have all the same interactions etc except for a different set of resource images which is also ...
0
votes
0answers
9 views

Firebug: Is there a way to monitor a DOM object for all jQuery events

Often I'll have a situation where a DOM object is being targeted by several jQuery scripts and it's tough to figure out which is doing what. IOW: I'll have a DIV where there are two animations going ...
0
votes
0answers
73 views

Eclipse ADB is rejecting shell commands, and cannot find target of device

This has been addressed a few times, but I need to re-open the issue, as none of the answers either work or explain what is wrong. My phone is a rooted LGl45c, API 10, android 2.3.4. Upon plug-in to ...
0
votes
2answers
648 views

Phonegap iPhone target link issue

Following this great answer I'm using cordova 2.0. I need to open in safari window some specific links. But at the same time I need to load external ads in the same WebView. So I'm using this ...
0
votes
1answer
50 views

How to target Windows XP sp3 when compiling with Visual C++ 2010?

I am trying to compile a C++ program using Visual Studio 2010 Pro on a Windows 7 computer to target Windows XP sp3 32 bits. I've played around with the compiler and linker settings, but I'm unable to ...
0
votes
0answers
15 views

Target ProximityReceiver and GeoPoint

I do not understand why if I use a Google target I can use GeoPoint and so on, but ProximityReceiver does not work. On the other hand, if I use a normal target, GeoPoint and Co. do not work, while ...
0
votes
0answers
15 views

FaceBook changing link targets

Anyone know how to stop FB from converting link targets? I've got a simple page tab app, when I view the page from outside of FB links display target="_blank" (as expected) however when in a FB ...
8
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 ...
0
votes
0answers
19 views

How to use youtube timestamp with iframe target

I need to make Youtube timestamp menu on my website like this http://jsfiddle.net/aLK4v/1/ I target any link to the iframe. But only first click on any link is triggered. What I do wrong? <div ...
0
votes
1answer
63 views

Reload PHP page where <body> tag is set in seperate PHP include

I have a page built of several seperate PHP includes. One page writes the information and another writes the content of the page. The page with content has hyperlinks on it that are all set to open ...
0
votes
0answers
27 views

jsf2 project isn't running after cleaning and removing target and test-output folder

I did some manipulations to clean the project : I removed the target and test-output folder and I cleaned the project with maven but when I tried to re run it with tomcat as always I obtain this page ...
0
votes
0answers
19 views

Need help understanding target groups for clearmake, makefiles, and parallel builds

I am trying to use clearmake with a -J N flag, but when it gets to building, I get this warning: Rules with multiple targets may not build correctly in parallel, unless they are declared as a 'target ...
0
votes
3answers
530 views

what happens when we Build a java web project

I am a newbie to J2EE and I am not able to understand the directory structure created on building the java web project. After bit of googling i understood what we store in WEB-INF but 1)i am not able ...
1
vote
0answers
47 views

Preprocessor target checking

I wanna use preprocessor commands to test which target i'm compiling for. Every egs i read told to do that : -Add a preprocessor macro in my target. -Do this : #ifdef TARGET_NAME_MACRO ...
0
votes
3answers
35 views

How to attr class

I have a piece of code which someone wrote for me like this: var $me = $('.me'), crazyNumber = 99999999, allOfYou = [ { elements: ...
0
votes
0answers
39 views

Preventing page jump - hashed anchor tag - default behavior

I made a type of menu box with css click events using targets and link them with hash anchor tags. The problem is, when I click one of the buttons (One, Twii, Thrii, etc.) the page jumps! I tried ...
0
votes
1answer
53 views

Powercenter - concurrent target instances

We have a situation where we have a different execution order of instances of the same target being loaded from a single source qualifier. We have a problem when we promote a mapping from DEV to TEST ...
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"> ...
1
vote
1answer
46 views

Keep Xcode targets up to date

I have an Xcode project with two targets, one for my release version and one for beta testing. The only intentional differences between the two targets are Bundle name and Id, so that beta testers can ...
0
votes
0answers
21 views

Application Language in iTunes website Language

I pointed out that my application to the Russian language: Targets Localization native development region: ru When I download an application to itunes connect all writes that Russian default Why ...
0
votes
1answer
103 views

target ie and non-ie not work? my ie version's ie10

here's my code. when using ie, i want it show "please change your browser!", and only the non-ie browsers can see other code. but it doesn't work in ie10 (ie 10 doesn't show h1 but the other code) ...
0
votes
3answers
367 views

Javac version 1.7 not able to build for target 1.7

I am trying to compile Java code, with Sun Java JDK 1.7.0_17, on a Linux Mint system, but I'm getting this problem. $ javac -version -target 1.7 javac 1.7.0_17 javac: invalid target release: 1.7 ...
3
votes
0answers
154 views

ISCSI target mounted with different LUN number

On a centOS host, I am able to discover my ISCSI targets from my SAN with this command : iscsiadm -m discovery -t sendtargets -p IPOfMySan A login on a specified target from the result list of the ...
0
votes
3answers
58 views

If not target on click, hide

This question has been asked a trilion times, but I can't seem to get it to work. Here is a fiddle. You can toggle the login form by clicking on the link. If you then want to hide it, you can click ...

1 2 3 4 5 15