Automatic installation of Debian 11 on ARM64

2023-10-15 Thread Frank Wilson
Hi, Has anyone successfully used the "automatic installation" option for the Debian 11 installer? I was expecting this option to give me screen where I can enter the URL to my preseed file (which it does on x86), but all I get on arm64 is a black screen and a blinking cursor. There are no

[GNC] Gnu Cash Reports

2020-02-14 Thread FRANK WILSON via gnucash-user
Good afternoon Are there any reports, or can reports be created, that will list; i) All disbursements from start of financial year to end of financial year? ii) All receipts from start of financial year to end of financial year? iii) All vendor bills from start of financial year to end of

Computing two aggregate functions on the same window

2019-10-08 Thread Frank Wilson
Hi, In the datastream api is there a way to take two aggregate functions and apply them to the same window? The output would be a stream of 2-tuples containing the result of each aggregate function. I feel it should be possible to combine previously written functions rather than writing a

Accessing pojo fields by name in flink

2019-09-05 Thread Frank Wilson
Hi, So far I’ve been developing my flink pipelines using the datastream API. I have a pipeline that calculates windowed statistics on a given pojo field. Ideally I would like this field to be user configurable via a config file. To do this I would need to extract pojo fields by name. The Table

Side output in ProcessFunction.onTimer

2019-06-18 Thread Frank Wilson
Hi, Is there a way to make side outputs in an onTimer callback in ProcessFunction? I want to side output events that belong to a session that was below the minimum duration threshold. Currently these events are just discarded but I’d like more traceability. Thanks, Frank

Flink state: complex value state pojos vs explicitly managed fields

2019-06-17 Thread Frank Wilson
Hi, Is it better to have one POJO value state with a collection inside or an explicit state declaration for each member? e.g. MyPojo { long id; List[Foo] foos; // getter / setters omitted } Or Two managed state declarations in my process function (a value for the long and a list

Count Window Trigger that only fires once

2019-05-23 Thread Frank Wilson
Hi, Is there a way to make the count window trigger fire only once? I would like a session window to only emit the first element it receives immediately rather than waiting until the watermark passes the end of the window. Thanks, Frank

Reduce key state

2019-05-09 Thread Frank Wilson
Hi, In an unwindowed key stream while using event time semantics is state stored indefinitely or does it get expired eventually (was wondering if the state inherits the event time of the element that updated, and if it expires when the watermark goes past it). Thanks, Frank

Add flink gauge to serialiser ?

2019-04-09 Thread Frank Wilson
Is there a way to add a gauge to a flink serializer? I’d like to calculate and expose the total time to process a given tuple including the serialisation/deserialisation time. Or would it be a better idea to wrap the conctrete sink function (e.g. kafka producer) with an ‘instrumented sink’

Re: Enabling JMX Reporter on a Local Mini Cluster

2019-04-08 Thread Frank Wilson
nt env) { } And drop in the standard environment or the test environment as appropriate. This is simple enough but I was just emailing this list because at first (before I started experimenting with metrics) it seemed that this wouldn’t be necessary. Thanks, Frank On Fri, 5 Apr 2019 at 16:51, Fra

Enabling JMX Reporter on a Local Mini Cluster

2019-04-05 Thread Frank Wilson
What's the best way to enable the JMX Reporter while I am developing an applicaiton in an IDE? The reason is I would like to experiment with adding detailed metrics to my pipelines (and also see what standard operators provide) without having to deploy to a regular cluster. Thanks, Frank

[jira] [Commented] (FLINK-11847) Docker job-specific image creation instruction make reference to --job-jar parameter that does not actually exist in the script

2019-03-07 Thread Frank Wilson (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786820#comment-16786820 ] Frank Wilson commented on FLINK-11847: -- Thanks for pointing me in the right direction. > Doc

[jira] [Created] (FLINK-11847) Docker job-specific image creation instruction make reference to --job-jar parameter that does not actually exist in the script

2019-03-06 Thread Frank Wilson (JIRA)
Frank Wilson created FLINK-11847: Summary: Docker job-specific image creation instruction make reference to --job-jar parameter that does not actually exist in the script Key: FLINK-11847 URL: https

[jira] [Created] (FLINK-11847) Docker job-specific image creation instruction make reference to --job-jar parameter that does not actually exist in the script

2019-03-06 Thread Frank Wilson (JIRA)
Frank Wilson created FLINK-11847: Summary: Docker job-specific image creation instruction make reference to --job-jar parameter that does not actually exist in the script Key: FLINK-11847 URL: https

[google-appengine] Using google cloud datastore emulator with dev_appserver

2016-07-29 Thread Frank Wilson
Hi, Has anybody had any luck interfacing the dev_appserver.py with the non-legacy google cloud datastore emulator? I posted this question on stackoverflow but haven't received much response yet [1]. I'd like to combine my google cloud platform and appengine projects while developing on my

Re: Are DoFn combinators a good idea?

2016-06-14 Thread Frank Wilson
Hi Lukasz, Thanks for your reply. That really helped me see the big picture. It seems that for simple functions I should probably make more use of SerializableFunction than I am currently. If I need access to windowing, etc I will also experiment with DoFnWithContext. Thanks again, Frank On

Re: Threads and ThreadLocal variables in Dataflow

2016-05-12 Thread Frank Wilson
Hi Lukasz, I started (later yesterday) using a ThreadLocal Facade object to encapsulate the 'installation' of the remote api, but I like your idea of using a single threaded executor, so I will give it a go. Thanks, Frank On 11 May 2016 at 17:19, Lukasz Cwik wrote: >

Threads and ThreadLocal variables in Dataflow

2016-05-11 Thread Frank Wilson
I am trying to read AppEngine search index documents using Google Cloud Dataflow. I tried raising this before on the google-cloud-sdk mailinglist but I was told that stackoverflow was a better place for discussing code. Unfortunately, as I hope will become obvious this is an awkward issue that is

RE: [N8VEM-S100:7749] Re: A new Z80 based SBC to get beginners started on the S100 bus

2015-10-17 Thread 'Frank Wilson' via N8VEM-S100
John, Thank you for the reply. I was hoping that a board similar to the TDL ZPU board would work in most situations. A few years ago I built a small IDE interface for the SWTPc SS-30 bus, and later a "stand alone" Z80 board to communicate with a PC via a serial bus. The Z80 board used

RE: [N8VEM-S100:7747] Re: A new Z80 based SBC to get beginners started on the S100 bus

2015-10-14 Thread 'Frank Wilson' via N8VEM-S100
ally built, providing a "plug and play" environment for us dummies. - Frank Wilson -- You received this message because you are subscribed to the Google Groups "N8VEM-S100" group. To unsubscribe from this group and stop receiving emails from it, send an email to n8vem-s100+unsubscr

[code-quality] Site issues: Pylint Messages Wikidot

2015-05-18 Thread Frank Wilson
Does anyone on this list administrate pylint-messages.wikidot.com ? I just wanted to point out there is some pretty nasty ad code on there. I am getting click jerked to some random spammy website every time I hit my back button. I'm confident my computer is clean. I probably haven't noticed

[google-appengine] Loading custom libraries with appengine_config.py

2015-04-01 Thread frank . wilson
Hi, I was trying out custom runtimes / managed vms support [1] with python yesterday with an existing app engine app. I notice that it does not seem to load my custom libraries with appengine_config.py: appengine_config.py: from google.appengine.ext import vendor vendor.add('lib') This

Test Harness, how to wire a MavenProjectHelper

2014-10-01 Thread Frank Wilson
Hi, Please could someone explain how to wire a MavenProjectHelper into my mojo using the test harness? I try to wire it using the test pom, however it seems the MavenProjectHelpers dependencies are not satisfied. Here's the line in my test POM:

[Ubuntu-x-swat] [Bug 1353640] [NEW] x11vnc segfaults

2014-08-06 Thread Frank Wilson
Public bug reported: x11-vnc segfaults: /usr/bin/x11vnc -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -display :0 [1]22772 segmentation fault (core dumped) /usr/bin/x11vnc -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.lo I'm using ubuntu trusty with the

[Desktop-packages] [Bug 1353640] [NEW] x11vnc segfaults

2014-08-06 Thread Frank Wilson
Public bug reported: x11-vnc segfaults: /usr/bin/x11vnc -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -display :0 [1]22772 segmentation fault (core dumped) /usr/bin/x11vnc -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.lo I'm using ubuntu trusty with the

[Bug 1353640] [NEW] x11vnc segfaults

2014-08-06 Thread Frank Wilson
Public bug reported: x11-vnc segfaults: /usr/bin/x11vnc -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -display :0 [1]22772 segmentation fault (core dumped) /usr/bin/x11vnc -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.lo I'm using ubuntu trusty with the

Re: Apache Whirr: No web container 'services'

2014-02-19 Thread Frank Wilson
the configuration management services like puppet / chef in nodeless / solo mode to handle what you want. Kind regards, Werner Buck On Tue, Feb 18, 2014 at 11:54 AM, Frank Wilson fajwil...@gmail.com wrote: Hi, Why are there no 'services' defined for web containers such as Apache Tomcat? I

Running Apache Whirr on Windows

2014-02-18 Thread Frank Wilson
Hi, Is there anything fundamental in Whirr's architecture that would prevent it from running on Windows? I tried running Whirr via Git Bash shell (afterall I needed a bash shell to run the whirr launch script). And I got the following error: Caused by: java.lang.RuntimeException: request: POST

[jira] [Created] (WHIRR-759) Could not delete error FileBackedOutputStream

2014-02-18 Thread Frank Wilson (JIRA)
Frank Wilson created WHIRR-759: -- Summary: Could not delete error FileBackedOutputStream Key: WHIRR-759 URL: https://issues.apache.org/jira/browse/WHIRR-759 Project: Whirr Issue Type: Bug

[jira] [Commented] (WHIRR-759) Could not delete error FileBackedOutputStream

2014-02-18 Thread Frank Wilson (JIRA)
[ https://issues.apache.org/jira/browse/WHIRR-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13903966#comment-13903966 ] Frank Wilson commented on WHIRR-759: I was running this on windows using trunk

[jira] [Commented] (WHIRR-759) Could not delete error FileBackedOutputStream

2014-02-18 Thread Frank Wilson (JIRA)
[ https://issues.apache.org/jira/browse/WHIRR-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13903977#comment-13903977 ] Frank Wilson commented on WHIRR-759: Upstream issue: https://issues.apache.org/jira

Building Whirr Package

2014-02-17 Thread Frank Wilson
Hi, I've made some modifications to the whirr source code and I'd like to try them out. Could someone tell me how I can build a distribution archive like the one I find on the whirr website? All I've managed to build by following instructions in BUILD.txt is a source archive. Thanks, Frank

Container injected orb cannot resolve RootPOA

2014-01-05 Thread Frank Wilson
Hi All, The statement: org.omg.CORBA.Object root = orb.resolve_initial_references(RootPOA); always seems to fail with a container-injected ORB. Please could someone explain why? I uploaded a self-contained example maven project to demonstrate the problem here:

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
Frank Wilson created MASSEMBLY-675: -- Summary: Maven Assembly packaging excluded dependencies Key: MASSEMBLY-675 URL: https://jira.codehaus.org/browse/MASSEMBLY-675 Project: Maven Assembly Plugin

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Affects Version/s: (was: 2.2-beta-4) 2.4 Maven Assembly

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 16:22

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Environment: Apache Maven 3.1.1 Java version: 1.7.0_45, vendor: Oracle Corporation OS name

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: This is the same issue as MASSEMBLY-444 reported, which affects version 2.4

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 is affected by the same issue as MASSEMBLY-444 reported on version

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 is affected by the same issue as MASSEMBLY-444 reported on version

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 is affected by the same issue as MASSEMBLY-444 reported on version

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 is affected by the same issue as MASSEMBLY-444 reported on version

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 is affected by the same issue as MASSEMBLY-444 reported on version

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 is affected by the same issue as MASSEMBLY-444 reported on version

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 is affected by the same issue as MASSEMBLY-444 reported on version

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 is affected by the same issue as MASSEMBLY-444 reported on version

[jira] (MASSEMBLY-675) Maven Assembly packaging excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 ignores wildcard exclusions in POM dependencies Example (perhaps

[jira] (MASSEMBLY-675) Maven Assembly packaging wildcard-excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Summary: Maven Assembly packaging wildcard-excluded dependencies (was: Maven Assembly

[jira] (MASSEMBLY-675) Maven Assembly packaging wildcard-excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Description: Version 2.4 ignores wildcard exclusions in POM dependencies Example (perhaps

[jira] (MASSEMBLY-675) Maven Assembly packaging wildcard-excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson reopened MASSEMBLY-675: Reopening issue after revising description and test case. The issue is with wildcard exclusions

[jira] (MASSEMBLY-675) Maven Assembly packaging wildcard-excluded dependencies

2013-12-02 Thread Frank Wilson (JIRA)
[ https://jira.codehaus.org/browse/MASSEMBLY-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wilson updated MASSEMBLY-675: --- Attachment: massembly-675.zip (Revised) Test case. Maven Assembly packaging

Re: [nodejs] Re: I found a technique to parse left-recursive grammar in an simple elegant manner at last.

2013-08-06 Thread Frank Wilson
Hi Simeon, What your are describing reminds me of Parser Combinators for Ambiguous Left-Recursive Grammars [1]. (It has been a while since I read it though!) In this conference paper the investigators describe techniques that use memoization and a check on the number of consumed tokens to make

[nodejs] Walking a directory tree. Order is non-deterministic in Windows.

2013-03-11 Thread Frank Wilson
Hi, I tried to write a streaming implementation of a file system tree traversal last weekend. I found that the order that the directories get printed out is non-deterministic on windows (v0.8.22 and v0.10.0). On Linux the order is arbitrary but consistent between runs (v0.8.22) or alphabetical

Xnest restarts after xdmcp login

2013-02-23 Thread Frank Wilson
Hi fedora users, I was just trying to connect via XDMCP and start a nested desktop using Xnest like so: Xnest :2 -query localhost But after I log in Xnest restarts and I get the login screen again. Any ideas what I am doing wrong or how to debug this? Thanks, Frank -- users mailing list

Re: Latest JOGL with Clojure in Eclipse?

2012-12-05 Thread Frank Wilson
Hi Andrew, I have been working on a maven build that installs jogl 2.0 jars into .m2 repo. Its not complete yet as it only installs dependencies for win32/amd64. But adding other platforms should be easy. You will need to install the 7z plugin and the 7z binding project on my github to make it

Re: Latest JOGL with Clojure in Eclipse?

2012-12-05 Thread Frank Wilson
Hi Andrew, I have been working on a maven build that installs jogl 2.0 jars into .m2 repo. Its not complete yet as it only installs dependencies for win32/amd64. But adding other platforms should be easy. You will need to install the 7z plugin and the 7z binding project on my github to make it

Re: [pulseaudio-discuss] Channel muted after every reboot

2012-10-06 Thread Frank Wilson
Hi Paul, I'm not sure if I had exactly the same issue but it was similar. Basically my sound was muted and zeroed as soon as pulseaudio started and trying to change the volume in GNOME seemed to have no effect. I _was_ trying to use the init.d alsa scripts, but PA was overriding them. Anyhow

[arch-general] GDM and/or PulseAudio mute my sound

2012-09-08 Thread Frank Wilson
According to Kyle: Apparently, Google is not my friend this time, as I can find no information about this problem, and I appear to be the only one experiencing it, and only on this machine. Correction: I actually did find [1], and that appears to be my exact problem, but it is also unsolved.

[libvirt-users] Using Libvirt Java Bindings on Windows 7 64bit

2012-08-21 Thread Frank Wilson
Hi All, Has anybody had any managed to use the libvirt java bindings on Windows 7 64bit (or similar configuration)? I am using Java 6. When I try to use the Test.class delivered with the bindings it always fails with the following error: C:\Users\fwilson\Desktop\libvirt-java-0.4.7java

[rules-users] Maps as Object in Drools

2012-08-19 Thread Frank Wilson
Hi All, I was reading the following thread from august 2009: http://lists.jboss.org/pipermail/rules-users/2009-August/010178.html I would like write a clojure DSL for drools similar to what André was trying to do and I also feel that using maps as fact-objects would be the most idiomatic for

[rules-users] questions about conflict resolution

2012-08-13 Thread Frank Wilson
Hi all, I can't seem to get a clear answer from the manual. In understand that if rules are at the same priority their execution order (the conflict resolution) will be arbitrary. What I am not sure of is if the order is the same for every run on all machines. Could somebody clarify this for

[rules-users] trouble getting rule debugging to work in eclipse

2012-08-09 Thread Frank Wilson
Hi droolers! I installed the Drool Eclipse 5.4.0 Final plugin into an Indigo SR2 installation of eclipse and found I could not get the rule debugger to work. I created a standard rules runtime for my workspace. Then I created a drools project with the HelloWorld rule and the sample loader java

[pulseaudio-discuss] master volume at zero and muted when pulseaudio starts

2012-06-04 Thread Frank Wilson
Hi, I have noticed that the master channel volume is set to zero and muted when I login to gnome3 on my arch linux vm. After looking at various things such as storing and restoring alsa settings, I determined the volume settings get changed when pulseaudio starts. To fully isolate the cause I

Re: [pulseaudio-discuss] master volume at zero and muted when pulseaudio starts

2012-06-04 Thread Frank Wilson
/pulse_syslog.log.gz On 4 June 2012 18:23, Frank Wilson fajwil...@gmail.com wrote: Hi, I have noticed that the master channel volume is set to zero and muted when I login to gnome3 on my arch linux vm. After looking at various things such as storing and restoring alsa settings, I determined

Re: [pulseaudio-discuss] master volume at zero and muted when pulseaudio starts

2012-06-04 Thread Frank Wilson
section, and volia . I could hear sounds from thereon using pulsesink (and alsasink:, of course). Is this the same case as yours..? Regards, Ajay On Mon, Jun 4, 2012 at 10:53 PM, Frank Wilson fajwil...@gmail.com wrote: Hi, I have noticed that the master channel volume is set to zero

RE: Certificate Based Authentication

2012-05-29 Thread Frank Wilson
and not only your public key. Hope it helps you. Flávio Cysne 2012/5/28 Frank Wilson zombiedoomtr...@hotmail.com Hi all I'm trying to access a site that uses Certificate Based Authentication (it also uses SSL encryption). I would like to set up the Proxy Recorder to record the basis

checking if a method is defined

2012-02-29 Thread Frank Wilson
Hi, The behaviour of resolve for named functions seems pretty clear to me: (resolve 'xyz) returns nil (when xyz has not been defined). and (defn xyz [x] 1) (resolve 'xyz) returns #'user/xyz (when xyz is defined) However if I try to define types: (defprotocol Named (fullName [Named]))

Re: avoiding unnecessary ivy:resolve invocations

2011-08-30 Thread Frank Wilson
Sorry I meant to link to the issue. Here is the link: https://issues.apache.org/jira/browse/IVY-354 I skimmed/traced through the code myself. I found a method called prepareAndCheck() on line 177 in the file IvyPostResolveTask.java the orgAndModSetManually boolean is checked and if it is true

[gradle-user] getting compiler warnings out of javac with gradle

2011-03-21 Thread frank . wilson
I'd like some ad-hoc property that I could pass on the command line. However I am not sure this would scale, so I'll settle for the most idomatic way of doing this in gradle! :) Thanks, Frank Wilson - To unsubscribe from

[gradle-user] are conventions shared between plugins

2011-02-01 Thread Frank Wilson
I was just reading the getting input from the build section 38.3 [1]. Are conventions global? Is there some chance that plugins could interfere with each other's conventions? Thanks, Frank Wilson [1] http://gradle.org/0.9.2/docs/userguide/userguide_single.html#N144D9

[gradle-user] multi module Gradle builds in eclipse

2011-01-19 Thread Frank Wilson
this is not definate requirement. Of course, I am not necessarily expecting Gradle to do all these things perfectly but I am interested in seeing how far it will go. I might even be fundamentally wrong about the way I am trying to build projects, but I am sure you will let me know! ;) Thanks, Frank Wilson

Re: [gradle-user] multi module Gradle builds in eclipse

2011-01-19 Thread Frank Wilson
On 19/01/11 11:08, Rene Groeschke wrote: -- include 'ModuleA' include 'ModuleB' include 'ModuleC' include 'ModuleD' rootProject.name = 'Joccis-SDK' rootProject.children.each {project - String fileBaseName = project.name.toLowerCase() project.buildFileName = ${fileBaseName}.gradle

Re: [Smartfrog-users] nullpointer exception on deployment

2010-05-19 Thread Frank Wilson
) at org.smartfrog.sfcore.utils.SmartFrogThread.run(SmartFrogThread.java:279) Thanks, Frank -Original Message- From: Steve Loughran [mailto:steve_lough...@hpl.hp.com] Sent: 19 May 2010 14:41 To: Frank Wilson; smartfrog-users@lists.sourceforge.net Subject: Re: [Smartfrog-users] nullpointer

[jira] Created: (MANTTASKS-185) null pointer exception when caching dependency information

2010-05-11 Thread Frank Wilson (JIRA)
Components: dependencies task Affects Versions: 2.1.0 Reporter: Frank Wilson Attachments: maven-ant-task-trace-bug.txt, npe-patch-2.1.0.diff The dependencies task will throw a null pointer exception when caching dependencies. This is because

Importing Ant build files on the classpath with Maven

2010-05-10 Thread Frank Wilson
I've been looking at various ways of importing other ant buildfiles from the classpath to reduce coupling in my multimodule build. This would allow me to checkout only the code and build files I intend to change. I've been looking at using Maven to facilitate this. My solution uses the maven

Re: Importing Ant build files on the classpath with Maven

2010-05-10 Thread Frank Wilson
The mailing list manager strips attachments, please add it to the bugzilla report. Done. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: importing ant targets from the classpath

2010-05-09 Thread Frank Wilson
=common.jar/    /javaresource  /import Jan -Ursprüngliche Nachricht- Von: Frank Wilson [mailto:fajwil...@gmail.com] Gesendet: Donnerstag, 6. Mai 2010 17:59 An: user@ant.apache.org Betreff: importing ant targets from the classpath I would like to import ant build targets from the classpath

importing ant targets from the classpath

2010-05-06 Thread Frank Wilson
I would like to import ant build targets from the classpath. In otherwords, I am looking for an equivalent of the import task, which brings files not from the filesystem, but from the classpath (and hence possibly from a jar). I doesn't seem to me that this is possible with the import task. I was

Re: [Smartfrog-users] deploying and executing a jar file

2010-04-23 Thread Frank Wilson
If you like your testing, it's very good for automating bringing up stuff, running tests and tearing them down, which you can then do direct from your JUnit test run. Yes we plan to do system testing using Smartfrog. You seem to say that I can bring stuff up and tear stuff down from a JUnit

[strongSwan] no ipsecN interface error when using NETKEY

2010-01-10 Thread Frank Wilson
I am trying to do a very simple tunnel between two machines with strongswan 4.3.5. It looks like this: axe 192.168.57.1 -- 192.168.57.2 pills This is supposed to be a grossly over simplified road warrior scenario (i.e. no nat, private addresses, and selfsigned certs).

Re: [gobolinux-devel] compiling KDE 4.2.0

2009-02-13 Thread Frank Wilson
I remember coming accross something like this before (mangled cmake files). Are you using the latest Scripts and Compile? These were patched to avoid this problem. (Actually, it might just have been Scripts that was patched) Frank Guilherme Bedin wrote: Hi, Tips for compiling KDE 4.2.0

Re: [gobolinux-devel] a problems with kde/cmake recipes

2009-01-09 Thread Frank Wilson
Yep KDE 4.2 is still in beta and what's more, I just reinstalled KDE from scratch and the oxygen theme has vanished :-S . So they are still a little way from full readiness anyhow. I just attached them to save you guys some hassle. :) Frank On 9 Jan 2009, at 10:12, Lucas C. Villa Real

[gobolinux-devel] a problems with kde/cmake recipes

2009-01-08 Thread Frank Wilson
Hi. I've been mucking about with the kde 4.2 betas and I've got a with problems how cmake recipes interact with kde 4.2 beta 2. Basically whenever I compile kdepimlibs, Compile seems significantly change KdepimLibsConfig.cmake (which gets installed in /System/Links/Libraries/KdepimLibs/cmake/).

[gobolinux-devel] Path check in kdelibs/plasma/package.cpp ?

2009-01-04 Thread Frank Wilson
? Secondly, what is the purpose of this check? Thanks, Frank Wilson ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Re: [gobolinux-devel] adapting and understanding the kde 4.1.3 patch for 4.2

2008-12-19 Thread Frank Wilson
...@kde.org Cc: Allen Winter win...@kde.org, Frank Wilson fr...@thefixedpoint.me.uk Subject: Re: Fwd: Kde 4.2 beta1 feedback: Notes on cmake scripts Reply-To: neund...@kde.org On Friday 19 December 2008, Allen Winter wrote: Forwarding to the buildsystem folks

Re: [gobolinux-devel] adapting and understanding the kde 4.1.3 patch for 4.2

2008-12-17 Thread Frank Wilson
By the way I should have made it clear that the patch applies to KDE- Libs 4.1.3. Frank On 17 Dec 2008, at 10:31, Frank Wilson wrote: I am working on recipes for KDE 4.1.80 (the KDE 4.2 beta 1 release [1]). For some reason I found that I could not apply the patch [2] for 4.1.3 to the new

Re: [gobolinux-devel] adapting and understanding the kde 4.1.3 patch for 4.2

2008-12-17 Thread Frank Wilson
eliminate the need to set this for many cmake recipes. I will try this later after I have tested a few more KDE4 recipes. Frank On 17 Dec 2008, at 12:36, Frank Wilson wrote: Hmm... using LIB_INSTALL_DIR was a bad idea (for me at least). Using that variable means the KDE will try and install

Re: [gobolinux-devel] adapting and understanding the kde 4.1.3 patch for 4.2

2008-12-17 Thread Frank Wilson
-FindKdepimLibs.patch Description: Binary data On 17 Dec 2008, at 10:51, Frank Wilson wrote: By the way I should have made it clear that the patch applies to KDE- Libs 4.1.3. Frank On 17 Dec 2008, at 10:31, Frank Wilson wrote: I am working on recipes for KDE 4.1.80 (the KDE 4.2 beta 1 release [1

[gobolinux-devel] adapting and understanding the kde 4.1.3 patch for 4.2

2008-12-17 Thread Frank Wilson
I am working on recipes for KDE 4.1.80 (the KDE 4.2 beta 1 release [1]). For some reason I found that I could not apply the patch [2] for 4.1.3 to the new release. However I still think the new release needs to be patched in a similar way. I would like to have a better understanding of the current

Re: [gobolinux-devel] adapting and understanding the kde 4.1.3 patch for 4.2

2008-12-17 Thread Frank Wilson
point to the unique path of each library? I suppose the latter is closer to the gobo way, but harder to realize. Frank On 17 Dec 2008, at 12:07, Frank Wilson wrote: Right I am going to just assume that WIN32 stuff was just accidentally changed with sed and is just a red herring

Testing components within an application

2008-11-22 Thread Frank Wilson
Is there a way that seasoned cocoa (Obj-C) programers test particular parts of their code without running the whole application? For instance if I have built a particular interface component I would like to interact with it and verify that the model is being changed correctly or simply

Decomposing an interface into separate nibs

2008-11-19 Thread Frank Wilson
I'm a newbie to cocoa development and this is my first post to this list, so please bear with me! :) What I want to do is be able to decompose a particular interface into several nibs. Sometimes this feels right to me because I feel that one component on the interface can be reused separately.

Re: [Haskell-cafe] Re: having fun with GADT's

2008-09-22 Thread Frank Wilson
Someone could probably give a better explanation but I'll give this a shot! :) What you are actually doing is defining a family of types. Every value in the type Nat a has it's own type. For instance Z has type Nat Z, (S Z) or one has type Nat (S Z), (S (S Z)) has type Nat (S (S Z)) and

archetype generate, goal not found

2008-05-01 Thread Frank Wilson
Online documentation seems to say we can use archetype:generate to select archetypes from a list of known archetypes. My problem is that maven complains it cant find the generate goal for the archetype plugin. This is an example of the error I got. I cleared out my archetype plugins under ~/.m2 to

Bug#474378: seems to be working properly again now

2008-04-07 Thread Frank Wilson
update-notifier seemed to find its icon this morning. I don't know what's changed. I'm still using the same version of this package as I was using before! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#474378: update-notifier uses placeholder tray icon in gnome

2008-04-05 Thread Frank Wilson
Package: update-notifier Version: 0.59.5.debian-1 Severity: minor Update notifier uses a generic placeholder icon instead of something more appropriate. Presumably this because the required icon is not available or the program is searching for the wrong icon. The placeholder icon is highlighted

debian unofficial key problems

2008-03-22 Thread Frank Wilson
I'm using the unofficial repository for some packages but I keep getting the following error whenever I run aptitude update: W: GPG error: http://ftp.debian-unofficial.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY

mavenizing someone else' libraries (in the form of jars of course)

2008-01-24 Thread Frank Wilson
I'm trying to package someone else's library so that I can put it in my maven repo and share it with my collegues. I remember finding out how to do this on the maven website at one point and thinking I always wanted to know how to do that!. Months later... I cannot find it. Can anybody remind me

Re: running class files compiled with maven

2007-11-02 Thread Frank Wilson
tricky. So, in this case I was wondering if maven had a mechanism for running individual class files without the bureaucracy of making another artifact. Thanks, Frank On 02/11/2007, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/11/2, Frank Wilson [EMAIL PROTECTED]: I know I can make a .jar

running class files compiled with maven

2007-11-02 Thread Frank Wilson
Is there a way to run individual class files with help from maven. For instance I want to run the main method in one of my classes but the best I can do is use the java command from my jvm and add all my libraries inside ~/.m2/repository to the classpath by hand. Can maven automate this? I know I

  1   2   >