Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
148 views

Mathematica Goal Programming Model definition

I am evaluating Wolfram Mathematica 8 for a university course project. I am having difficulties to define a Goal Programming model. First because I am really scarce in math :) Second, because what ...
2
votes
1answer
192 views

Eclipse and Maven: Run goal after a file is changed

I have a maven goal configured in the pom that is executed on compile phase. But also I need that goal to run after a specific file is changed to keep everything always up to date. i.e I want to save ...
2
votes
3answers
163 views

How to stream program code?

I've been learning Lisp recently (Scheme, Racket and Clojure to various extents) and have read the corresponding literature on famous Playstation developer Naughty Dog. This Gamasutra article ...
2
votes
3answers
355 views

How to rename goals in Maven?

In the Maven document Introduction to the Build Lifecycle, a goal of display:time is described that outputs the current time. The plugin is as follows: ... <plugin> ...
1
vote
3answers
81 views

Google Analytics URL regex code

I am setting goal conversion for my site links which are dynamic in Google Analytics https://www.learningandthebrain.com/Online-Register/CONF-103/Submit example of the dynamic links is above here ...
1
vote
1answer
251 views

Google Goal Tracking - CFormsII Plugin - AJAX

I have a Wordpress site with the CFormsII plugin installed using AJAX. I've been researching and trying to find out how to integrate Google event tracking code. I've found multiple examples but ...
1
vote
1answer
191 views

Maven2 add appassembler:assemble to package goal

Is it possible to add the "appassembler:assemble" goal to the "package" goal? I really just want assemble to run when I do a "mvn package" Thanks.
0
votes
0answers
12 views

maven: Required goal not found

When I execute: mvn -Dplugin=dependency help:describe among many goals I get: ... dependency:get Description: Downloads a single artifact transitively from the specified remote repositories. ...
0
votes
1answer
34 views

Formating KPI goals for excel 2010 in BIDS

I have a KPI (with value,goal & status) created using BIDS. When I view it using excel 2010 pivot table the kpi goal shows #value but it is used to calculate the status. how do I hide the ...
0
votes
2answers
103 views

Cannot get unpack-dependencies to run before jar:jar, no matter what I try

No matter how I try: I cannot get maven-dependency-plugin/unpack-dependencies to run before maven-jar-plugin/jar when running mvn clean install from the command line. Every damn time, I see it ...
0
votes
1answer
131 views

How to get maven to show all compilation errors

I am using maven and would like to have it show all errors on compilation and currently our build only shows one at a time. I do see the option for setting the failOnError which you could set false ...
0
votes
1answer
79 views

How to get Goal Conversion history from PIWIK

I am using Piwik managed goal conversion for my pages. How can I get the history of goal conversions like I get the visits history. Currently, I only can fetch the total conversions against a idSite ...
0
votes
1answer
372 views

Empty goals list in m2Eclipse (MAVEN)

When i try to add a goal I dont get any goals.. Is there any solution or i should manually add them..But in an example I saw it automatically lists all the available goals..
0
votes
1answer
596 views

Async Google analytics fake pageview tracking not working on links that lead outside the site

I'm using jQuery to attach onClick events to certain elements on the site, depending on wether the element exists, example: $(document).ready(function() { if ( ...