One thing to note, you either have to add the full row select style, or in
report view you have to be sure to click on column 1 of the list-view item.
Any point that would not select the item will not be reported as a begin
drag point.
--
Mark Miesfeld
t on the dialog that's outside the
> list view.
> But of course it would be much nicer to be able to drag from the listview
> directly - so long as the item being dragged also gets selected so I can
> find out which item is being being drag
On Fri, Jun 28, 2013 at 3:26 PM, Mark Miesfeld wrote:
> On Fri, Jun 28, 2013 at 3:08 PM, Oliver Sims <
> oliver.s...@simsassociates.co.uk> wrote:
>
>> **
>> Ah-ha. Thanks.
>>
>> Btw, I'm having trouble dragging a "Customer" from a List View
x27;t do that. When the list view is in one of the icon views, in
other words any view except than report view, you can drag the icons to
different positions within the list-view. You can not drag anything from
the l
e .Point class is a
relatively new addition to ooDialog.
--
Mark Miesfeld
--
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev__
rom called routine
won't it? Or is there some reason why rop is not set with a local
reference?
--
Mark Miesfeld
On Wed, Jun 26, 2013 at 11:19 AM, Rick McGuire wrote:
> The interpreter knows nothing about any of the references you have in your
> C code. Those are just normal poin
str = '1'
if time('e') > stopTime then leave
end
end
For loadPackage() I see that the docs say the file "will be located and
loaded as if it had been named on a ::REQUIRES directive. And "if a
package name has already been loaded by the package
Okay, thanks Rick.
There is a bit of a delay. I saw this before the reply in the bug report
appeared.
--
Mark Miesfeld
On Sun, Jun 9, 2013 at 12:18 PM, Rick McGuire wrote:
> Mark,
>
> I already posted something to the defect, but there is a bit of a lag I
> think on dire
to get things
to work:
devenv /debugexe C:\Tools\Java\jdk1.7.0_21\bin\java.EXE
ConcurrentPackageBug2CrashingRexx 2
And then under the Debug menu -> Exceptions I had to check Win32
Exceptions. Otherwise the JVM intercepts the exception and the debugger
Okay, don't worry about it. I'll fix things up tonight.
--
Mark Miesfeld
On Wed, Jun 5, 2013 at 7:52 AM, Oliver Sims <
oliver.s...@simsassociates.co.uk> wrote:
> **
> Sorry, can't see how to fix it using TortoiseSVN. Tried to fix only the
> ooDialog\trunk\ooDia
tually change anything.
TortoiseSVN should have something similar.
--
Mark Miesfeld
--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dash
Subversion, you can not just do a
revert, you actually have to a 'reverse' commit. I never remember the
exact details so I have to look it up. If you Google it you can find
plenty of examples on how it is done.
--
Mark Miesfeld
---
l take care of it, unless you want to give it a shot yourself.
--
Mark Miesfeld
--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards t
ple, it is still not
always convenient to find a Linux system that is ready to build on.
It makes sense to me to only include the Windows samples in the .zip source
file.
--
Mark Miesfeld
--
How ServiceNow helps IT people
David,
Thanks for fixing this. I should have posted that it was a case sensitive
issue, but that I couldn't commit the fix until this evening.
--
Mark Miesfeld
On Mon, Jun 3, 2013 at 8:32 AM, David Ashley wrote:
> Found a Makefile error. The subdirectory propertysheet.tabCon
Thanks David. I thought I had fixed that, must not have checked it in or
something.
--
Mark Miesfeld
On Mon, Jun 3, 2013 at 8:32 AM, David Ashley wrote:
> Found a Makefile error. The subdirectory propertysheet.tabControls no
> longer exists so the Makefile.am is incorrect in both the
; useful function, and really entangles the language too much with command
> shell issues.
>
Okay.
--
Mark Miesfeld
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting
Thanks David.
--
Mark Miesfeld
On Mon, Jun 3, 2013 at 8:04 AM, David Ashley wrote:
> I will try to produce a few builds each night this week. Since the build
> machine can produce 40 different builds now it will take a few nights to
> get through them all :-) maybe I will write
implementation to include all the C args. I'm in favor
of that.
Is there any objection to changing the enhancement to include arg 0 and arg
1 at this point?
--
Mark Miesfeld
--
Get 100% visibility into Java/.NET code
Hi David,
Is it possible to have the build machine produce some Linux 4.1.3 beta
builds? When you have some time.
I could produce some Fedora, SuSE, Debian, and Kubuntu builds, but
unfortunately I haven't keep the systems up-to-date and all the OS versions
are very old.
--
Mark Mie
nately that is too late to check the length because if the length is
too long for tempPath, then it has already seg faulted.
So, what if I check the length earlier and just return the empty string if
the input name is too long? (In bot
On Thu, May 30, 2013 at 5:37 PM, Rick McGuire wrote:
> Open Office, actually.
>
Ahh .. thank you. That's why I didn't say in my first response, ;-)
open-doc just nagged at me.
--
Mark Miesfeld
>
> On Thu, May 30, 2013 at 8:23 PM, Mark Miesfeld wrote:
>
>>
>
On Thu, May 30, 2013 at 2:46 PM, Mark Miesfeld wrote:
> Hi Erich,
>
> On Wed, May 29, 2013 at 12:26 PM, Erich Steinböck <
> erich.steinbo...@gmail.com> wrote:
>
>>
>>
> In general, what's the suggested tool to edit the .odg files?
>>
>
>
I th
mentation bug?
>
>
Documentation.
In general the sys utils just make an operating system call and what is
returned is what it is.
For these two, things may change between different versions of the
operating system. You might want to note that if you update the doc. Or
say something like "
ve already seen that doing a build, without first doing a clean, causes
rexximage to crash. I wasn't sure why, but now I take it that the change
increases the size of a RexxExpressionFunction object in the image.
--
Mark Miesfeld
>
> Rick
>
>
> On Tue, May 28, 2013 at 2:27 PM, Ma
nt of arguments*/
and remove the cast:
/* save the argument count */
this->argument_count = (uint8_t)argCount;
size_t seems too big. But, then there would not be a restriction.
Should I go with that, or use uint32_t?
umber of arguments to a
function.
For [bugs:#1179] MAX() with 256 * k Arguments Gives Error;
I think, it should be changed to a documentation error, not a bug. Then
document the current limit, and suggest a RFE if someone thinks 255
arguments is insufficient.
Is that acceptable?
--
Mark Mie
mName is called from the builtin qualify function,
the fix is not so apparent to me. There is no stream to put in an error
state that I see. How do we signal an error there? Should we signal an
error? The truncated name may or may not be a valid file name, but in all
cases the returned truncated va
Okay thanks.
I also am a little nervous about the fix, which is the main reason I asked.
I'm going to commit it for now.
--
Mark Miesfeld
On Tue, May 28, 2013 at 7:54 AM, Rick McGuire wrote:
> To fix the immediate problem, that will work. I'm a little nervous about
> this
ix I would go with. Or would you want
something else?
--
Mark Miesfeld
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delive
hex,
The doc builds should work this evening.
--
Mark Miesfeld
On Mon, May 27, 2013 at 11:17 AM, hakan wrote:
> **
> I wonder what have happend on build machine regarding the docs for
> oodialog and oosqlite.
> oodialog.pdf has not been built since revision 9180
> oosqlite.p
Hi hex,
I'll look into it. (I do get the picture.)
There is probably an error in the source code for the 2 manuals.
--
Mark Miesfeld
On Mon, May 27, 2013 at 11:17 AM, hakan wrote:
> **
> I wonder what have happend on build machine regarding the docs for
> oodialo
ize as the one included in
> ooRexx-4.1.3-all.zip
>
Okay, thanks. SourceForge seemed to be having a lot of problems the day I
put the files up. I'll upload it again.
--
Mark Miesfeld
--
Try New Relic Now & We
f.cfg, Makefile, and
> newinrelease.xml
>
>
Thanks Erich. Normally this would be the perfect opportunity to try a
small patch. But I'm not sure how you would create a patch for that. I'll
just update it myself now.
--
Mark Miesfeld
> Other files in the same folder (like re
Great, thanks Rainer.
--
Mark Miesfeld
On Thu, May 23, 2013 at 10:14 AM, Rainer Tammer wrote:
> Hello,
> I'll test the AIX code in the next days...
>
> Bye
> Rainer
>
> On 13.05.2013 16:38, David Ashley wrote:
> > I have no objections to a 4.1.3 bug re
to be having
some current problems and the uploads have not completed successfully.
The docs are created and uploaded to SourceForge.
--
Mark Miesfeld
On Mon, May 13, 2013 at 7:38 AM, David Ashley wrote:
> I have no objections to a 4.1.3 bug release. Just let me know what the
> target da
ions)
> /hex
>
Hi hex,
Sorry, I must have forgot to do a svn add for that file. I'll commit it
tonight.
If you want it now, send me an e-mail and I'll send it to you as an
attachment.
--
Mark Miesfeld
--
Tr
the usual SourceForge
tracker:
https://sourceforge.net/tracker/?atid=684730&group_id=119701&func=browse
--
Mark Miesfeld for the ooRexx Development Team
--
AlienVault Unified Security Management (USM) platform
On Mon, May 13, 2013 at 3:16 PM, Michael Lueck
wrote:
> Mark Miesfeld wrote:
> > I think we should do a 4.1.3 bug release.
> >
> > Currently the bug fixes that will be in the release are marked as
> pending and with milestone 4.1.3.
>
> Since the patch for:
>
>
Hi David,
I'll create the branch some time in the next week, or over the upcoming
weekend. I'll post here when that is done.
--
Mark Miesfeld
On Mon, May 13, 2013 at 7:38 AM, David Ashley wrote:
> I have no objections to a 4.1.3 bug release. Just let me know what the
> targ
are marked as pending
and with milestone 4.1.3.
There are some other pending bug fixes that look like they were only put
into trunk. If any one wants to port those back to branches/4.1 ...
--
Mark Miesfeld
--
Learn Graph
of them is Sets a new parent for this dialog
control. But there is also a setParent() entry.
Even I'm not sure what it is meant to be. Could you open up a
documentation bug so that I don't forget about it.
Thanks.
--
Mark Miesfeld
>
> --
> Oliver Sims
>
>
>
>
&g
On Wed, May 1, 2013 at 1:06 PM, Gil Barmwater wrote:
> The 4.1.2 release is not available from the ooRexx.org/download page.
>
SourceForge is the most reliable place to get ooRexx.
--
Mark Miesfeld
--
Intro
e as typing a few words at a command
prompt. You need to know absolutely nothing about C / C++ or building to
do it. (As long as you don't do something silly like installing MinGW also
on your system.)
--
Mark Miesfeld
>
> --
> Oliver Sims
>
>
> --
ous note, I realize it may seem like a lot to some people.
But, the guide could explain the easiest way to do it. It can be
downloaded from the web, it's free, and you don't need to install the whole
thing. Maybe the guide could point that out, and detail th
eaders. It is far
easier to simply install all of the headers than try to figure out the
minimum set needed.
--
Mark Miesfeld
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility in
e
privileges. Without testing, I believe that should work.
If you have problems, you're on your own.
--
Mark Miesfeld
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured
x that only runs for that user. This
then may not comply 100% with Debian policy, or Fedora policy, or whatever
policy. But, I haven't made any effort to look into that.
--
Mark Miesfeld
--
Precog is a next-generation a
wing your thinking here. ;-)
Those 3 exports obviously do not work. How in the world could it be bad to
skip doing the wrong thing, in favor of doing the correct thing?
Why are you trying to compile with xlc_r to begin with?
--
Mark Miesfeld
---
; /usr/bin/gcc
>
That shows that gcc is installed. It says nothing about xlc_r
If you are on a Linux machine, why don't you just compile with gcc, or g++?
We know that works. Why throw xlc_r in the mix?
--
Mark Miesfeld
--
aining the problem. Otherwise
the installer will replace the current ooDialog with ooDialog 4.2.2.
--
Mark Miesfeld for the ooRexx Development Team
--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness
IST = *.mak *.bmp *.ico
Try it when you start working on Exercise08, the next thing you know you
will be writing your own make files and building from source. ;-)
Don't worry about getting something wrong when you first try it, there is
nothing here Rick can't fix.
--
Mark Miesfeld
h
ooDialog 4.2.2.
--
Mark Miesfeld for the ooRexx Development Team
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.
On Tue, Mar 19, 2013 at 6:54 AM, David Ashley wrote:
> All -
>
> OpenSuse 12.3 i586 and x86_64 have been added to the build machine.
> ooRexx builds will now be available daily for those two environments.
>
Thanks for the update David.
-
aller will replace the current ooDialog with
ooDialog 4.2.2.
--
Mark Miesfeld for the ooRexx Development Team
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for
is no way to do that. That is why I changed all
the old IBM railroad track diagrams to the format I'm using now in
oodialog.pdf.
There may be a way to do it in Publican. Again, the best bet might be to
ask these types of question on the Publican us
> >
> >
> in my "customisation layer".
>
I believe that Publican allows you to make some changes through your
"brand". You might try asking these types of questions on the Publican
user list.
--
Mark Miesfeld
--
On Fri, Mar 1, 2013 at 4:18 AM, Oliver Sims <
oliver.s...@simsassociates.co.uk> wrote:
> **
> I can't get to http://build.oorexx.org/builds/docs/. I get an "Unable to
> connect".
>
> Is it down?
>
Yes, I think it is down. I could
t in build 9015)?
> Or maybe, if possible, remove the need to return anything?
>
Hi Oliver,
You're absolutely right that the constraint needs to be specified in the
reference. But, no I'm not going to remove the constraint. Although, I'll
have to look at the lo
Okay, fixed it.
--
Mark Miesfeld
On Fri, Feb 1, 2013 at 1:39 PM, Oliver Sims <
oliver.s...@simsassociates.co.uk> wrote:
> **
> Page 836 Table 9.5, first entry is "newPushButtons" - should this be
> "newPus
Thanks David for this, and all the work you do to keep the build machine
going.
--
Mark Miesfeld
On Wed, Jan 23, 2013 at 6:07 PM, David Ashley wrote:
> All -
>
> The ooRexx Build Machine is now fully functional again.
>
&g
Ok, I'll fix that.
--
Mark Miesfeld
On Wed, Jan 16, 2013 at 2:57 PM, Oliver Sims <
oliver.s...@simsassociates.co.uk> wrote:
> **
> In Table 5.5 on page 632 of the ooDialog Reference (Build 8850), the
> Method "IDC_DEFAULT_PINT" over-writes the Description text
led ooRexx, location, and version. If
the ooRexx version is less than 4.1.0, or if there is no installed ooRexx,
the installer will abort with a message explaining the problem. Otherwise
the installer will replace the current ooDialog with ooDialog 4.2.1.
--
Mark Miesfeld for the ooRexx Develo
ere
showed any interest in it at all.
I agree with you that in a book well indexed, Publican makes the index
useless. It would take someone who understands both XSLT and the
internals of Publican to do it.
--
Mark Miesf
For those interested in ooSQLite:
SQLiter recently release version 3.7.15. ooSQLite has been upgraded
to use that version.
Installation files are on SourceForge now:
https://sourceforge.net/projects/oorexx/files/ooSQLite/
--
Mark Miesfeld
ialog
with ooDialog 4.2.1.
--
Mark Miesfeld for the ooRexx Development Team
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Im
ions of ooDialog are stuck at Windows 95 and stuck in the
previous millennium. I'm living in 2013 and using Windows 7. I want to
use an ooDialog that is meant for today's world and today's operating
systems. ;-)
--
Mark Miesfeld
-
e 4.0.0. But, it also uses two API methods that
were not introduced until ooRexx 4.1.0.
>
>
> Iow: which is a ‚new‘ feature?
>
Not sure if that is a question or not, I don't understand what you mean.
;-)
--
Mark Miesfeld
-
On Wed, Dec 5, 2012 at 4:24 PM, Mark Miesfeld wrote:
> On Wed, Dec 5, 2012 at 2:03 PM, Mark Miesfeld wrote:
>
>> I can help you with this, give me a little bit of time to put something
>> together.
>>
>>
>
> Here's a simple start of a program. I used
On Wed, Dec 5, 2012 at 2:03 PM, Mark Miesfeld wrote:
> I can help you with this, give me a little bit of time to put something
> together.
>
>
Walter,
Here's a simple start of a program. I used the '-' line continuation
character so that lines won't wrap.
I
I can help you with this, give me a little bit of time to put something
together.
--
Mark Miesfeld
On Wed, Dec 5, 2012 at 1:34 PM, Walter Pachl
wrote:
> I am working on this:
> I want to implement this little and simple program using oodialog:
> Do Until wordlist=''
>
icrosoft.com/en-us/download/details.aspx?id=8442c
--
Mark Miesfeld
--
Keep yourself connected to Go Parallel:
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders k
.pdf
which your build report said were missing.
So, don't open a bug, the ooRexx-4.1.2-pdf.zip package is correct on
SourceForge.
--
Mark Miesfeld
--
Monitor your physical, virtual and cloud infrastructure from
On Mon, Nov 19, 2012 at 11:31 AM, Rony G. Flatscher <
rony.flatsc...@wu-wien.ac.at> wrote:
>
> On 19.11.2012 19:37, Mark Miesfeld wrote:
>
> On Mon, Nov 19, 2012 at 10:16 AM, Rony G. Flatscher <
> rony.flatsc...@wu-wien.ac.at> wrote:
>
>> Up to you, although
> (ooRexx-4.1.2-pdf.zip), the following pdf files are missing from it, hence
> the build aborts with the appropriate error messages in the logfile:
>
> oodguide.pdf
> rexxextensions.pdf
> unixextensions.pdf
> winextensions.pdf
>
> Not sure whether I should create a bug in
On Mon, Nov 19, 2012 at 1:26 AM, Rony G. Flatscher <
rony.flatsc...@wu-wien.ac.at> wrote:
>
> On 19.11.2012 10:23, Rony G. Flatscher wrote:
>
> On 18.11.2012 17:51, Mark Miesfeld wrote:
>
> On Sun, Nov 18, 2012 at 8:26 AM, Rony G. Flatscher <
> rony.flatsc...@wu-
So, I would cd to the ooDialog source directory and run that .bat file from
the command line and see what happens.
The correct working of the .bat file itself is dependent on having a
command line svn client installed. But, that doesn't look like the problem
Hi All,
I want to change the default "open tickets" searches in the trackers so
that "Pending" items are not included. So that Open tickets shows only
items actually in the open state.
Since this affects every one I want to see if their are any objection
FYI for those not subscribed to the Publican mailing list.
--
Mark Miesfeld
-- Forwarded message --
From: Ruediger Landmann
Date: Tue, Oct 30, 2012 at 8:17 PM
Subject: [publican-list] Publican 3.0.0 is here at last!
To: Publican discussions
Folks, after a protracted and
put
"Added chapters 7 and 8 to the User Guide manual."
--
Mark Miesfeld
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for fr
AR. I'll follow up with their help, and also
see if the Open Source Initiative has some additional help.
I agree this is not something to take lightly, and in 2008 we would most
definitely have had to file formal documents or be liable for prosecution.
However, after spending about 6 hours resea
On Tue, Oct 23, 2012 at 10:33 AM, Rick McGuire wrote:
> I concur. That's exactly what my research has uncovered to date too.
Okay good. I'll wait awhile for David's input and then probably go about
taking care of this next week.
extension I'm considering. This also sets things up so that we
could add an ooRexx extension giving access to the general purpose
encryption library that Botan supplies.
Any objections? Any other comments?
--
Mark Miesfeld
---
tps://sourceforge.net/p/oorexx/code-0/8514/tree/sandbox/4.0-prototype/>
2008-07-27** bigrixx[r2790] Move 4.0 prototype code out of main
stream<https://sourceforge.net/p/oorexx/code-0/2790/>
--
Mark Miesfeld
On Tue, Oct 16, 2012 at 7:28 AM, David Ashley wrote:
> All -
>
> To be truthful I
tically. If I want to review the thread of a
particular tracker item, it is easy to do.
--
Mark Miesfeld
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance mana
very page says: "©
Copyright 2007-2008 Rexx Language Association. All rights reserved"
So, maybe you need to take this up with the officers of RexxLA? I don't
see anything on SourceForge that controls this.
--
Mark Miesfeld
-
n 5.3.17, the IndentityTable is being documented. They
should have different text.
Now there could be copy and paste errors in section 5.3.17, but when I look
at the reference doc, I don't see any.
--
Mark Miesfeld
-
tracker items are not
showing up. Feature requests for example.
Let me know if you open a ticket so I can vote it up.
--
Mark Miesfeld
--
Got visibility?
Most devs has no idea what their production app looks like.
Fi
David,
I agree with you completely.
Everything you are saying about ooRexx in general applied to ooDialog.
Which is why I encouraged Oliver to tackle a "user Guide" for ooDialog.
The hard part of course is writing it.
--
Mark Miesfeld
On Mon, Sep 17, 2012 at 12:40 PM, David As
David converted tho oodguide to Publican. So you just need to use that tree:
svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/docs/trunk/publican/oodguide
rather than:
svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/docs/trunk/oodguide
Your SourceForge ID of course.
--
Mark Miesfeld
On
I think using x86_32 and x86_64 is the way to go. It is a simple
matter to rename the package, if needed.
That's what I did for the recent install packages, I just renamed some
of them to be consistent.
--
Mark Miesfeld
On Tue, Sep 11, 2012 at 2:43 PM, David Ashley wrote:
> We are
Thanks a lot Bruce. I put the file up on SourceForge.
--
Mark Miesfeld
On Wed, Sep 5, 2012 at 7:26 PM, CVBruce wrote:
> https://dl.dropbox.com/u/1426853/ooRexx-4.1.2-i586.dmg
>
> Bruce
>
> --
> Liv
on Windows, but have to compile it on Linux.
So, it often happens that I make a commit then compile it on the
machine next to me and turn around to make a small commit to fix tags.
So, there are some commits from me within the space of a few minutes.
(Sorry, this is the same announcement as I just posted, but with a subject.)
The Open Object Rexx Development Team is proud to announce the
availability of ooRexx 4.1.2. This is a bug fix only release, with 15
to 20 bugs fixed.
Installation packages for ooRexx are available immediately on
SourceF
The Open Object Rexx Development Team is proud to announce the
availability of ooRexx 4.1.2. This is a bug fix only release, with 15
to 20 bugs fixed.
Installation packages for ooRexx are available immediately on
SourceForge. You can download ooRexx 4.1.2 from:
http://sourceforge.net/projects/oor
n build creates everything, then it shouldn't be checked
in. But, I'm not sure if the stuff in publish/oorexx is needed for
the build, or the result of the build.
--
Mark Miesfeld
--
Live Security Virtual Conference
Okay, thanks David. That makes sense.
--
Mark Miesfeld
On Thu, Aug 30, 2012 at 2:35 PM, David Ashley wrote:
> I am not 100% sure, but I believe it has to do with elements that will
> not completely fit on a page. For instance, an ordered list or a
> paragraph. I think it is warning th
position
60947:7175)
I get one warning like the above for almost every single page. The
pages look fine, I'm not sure what the warning comes from.
--
Mark Miesfeld
On Thu, Aug 30, 2012 at 1:09 PM, David Ashley wrote:
> Actually, since you will be the one who mostly maintains the oodialog
>
them cpmpletely. But the choice is yours.
Yeah, I am redirecting the output to a log file. That works okay.
I also opened a RFE at the Publican project for a way to turn the
warnings off. One of the developers suggested setting debug to 0 in
the publican.cfg file. But that doesn't help.
--
#x27;m leaning towards using the xreflabel attribute in
98% of the cases and keeping the link tag in the other cases.
--
Mark Miesfeld
--
Live Security Virtual Conference
Exclusive live event will cover all the ways tod
201 - 300 of 1904 matches
Mail list logo