Activity
From 03/18/2009 to 04/16/2009
04/16/2009
- 11:37 AM Bug #3949: Get the installer working with the new build system
- I have added two new tasks to the build system and two new targets. The first is the installer task which creates th...
04/14/2009
- 06:22 PM Bug #3986 (Resolved): RExpression confounding R working directory and .kepler folder
- If I have two RExpression actors, I might expect them to operate in different working directories, yet still be able ...
- 05:56 PM Bug #3985: Types resolved to unacceptable types
- This bug is slightly more fun. Change the SDF Director to allow disconnected graphs, delete the relation, then run i...
- 05:46 PM Bug #3985 (Resolved): Types resolved to unacceptable types
- URL provides a sample workflow that has been demonstrating the error on my system. Because this problem has been con...
- 11:17 AM Bug #3809: jni actors do not work
- i'd assume that the installer/launcher version of Kepler will be able to set the java.library.path property on start ...
- 11:16 AM Bug #3984 (Resolved): RequireVersion parameter cannot be deleted from a saved workflow
- In an unsaved workflow (no associated file), RequireVersion can be added and deleted as expected. If I save an entir...
- 10:00 AM Bug #3910: RExpression multiport input drops record columns
- Closing. It was a bug in Kepler 1.0.0 with RExpression1 that works in Kepler 1.x dev with RExpression1. I had it wr...
- 09:07 AM Bug #3963: RExpression2 - support mixed lists output from R
- the R expression:
list(1, TRUE, 3)
preserves the numeric/boolean typing in the list:
{{1.0}, {true}, {3.0}}
This is c...
04/13/2009
- 05:09 PM Bug #3910: RExpression multiport input drops record columns
- I tried this with the RExpression actor (AKA the original "RExpression1") off of kepler-trunk and it seems to work. E...
- 04:29 PM Bug #3960: RExpression2 - support arrayType(arrayType(....)) tokens
- out of my control!
- 04:25 PM Bug #3960: RExpression2 - support arrayType(arrayType(....)) tokens
- Why make assumptions about dropping single element list structures? Maybe I want a list of single element lists.
- 04:01 PM Bug #3960: RExpression2 - support arrayType(arrayType(....)) tokens
- can now handle arrayType(arrayType(...) so that the given expression ends up looking like:
{"1", "b", "3"}
Notice tha... - 03:13 PM Bug #3962: RExpression2 - support RecordTokens with length=1
- RExpression2 actor now accepts the length=1 RecordToken, but slightly mutates the structure during the conversion.
Pt... - 10:44 AM Bug #3962: RExpression2 - support RecordTokens with length=1
- I can see in the RExpression2 code that I'm assuming RecordTokens contain ArrayTokens. But when there's only one Toke...
- 10:53 AM Bug #3963: RExpression2 - support mixed lists output from R
- for mixed-type lists that contain strings, all items will end up as strings in Ptolemy. arrayType(scalar, ...) token...
- 10:35 AM Bug #3961: RExpression2 - support arrayType(scalar, ....) tokens
- My only guess with handling heterogenous array items is to use the low-level rniPut(...) methods in JRI and manually ...
- 10:32 AM Bug #3977: Devlop test for ptII overrides in the system
- I am confused by the rationale here for not having overrides in the release. How could it cause problems loading addi...
- 10:21 AM Bug #3977 (Resolved): Devlop test for ptII overrides in the system
- Standard releases of Kepler can contain no overrides because it may cause problems with loading additional modules in...
- 10:26 AM Bug #1750: Allow KAR files to include jar/class files
- A possible addition to this system would be to have the JVM automatically find jars in a kar file and add them to the...
- 10:14 AM Bug #3976 (Resolved): Update Documentation for 2.0 release
- Need to update the Getting Started Guide, the user guide and the actor reference with new 2.0 features.
04/10/2009
- 05:40 PM Bug #3655: create a Workflow Run Manager with ability to export Publication Ready Archives
- After some further thinking and discussing of the search interface, I've decided to continue to pursue the integrated...
- 04:12 PM Bug #3973 (New): Additional information for 64-bit users installing 1.0.0
- Kepler 1.0.0 on 64-bit Windows systems seems to require a 32-bit java install, which is not the default provided by j...
- 01:17 PM Bug #3970: XSLT unnecessarily writes to a file
- (In reply to comment #1)
> Some XML documents are large enough that String representations can memory
> limited. By ... - 09:17 AM Bug #3970: XSLT unnecessarily writes to a file
- Some XML documents are large enough that String representations can memory limited. By using temporary files properl...
- 08:31 AM Bug #3970 (Resolved): XSLT unnecessarily writes to a file
- Instead of creating a temporary file that may fail, write the XSLT output to a string buffer.
//XSLT.java
StringW... - 08:31 AM Bug #3968: XSLTActor temporary file bug
- Disregard comment #1 and see Bug 3970.
- 05:32 AM Bug #3968: XSLTActor temporary file bug
- The file XSLT.java has the same problem for the output html file "fileOut".
04/09/2009
- 04:02 PM Bug #3947: Create a module manager
- Here is the current status of the module manager.
It is currently under the tools menu. It allows scientists or deve... - 03:20 PM Bug #3947: Create a module manager
- Need to deal with caching issues with switching modules. Some objects should only be used with one module or suite a...
- 01:41 PM Bug #3968 (Resolved): XSLTActor temporary file bug
- The XSLTActor creates a temporary file in the current directory for storing the input XML file to be processed. This ...
04/08/2009
- 01:23 PM Bug #3967 (Resolved): Unable to run java -jar kepler-trunk.jar with -nogui -nocache -runwf fullworkflowpath options
- I am unable to run
java -jar kepler-trunk.jar -nogui -nocache -runwf fullworkflowpath
arguments are completel... - 12:45 PM Bug #3954: Report Designer - items of interest scrolling
- The items of interest panel now scrolls, and the nifty borders have been removed.
- 11:39 AM Bug #3943: error importing more than one actor created in one suite using kepler-1.0
- On a similar note, Vista user (trying to use two actors he created in one suite ala the hello-world tutorial using Ke...
- 11:13 AM Bug #3961: RExpression2 - support arrayType(scalar, ....) tokens
- This bug should now read: "Scalar Arrays should not be treated as String Arrays"
might end up closing it if I can't g... - 09:39 AM Bug #3961: RExpression2 - support arrayType(scalar, ....) tokens
- 1. Added support for treating these arrays as containing all string elements.
2. Looking into how we might preserve e...
04/07/2009
- 02:59 PM Bug #3963 (Resolved): RExpression2 - support mixed lists output from R
- The RExpression2 actor does not preserve the type of the elements in the following R snippet:
list(1, "b", 3)
The t... - 02:52 PM Bug #3962: RExpression2 - support RecordTokens with length=1
- Hmm, this looks familiar. I think I fixed this, or something similar in the original RExpression actor. Not sure if t...
- 02:38 PM Bug #3962 (Resolved): RExpression2 - support RecordTokens with length=1
- Ptolemy expression:
{a = 1, b = "b", c = 3}
results in a conversion error when going from Token->Java/R - 02:31 PM Bug #3961 (Resolved): RExpression2 - support arrayType(scalar, ....) tokens
- a "mixed" array token can be generated, as in the Ptolemy expression:
{1, 2.3, true}
the type then looks like this:... - 02:27 PM Bug #3960 (Resolved): RExpression2 - support arrayType(arrayType(....)) tokens
- the Ptolemy expression:
{{1}, "b", {3}}
will result in a Token with type:
arrayType(arrayType(string,1),3)
We n... - 11:28 AM Bug #3959 (Resolved): Report Designer - Highlight and select a report item panel
- Add the ability to highlight and select a specific report item panel.
- 11:23 AM Bug #3958 (Resolved): REPORT DESIGNER - Delete report items from the report designer
- When report items are dragged from the items of interest list onto the report designer canvas there is currently no w...
- 11:22 AM Bug #3809: jni actors do not work
- in Eclipse I've been launching Kepler (org.kepler.core.loader.Loader) with the following VM argument:
-Djava.library.... - 10:48 AM Bug #3957 (Resolved): Report Designer - remove items of interest from the list
- You can mark items as "reportable" from the workflow canvas - they then show up in the list "items of interest" but y...
- 10:44 AM Bug #3942: Report Designer - add/edit item labels
- some more comments from my dupe:
---
An Item Label should be dragged to an existing ReportItem.
1. The label provide... - 10:43 AM Bug #3942: Report Designer - add/edit item labels
- *** Bug 3956 has been marked as a duplicate of this bug. ***
- 10:43 AM Bug #3956: Report Designer - item label editing
- oops - duplicate bug!
*** This bug has been marked as a duplicate of bug 3942 *** - 10:34 AM Bug #3956 (Resolved): Report Designer - item label editing
- An Item Label should be dragged to an existing ReportItem.
1. The label provides a text area for editing the label.... - 10:28 AM Bug #3955 (Resolved): Report Designer - static report item: TEXT
- We can drag a "Label" static report item on to the report design canvas, but cannot edit the text.
This can be imple... - 10:21 AM Bug #3954 (Resolved): Report Designer - items of interest scrolling
- The Items of Interest panel shows a single-level tree of the "reportable items" but they run over the border in a not...
- 09:01 AM Bug #3953: Report Viewer - scroll bars
- Using BorderLayout for the ReportViewer tab - now the scroll pane is behaving as expected and allows scrolling that a...
04/06/2009
- 05:04 PM Bug #3953 (Resolved): Report Viewer - scroll bars
- The current rendering (done by FOP with GUI components) displays the report in the panel with no scroll bars. We need...
- 04:59 PM Bug #3952: Report Viewer - use Provenance Recorder to get Querable
- now using this mechanism forgetting the Queryable
- 04:58 PM Bug #3952 (Resolved): Report Viewer - use Provenance Recorder to get Querable
- The "centralized" provenance recorder configured for a workflow should be the preferred method for using provenance f...
- 04:56 PM Bug #3951 (Resolved): Report Viewer - improve TOC panel
- A table of contents showing the Items currently rendered in the Report Instance is now included in a separate panel i...
- 03:59 PM Bug #3655: create a Workflow Run Manager with ability to export Publication Ready Archives
- Some updates to the above todo list:
2) Provenance store configuration -- should there be a menu? Where is default
h... - 12:27 PM Bug #3948: Create new configuration system supporting modules
- See notes on wiki about existing and proposed systems.
https://kepler-project.org/developers/teams/framework/kepler-... - 12:01 PM Bug #3948 (Resolved): Create new configuration system supporting modules
- Kepler currently has at least 4 different configuration systems each using their own configuration file. This makes ...
- 12:10 PM Bug #3949 (Resolved): Get the installer working with the new build system
- The build system needs to be able to create an IzPack installer for the standard modules to install the core of keple...
- 12:07 PM Bug #3902: Running Kepler from Eclipse...No actors on right pane
- This is not a bug, but a configuration problem. I've asked David to help the user with this problem.
- 11:46 AM Bug #3947 (Resolved): Create a module manager
- Future releases of Kepler will consist of only "standard" modules which include only the basic functionality of keple...
- 10:08 AM Bug #3944: External script editors
- See also the Ptolemy bug "Editing Python Scripts is difficult"
https://chess.eecs.berkeley.edu/bugzilla/show_bug.cgi?... - 09:46 AM Bug #3944: External script editors
- *** Bug 3184 has been marked as a duplicate of this bug. ***
- 09:45 AM Bug #3944 (New): External script editors
- Allow script editing (R, python, etc...) to be done outside of the basic Kepler/ptII editor in favor of <my favorite ...
- 09:46 AM Bug #3184: right-click context menu in RExpression actor
- closing this in favor of the more general bug (3944)
*** This bug has been marked as a duplicate of bug 3944 ***
04/03/2009
- 06:13 PM Bug #3943 (New): error importing more than one actor created in one suite using kepler-1.0
- Procedure: Follow the new kepler-1.0 hello-world tutorial to create an actor in a hello-world suite. Create a second ...
- 04:54 PM Bug #3900: leaving fullscreen mode gives an NPE and closes window
- This bug is pretty atrocious, I'm retargeting it to 2.0.0.
- 04:49 PM Bug #3851: Problem when building a package with the new system
- This bug has been fixed for some time. I just tested the functionality of the package command with kepler-trunk, and ...
- 04:47 PM Bug #3683: add tokenType to token_flow table in provenance sql schema
- The type has been added to the v8 schema.
- 04:44 PM Bug #3942: Report Designer - add/edit item labels
- to clarify: we're already handling this in from the RIO side of things...just need to put it in the UI for the user t...
- 03:27 PM Bug #3942 (Resolved): Report Designer - add/edit item labels
- Now that we have Items dragging around on the report, we should be able to add labels to them:
-Drag a label item fr... - 03:22 PM Bug #3941: Report Viewer - handle Text items
- added to my "test" report and it works great.
- 03:14 PM Bug #3941: Report Viewer - handle Text items
- Go figure - this is working already. Let's hear it for generic Item handling!
- 03:02 PM Bug #3941 (Resolved): Report Viewer - handle Text items
- This is similar to handling an HR, but with user-entered static text. It is different than an Item's label in that th...
- 03:13 PM Bug #3669: Tabbed pane interface for holding workflow canvas and additional GUI elements
- The documentation for the ViewPane and TabPane extension points has moved to
https://kepler-project.org/developers/te... - 03:06 PM Bug #3542: Tree View menu is too wide when opened
- The Tree View menu item has been replaced with the Workflow Outline TabPane. To get to the Tree View you now select ...
- 02:37 PM Bug #3939 (Resolved): Kepler Unique LSID Namespace generation
- The Kepler installer should generate a public/private key pair upon installation. The private key is then used to dig...
- 02:32 PM Bug #3242: dlls should not go in c:/Windows/System32
- Possibly look into this with the new installer.
- 02:31 PM Bug #3240: Fix permissions on kepler CVS files.
- We no longer use CVS. Closing this bug.
- 02:30 PM Bug #3074: Code library installation issues
- Not sure if this is something we want to get done for 2.0, but I'm targeting it there for further discussion.
- 02:28 PM Bug #3027: jar handling issues
- This should be handled through modularization of kepler. The jars that go with an actor should reside with it in its...
- 02:26 PM Bug #2319: Ptolemy build problems
- I believe the new build system renders this bug obsolete.
- 02:24 PM Bug #3696: Core Build System Tasks
- No longer using this build system.
- 02:23 PM Bug #3236: remove strict requirements for PTII and KEPLER env variables
- This has been eliminated.
- 02:23 PM Bug #3149: cannot add arbitrary jars when exporting archive
- It would be nice to get this into 2.0, but it may need to get pushed, depending on how much work we end up doing on t...
- 02:22 PM Bug #3128: Kepler devel tree can't be compiled in java 1.6.0: DBConnection problem
- Kepler 2.0 should be Java 1.6 compatible, IMHO. The main problem is that we need to work around this since older mac...
- 02:19 PM Bug #3097: incorrect classpath in generated ptexecute.sh and momlexecute.sh
- Need to make sure this functionality still works with the new modular system and new build system.
- 02:16 PM Bug #3935: Report Viewer - handle HR items
- included in the FOP sax events and xslt processing - we get it in XML/PDF/HTML
- 10:06 AM Bug #3935 (Resolved): Report Viewer - handle HR items
- There's a new StaticReportItem for horizontal rules - this should be handled in the FOP rendering and xml serialization.
- 02:03 PM Bug #2493: actor repository tracking bug
- The repository should be re-worked for the 2.0 release if we are going to include modules in it.
- 02:01 PM Bug #2448: Splash screen sometimes appears as simple white box
- I have not seen this bug in some time. Re-open it if it anyone sees it recur.
- 01:58 PM Bug #2321: merge exp files into ptolemy CVS
- Kepler's classpath override of ptolemy.vergil.basic.BasicGraphFrame has been removed from Kepler's util module. Thes...
- 01:53 PM Bug #2335: MENUS: Top-Level Menu - dynamic addition of menu items
- This issue can be looked at when the MenuMapper functionality is examined during exp file removal.
- 01:52 PM Bug #2142: new schema for data sources
- No longer pursuing this.
- 01:51 PM Bug #2145: need ontology storage system
- I don't think this functionality is currently needed in kepler.
- 01:44 PM Bug #3931: Get the R actor working with JNI
- Try to get this in for 2.0 but this might go into a non-standard module. If that's the case, this can get pushed to ...
- 01:43 PM Bug #3809: jni actors do not work
- Need to check the IDEs to make sure JNI works.
- 01:42 PM Bug #3734: Some demos no longer work after new build/repos
- Make sure all demos work with the 2.0 release. Some demos that have dependencies on non-standard modules may need to...
- 01:41 PM Bug #3483: case sensitive Leopard install fails
- Check this for the 2.0 installer.
- 01:40 PM Bug #3369: Kepler will not start (OS X 10.52) as JavaApplicationStub is not executable
- Make sure this isn't happening for the release 2.0 installer.
- 01:11 PM Bug #2374: SVG - Improve inital rendering times
- The SVG icons render immediately for me on my MacBook Pro. I think this may have been fixed when the change was made...
- 01:01 PM Bug #2324: SVG - old-style icon still displayed for certain actors
- As of 4/3/09, this is the status of this bug:
a) Still need to change all these to a royal blue dot:
(done)Paramete... - 10:43 AM Bug #3936: Report Viewer - handle Image items
- now handling file paths (strings) that are returned from provenance.
this is less than perfect since it relies on the... - 10:08 AM Bug #3936 (Resolved): Report Viewer - handle Image items
- When images (currently file paths) are passed between actors, I believe provenance captures the file contents and sto...
- 10:04 AM Bug #3934 (Resolved): Report Designer - editable Report Title field
- Need to be able to edit the title of the report. I'd recommend a simple text area to do this, then set it in the Repo...
04/02/2009
- 01:28 PM Bug #3898: update .kepler instead of removing it between versions
- I have a proposed solution to this problem. I think that the cache should be module aware. If you are running kepler-...
- 11:37 AM Bug #3932 (Resolved): Configure Actor actor context menu item missing
- The Configure Actor actor context menu item is missing (again, I think?). The analogous item for configuring ports is...
- 11:02 AM Bug #3809: jni actors do not work
- I've fixed this for the command-line build.
This bug can be closed when it's fixed for the IDEs. - 10:32 AM Bug #3909: RExpression fails with certain port names
- I think I'm more confused now. I can't seem to find an RExpression2 actor in the components list. I had assumed it ...
- 09:58 AM Bug #3931 (New): Get the R actor working with JNI
- We need to get the R actor working with JNI instead of having it make calls to the native executable. This will simp...
04/01/2009
- 05:51 PM Bug #3930 (New): error importing hello-world tutorial actor into kepler-1.0 suite
- I'm getting an error when trying to import the actor created with the revamped (for suites) hello-world tutorial into...
- 05:43 PM Bug #3909: RExpression fails with certain port names
- I tried this sample workflow, but using RExpression2 actors instead. Here are my findings:
-the "+" and "-" port name... - 11:14 AM Bug #3909: RExpression fails with certain port names
- I was saying it works with the RExpression2 actor. The sample workflow you have uses the original RExpression actor.
- 11:33 AM Bug #3898: update .kepler instead of removing it between versions
- A similar problem occurs when switching between suites.
If in suite A you've developed an actor, and you instantiate ...
03/31/2009
- 03:25 PM Bug #3909: RExpression fails with certain port names
- Ben, I don't seem to be getting the same results as you. Here's a
workflow under Kepler 1.x dev build 17250 that sho... - 03:09 PM Bug #3909: RExpression fails with certain port names
- i'm going to mark this as fixed since it works with the "next generation" RExpression actor.
we can't really go back ... - 02:31 PM Bug #3909: RExpression fails with certain port names
- RExpression2 actor handles "1 weird name" port names. The caveat being that you have to escape (`) them when referenc...
- 10:16 AM Bug #3909: RExpression fails with certain port names
- Here are three examples that should cover most bases. The first one shows off backticks for quoting otherwise invali...
- 01:27 PM Bug #3899: web service actor does not work through proxy
- I guess in windows you have to edit kepler-console.bat to do this also.
- 01:18 PM Bug #3925 (Resolved): ant run does not always work from paths with spaces
- XP Pro x64 SP2, Java 1.6.0_11, Kepler 1.x dev build 17250
I checked out kepler to C:\Documents and Settings\soong\... - 09:25 AM Bug #3921 (New): Exported KAR files do not correctly export private classes
- When exporting a KAR file, if the actor contains private classes, the private classes are not exported and an excepti...
03/26/2009
- 09:23 AM Bug #3912: RExpression actor has a single line text entry field
- Restored the TestStyle object for the "expression" box. It had been commented out because it looked like it was not b...
- 08:44 AM Bug #3909: RExpression fails with certain port names
- can you give a snippet of R that demonstrates assign and back quote and the kinds of variable names that are causing ...
- 08:42 AM Bug #3910: RExpression multiport input drops record columns
- what good news (RExpression2 actor)!
03/25/2009
- 08:53 PM Bug #3915: The error dialogue won't go away.
- Attached is a Ptolemy model that illustrates the bug.
I believe the problem only occurs when the inner most Variable
...
03/24/2009
- 11:50 AM Bug #3917 (Resolved): refactor schema creation code out of recording classes
- It would be nice if the code for schema creation was independent of the Recording classes.
03/23/2009
- 05:11 PM Bug #3915 (New): The error dialogue won't go away.
- Workflow: There are two composite actors, one called CompositeActor1 on the top level, another called CompositeActor2...
03/20/2009
- 03:37 PM Bug #3912 (Resolved): RExpression actor has a single line text entry field
- XP Pro x64 SP2, Java 1.6.0_11, Kepler 1.x dev Rev. 17126 from svn
The RExpression actor source entry is only a sin... - 02:36 PM Bug #3910: RExpression multiport input drops record columns
- This works correctly with the new RExpression2 actor in kepler-trunk.
- 09:15 AM Bug #3128: Kepler devel tree can't be compiled in java 1.6.0: DBConnection problem
- In my opinion, Kepler 1.1.0 must able to be compiled with Java 6 (aka JDK1.6).
The problem is:
[compile] Compiling ...
03/19/2009
- 12:27 PM Bug #3910 (Resolved): RExpression multiport input drops record columns
- XP Pro x64 SP2, Java 1.6.0_11, Kepler 1.0.0 from kepler-project.org
Sending multiple records to the RExpression ac... - 12:08 PM Bug #3909 (Resolved): RExpression fails with certain port names
- XP Pro x64 SP2, Java 1.6.0_11, Kepler 1.0.0 from kepler-project.org
Port names that are not simple R names causes ...
03/18/2009
- 01:51 PM Bug #3901: unescaped & in <entity name="a & b"> on line 4
- I partially fixed this by modifying PtolemyEffigy so that we escape for xml
the username. Models can now be saved wi... - 01:24 PM Bug #3905 (Resolved): In devel tree, build-area should be renamed to build
- I'd like to see the "build-area" directory name changed to "build",
though this is a matter of personal preference. ... - 01:22 PM Bug #3904 (Resolved): devel tree should have a top level build.xml file and README.txt
- It would be very nice if the devel tree had a top level build.xml file
so that
cd kepler; ant run
would work.
I'... - 01:06 PM Bug #3900: leaving fullscreen mode gives an NPE and closes window
- The bug does not appear if I do
ant change-to -Dsuite=ptII
ant run
# Open any model
# View -> Full Screen
# Hit ... - 12:21 PM Bug #3903 (New): Use Java logging utilities instead of Apache commons logging facility
- ersonally, I'd like to switch to the logging utilities that
now ship with Java, see
http://java.sun.com/j2se/1.4.2/... - 12:21 PM Bug #3898: update .kepler instead of removing it between versions
- Although in development mode it is fine to remove .kepler either manually or with clean-cache, there would be problem...
- 12:02 PM Bug #3898: update .kepler instead of removing it between versions
- I updated the Build System instructions and the Eclipse instructions
to include running "ant clean-cache". This seem... - 08:32 AM Bug #3902 (Resolved): Running Kepler from Eclipse...No actors on right pane
- Hello,
I am using kepler with eclipse. I followed this tutorial:
https://kepler-project.org/developers/reference/...
Also available in: Atom