abhishek24509 / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
0 stars 0 forks source link

SVN trunk is broken (rev 21) #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. Update to rev 21
1. Compile with Sun SDK 1.6.0_10 or OpenJDK 14.0-b08

What is the expected output? What do you see instead?
0. build breaks:
    [javac]
/home/sun/Projects/3dParty/aribaweb-read-only/src/expr/ariba/util/expr/ASTAdd.ja
va:46:
cannot find symbol
    [javac] symbol  : class ExprParser
    [javac] location: class ariba.util.expr.ASTAdd
    [javac]     public ASTAdd(ExprParser p, int id) {
and others, see log

1. src/expr/arib/util/core/SignalHandler.java:21: warning: sun.misc.Signal
is Sun proprietary API and may be removed in a future release
see: http://java.sun.com/products/jdk/faq/faq-sun-packages.html

Original issue reported on code.google.com by e...@softwarerero.com on 10 Apr 2009 at 8:46

GoogleCodeExporter commented 8 years ago
I called "ant jar" in the project directory and not in the subdir src, which 
caused
the problem. Please regard this issue as closed. I cannot modify it myself.

Original comment by e...@softwarerero.com on 15 Apr 2009 at 2:52

GoogleCodeExporter commented 8 years ago

Original comment by kingsley...@gmail.com on 4 May 2009 at 10:44