Project

General

Profile

Activity

From 06/30/2009 to 07/29/2009

07/29/2009

09:08 AM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
This is a larger authentication service/GUI issue.
I've tried rolling back a change made to the org.kepler.authentica...
ben leinfelder
07:34 AM Bug #4272: RExpression cannot handle irregular Record tokens
We can now handle variable length record tokens.
For the RecordToken:
{a=1, b={2,3}}
We end up with this in the REx...
ben leinfelder
06:47 AM Bug #4271: RExpression fails when options(echo = FALSE) is set
Even if the RExpression script has echo=FALSE, we set it to TRUE before exporting objects to the ports.
Committed to ...
ben leinfelder
06:39 AM Bug #4271: RExpression fails when options(echo = FALSE) is set
I remember Kevin Drury had this problem ages ago (and neither of us knew enough about R to realize what the problem ... ben leinfelder
06:36 AM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
this change is committed to trunk ben leinfelder
06:34 AM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
Thanks to Apache Commons, I think this is the answer:
http://commons.apache.org/lang/api-2.4/org/apache/commons/lang/...
ben leinfelder

07/28/2009

04:25 PM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
I think it'd be better to handle this more rigorously by searching specifically for special escape sequences (\", \\,... Oliver Soong
01:22 PM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
It's easy enough to strip out the backslashes - this makes sense in the case of \" where we are just escaping the "
B...
ben leinfelder
03:31 PM Bug #4276 (Resolved): RExpression temp files can collide
There is an as of yet unsubmitted patch that should fix collisions with symbols in record names that are invalid in f... Oliver Soong
03:29 PM Bug #3807: reserved symbols in record names passed to the RExpression actor generate a missing R error message
The original summary of the bug has been addressed, so I'm closing this and will open a new one for the additional fi... Oliver Soong
11:53 AM Bug #3807: reserved symbols in record names passed to the RExpression actor generate a missing R error message
I believe the main part of this bug is fixed now. Certainly there are the potential for the temporary filename issues... ben leinfelder
12:27 PM Bug #4267: RExpression converts nil input into "NA"
nil tokens will now be (non-string) NA values in R.
Note: this is not the same as passing a StingToken("nil") to the ...
ben leinfelder
12:06 PM Bug #4267: RExpression converts nil input into "NA"
1.) If I use a String Constant actor with the value nil then I get NA as a string in the RExpression actor.
2.) If I ...
ben leinfelder
08:31 AM Bug #4259: Fix the 'ant javadoc' command
The javadoc command in kepler uses -private which generates javadoc
for private methods. Previously, in Ptolemy, we...
Christopher Brooks

07/27/2009

02:37 PM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
Does trunk have such a distinction? I'm not entirely sure what QuerySource is, but the data source from the Sources ... Oliver Soong
02:26 PM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
what QueryService endpoint are you using (DEV or KNB?) ben leinfelder
02:01 PM Bug #4274 (Resolved): Metacat authentication fails under trunk, not under pre-alpha branch
I can't search or access KNB datasets that require authentication. The console stops after:
ldap authenticating......
Oliver Soong
01:50 PM Bug #4273 (New): Ctrl+E operates on mouse position, not selection
This is a UI concern, but if I select an actor, then move the mouse over a different actor, then Ctrl+E, it will open... Oliver Soong
01:10 PM Bug #4272 (Resolved): RExpression cannot handle irregular Record tokens
If I pass a record along the lines of {a = 1, b = {2, 3}} into an RExpression, it will choke since it can't form a da... Oliver Soong
01:06 PM Bug #4271 (Resolved): RExpression fails when options(echo = FALSE) is set
insert an options(echo = FALSE) in RExpression code without a matching options(echo = TRUE), and it will fail to outp... Oliver Soong
01:03 PM Bug #4270 (Resolved): RExpression exports special characters in strings as the 2 character escaped sequence
Let's say I want to export the string "alpha", including the double quotes, on the port a from an RExpression actor. ... Oliver Soong
12:46 PM Bug #4268 (New): RExpression output ports search entire search path for objects to export
This is debatable, but currently the RExpression actor will search the entire search path for an object to export to ... Oliver Soong
12:39 PM Bug #3807: reserved symbols in record names passed to the RExpression actor generate a missing R error message
By way of update, Ben partially committed a patch for me that should mostly fix this. If I recall correctly, the rem... Oliver Soong
12:29 PM Bug #4267 (Resolved): RExpression converts nil input into "NA"
If I pass a nil input token to RExpression, it produces an R variable that contains the string "NA" (2 letters) rathe... Oliver Soong
11:25 AM Bug #4195: Report Designer - 'Location aware' rendering of newly dropped panels.
When the user drops a report item onto the report, the item now places it where they have dropped it, and it no longe... debi staggs

07/26/2009

03:12 PM Bug #4238: Report Designer - Improve the listeners for the static items.
Improved the listeners here, seems to be working well, but could always use more testing. debi staggs
03:05 PM Bug #4241: Report Designer - Can't select text in the Section Header static report item
You can now select the text in the section header. debi staggs
04:39 AM Bug #4239: Report Designer - PC issue - Grey backgrounds.
Fixed, just need to test it on the PC. debi staggs
04:32 AM Bug #3631: Create diagram for Scheduler / Reporting interaction.
This is an old bug, just overlooked, but closed quite a while ago. debi staggs
04:30 AM Bug #4233: Workflow View - Need to change old instructions on how to generate a report.
Only relevant to the demo workflow. debi staggs
04:29 AM Bug #4235: Report Designer - Clear the values for the Image Static report item.
This has been fixed. debi staggs
03:59 AM Bug #4237: Report Designer - Replace the image icon, not the + sign.with the thumbnail of the user selected file.
This has been changed now, and is working as described. debi staggs
03:58 AM Bug #4236: Report Designer - Can't add two static image items and then change their images.
This is working correctly now. debi staggs

07/25/2009

11:36 AM Bug #4259: Fix the 'ant javadoc' command
(Adding my comment to the right bug . . .)
I ported a version of ptolemy.util.StreamExec to
build-area/src/org/kepl...
Christopher Brooks
11:35 AM Bug #4255: Add Online Javadocs
Whoops, comment #3 was appended to the wrong javadoc bug
My comment #3 was meant for bug #4259: Fix the 'ant javadoc'...
Christopher Brooks
11:30 AM Bug #4255: Add Online Javadocs
I ported a version of ptolemy.util.StreamExec to
build-area/src/org/kepler/build/util/StreamSingleCommandExec.java
a...
Christopher Brooks
10:58 AM Bug #4264 (Resolved): ant task fails if there are java compilation errors
If "ant tasks" is run and there are compilation errors in the
build-area/src code, then "ant tasks" will fail to ru...
Christopher Brooks

07/24/2009

12:12 PM Bug #4255: Add Online Javadocs
The javadocs for the latest nightly build are now here:
http://dist.kepler-project.org/dist/nightly/javadoc/
The nig...
Chad Berkley
10:14 AM Bug #4259: Fix the 'ant javadoc' command
There is slightly different code that execs a subprocess at
ptolemy/util/StreamExec.java
This code does not use much ...
Christopher Brooks
07:52 AM Bug #4261: Long file name on windows
(In reply to comment #1)
> I think under Windows XP, the path can only be 256 characters, see
> http://www-01.ibm.co...
Chris Weed

07/23/2009

04:23 PM Bug #4256: Change to AbstractReceiver prevents putArray() from being called
Bert Rodiers fixed this, the change has been merged into the 8.0.beta branch.
The fix was to revert the change in Ab...
Christopher Brooks
03:26 PM Bug #4261: Long file name on windows
It looks like longest files are properties tests.
I ran
find . -type f | awk '{print length($0), $0}' > /tmp/f2
bash-...
Christopher Brooks
11:52 AM Bug #4261: Long file name on windows
I hit this same error on the nightly builds. It's mainly because of how SVN duplicates all of the files in the .svn ... Chad Berkley
09:19 AM Bug #4261: Long file name on windows
I think under Windows XP, the path can only be 256 characters, see
http://www-01.ibm.com/support/docview.wss?rcss=fa...
Christopher Brooks
09:03 AM Bug #4261 (Resolved): Long file name on windows
When I tried to copy my directory of the kepler source files to a windows box, I got an error about a long filename a... Chris Weed
03:19 PM Bug #4259: Fix the 'ant javadoc' command
I got the javadoc command working through ant, but only if I exclude the ptolemy source. I'm not sure what is causin... Chad Berkley
12:22 PM Bug #4259: Fix the 'ant javadoc' command
I got the ptolemy tree running fine from the command line. I think the ant task is not attaching std.err correctly (... Chad Berkley

07/22/2009

06:37 PM Bug #4022: undesired file:\ prefix added by FileParameter
0) Under Windows XP, on Desktop create directories:
test/data
test/workflow
1) Save attached dataFile.txt into test...
Derik Barseghian
06:35 PM Bug #4022: undesired file:\ prefix added by FileParameter
workflow which illustrates FileParameter bug Derik Barseghian
06:34 PM Bug #4022: undesired file:\ prefix added by FileParameter
dataFile used by workflow.xml Derik Barseghian
04:49 PM Bug #4259: Fix the 'ant javadoc' command
BTW - javadoc runs ok on the ptolemy tree.
Looking at the stack trace, it is almost like it
This is with:
[bldmastr...
Christopher Brooks
04:09 PM Bug #4259: Fix the 'ant javadoc' command
This seems to run now from the command line, but not from ant. Might be a memory problem. Chad Berkley
03:52 PM Bug #4259: Fix the 'ant javadoc' command
We seem to be running into this bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082928
By not generating pt...
Chad Berkley
11:24 AM Bug #4259 (Resolved): Fix the 'ant javadoc' command
The 'ant javadoc' command hangs. Chad Berkley
02:18 PM Bug #4257: ant update should update build-area
added the ability of the UpdateModules task to update the build-area. It can be turned off by setting updateBuildAre... Chad Berkley
11:21 AM Bug #4257 (Resolved): ant update should update build-area
Problems are caused when the build-area is not updated with 'ant update' We should at least have a switch to force t... Chad Berkley
11:25 AM Bug #4260 (New): Add a test suite for the build system
Need to create a testing harness for the build system to ensure that all functionality remains working as new feature... Chad Berkley
11:22 AM Bug #4258 (Resolved): Add java 1.6 to nightly build
Need to add some java 1.6 hosts to the nmi build. Chad Berkley
10:18 AM Bug #4256 (Resolved): Change to AbstractReceiver prevents putArray() from being called
Here's a bug from 5/13.
I agree that the problem is that putArray()
is no longer being called, which is being ove...
Christopher Brooks
09:39 AM Bug #4035: MoMLSimpleApplication does not filter Display actor or any GUI Kepler actors.
I'm looking over old bugs.
Can this bug be closed?
ant run-workflow-no-gui filters the Display actor out and runs
in...
Christopher Brooks

07/21/2009

11:31 AM Bug #3529: cannot always set parameters when running workflow from command line
Parameters can now be passed when using -nogui.
Additionally, 'ant startup-script' creates kepler.sh so you don't n...
Daniel Crawl
11:03 AM Bug #4255 (Resolved): Add Online Javadocs
We need to add the javadocs for released versions of kepler to the website. Chad Berkley

07/20/2009

05:49 PM Bug #4254: wrapping up, never ending workflow! (PN inside PN)
Model from Josep Maria Campanera Alsina. The model runs
and then never terminates, it gets stuck on "wrapping up"
Christopher Brooks
05:47 PM Bug #4254 (New): wrapping up, never ending workflow! (PN inside PN)
[I'm going through my email logs looking for bugs that have
not really been solved.]
The problem is that a trivia...
Christopher Brooks
05:00 PM Bug #4250: Add other suites to the nightly build
Added the WRP suite to the NMI build. If you want your suite added, let me know. Chad Berkley

07/17/2009

11:47 AM Bug #3708: Case actor issues

1) I updated KeplerGraphFrame so that composite entities providing a tabbed interface, such as the Case actor, will ...
Daniel Crawl

07/16/2009

10:03 PM Bug #3655: create a Workflow Run Manager with ability to export Publication Ready Archives
I believe I have the trackpad / single button mouse wrm jtable context menu bug fixed, locally. Will check in the fix... Derik Barseghian
02:05 PM Bug #4199: NPE in org.kepler.moml.NamedObjId
Fixed. There were two bugs: dereferencing a null container, and sometimes the referral list attribute was being creat... Daniel Crawl
11:40 AM Bug #4249: create 64 bit installers
Added functionality to the build system to build the 64 bit installer. Changed the disclaimer on the web site and in... Chad Berkley
11:12 AM Bug #4252: Workflow Run Manager - deleting a run before running a wf doesn't work
Fixed: needed connection to database before issuing SQL delete. Daniel Crawl

07/15/2009

06:21 PM Bug #4251: Workflow Run Manager - wrong rows when operating on re-sorted table
I believe I've fixed this in r19997. Will leave open a little while longer for more testing. Derik Barseghian
02:43 PM Bug #4251 (Resolved): Workflow Run Manager - wrong rows when operating on re-sorted table
If you sort the table into a non-default state (by single clicking on a column header some number of times), and then... Derik Barseghian
04:39 PM Bug #4252 (Resolved): Workflow Run Manager - deleting a run before running a wf doesn't work
With my r19997 check-in i've added this bug where you now get an NPE if you try to delete a run from WRM before runni... Derik Barseghian
01:00 PM Bug #4250 (Resolved): Add other suites to the nightly build
Need to add suites besides just kepler to the nightly build. Chad Berkley
12:45 PM Bug #4249 (Resolved): create 64 bit installers
We can now create 64 bit installers for kepler, so I need to add a build target to do that and remove the disclaimers... Chad Berkley

07/14/2009

03:10 PM Bug #4248 (Resolved): export dialogs should show default extension
Right now exporting an archive (or a run archive with the workflow-run-manager module) forces the kar extension onto ... Derik Barseghian
12:50 PM Bug #4247: Application menu items sometimes disappear on OS X
This happened to me yesterday after I got a moml exception. Chad Berkley
12:49 PM Bug #4247 (Resolved): Application menu items sometimes disappear on OS X
I'm not sure the cause of this yet, but occasionally lately I've been finding myself with a kepler window open, but o... Derik Barseghian
11:40 AM Bug #4063: Kepler-1.XDev Installer is large
Have paired down the installers as much as possible now. We will release a src and bin version of the installers. A... Chad Berkley
11:38 AM Bug #3672: Open/Save Workflow as KAR Archive
For this bug to be closed, the following functionality should work:
* Save a kar locally and to the local repository...
Chad Berkley
11:33 AM Bug #4246 (In Progress): Reorganize code in util, core and gui modules
The code in the main modules still needs to be reorganized a bit. There is gui code in core that needs to be moved t... Chad Berkley

07/13/2009

04:57 PM Bug #4244: Dragging ImageAttribute into Kepler results in not finding the gif
If this is not fixed in 2.0, then these actors should be removed and
any Ptolemy demos that use them removed from Kep...
Christopher Brooks
03:49 PM Bug #4244: Dragging ImageAttribute into Kepler results in not finding the gif
Below are some of the actors that call setExpression on $CLASSPATH
or $PTII and presumably include a resource in the ...
Christopher Brooks
12:57 PM Bug #4244 (Resolved): Dragging ImageAttribute into Kepler results in not finding the gif
Start Kepler
Search for ImageAttribute
Drag in the Image icon.
The following exception appears.
I think this is...
Christopher Brooks
04:29 PM Bug #4203: use port parameters in web service actors
I still need to update WSWithComplexTypes. Daniel Crawl
04:14 PM Bug #4203: use port parameters in web service actors
looks like this has been fixed. Chad Berkley
04:08 PM Bug #4088: Create new configuration system
duplicate of 3948
*** This bug has been marked as a duplicate of bug 3948 ***
Chad Berkley
04:08 PM Bug #3948: Create new configuration system supporting modules
*** Bug 4088 has been marked as a duplicate of this bug. *** Chad Berkley
04:04 PM Bug #3782: Kepler-trunk fails to properly read in kar files the first time after they are built.
no longer a problem. Chad Berkley
02:01 PM Bug #3949: Get the installer working with the new build system
All dependent bugs are now closed. The installers are easily built with the modular architecture. Closing this bug. Chad Berkley
02:00 PM Bug #4016: Test IZPack Installer on 64 bit machine
Oliver reports that there are problems with the installer on win64. I've added disclaimers to the web page and to th... Chad Berkley
10:20 AM Bug #4016: Test IZPack Installer on 64 bit machine
Still encountering the same bugs as before.
1. The big one. Installer will unpack and install, but after the instal...
Oliver Soong
01:59 PM Bug #4015: Add 64 bit disclaimer to installer
added to the installer. closing this bug. Chad Berkley
01:54 PM Bug #4015: Add 64 bit disclaimer to installer
Added disclaimer to the website. Chad Berkley
10:28 AM Bug #4015: Add 64 bit disclaimer to installer
it doesn't exist yet. That's why there's a bug :) Chad Berkley
10:23 AM Bug #4015: Add 64 bit disclaimer to installer
For the unaware, where is this page and statement? I only know of http://dist.kepler-project.org/dist/pre Oliver Soong

07/10/2009

06:01 PM Bug #4178: error handling with MoMLCommandLineApplication
I've changed ptolemy.moml.MoMLCommandLineApplication so that it calls
Manager.run() instead of Manager.execute().
Ma...
Christopher Brooks
05:16 PM Bug #3251: Installer Splash Screen should be an HTML Widget
Ok, readme is now an html document. Chad Berkley
03:13 PM Bug #3251: Installer Splash Screen should be an HTML Widget
The problem is that the links in the installer screen are not mouse sensitive.
A textual installer readme screen look...
Christopher Brooks
02:36 PM Bug #3251: Installer Splash Screen should be an HTML Widget
I'm going to close this for now. If someone really doesn't like the textual readme, I guess we can change it but it ... Chad Berkley
02:34 PM Bug #4018: Remove non-2.0 functionality from 2.0 release
non-2.0 functionality will be determined and modularized. closing this bug for now. Chad Berkley
02:28 PM Bug #4197: Waterflow TPC demo - tracking bug
added KAR for the base workflow that includes a report layout ben leinfelder
01:00 PM Bug #4197: Waterflow TPC demo - tracking bug
added workflow for the HIGH base flow that points to DEV server so that we can demo the dynamic data loading. ben leinfelder
09:48 AM Bug #4197: Waterflow TPC demo - tracking bug
we were/are having intermittent problems rendering images created in kepler on the report - this is deep in FOP/xmlgr... ben leinfelder
02:26 PM Bug #4013: Make sure duplicate jars are not included in the installer
At least most jars have been checked. There are probably still a few duplicates, but the major ones have been remove... Chad Berkley
02:17 PM Bug #4159: Cut 2.0-alpha/SanParks release
Kepler 2.0.0-pre-alpha1 is now released. I've documented the build branching arguments in the build instructions her... Chad Berkley
01:57 PM Bug #4239: Report Designer - PC issue - Grey backgrounds.
Also grey for the dynamic report item icon. debi staggs
01:39 PM Bug #4239 (Resolved): Report Designer - PC issue - Grey backgrounds.
On the PC, the following items are rendered with a grey background instead of white. :
delete button
all report i...
debi staggs
01:56 PM Bug #4242 (Resolved): Report Designer - PC issue - Improve the cursors.
The cursors on the PC need some work as follows:
The drag cursor doesn't change to an arrow when you are over the ...
debi staggs
01:50 PM Bug #4241 (Resolved): Report Designer - Can't select text in the Section Header static report item
If you want to select the text in the Section Header static report item, so that you can copy it using keyboard comma... debi staggs
01:45 PM Bug #4240 (In Progress): Report Designer - Menus with Copy, Cut, and Paste as related to Text Fields / Section Headers
When you select text that is in a text field or section header, users might try to use the Kepler menus to copy, cut,... debi staggs
01:24 PM Bug #4238 (Resolved): Report Designer - Improve the listeners for the static items.
Right now there is a mouse listener that takes the values from the section static report item field and puts it into ... debi staggs
01:03 PM Bug #4237 (Resolved): Report Designer - Replace the image icon, not the + sign.with the thumbnail of the user selected file.
Currently, when you choose a file for the static image it puts a thumbnail of that image into the report item panel, ... debi staggs
12:58 PM Bug #4236 (Resolved): Report Designer - Can't add two static image items and then change their images.
If you add two static image items all is well when you first assign the images to the items. You can also successfull... debi staggs
12:47 PM Bug #4235 (Resolved): Report Designer - Clear the values for the Image Static report item.
Right now, when a user swaps static images in the report, it doesn't clear the path value for the image file first, i... debi staggs
11:34 AM Bug #4233 (Resolved): Workflow View - Need to change old instructions on how to generate a report.
In the workflow view there are old instructions that explain how to generate a report they begin with the following:
...
debi staggs
11:33 AM Bug #4198: important sanparks tasks
All of this stuff presumably works now, so closing this bug. Chad Berkley
11:27 AM Bug #4232 (Resolved): LibraryIndex Unique Identifier
Currently the Component library uses the name of the NamedObj as the unique identifier. This is not a good idea when... Aaron Aaron

07/09/2009

10:46 PM Bug #4228: Not all tokens seem to be written when running WF from commandline
closing for now ben leinfelder
07:21 PM Bug #4229: rename runs with untitled workflow name when the user does a Save
Done! Daniel Crawl
04:31 PM Bug #4196: Report Designer - Easier to Grab Panels
Improved, and I think working fairly well, the user just has to grab somewhere in the panel that is not a button or a... debi staggs
04:29 PM Bug #4128: Improve reporting static item icons
Fixed for now, but improvement can always be improved. debi staggs
11:21 AM Bug #4094: new Unnamed windows should have a suffix that increments
New windows are now called Unnamed1, Unnamed2, etc. Daniel Crawl
11:18 AM Bug #2369: Scrollbars Disappear After Using Fullscreen Mode--Now crashes
I've disabled full screen mode since it crashes returning from full screen. (See my comments why this occurs in Keple... Daniel Crawl

07/08/2009

06:15 PM Bug #4231 (Resolved): Workflow Run Manager - failed runs should be highlighted red
If a run fails the row should be red in the WRM. To this end I've added an errorMessage string to the WorkflowRun cla... Derik Barseghian
06:03 PM Bug #4140: Workflow Run Manager - delete runs functionality needs to be written
The confirmation dialog is in place. It looks different from other kepler confirmation dialogs; I probably need to ge... Derik Barseghian
06:02 PM Bug #4133: Workflow Run Manager - column widths should be size appropriately
I think the WRM columns are sized reasonably by default now. Derik Barseghian
05:57 PM Bug #4230 (Resolved): problem associating errors with particular execution
In SDF provenance records to the error table an exception thrown after the workflow stops. In PN, multiple exceptions... Derik Barseghian
05:47 PM Bug #4229 (Resolved): rename runs with untitled workflow name when the user does a Save
Dan and I have been discussing this today, and he's working on it. When a user creates a workflow, runs it a number o... Derik Barseghian
01:33 PM Bug #4019: Workflow View in left pane
So this has changed a bit. The idea now is not to have a separate tab for workflows but to have a folder in the Comp... Aaron Aaron
11:23 AM Bug #4197: Waterflow TPC demo - tracking bug
when I add another port named "trigger" to the "Plot base flow" actor and connect a similar output port from the upst... ben leinfelder
11:21 AM Bug #4197: Waterflow TPC demo - tracking bug
when running from the command line the "Plot base flow" R actor is not fired and no tokens are being recorded (as you... ben leinfelder
11:14 AM Bug #4228: Not all tokens seem to be written when running WF from commandline
tracked down one issue - was looking up token type/value based on the read row in provenance even though we were inte... ben leinfelder
08:39 AM Bug #4228: Not all tokens seem to be written when running WF from commandline
If you can figure out how to call exportMoML() on the top level, then
you can get the moml after the filter is run. ...
Christopher Brooks
08:26 AM Bug #4228 (Resolved): Not all tokens seem to be written when running WF from commandline
I'm still trying to isolate the problem, but I'm finding that a RecordToken is not "fully" being written to provenanc... ben leinfelder
09:28 AM Bug #3874: ptolemy.util.StringUtilities.mergePropertiesFile() deletes properties
Fixed. I'm not sure what the cause is here, I can't get a small test to fail.
Basically, we read the system properti...
Christopher Brooks

07/07/2009

06:54 PM Bug #3874: ptolemy.util.StringUtilities.mergePropertiesFile() deletes properties
Ok, I can replicate a problem in Kepler under Windows XP
If I do:
cp $PTII/lib/ptII.properties ../ptolemy/lib
Then "...
Christopher Brooks
03:12 PM Bug #4204: Report Designer - finding drag area on components is hard
We are postponing this bug until the next release. Fixing requires some time-consuming changes to how we are laying ... debi staggs
09:52 AM Bug #4204: Report Designer - finding drag area on components is hard
Is this being addressed or are we postponing until later? ben leinfelder
03:12 PM Bug #4196: Report Designer - Easier to Grab Panels
*** Bug 4204 has been marked as a duplicate of this bug. *** debi staggs
03:11 PM Bug #4196: Report Designer - Easier to Grab Panels
Moving this bug to the next release, since changing the layout will require some additional time to get the panels to... debi staggs
03:07 PM Bug #4195: Report Designer - 'Location aware' rendering of newly dropped panels.
Moving this enhancement to the next release, since it will touch some of the core functionality of the report designe... debi staggs
03:03 PM Bug #4226: Report Designer - use 16pt bold for Report Title text field
The fonts for the Title text field and the Section text field have been changed, so the the font for the Title text f... debi staggs
09:25 AM Bug #4226 (Resolved): Report Designer - use 16pt bold for Report Title text field
The stylesheet for rendering the report (as pdf) has the following defaults:
Title: 16pt bold
Section Header: 14pt ...
ben leinfelder
01:18 PM Bug #4224: New LSID generated when opened from KAR
This was an artifact of old code in KeplerGraphTableau that updated the LSID of a workflow if the existing authority ... Aaron Aaron
12:58 PM Bug #4197: Waterflow TPC demo - tracking bug
"nil" DoubleTokens will remain "nil" (rather than NaN) ben leinfelder
09:29 AM Bug #4197: Waterflow TPC demo - tracking bug
For the tutorial:
-we will use the "base" workflow with production data. Most slides and hands-on activities will use...
ben leinfelder
09:21 AM Bug #4197: Waterflow TPC demo - tracking bug
Changes made by Jim:
-month and river are now strings (rather than factors (ie. ints).
-rounding done to 4 places.
C...
ben leinfelder
09:51 AM Bug #4161: Develop kepler workflow execution engine
we've had a couple successful "round trip" runs:
-upload a workflow KAR (indus)
-schedule execution (indus)
-execute ...
ben leinfelder
09:47 AM Bug #4227 (Resolved): Provenance - use Integer return type in Queryable interface
Found out that resultset.getInt(x) will return 0 when in fact there was a null (no result). Changed to not start IDs ... ben leinfelder
09:42 AM Bug #4225: Provenance - start auto-incremented IDs at 1 not 0
Dan changed the auto-increment start for HSQLDB to be 1. Works great.
Merged from trunk to our sanparks branch
There...
ben leinfelder
09:05 AM Bug #4221: Report Viewer - Need more space between each element
added padding to the top and bottom of item cells - seems better. re-open if this did not address the specific concerns. ben leinfelder

07/06/2009

10:55 PM Bug #4221: Report Viewer - Need more space between each element
which ones in particular? ben leinfelder
11:03 AM Bug #4221 (Resolved): Report Viewer - Need more space between each element
Elements in the report view should have some regular spacing between each element. debi staggs
10:48 PM Bug #4222: Report Designer - icon for the static graphic image switches back to generic icon after a drop
I think keeping the proportions of the original image is better. Yes, it's nice to have consistent icons on the items... ben leinfelder
05:16 PM Bug #4222: Report Designer - icon for the static graphic image switches back to generic icon after a drop
Yes, it is still being scaled to a 30 x 30 square. It can be a rectangle or some percentage of the original image, b... debi staggs
02:31 PM Bug #4222: Report Designer - icon for the static graphic image switches back to generic icon after a drop
is it still scaling it to a square so that some images look squashed in certain directions? ben leinfelder
02:25 PM Bug #4222: Report Designer - icon for the static graphic image switches back to generic icon after a drop
A thumbnail version of the user-assigned image is shown as an icon for the static image, if they have selected one. ... debi staggs
11:07 AM Bug #4222 (Resolved): Report Designer - icon for the static graphic image switches back to generic icon after a drop
You can choose a custom icon for the static graphic image, when you select the graphic for the static image, and the ... debi staggs
10:42 PM Bug #4220: Report Viewer - South label is not being rendered
was using the wrong xpath for the south label. ben leinfelder
12:40 PM Bug #4220: Report Viewer - South label is not being rendered
retarget for 2a1 ben leinfelder
11:01 AM Bug #4220 (Resolved): Report Viewer - South label is not being rendered
The south label and its value is being created in the model correctly,(it seems) but it is not showing up in the repo... debi staggs
10:21 PM Bug #4223: Report Viewer - Text runs over edge of button for 'Refresh using current layout'
commented out the button for now. It was also confusing for most users - especially since it could result in wildly d... ben leinfelder
09:49 PM Bug #4223: Report Viewer - Text runs over edge of button for 'Refresh using current layout'
I've been meaning to remove the button altogether - this seems like just the motivation to do it! ben leinfelder
11:13 AM Bug #4223 (Resolved): Report Viewer - Text runs over edge of button for 'Refresh using current layout'
In the report viewer the text for the button that says "Refresh using current layout' runs over the edges of the button. debi staggs
10:11 PM Bug #4225 (Resolved): Provenance - start auto-incremented IDs at 1 not 0
I inadvertently noticed that when I queried for the last execution of a workflow that never ran I was still getting b... ben leinfelder
04:33 PM Bug #4224 (Resolved): New LSID generated when opened from KAR
When a KAR is opened on a computer that did not save it, the LSID of the workflow/model is changed.
See attached KAR...
ben leinfelder
11:14 AM Bug #3874: ptolemy.util.StringUtilities.mergePropertiesFile() deletes properties
I just saw this bug occur on windows xp: if $PTII/lib/ptII.properties exists, Kepler won't start:
[run] Caused by: j...
Daniel Crawl
10:37 AM Bug #4219 (New): "Kepler Repositories" should be retrieved from the registry
Currently we use a combination of 2 .properties files to make actor/workflow/run library repositories available for u... ben leinfelder
10:35 AM Bug #4140: Workflow Run Manager - delete runs functionality needs to be written
There should also be a confirmation dialog for deletion, 'Are you sure you want to delete these runs?' Derik Barseghian

07/02/2009

07:31 PM Bug #4140: Workflow Run Manager - delete runs functionality needs to be written
delete functionality added in r19815.
todo:
- check if we need to also delete runs from objectmanager and/or cache.
...
Derik Barseghian
05:20 PM Bug #4218: Report Designer - difficult to enter text for Item labels
The window was getting the focus instead of the label. It is fixed now. debi staggs
03:56 PM Bug #4218 (Resolved): Report Designer - difficult to enter text for Item labels
Clicking in the text area for a dynamic item label rarely keeps my cursor in the field - so I can't really type a lab... ben leinfelder
11:46 AM Bug #4159: Cut 2.0-alpha/SanParks release
Added new functionality to the build system. This is checked into the branch, but not into the trunk. Should probab... Chad Berkley
10:53 AM Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
committed to the branch. ben leinfelder
08:36 AM Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
This is also happening for DoubleTokens - but they show as NaN rather than nil - which I believe is acceptable.
Boole...
ben leinfelder
10:52 AM Bug #4211: Report Designer - do not allow dropping of actors on report
now in branch and head ben leinfelder
09:31 AM Bug #4211: Report Designer - do not allow dropping of actors on report
wait - keeping this open until i merge to the branch ben leinfelder
09:30 AM Bug #4211: Report Designer - do not allow dropping of actors on report
now checking if the dropped object contains any children - reject the drop if it does
NEED TO COMMIT TO BRANCH
ben leinfelder
10:42 AM Bug #4199: NPE in org.kepler.moml.NamedObjId
I'm getting another exception in NamedObjId that looks related. This one can be reproduced by opening demos/getting-s... Daniel Crawl
10:04 AM Bug #4203: use port parameters in web service actors
WebService now uses port parameters. Daniel Crawl

07/01/2009

06:11 PM Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
added special handling when we have IntToken.NIL in the report instance
NEED TO COMMIT TO BRANCH
ben leinfelder
06:00 PM Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
After some digging, I'm going to conclude that this is being introduced by the "deep copy" serialization technique fo... ben leinfelder
05:41 PM Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
The PDF seems to render "nil" as "nil" whereas the AWT rendering (from Apache-FOP) sometimes shows a huge integer ins... ben leinfelder
04:37 PM Bug #4217 (Resolved): Report Viewer - "nil" not rendering consistently/correctly
When outputting arrays of numbers and booleans that contain "nil" entries in R, they are not converted to NULL for us... ben leinfelder
05:29 PM Bug #4214: Report Designer - Dragging workflow components near report fields adds text to the fields
Closing this bug because it is default behavior for the text fields, not sure if there is anything we can do about it... debi staggs
05:28 PM Bug #4207: Report Designer - drop area is too small
We discussed this, and decided that it would probably be o.k. the way it is for now. debi staggs
05:27 PM Bug #4128: Improve reporting static item icons
Made the icons smaller and all the same size, but not really happy with them, I think that they are TOO small right n... debi staggs
05:26 PM Bug #4212: Report Designer - Clicking the delete button removes unselected items
Fixed all remaining issues with this bug. debi staggs
11:02 AM Bug #4212: Report Designer - Clicking the delete button removes unselected items
forgot to click the fixed button Chad Berkley
10:34 AM Bug #4212: Report Designer - Clicking the delete button removes unselected items
fixed. if nothing is selected, nothing will be deleted. Chad Berkley
05:20 PM Bug #4190: Report Designer - Create View classes for the Items
Closing this bug, ended up creating view class only for the Dynamic Report Item.
Creating views for the static items ...
debi staggs
04:35 PM Bug #4197: Waterflow TPC demo - tracking bug
tpc02-water-flow-high.xml:
-using record-based data table rendering
-including status actor
-"nil" values are showing...
ben leinfelder
03:43 PM Bug #4197: Waterflow TPC demo - tracking bug
-hsqldb 1.8 looks good.
-removed the browser call
-added naive "status" example - needs to be meaningful
Jim will do ...
ben leinfelder
12:53 PM Bug #4197: Waterflow TPC demo - tracking bug
I'm not seeing the memory errors today when using Eclipse with the currently checked in hsql, nor in Eclipse with hsq... Derik Barseghian
09:31 AM Bug #4197: Waterflow TPC demo - tracking bug
The EML actors throw those exceptions - that is expected.
As for the newer HSQLDB - I will take a look.
ben leinfelder
04:05 PM Bug #4159: Cut 2.0-alpha/SanParks release
created branch
http://code.kepler-project.org/code/kepler/branches/release-2.0.0-pre-alpha1-branch/ for the release.
Chad Berkley
03:19 PM Bug #4215: Error when check out provenance with change-to
Fixed, modules.txt was in the wrong directory. Daniel Crawl
07:54 AM Bug #4215 (Resolved): Error when check out provenance with change-to
When I tried to check out the provenance suite this week I got the error:
[change-to] Error: The name you specified ...
Chris Weed
02:11 PM Bug #4216 (New): Problems with the File to Array converter
When attempting to run the "File to Array converter" actor as part of a workflow which creates a text file from the o... Colin Campbell
01:22 PM Bug #4164: Associated Data - wf_exec_id behavior
I checked in hsqldb 1.8 in r19734 and that seems to fix this problem. Closing. Derik Barseghian

06/30/2009

06:40 PM Bug #4164: Associated Data - wf_exec_id behavior
I'd like to move to 1.8 if possible since this bug is going to be pretty bad for users, they'd seemingly have to clea... Derik Barseghian
06:35 PM Bug #4197: Waterflow TPC demo - tracking bug
On my Eclipse build, which is using hsqldb 1.8, I get the same, and some additional errors. Provenance gives an "ERRO... Derik Barseghian
06:24 PM Bug #4197: Waterflow TPC demo - tracking bug
I'm getting a lot of error messages on the console when I open this workflow. It seems to run ok though. (This is whi... Derik Barseghian
04:07 PM Bug #4197: Waterflow TPC demo - tracking bug
-column headers are capitalized.
-header rows are shaded
-overflowing cell contents are truncated
TODO: remove browse...
ben leinfelder
07:48 AM Bug #4197: Waterflow TPC demo - tracking bug
In the tpc02-water-flow-base.xml workflow I have the table rendering in reporting not using the R data2html method no... ben leinfelder
04:44 PM Bug #4212: Report Designer - Clicking the delete button removes unselected items
If nothing is selected, don't delete anything. ben leinfelder
02:59 PM Bug #4212 (Resolved): Report Designer - Clicking the delete button removes unselected items
If nothing is selected on the canvas and I click the delete button, it seems to remove a randomly chosen component. ... Chad Berkley
04:42 PM Bug #4188: Report Designer - Issues with text fields
chad and I do not see this happening anymore ben leinfelder
04:12 PM Bug #4188: Report Designer - Issues with text fields
I think this is fixed now, and we can close this bug, after Ben tests it. debi staggs
10:59 AM Bug #4188: Report Designer - Issues with text fields
just dragging a new text component onto the canvas deletes the text in most of the other text components (but not all... Chad Berkley
10:58 AM Bug #4188: Report Designer - Issues with text fields
*** Bug 4205 has been marked as a duplicate of this bug. *** Chad Berkley
04:40 PM Bug #4209: Report Designer - Text randomly disappears when dragging new components
not seeing this after latest update ben leinfelder
11:04 AM Bug #4209 (Resolved): Report Designer - Text randomly disappears when dragging new components
If you have some text components on the canvas with text in them, then you drag a new component onto the canvas, some... Chad Berkley
04:40 PM Bug #4210: Report Designer - scrollbar goes off the screen
switched to BorderLayout for the tab ben leinfelder
11:07 AM Bug #4210 (Resolved): Report Designer - scrollbar goes off the screen
The scrollbar on the right goes off of the screen so that I can't see the bottom of it. Chad Berkley
04:04 PM Bug #4206: Report Designer - layout in left pane is scrunched up
moved the split pane bar down so that the panel doesn't get crunched. Chad Berkley
10:54 AM Bug #4206: Report Designer - layout in left pane is scrunched up
attaching screenshot of scrunched layout Chad Berkley
10:53 AM Bug #4206 (Resolved): Report Designer - layout in left pane is scrunched up
The panel on the left from which you drag components is too small initially. You have to drag to make it larger. It... Chad Berkley
03:37 PM Bug #4213: Report Designer - north and south labels swap
this appears to be fixed now - north and south are maintained ben leinfelder
03:07 PM Bug #4213: Report Designer - north and south labels swap
The ROML is being serialized to XML corrected (i.e. the label entered for "north" is stored in that label) so it's ju... ben leinfelder
03:02 PM Bug #4213 (Resolved): Report Designer - north and south labels swap
Typically happening with another item is dropped on the layout.
The swap seems to only happen once.
ben leinfelder
03:05 PM Bug #4214 (Resolved): Report Designer - Dragging workflow components near report fields adds text to the fields
If you drag an actor or ports of an actor to the canvas and accidentally drop them into a text field, text from the m... Chad Berkley
02:08 PM Bug #4102: Add the ability to insert a static image into the report.
For this release, this bug can be closed. debi staggs
02:06 PM Bug #4208: Report Designer - dragging from the component window to the canvas does not drop where you want it
There is already a bug entered for this, so this is a duplicate of bug # 4195
*** This bug has been marked as a dupl...
debi staggs
11:01 AM Bug #4208 (Resolved): Report Designer - dragging from the component window to the canvas does not drop where you want it
If you drag a component from the components pane onto the canvas between two components, the new component shows up a... Chad Berkley
02:06 PM Bug #4195: Report Designer - 'Location aware' rendering of newly dropped panels.
*** Bug 4208 has been marked as a duplicate of this bug. *** debi staggs
11:20 AM Bug #4211 (Resolved): Report Designer - do not allow dropping of actors on report
We should only allow "leaves" (ports/parameters) that have no children to be reported on. ben leinfelder
11:18 AM Bug #4103: Add the capability of creating SECTIONS in the report.
we have "section" headers now ben leinfelder
10:58 AM Bug #4205: Report Designer - dragging component makes text disappear
duplicate
*** This bug has been marked as a duplicate of bug 4188 ***
Chad Berkley
10:51 AM Bug #4205 (Resolved): Report Designer - dragging component makes text disappear
When you drag a component around the canvas, the text in the text boxes disappears. It should remain in the dragged ... Chad Berkley
10:56 AM Bug #4176: Report Designer - opening KAR omits title
found the place where the title was being set to blank - fixed it ben leinfelder
10:56 AM Bug #4207 (Resolved): Report Designer - drop area is too small
When dragging components around on the canvas, the drop area is too small so it's hard to get components to go where ... Chad Berkley
10:50 AM Bug #4204 (Resolved): Report Designer - finding drag area on components is hard
It's too hard to find where to click on a report item to drag it around on the canvas. You have to move the mouse ju... Chad Berkley
10:17 AM Bug #4203 (In Progress): use port parameters in web service actors
It would be nice if the inputs to WebService and WSWithComplexTypes were port parameters instead of ports. Daniel Crawl
09:25 AM Bug #4200: wrp suite - blank workflow says you've made changes upon exit
committed this change to provenance ben leinfelder
09:23 AM Bug #4200: wrp suite - blank workflow says you've made changes upon exit
In org.kepler.provenance.gui.ProvenanceConfigureAction.addProvenanceRecorder() there was a call to effigy.setModified... ben leinfelder
08:21 AM Bug #4200: wrp suite - blank workflow says you've made changes upon exit
That sounds like the problem. There should be some way to insert those properties only upon model modification inste... Chad Berkley
07:54 AM Bug #4200: wrp suite - blank workflow says you've made changes upon exit
Reporting an Provenance both inject top level attributes in the model if they do not exist: a ProvenanceRecorder for ... ben leinfelder
 

Also available in: Atom