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
1answer
171 views

CSS3 :target not working?

I have the following code : <!DOCTYPE html> <html> <head> <title>Void Museum</title> <meta charset="utf-8"> <style ...
0
votes
0answers
113 views

Ant parse file and write line number of matching text

I need to parse through a file using ANT and print out the line numbers that match a particular text to another file. I have it written so that it copies the entire line out to another file so far. ...
0
votes
0answers
49 views

how do I use :target to transition to another part of a page smoothly [closed]

Trying to use CSS3 :target to smoothly transition from one part of page to another upon clicking a link that redirects to another section on that page. Having issues with this and I think it's ...
1
vote
0answers
550 views

Xcode Duplicate Target Won't Run

There are plenty similar questions around, but none of the answers work in my case, so here we go again... My Workspace has one (1) project, that project has one (1) target. I decided to duplicate ...
1
vote
0answers
296 views

issue opening thickbox from inside an existing iframe

So I seem to have found myself in a bit of pickle. In order to keep a header flash element from reloading every time someone goes to a different page, I encapsulated all my site's content in an ...
0
votes
1answer
61 views

android, eclipse: cant install app when target SDK higher than device's API version

My app's target sdk version is 14. Min sdk version is 8. Device runs under android 2.2 (API 8). If I try to install my app on the device via eclipse, android device chooser tells me, I cant install on ...
0
votes
2answers
80 views

Track dynamic button with href and target_blank

I need to track every time a user clicks on a dynamic button. Also I need to know what product is he clicking. Now I have this button: <div class="buy"> <a target="_blank" href="<?php ...
-1
votes
1answer
111 views

Transition css3 [closed]

I want to add this transition effect to my website: http://www.formuswithlove.se/ (when you arrive to the next anchor the background-color change) But I don't know how I can do this. Can someone help ...
1
vote
5answers
84 views

jquery - targetting a select using $this

I am trying to get individual selects (which have the same class as other selects) to respond to a .change function, however it only works on one of the selects. If you test out this code it will make ...
0
votes
1answer
64 views

Reading specific task from XML with C#

How we can read in a list the values from the target P (Price) from the following xml? <D d="2012-11-01"> <P t="00:00:00+01:00">39.90999985</P> <P ...
0
votes
1answer
667 views

Xcode Deployment Target Settings

If I want my app to be compatible with older OS versions, back to Snow Leopard, are these the proper deployment target settings in XCode? OS X Deployment Target under "Project": 10.8 Deployment ...
0
votes
2answers
72 views

Generate Ant tasks with macro

I've been searching for a possibility to generate ANT targets from top-level macro. Details: We have heterogenic build system. ANT+IVY is used as top-level (inherited solutin, can't be changed). ...
1
vote
1answer
1k views

Changing Target in Shortcut with VBScript

I am trying to create a VBScript to change a target in a link The current target is "C:\Program Files\Hyland\Application Enabler\AEClient.exe" I want the new target to be "C:\Program ...
2
votes
2answers
82 views

Target a specific word in body and apply a style to it?

Currently I am using a Jquery string to try and target a SPECIFIC word in the entire body of the site and add a class to it. So every single time the word "Nike" appears for example it will make it ...
0
votes
1answer
52 views

Target property of object using array - Javascript

I'm having trouble with this one. //Targeting a property of an object using an array myArray = ["property0","property1","property2","property3"]; myObject = {}; myObject[myArray[0]] = "value0"; ...
1
vote
1answer
72 views

Maven Assembly - copy result to svn

I'm creating a ZIP using an assembly plugin. I would like to commit this brand new file to my svn. Do you have any idea of the best way to do it? I tried some different solutions without success.
2
votes
0answers
62 views

iPad MP4 Embed - Possible 'Target' parameter values…?

I have a web page with a number of MP4 video files embeded at thumbnail size into it ready to play - The size is achieved (probably badly) by reducing the embed dimensions in the OBJECT / EMBED code. ...
0
votes
3answers
780 views

The destination does not support the architecture for which the selected software is built

Today I was creating a shared library in a project containing multiple targets where I first had only one (and no shared lib) when all of a sudden my project produced the following error when trying ...
0
votes
4answers
168 views

Passing an URL to an iFrame over two pages

Let's say i got a link on a homepage, and an iFrame on the following page. Now i need to make that link on the homepage to pass an URL to the iFrame on the following page (on click), so the iFrame ...
-1
votes
3answers
189 views

Update project target .NET framework

I have a solution, different projects, all of them with Target .NET Framework 3.5. If update one of the projects to target .NET Framework 4 so i can use PLINQ, would it cause problems in any aspect ? ...
0
votes
1answer
109 views

Confused About UNIX Makefile $< and $?

So I'm learning about makefiles, however the $< and $? are really confusing me. Speaking of which, $@ also confuses me. What if there are multiple targets, then what does $@ refer to, the first ...
0
votes
0answers
142 views

Getting crazy with eclipse (juno) .svn folders in target/classes

i am using subclipse in juno and eclipse copies .svn folders to my target/classes folders and my application does not start. Initially i found this post helpful: Make Eclipse ignore .svn directories ...
-1
votes
2answers
127 views

Change platform in .NET from 3.5 down to 2.0

I have a C# project in VS 2008. I changed target framework from 3.5 down to 2.0.I also have a set up project with net framework 2.0 required. But after installing program in another PC, i get an ...
1
vote
1answer
110 views

Target specific row in multi-line text?

The original problem is that i need to make a font less italic than the italic font, but still more italic than normal. There is only those two to choose between, but i need something in between, and ...
0
votes
2answers
213 views

How can I configure my target to use a specific Info.plist in Xcode?

I have an Xcode project with many, many targets (iPhone, iPad, OS X). I need to have different Info.plist files for each of my targets. For iOS, I don't run into any issue, everything builds fine. ...
1
vote
4answers
91 views

I want to delete a list item using Jquery when I click this red box.. How do I target a grandparent div?

When I click the class "red" I want to delete this entire div. My JS is $('document').ready(function(){ $('.buttons .red').click(function(){ ...
0
votes
1answer
216 views

SBT equivalent of Ant target

What is the SBT equivalent (if any) of Ant targets? For example, a snippet in a build.xml file for Ant would be: <target name="runClient" description="run client"> <java ...
1
vote
0answers
120 views

NLog mySQL target configuration

I am trying out NLog to use mySQL table. I seem to have the configuration set correctly however I am getting the following error (capturing exceptions in NLog). 2012-10-10 17:09:20.0200 Error Error ...
0
votes
0answers
49 views

How do make targets work in eclipse?

I think I understand pretty well how make works and what a target is in a Makefile, but in eclipse there is an entire view dedicated to make targets. I can create make targets, assign them any shell ...
4
votes
2answers
291 views

Target label in CSS

Is there a possible way to target the label for an input in css3? For example I tried this method - input[type="text"]:focus label:target { color:orange !important; } Doesn't seem to work, ...
-3
votes
2answers
122 views

Using target=“_blank” in PHP

I've searched for a couple hours now and I can't seem to figure out how to include the target="_blank" attribute into the 'href' => section of this php without breaking it. here's the code: 'chat' ...
1
vote
2answers
313 views

setting the correct Android Build Target, minSdkVersion, targetSdkVersion

I have an app that actually was developed for level starting 7. So far I had these settings: Android Build Target = 7 - for compiling minSdkVersion=7, targetSdkVersion=7 - for GooglePlay filter Now ...
-1
votes
3answers
161 views

How can I test my android app on older versions?

I have built an android app with targetSDK 15 and minSDK 3. How can I now test it on an older version? When I set the run configurations I only see my "android 4.0" AVD even though I have created AVD ...
1
vote
4answers
131 views

Is there a jQuery function to check wether a URL posts to another host?

Is there a nice and fancy way to check wether the URL of a link which has been clicked points to another host? $(document).ready(function() { $('a[target="_blank"]').click(function() { if ...
0
votes
0answers
69 views

NLog - how to access exception object from custom target

I have implemented a custom target object that extends TargetWithLayout. I want to use this to connect NLog to our existing error logging solution. The issue is that I need to work with an Exception ...
0
votes
1answer
603 views

jquery to change form target value

I need to make a button's target different from the main submit value. I am using jquery with code below: HTML: <form action="somepage" id="cartform" target="_parent" method="post"> (So ...
0
votes
2answers
103 views

How do I move my cursor to an element in Dart?

Just got started with dartlang and extended the project sample a little. It seems that the focus method on class Element does not work or maybe I'm not using it properly. Wanted to get a validation ...
0
votes
1answer
379 views

target=“_parent” in Fancybox is loading a new window

Ok here's a messy one. I've got an iframe on a page, and in that iframe I've loaded up a Fancybox iframe with a link in it that has target="_parent". My only problem is it's loading the link in a new ...
0
votes
1answer
85 views

Firefox submits form targetting iframe in new tab

I'm implementing the same-old fake-AJAX file upload. Every suggested solution I could find on StackOverflow did not work: Setting the id attribute the same as the name attribute of the ...
0
votes
2answers
863 views

target=“_blank” is not working in firefox?

target="_blank" is not working with firefox <a href="login.php" target="_blank" onclick="javascript:window.close();" > <img src="images/loginto-apply-but.gif" border="0"/> </a>
0
votes
2answers
97 views

e.target in VB.net

When using flash, I was able to get to the focus of an event by accessing the event's "target" attribute. so if I remember, it was something similar to. button1.addEventListener(mouse_click, ...
0
votes
1answer
335 views

Missing SDK in target - iphoneos5.0

I'm using Xcode 4.4.1. I'm getting this warning: Missing SDK in target MyApp iphoneos5.0 I want to target iOS 5.0 and up. Where should I look to fix this? In Target, Build Settings, Base SDK is ...
0
votes
2answers
73 views

One base app for multiple brandings with different views and layouts?

I have built an app that does some computation and communication with varying internet resources. I branded my application with its tab bar navigation bar for three corporate clients, the only change ...
3
votes
1answer
236 views

Cocos2D pauseAllRunningActions?

I am having a hard time resuming animations in my Cocos2D app. I add a CCSprite as a child to a CCSpriteBatchNode and it goes off on an animation. So when I click the pause button I do this: ...
0
votes
2answers
636 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
4answers
148 views

target div class outside parent div

how can i specify the a to target to the class contenido_calendario in jquery? <div class="col1 sub_section_title"> <article> <h3 class="article_header ...
0
votes
1answer
100 views

Target -post-jar not executed when in imported build script

I'm fairly new to netbeans and its build definition so what I'm trying to achieve may just not be possible ... I'm developping several plugins using netbeans and I want all the jar files to be copied ...
1
vote
1answer
151 views

Do you have to call removeTarget on UIButton?

In my app I create a bunch of UIButtons programmatically. Now when I add an action when the user taps the buttons, I do addTarget obviously. Now when I leave this view do I or should I call ...
0
votes
0answers
87 views

jar works in classpath not in targetplatform eclipse

I have a jar that is working fine in Eclipse in other peoples Eclipse environments here. When I add it to mine, it does not get resolved but when I open target platform state, it is present there. If ...
0
votes
2answers
81 views

How can I make my facebook app open in the same window? [closed]

I've created an app and even submitted it. It's far from finish but it kids works for now. When I go to the app and press on a button, a post will appear on my wall. It's kind of like this: Paul ...

1 2 3 4 5 15