Activity
From 07/21/2009 to 08/19/2009
08/19/2009
- 10:49 AM Bug #4246: Reorganize code in util, core and gui modules
- Util module todos:
-Move ecogrid classes to their own module. This includes org.ecoinformatics.seek.ecogrid.*, org....
08/18/2009
- 04:17 PM Bug #4319: LibraryManager
- I could easily be wrong about this and it could be a bug.
However, it is worded like an enhancement. To me, a bug is... - 12:22 PM Bug #4319: LibraryManager
- The bug here was just poor API design (or more likely an unfinished API). The library was dependent solely on the li...
- 07:47 AM Bug #4319: LibraryManager
- This looks interesting, though it seems to be a feature request?
There could be a bug here, it should be stated more ... - 03:18 PM Bug #4002: RExpression2 - handle arbitrary R data structures
- tests the various structures are transferred by the JRI implementation.
- 03:14 PM Bug #4002: RExpression2 - handle arbitrary R data structures
- in the example cases given, all but the structure produced by ~ were transferred from one R actor the the other.
Thi... - 02:46 PM Bug #4278: Changes to a reopened KAR are not saved to the new KAR
- Also tried saving the modified workflow to a different .kar file, but the changes are still lost when i open the new ...
- 01:27 PM Bug #4246: Reorganize code in util, core and gui modules
- Removed the last gui class from core. Now moving on to reorganize util. Hopefully will move all gui classes into th...
- 12:49 PM Bug #4323 (In Progress): Add the "send to back" menu to kepler
- Ptolemy has an appearance/send to back menu that is not in kepler. We should add this and similar menus to the keple...
- 12:06 PM Bug #4320: Component Library Folders and Popup Menus
- Shawn, Kepler's library is now built from KAR files stored on disk in folders referred to as "Local Repositories". T...
- 10:43 AM Bug #4320: Component Library Folders and Popup Menus
- Addressing Christopher's comment, I think what this makes this entry "bug-ish" is that the Component Library looks li...
- 07:57 AM Bug #4320: Component Library Folders and Popup Menus
- I think this also assumes components are fundamentally stored on disk, and if stored on disk, in a meaningful place. ...
- 07:45 AM Bug #4320: Component Library Folders and Popup Menus
- I think this is a feature request, not a bug.
A bug is behavior of a currently implemented feature that does not work... - 11:41 AM Bug #4322: Attempting to save changes to a workflow saved in a KAR file fails
- It should prompt you to resave it in the KAR from which it originally came. If you don't want to overwrite that exist...
- 11:32 AM Bug #4322 (Resolved): Attempting to save changes to a workflow saved in a KAR file fails
- The following fails:
1) Create new workflow
2) Instantiate a Constant actor
3) Right click on canvas and Save Ar... - 11:25 AM Bug #4321 (Resolved): Semantic types on workflows saved into library not searchable
- Assigning semantic types to a workflow is recommended when saving it into a KAR file (where it is then visible in the...
- 10:13 AM Bug #4305: Move actor classes into the actors module
- All actors in util, common and core have now been moved to the actors module. There are no director classes in keple...
- 09:10 AM Bug #4297: Kepler needs a new layout manager.
- Duplicate of
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4285
*** This bug has been marked as a duplicate of ... - 09:08 AM Bug #4297: Kepler needs a new layout manager.
- We should follow the Java i18n standard of managing internationalization
strings, see
http://java.sun.com/javase/tech... - 09:10 AM Bug #4285: workflow canvas does not repack to fill empty space when top window is resized
- *** Bug 4297 has been marked as a duplicate of this bug. ***
- 09:01 AM Bug #4291: The main menu bar should not change based on the location of focus.
- I believe this is a Mac OS X specific bug, so I'm changing the Hardware and OS.
I'm also lowering this in priority be... - 08:30 AM Bug #4290: Separate the GUI from the execution engine.
- Ptolemy has always made a distinction between the execution engine and
the GUI. Clearly defining any issues in Keple... - 08:23 AM Bug #4289: Develop strategy for using assertions in the GUI
- Using more assertions, perhaps combined with a speed/safety strategy would be
useful.
I'm marking this as an enhancem... - 08:22 AM Bug #4288: Develop GUI error handling strategy.
- Having some exceptions that cause immediate failure and some that allow
execution to continue is an interesting resea... - 08:08 AM Bug #4287: Separate user error messages from developer error messages.
- The way to fix this bug is that each time a nonsensical error message
appears, then we need to know what the stack t...
08/17/2009
- 02:30 PM Bug #2963: Add data structure for tabular data and associated metadata
- I've introduced an OrderedRecordToken to ptolemy - it preserves the original order of the RecordToken.
Unfortunately ... - 02:15 PM Bug #4037: WRM - connect to Kepler-wide configurable provenance store
- Provenance configuration is now using the cache's HSQLDB and is not configurable by a normal user (developers can cha...
- 12:09 PM Bug #4320 (Resolved): Component Library Folders and Popup Menus
- The Component Library is the most used graphical component in Kepler. It is in essence the "Control Panel" for build...
- 11:52 AM Bug #4319 (Resolved): LibraryManager
- The Component library was being built with an Index which made it difficult to dynamically add and remove components ...
- 11:22 AM Bug #4141: EML 2 Dataset breaks when data table has 2 columns with the same name
- appending "_n" for duplicate Attribute names.
- 08:46 AM Bug #4310: ValueListeners receive valueChanged events when values have not changed
- We need a test case for this.
- 08:42 AM Bug #4306: add command line params to the configuration
- Here's some email about this. Note that adding a separate CommandLineArgs
solution might not work with PN:
Colin wr... - 08:37 AM Bug #4306: add command line params to the configuration
- Adding another class is not as clean a solution as having this information
in the Configuration. The reason is that ... - 08:15 AM Bug #4318: RExpression NA converts to string "nil", not value nil
- BTW - the test case should probably be checked in and run
as part of the nightly build so that this bug stays fixed.
...
08/14/2009
- 04:42 PM Bug #4318: RExpression NA converts to string "nil", not value nil
- Ok, now I'm just getting confused again. How many different nils are there? Is there a simple way to robustly test ...
- 04:24 PM Bug #4318: RExpression NA converts to string "nil", not value nil
- I've changed to use StringToken.NIL when we encounter NA objects in R.
This is still different than Token.NIL. String... - 02:57 PM Bug #4318 (Resolved): RExpression NA converts to string "nil", not value nil
- When RExpression exports an NA value, it gets converted to the string "nil", not the actual nil value. See attached ...
- 02:56 PM Bug #4317 (Resolved): KAR's dependencies on modules need to be included in KAR metadata
- When starting Kepler with a kar in a local repository that needs a module that is not in the current suite, a ClassNo...
- 02:47 PM Bug #4316 (Resolved): re-evaluate how kars are managed in the build and runtime
- Currently modules have a /resources/kar directory containing a folder corresponding to each kar. This folder is chec...
- 09:30 AM Bug #4278: Changes to a reopened KAR are not saved to the new KAR
- I tried running this in the 'kepler' suite and still had the same behavior. Here is what I did:
-open existing demo w...
08/13/2009
- 05:08 PM Bug #4247: Application menu items sometimes disappear on OS X
- Here are a few ways to get this to occur just using the kepler suite.
1) Drag a String Length actor to canvas.
2) Se... - 03:34 PM Bug #4247: Application menu items sometimes disappear on OS X
- I've found a way to make this happen: delete a run w/ the WRM.
Once you select delete from the context WRM context m... - 12:11 PM Bug #4247: Application menu items sometimes disappear on OS X
- I just tried to force this to happen in the wrp and kepler suites and could not make it happen. Is this still happen...
- 03:54 PM Bug #4087: No reset/x button to clear component searches
- First, it works on Windows. The current behavior is functional and convenient. It's good enough to use for now.
Se... - 02:48 PM Bug #4087: No reset/x button to clear component searches
- That seems like a good idea, though the concept of "search button pushed" needs to include hitting Enter, and "Cancel...
- 02:39 PM Bug #4087: No reset/x button to clear component searches
- How about this policy:
-Deactivated Cancel button until Search button is pushed
-Activated Cancel button until Cancel... - 02:38 PM Bug #4087: No reset/x button to clear component searches
- make sure to test this on Windows please
- 02:30 PM Bug #4087: No reset/x button to clear component searches
- It works now, but see comment #3. I took a quick look at doing that and it seemed more effort than it's worth. Chad c...
- 02:21 PM Bug #4087: No reset/x button to clear component searches
- Component searches that hit the network could take a bit longer..."Cancel" would be nice in those situations.
Um, I ... - 03:32 PM Bug #4140: Workflow Run Manager - delete runs functionality needs to be written
- Now also deleting runs from CacheManager and ObjectManager when doing a delete in r20276.
I was going to close this b... - 02:52 PM Bug #4278: Changes to a reopened KAR are not saved to the new KAR
- This bug is fixed in the Kepler suite, it still has problems in the WRP suite because RIOs do not get cached/saved pr...
- 02:44 PM Bug #4314: exception when searching ecogrid
- I also see this error when trying to access the data from one of the dragged "cans":
[run] ERROR (org.ecoinformatics... - 02:42 PM Bug #4314 (Resolved): exception when searching ecogrid
- When I try to search the ecogrid via kepler, I get a long exception (below). To reproduce, go to the data tab in kep...
- 02:18 PM Bug #4312: Clicking cancel on "sure you want to exit" dialog exits anyway
- I'm not seeing this on XP.
- 12:08 PM Bug #4312: Clicking cancel on "sure you want to exit" dialog exits anyway
- I saw this on OSX, not sure if it does the same thing on windows/linux.
- 12:08 PM Bug #4312 (Resolved): Clicking cancel on "sure you want to exit" dialog exits anyway
- If you have an unsaved workflow and you quit kepler, you'll get the "would you like to save your workflow dialog with...
- 02:03 PM Bug #4313: Workflow Run Manager - duplicate rows shown for same execution
- fixed in r20272. The problem was with the query statement for getting runs, which was returning multiple rows per exe...
- 01:21 PM Bug #4313 (Resolved): Workflow Run Manager - duplicate rows shown for same execution
- Sometimes more than one row shows up in the Workflow Run Manager for the same execution. I saw this happen for the fi...
- 12:11 PM Bug #3991: large workflow errors
- Just tried it on trunk suite=wrp and was able to open the large ('both.xml') workflow.
When I ran it I got a provenan... - 11:52 AM Bug #4008: EML 2 Dataset throws errors when accessing public data from mixed public/private datasets
- still display warning messages when there is mixed public/private data that prevents a perfect datapackage download, ...
- 11:48 AM Bug #4311 (Resolved): Build system appears to lock if there is a conflict upon update
- When you do an 'ant update' if a conflict is encountered by svn, the build system appears to lock up. Probably need ...
- 11:34 AM Bug #4310 (New): ValueListeners receive valueChanged events when values have not changed
- A ValueListener sometimes receives events for a Settable when the Settable's value has not changed. This can lead to ...
- 11:12 AM Bug #4287: Separate user error messages from developer error messages.
- Need to check all error messages to make sure they make sense and that an appropriate message is actually displayed. ...
- 11:05 AM Bug #4246: Reorganize code in util, core and gui modules
- Bug 4305 goes along with this bug.
- 10:11 AM Bug #3893: EML 2 Dataset not working with local data
- allow the use of the entityTable name when constructing the datacache object - otherwise only one (seemingly arbitrar...
08/12/2009
- 07:21 PM Bug #4308 (Resolved): Workflow Run Manager - problem with getWorkflowRunsForExecutions in mysql
- Dan gets an error from WRM when using a mysql provenance store:
[run] org.kepler.provenance.QueryException: Unable... - 04:22 PM Bug #4306: add command line params to the configuration
- Fixed with an alternative solution.
Now, all the command-line args can be iterated through anywhere from Kepler with... - 03:50 PM Bug #4306: add command line params to the configuration
- I'm off work this week, but I would support adding the command line
arguments to the Configuration. I would consider... - 02:19 PM Bug #4306 (In Progress): add command line params to the configuration
- There's been a request to have an actor know what the command line params were when Kepler was started. It should be...
- 03:18 PM Bug #4097: here are some new svg icons for actors
- Evaluate these and see if we should include them in 2.0.
- 03:11 PM Bug #4171: dragging actor to canvas then back to component tree area gives NPE
- I confirmed that this does not happen in the kepler suite. there might be something weird going on with the override...
- 02:54 PM Bug #4250: Add other suites to the nightly build
- I've haven't had any requests to add more suites to the nightly build so I'm going to close this for now. Any suites...
- 02:47 PM Bug #4299: Kepler needs to be evaluated to determine when native (AWT) widgets would be preferable to Swing widgets.
- Need to wait for OSX to support this version of java before we can require it.
- 02:44 PM Bug #4290: Separate the GUI from the execution engine.
- I've gotten off to a good start isolating the execution engine itself. I've added a target to the build called 'buil...
- 01:36 PM Bug #4087: No reset/x button to clear component searches
- With r20263 now using the Cancel button to do resets.
The Cancel button is clickable at all times--this is probably... - 12:39 PM Bug #3985: Types resolved to unacceptable types
- Added a check during preinitialize() that will find unknown-to-unknown connections and set the RExpression unknown-ty...
- 11:27 AM Bug #3985: Types resolved to unacceptable types
- from the RExpression actor we won't "know" the type of the port until the R script executes and we're emitting/readin...
- 10:54 AM Bug #4129: "unable to parse the metadata: null" with dataset judithk.306.21
- Revision is now at 306.22 - this seems to work with a clean cache from the trunk of kepler.
i'm not getting the metad...
08/11/2009
- 03:13 PM Bug #4305 (Resolved): Move actor classes into the actors module
- This will facilitate better modularization of kepler. Right now, the actors (and directors) are described in the act...
- 02:47 PM Bug #4147: Error message with selectable text
- Now I'm seeing a frame that is too small to accommodate the text and the buttons - they are chopped off.
The text is... - 02:08 PM Bug #4285: workflow canvas does not repack to fill empty space when top window is resized
- Another manifestation of this (?) bug (on Ubuntu) is that if you run Kepler on a display not big enough (in the verti...
- 11:46 AM Bug #4304 (Resolved): Progress monitor is blank when authenticating for KAR upload
- When I do "Save Archive (KAR)" I go through many steps (dialogs popping up everywhere). But after I enter my authenti...
- 11:40 AM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
- Made the LDAP GUI not a singleton.
Changed the synchronization for the methods.
Seems to be working in these cases:
-... - 11:38 AM Bug #3273: Improve authentication dialogue so that the reason for authentication is clear
- Readded the Domain to the title
08/10/2009
- 05:17 PM Bug #4303 (Resolved): LSID Component Search
- Add ability to search for objects in the component library by their LSID.
- 04:38 PM Bug #4302 (Resolved): display actor window does not rename
- The Display actor creates a window with the same name as the actor. However, when the actor is renamed, the window is...
- 04:23 PM Bug #4019: Workflow View in left pane
- this is working pretty well now, closing it out
- 04:22 PM Bug #4055: leftover cachedata files
- nevermind, those files are ok
- 04:21 PM Bug #4232: LibraryIndex Unique Identifier
- turns out this was being handled ok, closing this out
- 03:24 PM Bug #3639: Report design features, Stage 3
- I am closing this bug because I think that at the time that these design features were proposed, they seemed to be us...
- 09:47 AM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
- I've been trying to get this working as it was in pre-alpha, but it's hanging forever on the controllingDialog.dispos...
08/08/2009
- 12:55 PM Bug #4112: make kepler use OSX dialog boxes
- The easiest way to use java.awt.FileDialog for File =>Open etc. would be
to modify ptolemy.gui.Top. Modifyig ptolemy...
08/07/2009
- 06:24 PM Bug #4134: Workflow Run Manager - double clicking on search cell shouldn't sort column
- Fixed in r20212.
- 04:27 PM Bug #4300 (New): Animate at Runtime" checkbox stays checked when director is replaced
- If you enable run-time animation of a workflow and then swap in a different director, the "Animate at Runtime" menu i...
- 03:48 PM Bug #4135: Workflow Run Manager - default sorting (by date) should be applied
- Fixed in r20209.
- 03:26 PM Bug #4299 (New): Kepler needs to be evaluated to determine when native (AWT) widgets would be preferable to Swing widgets.
- After Java 1.6 update 12, it is acceptable to mix Swing and AWT. In many cases, AWT is superior, because it makes use...
- 03:22 PM Bug #4298 (New): The GUI should sensibly support internalization.
- The text of all buttons should be either stored in resource bundles or there should be an easy mechanism to make conf...
- 03:18 PM Bug #4297 (Resolved): Kepler needs a new layout manager.
- The layout manager we currently use fails miserably when run in Linux. If you try to resize Kepler, the canvas and ot...
- 03:12 PM Bug #4296 (New): All open Kepler windows should be visible from a Window menu item.
- It is standard procedure for applications to have a Window menu item that lists all open windows. We need this featur...
- 03:10 PM Bug #4295 (New): Create advanced toolbar support.
- It should be possible to specify a set of one or more default toolbars that are visible by default. Furthermore, it s...
- 03:07 PM Bug #4294 (New): Kepler should meet established accessibility guidelines.
- As a federally funded project, Kepler should meet accessibility guidelines so that people with disabilities are able ...
- 03:05 PM Bug #4293 (New): Run, Pause, and Stop should be in the menu, not just the toolbar.
- Currently, Kepler does not meet accessibility guidelines. Run, Pause, and Stop can only be accessed via the toolbar, ...
- 02:57 PM Bug #4292 (New): Menu items should display the same icon as buttons with the same functionality.
- It is good practice to display the same icon in the menu as is shown on a toolbar if a toolbar exists. All functions ...
- 02:55 PM Bug #4291 (New): The main menu bar should not change based on the location of focus.
- Currently in Kepler, if you are editing a workflow, the menu bar has a rich set of commands. However, if you change f...
- 02:49 PM Bug #4290 (In Progress): Separate the GUI from the execution engine.
- The GUI needs to be separated from the execution engine so that it is easy to develop specialized GUIs for a particul...
- 02:42 PM Bug #4289 (New): Develop strategy for using assertions in the GUI
- We need a strategy for making use of assertions. It is important to limit the potential states that the GUI can be in...
- 02:41 PM Bug #4288 (New): Develop GUI error handling strategy.
- We need to think about how various sorts of errors should be handled. Some should cause immediate failure while other...
- 02:40 PM Bug #4287 (In Progress): Separate user error messages from developer error messages.
- An error in the GUI should never display a nonsensical stack trace to the user. All stack traces involving the GUI an...
- 02:32 PM Bug #4286 (Resolved): Changes to the GUI before 2.0
- This bug is meant to be blocked by all changes to the GUI that must occur before the 2.0 release.
- 02:31 PM Bug #3724: composite's ports cannot be renamed from within composite--add context menu?
- I think this should be fixed for the 2.0 release. It is awkward not being able to edit port names in place. I sugge...
- 02:27 PM Bug #4112: make kepler use OSX dialog boxes
- I think we should consider requiring users to upgrade to Java 1.6 Update 12 or higher for Kepler 2.0.
Before then, i... - 02:16 PM Bug #4112: make kepler use OSX dialog boxes
- This would be great because it apparently would allow me to quickly save or load workflows in my home directory, etc....
- 09:54 AM Bug #4112: make kepler use OSX dialog boxes
- In order to do this, we need to not use JFileChooser and instead use java.awt.FileDialog. This is the only way to ge...
- 02:21 PM Bug #4068: File Menu should display 5 most recently used workflows
- I think a list of MRU workflows in the File menu is important to have for the 2.0 release.
- 02:03 PM Bug #4285 (New): workflow canvas does not repack to fill empty space when top window is resized
- On Ubuntu 9.04/JRE 1.5_0_18 the workflow canvas does not repack automatically when the main window is resized. For ...
- 01:39 PM Bug #4140: Workflow Run Manager - delete runs functionality needs to be written
- with r20207 now doing data table cleanup each time execution(s) deleted.
08/06/2009
- 03:48 PM Bug #4278: Changes to a reopened KAR are not saved to the new KAR
- one thing that I noticed was that when resaving to a KAR with the same file name, I did not see any indication (in th...
- 03:39 PM Bug #4197: Waterflow TPC demo - tracking bug
- I've gotten this working in the trunk now - after merging and patching up some new errors.
Ran the base workflow kar ... - 02:05 PM Bug #4191: Eclipse build is slow the first time "Copying resources to the output folder"
- I think this has to do with having many projects in eclipse that depend on each other. Try turning off "build automa...
- 11:30 AM Bug #4191: Eclipse build is slow the first time "Copying resources to the output folder"
- I ran into this when trying to setup eclipse this morning. I couldn't see any reason for it. I ended up killing ecl...
- 11:25 AM Bug #4259: Fix the 'ant javadoc' command
- Most of our jars only contain class files so adding them to the classpath does not seem to get rid of the warnings as...
- 08:36 AM Bug #4277: Report Designer - Add drop down selection list to the properties table.
- the sort of widgets we'd need [so far] are:
-text area for free text (already have that)
-combo box (two or more alph... - 08:31 AM Bug #4183: Kepler gives error on command+Q
- i remember chad fixing this a while back. verified that i get no error on os x
- 08:24 AM Bug #4187: When running with reporting suite, a blank canvas is considered changed and unsaved
- i'm not finding this to be the case. tried on two installations of kepler (wrp suite)
- 08:18 AM Bug #4187: When running with reporting suite, a blank canvas is considered changed and unsaved
- we had this problem a while back - i thought i'd fixed it.
taking another look.
08/05/2009
- 04:09 PM Bug #2123: need a way to uniquely identify actor in a workflow and locate it
- The hooking up this highlighting feature with the 'Outline' tab would be a great first step!
- 04:07 PM Bug #3273: Improve authentication dialogue so that the reason for authentication is clear
- Now the authentication domain is missing from the title bar. This should be readded - as soon as authentication is wo...
- 04:05 PM Bug #4153: report-overrides
- think this was mis-categorized in SANParks
- 04:04 PM Bug #3951: Report Viewer - improve TOC panel
- this is extremely low-priority IMO
- 03:13 PM Bug #4147: Error message with selectable text
- Using a JTextField does not wrap text, so we use a JTextArea.
I'm closing this one, but let's keep an eye out for imp... - 02:30 PM Bug #3801: open dialog, common places pane has white box instead of text
- This is fixed in the Ptolemy tree.
I added ptolemy.actor.JFileChooserBugFix and modified ptolemy.gui.Top.
ptolemy.gui... - 02:28 PM Bug #4282 (Resolved): Duplicate of ptolemy.gui.Top
- I'm creating a bug for this so that it does not get lost and because
this will block bug# 3801.
I don't have the ... - 01:49 PM Bug #4259: Fix the 'ant javadoc' command
- The classpath was not being added to the javadoc command so I'm trying that to see if the errors go away. A lot of t...
- 01:21 PM Bug #4281 (In Progress): ant update produces message about running svn cleanup
- Under Windows 2003 Server, running "ant update" produces a message
about a file being locked and suggesting running ... - 12:46 PM Bug #4258: Add java 1.6 to nightly build
- The kepler nightly build now uses java 1.6 on the fedora core 9 machine. When more of the platforms have java 1.6 in...
- 11:39 AM Bug #4280 (Resolved): ant task fails under Windows
- ant task fails under Window.
bash-3.2$ svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area... - 10:51 AM Bug #4279: FOP give image error on some systems (linux, windows so far)
- Turns out the JAI image reader for PNGs was the culprit. There's a Sun image reader that is also registered, but the ...
08/04/2009
- 12:31 AM Bug #4022: undesired file:\ prefix added by FileParameter
- Fixed.
The problem was that ptolemy.gui.Query was calling URI.relativize() but
not reconverting the URI back to a fil...
08/03/2009
- 04:29 PM Bug #4279: FOP give image error on some systems (linux, windows so far)
- Preliminary testing:
-recreated the error on my Ubuntu machine.
-upgraded the Apache Commons IO jar to 1.4 (from 1.3)... - 04:29 PM Bug #4279 (Resolved): FOP give image error on some systems (linux, windows so far)
- When adding image (png) output from the R actor, we were getting odd image IO errors from the Apache-FOP classes. It'...
- 11:38 AM Bug #4278 (Resolved): Changes to a reopened KAR are not saved to the new KAR
- First encountered this in south africa:
-make a new workflow
-save as kar
-close
-open kar
-edit workflow
-save...
07/31/2009
- 04:27 PM Bug #4251: Workflow Run Manager - wrong rows when operating on re-sorted table
- Haven't had any problems with this, closing.
07/30/2009
- 10:01 AM Bug #4277 (Resolved): Report Designer - Add drop down selection list to the properties table.
- Currently, when the user wants to set the properties for a report item, they have to type the property value into a c...
- 09:37 AM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
- I did a little digging, and the escape sequences R uses in deparsing (core of dput) seems to be handled in the Encode...
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... - 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... - 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 ... - 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 ...
- 06:36 AM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
- this change is committed to trunk
- 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/...
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 (\", \\,...
- 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... - 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...
- 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...
- 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...
- 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 ... - 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 ... - 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...
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 ...
- 02:26 PM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
- what QueryService endpoint are you using (DEV or KNB?)
- 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...... - 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...
- 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...
- 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...
- 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. ...
- 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 ...
- 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...
- 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...
- 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...
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.
- 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.
- 04:39 AM Bug #4239: Report Designer - PC issue - Grey backgrounds.
- Fixed, just need to test it on the PC.
- 04:32 AM Bug #3631: Create diagram for Scheduler / Reporting interaction.
- This is an old bug, just overlooked, but closed quite a while ago.
- 04:30 AM Bug #4233: Workflow View - Need to change old instructions on how to generate a report.
- Only relevant to the demo workflow.
- 04:29 AM Bug #4235: Report Designer - Clear the values for the Image Static report item.
- This has been fixed.
- 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.
- 03:58 AM Bug #4236: Report Designer - Can't add two static image items and then change their images.
- This is working correctly now.
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... - 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'... - 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... - 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...
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... - 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 ... - 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...
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... - 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-... - 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 ...
- 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... - 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...
- 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...
- 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 (...
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... - 06:35 PM Bug #4022: undesired file:\ prefix added by FileParameter
- workflow which illustrates FileParameter bug
- 06:34 PM Bug #4022: undesired file:\ prefix added by FileParameter
- dataFile used by workflow.xml
- 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... - 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.
- 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... - 11:24 AM Bug #4259 (Resolved): Fix the 'ant javadoc' command
- The 'ant javadoc' command hangs.
- 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...
- 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...
- 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...
- 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.
- 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... - 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...
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... - 11:03 AM Bug #4255 (Resolved): Add Online Javadocs
- We need to add the javadocs for released versions of kepler to the website.
Also available in: Atom