EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: building EPICS ArchiveViewer
From: Jiro Fujita <[email protected]>
To: [email protected]
Cc: Sergei Chevtsov <[email protected]>
Date: Tue, 14 Feb 2006 13:21:00 -0600
We have.  It does the same thing.
As far as I can tell, it actually dies when it tries to build_all, and
since build_all appears to be the first step for almost all the real
build targets, they all fail (it appears it is happy to create tar and
zip archives, as well as clean_all, but that's not really building
Archive Viewer).

Now, my collegue, Yury Gorbunov has been trying the same thing on a
different computer.  On that machine, he got different error.  It
looks like this:

ant configure_jsp
Buildfile: build.xml

-create_build_dir:

build_all:
    [javac] Compiling 842 source files to
/home/sysuser/epics.3.14.7/archive_viewer-1-0-4/build
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/org/jfree/chart/urls/StandardCategoryURLGenerator.java:
In class `org.jfree.chart.urls.StandardCategoryURLGenerator':
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/org/jfree/chart/urls/StandardCategoryURLGenerator.java:
In method `org.jfree.chart.urls.StandardCategoryURLGenerator.generateURL(org.jfree.data.category.CategoryDataset,int,int)':
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/org/jfree/chart/urls/StandardCategoryURLGenerator.java:139:
warning: The method `java.net.URLEncoder.encode(java.lang.String)'
inclass `java.net.URLEncoder' has been deprecated.
    [javac]                    + URLEncoder.encode(seriesKey.toString());
    [javac]                                ^
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/org/jfree/chart/urls/StandardCategoryURLGenerator.java:147:
warning: The method `java.net.URLEncoder.encode(java.lang.String)'
inclass `java.net.URLEncoder' has been deprecated.
    [javac]                    + URLEncoder.encode(categoryKey.toString());
    [javac]                                ^
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/epics/archiveviewer/plotplugins/jfreechart/JFreeChartPlotImageGenerator.java:
In class `epics.archiveviewer.plotplugins.jfreechart.JFreeChartPlotImageGenerator':
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/epics/archiveviewer/plotplugins/jfreechart/JFreeChartPlotImageGenerator.java:
In method `access$93(java.awt.Image)':
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/epics/archiveviewer/plotplugins/jfreechart/JFreeChartPlotImageGenerator.java:100:
error: Exception `java.lang.Exception' must be caught, or it must be
declared in the `throws' clause of `access$93'.
    [javac]    }
    [javac]    ^
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/epics/archiveviewer/plotplugins/jfreechart/JFreeChartPlotImageGenerator.java:
In method `access$92(java.awt.Image)':
    [javac] /home/sysuser/epics.3.14.7/archive_viewer-1-0-4/src/epics/archiveviewer/plotplugins/jfreechart/JFreeChartPlotImageGenerator.java:100:
error: Exception `java.lang.Exception' must be caught, or it must be
declared in the `throws' clause of `access$92'.
    [javac]    }
    [javac]    ^
    [javac] 2 errors, 2 warnings

BUILD FAILED
file:/home/sysuser/epics.3.14.7/archive_viewer-1-0-4/build.xml:21:
Compile failed; see the compiler error output for details.

Total time: 52 seconds


I believe this was also done on SL 3.0.5.  However, that machine had
Java 1.4 instead of 1.5 installed.  I am willing to try with Java 1.4
on the machine I have been working on this afternoon.




On 2/14/06, Sergei Chevtsov <[email protected]> wrote:
> Hi!
>
> Can you try the simpler ant target for ArchiveViewer, namely:
> ant build_all
> please?
>
> Thank you,
> Sergei
> Jiro Fujita wrote:
>
> >I also tried compiling simple Java program with ant, and so far, I
> >have been successful (I followed the first part of "Apache ant
> >Demystified"
> >http://www.sitepoint.com/print/apache-ant-demystified).
> >
> >
>


Replies:
Re: building EPICS ArchiveViewer Jiro Fujita
References:
building EPICS ArchiveViewer Jiro Fujita
Re: building EPICS ArchiveViewer Sergei Chevtsov
Re: building EPICS ArchiveViewer Jiro Fujita
Re: building EPICS ArchiveViewer Jiro Fujita

Navigate by Date:
Prev: Re: labCA crashes with bad PV Dennis Nicklaus
Next: FLNK loop Emmanuel Mayssat
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: building EPICS ArchiveViewer Jiro Fujita
Next: Re: building EPICS ArchiveViewer Jiro Fujita
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·