Activity
From 08/12/2015 to 09/10/2015
09/10/2015
- 01:19 PM Bug #6834 (Resolved): kepler data can icon displayed incorrectly
- Thanks, Edward. I updated DataSourceIcon.java and didn't find any other icons with this problem.
- 10:54 AM Bug #6834: kepler data can icon displayed incorrectly
- Edward had a look and wrote:
Ok, I finally got it so I could replicate this.
I've cc'd Daniel Crawl, because I'm ... - 10:57 AM Feature #5720: Kepler component documentation layout needs improvement
- I updated DocViewer with two scroll panes and made the title a fixed size so that it will not grow when resized.
I...
09/09/2015
- 05:00 PM Feature #5720: Kepler component documentation layout needs improvement
- In Ptolemy, the class that implements the actor documentation window is ptolemy/vergil/actor/DocViewer.java
I can ... - 04:38 PM Bug #6834: kepler data can icon displayed incorrectly
- To replicate this, build Kepler:
mkdir kepler.modules
cd kepler.modules
svn co https://code.kepler-project.org/c...
08/30/2015
- 04:18 PM Bug #4516 (Resolved): Module Manager needs ability to install modules needed by KARs
- The module manager can now change suites and install patches from the command line.
- 04:11 PM Bug #5669 (Resolved): replace ProjectLocator.findKeplerModulesDir() with something more robust.
- I've updated ProjectLocator so that kepler-tasks can be patched. See r33827.
- 04:09 PM Bug #5668 (Resolved): module manager should support batch mode execution.
- After some updates, module manager can now install patches and change suites from the command line.
08/25/2015
- 03:56 PM Bug #6834 (Resolved): kepler data can icon displayed incorrectly
- The "data can" icon used by DataTurbine and several other Kepler actors is displayed incorrectly. This appears to hav...
08/23/2015
- 02:35 PM Feature #6833 (Resolved): syntax highlighting for language actors
- It would be nice if the Kepler language actors had syntax highlighting. Attached is an updated TextEditorConfigureFac...
08/21/2015
- 04:15 PM Bug #5664: Check for duplicate code
- I looked through the Kepler actors with duplicate code listed here:
http://terra.eecs.berkeley.edu:8080/job/kepler...
08/17/2015
- 01:14 PM Bug #6831 (Closed): saving/loading window properties for multiple graphs/models in BasicGraphFrame
- I've merged the patch in.
Closing this one. - 09:01 AM Bug #6831: saving/loading window properties for multiple graphs/models in BasicGraphFrame
- I've asked Edward to review the code. At first glance, it looks ok to me.
- 09:36 AM Bug #6588: R actor does not have error for missing output
- Ben, should the actor always report an error in this case? If so, I'll update the actor.
- 09:33 AM Feature #5720: Kepler component documentation layout needs improvement
- Christopher, how easy is it to change the layout of the actor documentation window? It would be nice at least if the ...
- 09:30 AM Feature #6587: summarize missing actors
- I agree with you that stderr is better than another dialog, but Philippe wants a dialog. Could MoMLParser check a pr...
- 09:20 AM Bug #5490 (Resolved): update splash screen version without changing image
- This looks good to me. Thanks, Matt.
I removed the make-splash-screen ant target and associated files. - 08:56 AM Bug #6577: infinite loop resolving port width
- I can replicate this in Ptolemy, outside of Kepler.
It seems that the problem has to do with having more than one ... - 08:40 AM Bug #5699: Change the workflow scheduler server documentation link in the workflow-scheduler-gui module
- Jing, is this done? The title in modules/workflow-scheduler-gui/docs/workflow-scheduler-gui.pdf says version 1.1.
- 08:30 AM Bug #5894 (Closed): Clone problems in NamedObjId
- Fixed!
- 08:10 AM Bug #5659 (Closed): Kepler CaseGraphFrame and CaseGraphTableau have duplicated Ptolemy code.
- I'm not sure of the status of this bug.
There is a CaseGraphTableau in ptII and kepler/gui and a CaseGraphFrame in...
08/16/2015
- 07:02 PM Bug #5716 (Resolved): Module Manager should only print Downloading messages when actually downloading
- Fixed in r33577.
- 06:39 PM Bug #6577: infinite loop resolving port width
- I'm reassigning to Christopher since this problem is in Ptolemy. The attached workflow reproduces the problem.
- 06:35 PM Bug #5659: Kepler CaseGraphFrame and CaseGraphTableau have duplicated Ptolemy code.
- CaseGraphFrame is no longer in Kepler. CaseGraphTableau still is.
- 06:22 PM Bug #5894: Clone problems in NamedObjId
- This should be fixed now.
- 05:22 PM Bug #6829 (Closed): ant change-to fails under Windows Server 2012 R2 with Cygwin
- Yay!
I was able to build and run under Windows using Cygwin's svn 1.8.11.
Closing this one. - 04:26 PM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- I implemented a fix. Reassigning to Christopher to verify.
- 03:53 PM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- This issue is dependent on which svn is used. If a non-Cygwin svn is used, the paths do not have to be rewritten.
- 03:50 PM Bug #6831 (Closed): saving/loading window properties for multiple graphs/models in BasicGraphFrame
- BasicGraphFrame saves properties such as center, zoom, size, etc., for the open frame. However, it assumes the frame ...
08/14/2015
- 05:33 PM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- To handle \, I had pretty good results with doing a simple substitution.
You could also create URLs and go back a... - 04:19 PM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- I suspect there is plenty of development under Windows that does not use Cygwin. :)
In any case, I'm willing to up... - 01:28 PM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- Ok, good that we can build the development tree under cmd.
Not being able to build under Cygwin is a bit embarra... - 01:15 PM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- You can definitely build Kepler on Windows in the cmd shell. Ant and svn need to be in your $PATH.
This problem i... - 01:01 PM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- I don't agree that this is a low priority bug because it means it could mean that it is not possible to build Kepler ...
- 11:12 AM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- This looks like a problem with Cygwin, not Kepler since Kepler is using the correct path.
Apparently, this command... - 04:18 PM Bug #5722 (Resolved): Check for problems with sanitized RecordToken labels
- Marten, thanks for clarifying that the labels need quotes. It's fine if it works in the trunk but not 2.4.
- 04:07 PM Bug #5722: Check for problems with sanitized RecordToken labels
- Daniel Crawl wrote:
> Derik's test workflow expressionOrderedRecordTokenTest.kar is still failing.
I reviewed the...
08/12/2015
- 05:56 PM Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- I can reproduce on Windows 7 and will fix this.
- 04:39 PM Bug #6829 (Closed): ant change-to fails under Windows Server 2012 R2 with Cygwin
- Under Windows Server 2012 R2 with Cygwin, I ran...
- 04:46 PM Bug #5893 (Closed): During installation, Kepler takes a long time to start up under Windows
- I downloaded Kepler-2.4 onto Windows Server 2012 R2 and Kepler started up fine.
I was prompted to upgrade modules,... - 03:44 PM Bug #5893: During installation, Kepler takes a long time to start up under Windows
- Christopher, can we close this bug?
- 04:40 PM Bug #4281: ant update produces message about running svn cleanup
- Blocked by Bug #6829: ant change-to fails under Windows Server 2012 R2 with Cygwin
- 04:03 PM Bug #4281: ant update produces message about running svn cleanup
- This problem will happen every time "ant update" is run on Windows and build-area/kepler-tasks.jar is updated. What i...
- 03:56 PM Bug #5722: Check for problems with sanitized RecordToken labels
- Derik's test workflow expressionOrderedRecordTokenTest.kar is still failing.
- 03:55 PM Bug #5668: module manager should support batch mode execution.
- I added this functionality earlier this year, but still needs to be tested with released modules and patches.
- 03:41 PM Bug #6577: infinite loop resolving port width
- I just checked, and this still occurs.
- 03:32 PM Bug #6615 (Resolved): apple-extensions does not compile with java 8
- Apple no longer supports the API used this module, so I've removed it from the Kepler suite.
Also available in: Atom