[kepler-dev] [kepler-cvs] kepler build-ptolemy.xml
Christopher Brooks
cxh at eecs.berkeley.edu
Mon Nov 13 08:56:12 PST 2006
Hi Matt,
I updated .classpath.default.
I'm not sure why the nightly build was failing, I could not reproduce
the problem. However, it happened twice.
For example,
http://www.kepler-project.org/nightly/06Nov10-02%3A49%3A46.html
says:
compile:
[javac] Compiling 1746 source files to
/var/kepler/kepler-nightly-build/ptII/build/classes
[javac]
/var/kepler/kepler-nightly-build/ptII/build/src/ptolemy/actor/lib/vhdl/QueuedTypedIOPort.java:78:
'(' or '[' expected
[javac] myQueue = new LinkedList();
[javac] ^
[javac]
/var/kepler/kepler-nightly-build/ptII/build/src/ptolemy/actor/lib/vhdl/QueuedTypedIOPort.java:112:
expected
[javac] private LinkedList myQueue;
[javac] ^
[javac] 2 errors
_Christopher
--------
Hi Christopher,
Thanks for keping track of these build changes! It really helps. Based
on your checkin, it seems we should be excluding vhdl. Should this
exclusion be added to our .classpath.default file for Eclipse users as
well? Thanks for the info.
Matt
Christopher Hylands Brooks wrote:
> brooks 06/11/12 08:37:22
>
> Modified: . build-ptolemy.xml
> Log:
> Exclude actor/lib/vhdl
>
> Revision Changes Path
> 1.38 +3 -2 kepler/build-ptolemy.xml
>
> Index: build-ptolemy.xml
> ===================================================================
> RCS file: /cvs/kepler/build-ptolemy.xml,v
> retrieving revision 1.37
> retrieving revision 1.38
> diff -u -r1.37 -r1.38
> --- build-ptolemy.xml 9 Oct 2006 17:52:19 -0000 1.37
> +++ build-ptolemy.xml 12 Nov 2006 16:37:22 -0000 1.38
> @@ -2,9 +2,9 @@
> <!--
> * '$RCSfile: build-ptolemy.xml,v $'
> *
> - * '$Author: higgins $'
> - * '$Date: 2006/10/09 17:52:19 $'
> - * '$Revision: 1.37 $'
> + * '$Author: brooks $'
> + * '$Date: 2006/11/12 16:37:22 $'
> + * '$Revision: 1.38 $'
> *
> * For Details: http://kepler.ecoinformatics.org
> *
> @@ -239,6 +239,7 @@
> <exclude name="ptolemy/actor/lib/jmf/**"/>
> <exclude name="ptolemy/actor/lib/joystick/**"/>
> <exclude name="ptolemy/actor/lib/jxta/**"/>
> + <exclude name="ptolemy/actor/lib/vhdl/**"/>
> <exclude name="ptolemy/apps/**"/>
> <exclude name="ptolemy/moml/jxta/**"/>
> <exclude name="ptolemy/plot/servlet/**"/>
>
>
>
> _______________________________________________
> Kepler-cvs mailing list
> Kepler-cvs at ecoinformatics.org
> http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-cvs
>
--------
More information about the Kepler-dev
mailing list